

/* 共通 ------------------------------------*/
html {
    font-size: 100%;
    max-width: 1980px;
}
body {
    width: 100%;
    font-family:
        Noto Sans JP,
        游ゴシック,
        Noto Sans CJK JP ,
        "Century Gothic", 
        sans-serif,
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
	  vertical-align: bottom;
}
#wrap {
    margin: 0 auto;
    overflow: hidden;
}

.container { 
  max-width: 1200px; 
  margin: 0 auto; 
}
main {
  width: 98%;
  margin: 0 auto;
}

/* Header---------------------- */
.header { 
  padding: 18px 0; 
}
.brand {
  width: 278px;
}
.brand .sub { 
  display:block; 
  font-size:12px; 
  opacity:0.9; 
  font-weight:500; 
}

/* hero ---------------------------*/
.hero {
  padding-bottom: 20px;
}
.hero p {
  padding-top: 20px;
}
.hero img {
  padding-top: 20px;
}
.hero-center {
  text-align: center;
}
.hero-inner { 
  display:flex; 
  align-items:center; 
}

/* 新規会員登録 ------------------------------*/
.sign-up {
  padding-bottom: 20px;
}
.sign-up h2{
  font-size: 34px;
}
.sign-up .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #91b965;
  border-radius: 3px;
  padding: 10px 20px;
}
.sign-up span {
  color: #d80004;
}
.sign-up p {
  font-size: 9px;
}
.btn {
  width: 265px;
  display:inline-block;
  padding:10px 16px;
  border-radius:3px;
  text-decoration:none;
  background:#2d7b1d; 
  color:#fff; 
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
}
.btn img {
  width: 33px;
  padding-right: 10px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
.btn-large { background:#0b5f8a; color:#fff; padding:12px 20px; }

/* Hero */
/* .hero { background: linear-gradient(90deg,#f3f9fc 0%, #fff 60%); padding:40px 0; } */



.promo { font-size:16px; margin-bottom:14px; color:#1b3b4a; }
.promo-card {
  border-radius:8px; padding:18px; background:#fff; box-shadow:0 6px 18px rgba(5,40,60,0.06); border:1px solid #e6eef5;
}
.promo-card h3 { margin-top:6px; font-size:16px; color:#0b3f58; }



/* 新規登録で初月3%OFF ---------------------*/
.sail {
  padding-bottom: 20px;
}
.sail_tittle {
  text-align: center;
  background-color: #f6ff00;
}
.sail_tittle span {
  color: #d80004;
}
.sail h3 { 
  font-size: 34px; 
  color:#fff; 
  background-color: #2d7b1d;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sail h4 {
  font-size: 48px;
    font-weight: 900;
    color: #007a3d;
    padding: 10px 0;
    display: inline-block;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 0 3px #fff;
    letter-spacing: 0.05em; 
}
/* .box1 {
  display: inline-block;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin:0 auto 5%;
  background: linear-gradient(0deg, #58c6ff 0%, #076ad9 40%, #ff3bef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */
/* Features */


/* 6つの魅力------------------------------- */
.features_wrap {
  border: 2px solid #00744d;
  border-radius: 8px;
}
.features h3 { 
  font-size: 34px; 
  color:#fff; 
  background-color: #2d7b1d;
  font-weight: 400;
  text-align: center;
  padding: 5px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.section-lead { 
  color:#546e7a; 
  margin-bottom:18px; 
}

/* TANOSEE-------------------------------- */

.tanosee p {
  padding-left: 23px;
}
.tanosee h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  border-left:9px solid #fff; /*線の設定*/
  padding:2px 23px; /*余白の設定*/
  line-height: 1;
  height: 40px;
}
.tanosee_inner {
  background-color: #2d7b1d;
  padding: 10px 23px;
  border-radius: 3px;
  margin-bottom: 40px;
}
.tanosee_img {
  display: flex;
  gap: 20px;
  padding-top: 40px;
  padding: 40px 23px;
  justify-content: space-between;
}


/* 流れ------------------------------------- */

.flow_inner {
      background-color: #2d7b1d;
    padding: 10px 23px;
    border-radius: 3px;
    margin-bottom: 40px;
}
.flow h3 {
  color: #fff;
    font-size: 34px;
    font-weight: 400;
    border-left: 9px solid #fff;
    padding: 2px 23px;
    line-height: 1;
    height: 40px;
}
    .step-box {
      display: flex;
      flex-direction: column;
      justify-content: end;
      position: relative;
      width: 285px;
      height: 368px;
      border: 2px solid #cce5cc;
      border-radius: 8px;
      background-color: #f9fff9;
      text-align: center;
      margin-top: 40px;
    }

    .step-header {
      display: grid;
      align-items: center;
      position: absolute;
      top: -35px;
      right: 0;
      left: 0;
      margin: 0 auto;
      background-color: #84BC59;
      color: white;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      line-height: 20px;
      /* margin: 0 auto 10px auto; */
      font-weight: bold;
    }

    .step-title {
      color: #d80004;
      font-weight: bold;
      font-size: 19px;
  }
  .step-title2 {
    padding-bottom: 25px;
  }
    .step-image  img {
      height: 110px;
      width: auto;
    }

    .step-text {
      background-color: #FBFFF1;
      font-size: 16px;
      text-align: left;
      line-height: 1.5;
      padding: 10px 20px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      height: 170px;
    }

    .flow_flex {
      display: flex;
      justify-content: space-between;
    }



    /* お支払い----------------------------------- */

    .payment_2 {
      display: flex;
      align-items: center;
      padding: 10px 0;
    }
    .payment_flex {
      display: flex;
      justify-content: center;
      gap: 40px;
    }
    .payment_radio {
  margin-left: 5px;
  pointer-events: auto;
  cursor: pointer;
}

    .payment h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    border-left: 9px solid #fff;
    padding: 2px 23px;
    line-height: 1;
    height: 40px;
}
    .payment_inner {
    background-color: #2d7b1d;
    padding: 10px 23px;
    border-radius: 3px;
    margin-bottom: 40px;

  }
      .circle-container {
      width: 259px;
      height: 259px;
      border: 2px solid #84BC59; /* 緑の円周 */
      border-radius: 50%;
      position: relative;
      text-align: center;
      overflow: hidden;
      font-family: sans-serif;
    }
    .top-half {
      height: 67%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 5px;
    }
    .bottom-third {
      background-color: #FBFFF1; /* 濃い緑色 */
      height: 33%;
      /* position: absolute; */
      /* bottom: 0; */
      width: 100%;
      color: #D80004;
      /* display: flex; */
      /* flex-direction: column; */
      padding-top: 10px;
    }
    .bottom-third span {
      display: block;
    }
    .icon-image {
      width: auto;
      height: 90px;
    }
    .payment_anno {
      display: grid
;
    /* flex-direction: column; */
    justify-content: center;
    padding: 20px 0 40px 0;
    line-height: 1;
    }


    /* いずれかの方法で承ります-------------- */
    .box2 {
      position: relative;
      text-align: center;
      display: flex;
      justify-content: center;
      height: 117px;
      align-items: end;   
      margin-bottom: 40px; 
      margin-top: 10px;
    }
    .box2 h3 {
      font-size: 34px;
    }
    .box2 span {
      color: #d80004;
      font-size: 24px;
      font-weight: lighter;
    }
    .footer_logo {
      position: absolute;
      top: 0;
      right: 0;
    }
/* 背景グラデーション */
.gradation {
    background: linear-gradient(to bottom, #007f00, #4c9821);
}

.feature-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px;
  list-style:none;
  padding: 15px;
}
.features_wrap {
  margin-bottom: 40px;
}
.feature {
  background:#fcfff3; 
  border:2px solid #bdbdbd; 
  border-radius:8px; 
}
.feature .num {
  width:69px; 
  height:auto; 
  background:#00744d; 
  color:#fff; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size: 54px;
  border-top-left-radius: 5px;
}
.feature_tittle {
  display: flex;
  align-items: center;
  background-color: #d5edb3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 570px;

}
.feature_tittle span{
  color: #d80004;
}
.feature_tittle h4 {
  font-size: 24px;
  font-weight: 900;
  color: #007a3d; /* 文字の緑色 */
  padding: 5px 10px;
  display: inline-block;
  /* 白縁取り（text-shadowを重ねる）*/
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 3px #fff;
  letter-spacing: 0.05em;
}
.feature p { 
  font-size:20px; 
  padding: 20px;
  font-weight: e00;
  line-height: 1.8;
}
.feature p span{ 
  color: #d80004;
  padding-top: 20px;
}
.feature_img { 
  display: flex;
  justify-content: center;
  height: 150px;
  align-items: end;
}
.feature_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
  padding-bottom: 20px;
}


/* 3番目以降のデザイン-------------------------- */
ul li:nth-child(n+3) {
  background-color: #fff;
}
.feature .num2 {
  width:69px; 
  height:auto; 
  background:#d9eba5; 
  color:#00744d; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  font-size: 54px;
  border-top-left-radius: 5px;
  display: inline-block;
  /* 白縁取り（text-shadowを重ねる）*/
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 3px #fff;
    text-align: center;
}
.feature_tittle2 {
  display: flex;
  align-items: center;
  background-color: #eff9d3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 570px;

}
.feature_tittle2 span{
  color: #d76c2f;
}
.feature_tittle2 h4 {
  font-size: 24px;
  font-weight: 900;
  color: #007a3d; /* 文字の緑色 */
  padding: 5px 10px;
  display: inline-block;
  /* 白縁取り（text-shadowを重ねる）*/
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    0 0 3px #fff;
  letter-spacing: 0.05em;
}


/* Flow */
.flow {  padding:34px 0; }
.flow-list { list-style:none; display:grid; gap:12px; grid-template-columns:repeat(2,1fr); }
.flow-list li { background:#fff; padding:14px; border-radius:8px; border:1px solid #e7eef2; }
.flow-list strong { display:block; margin-bottom:6px; color:#0b4b67; }

/* Info */
.info { padding:30px 0; }
.info-inner { display:flex; gap:20px; align-items:flex-start; }
.info-col { flex:1; background:#fff; padding:16px; border-radius:8px; border:1px solid #e8eff3; }
.info-col h4 { margin-bottom:8px; color:#0b4b67; }
.info-col ul { list-style: disc; margin-left:18px; margin-bottom:8px; color:#415d65; }
.note { font-size:13px; color:#6d858b; margin-top:8px; }

/* Footer */
.footer { 
  position: relative;
  border-top:5px solid #2D7B1D; 
  color:#000; 
  padding:24px 0; 
  margin-top:20px; 
  margin-bottom: 40px;
}
.copylight {
  font-size: 12px;
  text-align: center;
}
.company_name {
  position: absolute;
  top: 0px;
  right: 0;
  padding-right: 40px;
}
.footer-inner p { 
  margin-bottom:8px; 
  font-size:14px; 
}

/* プライバシー */
/* ベース */
.pg-policy {
  color: #222;
  background: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP",
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
}
.pg-policy .container {
  max-width: 880px;   /* ご指定の幅 */
  margin: 40px auto;
  padding: 0 24px;
}
/* 見出し */
.pg-policy h1,
.pg-policy h2,
.pg-policy h3 {
  line-height: 1.3;
  margin: 0 0 12px;
  font-weight: 700;
}
.pg-policy h1 { font-size: 1.8rem; margin-bottom: 22px; }
.pg-policy h2 { font-size: 1.25rem; margin-top: 36px; }
.pg-policy h3 { font-size: 1.05rem; margin-top: 24px; color: #666; }
/* 段落 */
.pg-policy p { margin: 12px 0; }
.pg-policy main section {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px 18px;
  margin-bottom: 20px;
}
/* ===== “分類／利用目的”の読みもの表示（tableではない） ===== */
.pg-policy .kv-list {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 220px 1fr; /* 左ラベル / 右本文 */
  gap: 0;
  border-top: 1px solid #ddd;
}
.pg-policy .kv-list dt,
.pg-policy .kv-list dd {
  margin: 0;
  padding: 12px 12px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.pg-policy .kv-list dt {
  font-weight: 600;
  background: #f7f7f7;
  border-right: 1px solid #eee;
}
/* ===== c) の表（通常テーブル + スマホ横スクロール） ===== */
.pg-policy .table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 12px;
}
.pg-policy table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;     /* スマホで詰まりすぎない最低幅 */
  font-size: 0.95rem;
}
.pg-policy thead th {
  text-align: left;
  background: #f1f1f1;
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
  position: sticky;
  top: 0;
}
.pg-policy tbody td {
  border-top: 1px solid #ddd;
  vertical-align: top;
  padding: 10px 12px;
}
.pg-policy tbody tr:first-child td {
  border-top: 1px solid #ddd;
}
/* ===== ハンギングインデント（番号・記号の下をそろえる） ===== */
.pg-policy .hang-2 { padding-left: 2em; text-indent: -2em; }
.pg-policy .hang-3 { padding-left: 3em; text-indent: -3em; }
.pg-policy .hang-4 { padding-left: 4em; text-indent: -4em; }
.pg-policy p.hang-2,
.pg-policy dd.hang-2,
.pg-policy li.hang-2,
.pg-policy p.hang-3,
.pg-policy dd.hang-3,
.pg-policy li.hang-3,
.pg-policy p.hang-4,
.pg-policy dd.hang-4,
.pg-policy li.hang-4 {
  display: block;
}
/* ===== 戻るボタン（contact.htmlへ） ===== */
.pg-policy .back-row {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.pg-policy .back-btn {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.pg-policy .back-btn:hover { background: #f7f7f7; }
.pg-policy .back-btn:active { background: #f1f1f1; }
.pg-policy .back-btn:focus {
  outline: 2px solid #a8c7ff;
  outline-offset: 2px;
}
/* ===== スマホ最適化（～599px） ===== */
@media (max-width: 599px) {
  .pg-policy .container {
    margin: 20px auto;
    padding: 0 16px;
  }
  .pg-policy h1 { font-size: 1.45rem; margin-bottom: 16px; }
  .pg-policy h2 { font-size: 1.1rem;  margin-top: 24px; }
  .pg-policy h3 { font-size: 1rem; }
  .pg-policy main section {
    padding: 16px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
  }
  /* 定義リストは1カラムに */
  .pg-policy .kv-list {
    grid-template-columns: 1fr;
  }
  .pg-policy .kv-list dt {
    border-right: none;
    border-bottom: 1px dashed #e5e5e5;
    background: #f9f9f9;
  }
  .pg-policy .kv-list dd {
    padding-top: 10px;
  }
  /* 戻るボタンは中央寄せ */
  .pg-policy .back-row {
    justify-content: center;
  }
  .pg-policy .back-btn {
    width: 100%;
    max-width: 280px;
  }
}


/*  コンタクトフォーム */
/* 問い合わせフォーム
--------------------------------------------- */
.hissu:after {
    margin-left: .2rem;
    color: #dc3545;
    content: "*";
}
.service-title {
  min-width: 120px;
  /* font-f?amily: serif; */
  text-align: center;
  /* color: #252106; */
  /* padding-top: 100px; */
}
.service-title span {
  font-size: 14px;
  letter-spacing: 0.4rem;
  color: #8a8a2c;
  display: block;
  padding-left: 3px;
}
.service-title h2 {
  font-size: 36px;
  margin: 0;
  padding-top: 10px;
  /* padding-bottom: 150px; */
}
/* .contact_bg {
  background-color: #efefeb;
} */
.hissu:after {
    margin-left: .2rem;
    color: #dc3545;
    content: "*";
}
.contact {
  max-width: 800px;
    margin: 0 auto;
    padding: 100px 40px;
}
.contact_box h2 {
  font-size: 36px;
  padding-bottom: 10px;
}
.contact_box .anno {
  text-align: left;
  padding-bottom: 100px;
}
.contact_wrap {
    width: 90%;
    margin: 0 auto;
}
#contact_img {
    background-image: url(../img/contact.png);
    min-height: 500px;
    background-position: top;
}
.Form h2 {
    margin-bottom: 80px;
    margin-top: 80px;
    text-align: center;
    color: #333;
}
.Form_tittle {
    text-align: center;
}
.Form_tittle h2 {
    display: flex;
    align-items: center;
    }
.Form_tittle h2 {
    position: relative;
    display: inline-block;
    padding: 0 100px;
    /* margin-bottom: 80px; */
}
.Form_tittle h2:before,
.Form_tittle h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #067fbd;
}
.Form_tittle h2:before {
    left: 0;
}
.Form_tittle h2:after {
    right: 0;
}
.Form_tittle h2 {
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: 400;
}
.Form_tittle span {
    color:  #fe5f73;
    font-weight: bold;
}
.Form h2 span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
}
.Form_tittle h2 span {
    display: block;
    margin-top: 4px;
    font-size: 16px;
}
.Form {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}
.Form-Item {
/* border-bottom: 1px solid rgba(37, 33, 6, .2); */
  padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.Form-Item-Label {
width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-size: 16px;
}
.Form-Item-Label-Required {
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #e00202;
	border-radius: 3px;
	padding: 1px 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.Form-Item-Input {
	border: 1px solid rgba(37, 33, 6, .2);
	/* margin-left: 40px; */
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #f5f5f5;
  border-radius: 3px;
  }
.Form-Item-Textarea {
	border: 1px solid #ddd;
	/* margin-left: 40px; */
	padding-left: 1em;
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	max-width: 410px;
	background: #f5f5f5;
}
/* .Form-Btn {
	margin-top: 32px;
    margin-bottom: 240px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 150px;
	display: block;
	letter-spacing: 0.05em;
	background: #067fbd;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border: none;
	text-align: center;
} */
.Form-Btn {
  font-size: 16px;
  letter-spacing:  0.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #2d7b1d;
  padding: 20px 80px;
  border-radius: 5px;
  margin-top: 40px;
}
.Form-Btn:hover {
  opacity: 0.8;

}
.submit-btn_wrapper {
  text-align: center;
}
.back-btn_wrapper {
  text-align: center;
    padding-top: 20px;
}

.back-btn {
  display: inline-block;
    border: 1px solid #ddd;
    /* background: #fff; */
    padding: 10px 20px;
    border-radius: 5px;
    /* font-size: 0.95rem; */
    color: #222;
    /* text-decoration: none; */
    cursor: pointer;

}

.Form-Btn:hover {
	opacity: 0.7;
	cursor: pointer;
}
.font-f color-p {
    margin-top: 20px;
}
.Form h2 span {
    margin-top: 20px;
}
.contact_privacy {
    text-align: center;
    margin-top: 80px; 
    font-size: 12px;
}.contact-title h2
.contact_privacy a {
  /* color: #0aa; */
}
.txt-center {
    margin: 10px 0;
}

/* 内容確認画面 */
 
.contact-title {
  min-width: 120px;
  /* font-family: serif; */
  text-align: center;
  color: #252106;
  padding-bottom: 100px;
}
.contact-title span {
  font-size: 21px;
  letter-spacing: 0.4rem;
  /* color: #8a8a2c; */
  display: block;
  padding-top: 20px;
}
.contact-title h2 {
  font-size: 36px;
  margin: 0;
  padding-top: 10px;
  /* text-align: left; */
  /* padding-bottom: 150px; */
}
/* 準備中 */
/* .preparation_bg {
  background-color: #efefeb;
  height: 100%;
} */
.preparation_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 40px;
}
.img_preparation {
  text-align: center;
}
.img_preparation img {
  width: 100px;
  opacity: 0.3;
}
.preparation_inner h2 {
  padding: 40px 0;
}
.preparation_inner p {
  line-height: 2rem;
}
/* 送信完了画面 */
.toppage_back_btn {
    display: inline-flex;
    align-items: center;
    padding: 20px 40px;
    background-color: #2d7b1d;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 40px;
}


/* 会社概要 */

    .company {
      width: 800px;
      margin: 0 auto;
      padding: 100px 0;
    }
    .company h2 {
      font-weight: bold;
      margin-bottom: 24px;
    }

    table {
      width: 100%;
      border-collapse: collapse;
    }

    th, td {
      text-align: left;
      padding: 14px 0;
      border-bottom: 1px solid #eee;
      vertical-align: top;
    }

    th {
      width: 30%;
      font-weight: bold;
    }

    td {
      width: 80%;
    }

    @media (max-width: 600px) {
      .company {
        padding: 20px 0;
        width: 90%;
      }
      th, td {
        display: block;
        width: 100%;
      }
      th {
        color: #555;
        font-size: 14px;
      }
      td {
        margin-bottom: 8px;
        font-size: 14px;
      }
    }


/* small screens */
@media (max-width:1280px){
  .feature-grid {
    grid-template-columns:unset;
  }
  .feature_tittle,
  .feature_tittle2 {
    width: unset;
  }
  .flow_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .step-box {
    width: unset;
  }
  .tanosee_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
    .box2 h3 {
    font-size: 21px;
    padding-bottom: 20px;
  }
    .box2 {
    height: unset;
    display: unset;
    position: unset;
  }
    .footer {
    position: unset;
    margin-top: unset;
    margin-bottom: unset;
    padding: 10px 0;
  }
  .footer_logo {
    position: unset;
    padding-bottom: 20px;
  }
  .company_name {
    position: unset;
    padding-right: unset;
    text-align: center;
  }

  .footer_logo {
    padding-bottom: 40px;
  }
  .sign-up {
    padding-bottom: 40px;
  }
}
@media (max-width:756px){
  .sp_none {
    display: none;
  }
  h2 {
    font-size: 21px;
  }
  .brand {
    width: 150px;
  }
  .hero {
    padding-bottom: 40px;
  }
  .sign-up .container {
    display: grid;
    justify-content: center;
    text-align: center;
  }
  .sign-up h2 {
    font-size: 21px;
  }
  .sail h3 {
    font-size: 21px;
  }
  .sail h4 {
    font-size: 34px;
  }
  .features_wrap {
    margin-bottom: 40px;
  }
  .features h3 {
    font-size: 21px;
  }
  .feature_tittle h4 {
    font-size: 18px;
  }
  .feature p {
    font-size: 16px;
    padding: 20px 20px 0 20px;
  }
  .feature_img {
    padding: 0 40px;
    height: auto;
  }
  .feature_tittle2 h4{
    font-size: 18px;
  }
  .tanosee_inner {
    margin-bottom: 20px;
  }
  .tanosee h3 {
    font-size: 21px;
  }
  .tanosee_img {
    display: grid;
  }
  .flow h3 {
    font-size: 21px;
    height: unset;
  }
  .flow_flex {
    grid-template-columns: unset;
  }
  .flow_inner {
    margin-bottom: 20px;
  }
  .payment {
    padding: unset;
  }
  label {
    padding-right: 20px;
    font-size: 14px;
  }
  .payment h3 {
    font-size: 21px;
    height: unset;
  }
  .payment_flex {
    display: grid;
    gap: 20px;
    bottom: 20px;
    padding-bottom: 20px;
  }
  .payment_inner {
    margin-bottom: 20px;
  }

  .box2 span {
    font-size: 18px;
  }


  /* 問い合わせフォーム */
    /* .service-title {
    padding-top: 100px;
  } */
  .service-title span {
    font-size: 10px;
  }
  .service-title h2 {
    font-size: 24px;
    /* padding-bottom: 100px; */
  }
  .service-text h3 {
    font-size: 18px;
  }
  .service-text h3 span {
    font-size: 32px;
  }
  .service-text p {
    font-size: 14px;
  }
  .service-card {
    flex-direction: column;
    padding: 0 10px;
  }
  .service-card.reverse {
  flex-direction: column-reverse;
}
.contact-title {
  padding-bottom: 80px;
}
.contact-title h2 {
  padding-bottom: 100px;
  line-height: 1.5;
}
.contact {
  padding: 50px 10px;
}
.Form_tittle h2  {
    margin-top: 80px;
}
.fot_logo img {
    width: 30%;
}
.Form {
	margin-top: 40px;
}
.Form-Item {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
	flex-wrap: wrap;
}
.contact_box h2 {
  font-size: 24px;
}
.contact_box .anno {
  padding-bottom: 50px;
}
.payment {
  width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-size: 16px;
}
.payment_2 {
  display: unset;
}
.payment_wrap {
  margin-left: 14px;
  margin-top: 10px;
    margin-bottom: 10px;
}

.payment-Item-Input {
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    /* height: 48px; */
    flex: 1;
    max-width: 410px;
    background: #f5f5f5;
    border-radius: 3px;
}
.payment-Item-Input_2 {
    /* margin-left: 24px; */
    padding-left: 1em;
    padding-right: 1em;
    /* height: 48px; */
    flex: 1;
    max-width: 410px;
    background: #f5f5f5;
    border-radius: 3px;
}
.Form-Item-Label {
	max-width: inherit;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.Form-Item-Label.isMsg {
	margin-top: 0;
}
.Form-Item {
	border-top: 1px solid #ddd;
  border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	display: block;
	align-items: center;
}
.Form-Item:nth-child(5) {
	/* border-bottom: 1px solid #ddd; */
}
.Form-Item-Label {
	width: 100%;
	max-width: 248px;
	letter-spacing: 0.05em;
	font-size: 14px;
}
.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
	white-space: normal;
}
.Form-Item-Label-Required {
	border-radius: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 32px;
	font-size: 10px;
}
.Form-Item-Label-Required {
	border-radius: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 32px;
	font-size: 10px;
}
.Form-Item-Textarea {
	margin-top: 18px;
	margin-left: 0;
	height: 200px;
	flex: inherit;
}
.Form-Btn {
	margin-top: 40px;
  padding: 20px 40px;
	font-size: 14px;
}
.Form-Item-Input {
    margin-left: 0;
    margin-top: 5px;
}
.contact-title h2 {
  font-size: 24px;
}
.Form-Item p {
  /* padding-top: 20px; */
  line-height: 2;
}


}
@media (min-width:701px) {
  .sp_add {
    display: none;
  }
}
