@charset "UTF-8";
/*----------------------------------------------------
	form
----------------------------------------------------*/
#form_box .form_intro {
  position: relative;
}
#form_box .form_intro .txt01 {
  text-align: center;
}
#form_box .form_intro .txt02 {
  text-align: center;
}
#form_box .step {
  padding-top: 60px;
  max-width: 100%;
  gap: 160px;
  position: relative;
}
#form_box .step li {
  color: #a3bbe5;
  position: relative;
  padding-bottom: 25px;
}
#form_box .step li i {
  font-weight: normal;
  line-height: 1;
  display: block;
}
#form_box .step li.active {
  color: #191919;
}
#form_box .step li.active i {
  color: var(--blue003);
}
#form_box .step li.active:after {
  background: var(--blue003);
}
#form_box .step li:not(:last-child):before {
  width: 220px;
  height: 2px;
  display: block;
  content: "";
  left: 50%;
  bottom: 6px;
  position: absolute;
  background: #a7c3de;
  z-index: 0;
}
#form_box .step li:after {
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #a3bbe5;
  border-radius: 100%;
}
#form_box .table_form {
  text-align: left;
  margin-inline: auto;
}
#form_box .table_form .must {
  text-align: center;
  line-height: 20px;
  width: 44px;
  height: 20px;
  background: var(--blue003);
  color: #fff;
  font-size: var(--fs12);
  border-radius: 10px;
  display: inline-block;
}
#form_box .table_form td a {
  color: var(--blue003);
}
#form_box .table_form .ex {
  color: #4879c6;
  padding-top: 4px;
}
#form_box .table_form .ex + .ex2 {
  padding-top: 10px;
}
#form_box .table_form .ex2 span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#form_box .table_form .ex2 + textarea {
  margin-top: 10px;
}
#form_box .table_form .checkbox-field {
  padding-right: 18px;
  box-sizing: border-box;
}
#form_box .box_tel {
  margin-left: auto;
  margin-right: auto;
  width: 746px;
  height: 110px;
  border: 1px solid var(--blue003);
}
#form_box .box_tel .txt16 {
  padding-right: 20px;
}
#form_box .box_tel .txt_tel {
  letter-spacing: 0.1em;
  padding: 0 20px 0 30px;
  background: url(/img/common/tel2.png) 0 50% no-repeat;
  background-size: 20px auto;
}
#form_box .box_tel .txt11 {
  line-height: 1.4;
}

#form_box .table_form input[type=button],
#form_box .table_form input[type=submit] {
  -webkit-appearance: none;
}
#form_box .table_form input[type=checkbox],
#form_box .table_form input[type=radio] {
  margin: 0 3px 1px 0;
}
#form_box .table_form input[type=email],
#form_box .table_form input[type=tel],
#form_box .table_form input[type=text],
#form_box .table_form textarea {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid var(--blue003);
  padding: 8px 14px;
  border-radius: 6px;
  box-sizing: border-box;
}
#form_box .table_form input[type=email]:focus,
#form_box .table_form input[type=tel]:focus,
#form_box .table_form input[type=text]:focus,
#form_box .table_form textarea:focus {
  outline: none;
  background-color: #efefef;
  border: 1px solid #5a7ba8;
}
#form_box .table_form textarea {
  height: 11em;
  width: 100%;
  max-width: 100%;
}
#form_box .table_form ::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #adadad;
}
#form_box .table_form ::-moz-placeholder {
  color: #adadad;
  opacity: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#form_box .table_form :-ms-input-placeholder {
  color: #adadad;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#form_box .table_form input.w50 {
  width: 260px;
  margin-right: 8px;
}
#form_box .btn {
  margin: 0 auto 0;
}
#form_box .btn .btn_ar {
  display: inline-block;
  width: 280px;
  height: 50px;
  border-radius: 6px;
  position: relative;
}
#form_box .btn .btn_ar button {
  font-weight: bold;
  width: 280px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.4s linear;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  letter-spacing: 0.1em;
  background: var(--grade349to);
  position: relative;
  color: #fff;
  font-size: 16px;
}
#form_box .btn .btn_ar:not(.back):hover::before {
  right: 22px;
}
#form_box .btn .btn_ar.back {
  margin-top: 35px;
  width: 190px;
}
#form_box .btn .btn_ar.back input {
  background: #fff;
  color: #191919;
  text-align: right;
  padding-left: 30px;
}
#form_box .btn .btn_ar.back::before {
  left: 0px;
  right: auto;
  background: url(/img/common/ar01.png) 50% 50% no-repeat;
  transform: rotate(180deg);
}
#form_box .btn .btn_ar.back:hover::before {
  left: -8px;
}
#form_box .btn_tel {
  font-size: 28px;
  font-weight: bold;
}
#form_box .btn_tel i {
  margin-right: 10px;
}

#form_box.confirm .table_form td {
  font-weight: bold;
}

.thanks #form_box .txt_thanks {
  margin-bottom: 1.2em;
}
.thanks #form_box .txt_thanks02 {
  text-align: center;
}

@media screen and (min-width: 737px) {
  /*-----------------------------*/
  #form_box {
    /*
    &.confirm {
      tr:not(:last-child) {
        border-bottom: 1px solid #a7c3de;
      }
      th {
        color: var(--blue003);
        padding: 30px 0px 30px 3.5%;
        .txt12.fn {
          display: none;
        }
        &.vt {
          vertical-align: middle;
        }
      }
    }*/
  }
  #form_box .table_form_wrap {
    padding: 80px 0;
    margin-bottom: 60px;
  }
  #form_box .table_form {
    border-collapse: collapse;
    width: 880px;
    max-width: 94%;
  }
  #form_box .table_form th {
    position: relative;
    text-align: left;
    padding: 8px 0px 48px 55px;
    vertical-align: top;
    width: 222px;
    box-sizing: border-box;
  }
  #form_box .table_form th label {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  #form_box .table_form th span {
    vertical-align: middle;
  }
  #form_box .table_form th .must {
    position: absolute;
    top: 15px;
    left: 0;
    margin: auto;
  }
  #form_box .table_form td {
    width: calc(100% - 222px);
    padding: 0 28px 24px;
    vertical-align: top;
  }
  #form_box .table_form td .checkbox-field {
    margin-top: 15px;
    padding-right: 40px;
  }
  #form_box .table_form .sp_only {
    display: none;
  }
  #form_box .btn .back input {
    width: 282px;
  }
  #form_box .in_box p.txt {
    padding-left: 1em;
  }
  #form_box .in_box ol {
    margin-bottom: 30px;
    padding-left: 1em;
  }
  #form_box .in_box ol li {
    text-indent: -2.1em;
    padding-left: 2.1em;
  }
} /*-----------------------------*/
@media screen and (max-width: 736px) {
  /*-----------------------------*/
  #form_box {
    /*
    &.confirm {
      .table_form {
        th {
          color: #1f4da7;
          padding-top: 20px;
          .txt12 {
            display: none;
          }
        }
        td {
          border-bottom: 1px solid #a7c3de;
          padding-bottom: 20px;
        }
        textarea {
          height: 10em;
        }
      }
    }*/
  }
  #form_box .table_form_wrap {
    padding: 20px 0 40px;
    margin-bottom: 40px;
  }
  #form_box .step {
    gap: 60px;
  }
  #form_box .step li {
    padding-bottom: 25px;
  }
  #form_box .step li:not(:last-child):before {
    width: 100px;
  }
  #form_box .form_wrap .bg_aqua {
    padding: 10px 20px 30px;
    margin-bottom: 30px;
  }
  #form_box .form_intro .stit_h2 {
    margin-bottom: 40px;
  }
  #form_box .form_intro .txt02,
#form_box .form_intro .txt01 {
    text-align: left;
  }
  #form_box .step {
    margin: 20px auto 40px;
  }
  #form_box table.table_form {
    width: 90%;
    margin: 0 auto 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  #form_box tr,
#form_box tbody {
    display: block;
    width: 100%;
  }
  #form_box th {
    font-size: var(--fs16);
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 5px 0;
    text-align: left;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
  }
  #form_box td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 0 24px;
    text-align: left;
  }
  #form_box td .txt14 {
    line-height: 1.4;
    display: inline-block;
    padding-top: 6px;
  }
  #form_box td .ti {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
  }
  #form_box .btn {
    margin: 45px auto 60px;
  }
  #form_box .btn .back {
    margin-top: 30px;
  }
  #form_box .box_tel {
    padding: 17px 0;
    text-align: center;
    width: 100%;
    height: auto;
  }
  #form_box .box_tel .txt_tel {
    letter-spacing: 0.1em;
    padding: 0 0 0 20px;
    background-size: 15px auto;
  }
  #form_box .box_tel .txt_tel a {
    font-size: 24px;
  }
  #form_box .box_tel .txt16 {
    padding-right: 0px;
  }
  .thanks #form_box .txt_thanks {
    font-size: var(--fontsize-Xl);
  }
  .thanks #form_box .txt_thanks02 {
    text-align: left;
  }
} /*-----------------------------*/
/*# sourceMappingURL=form.css.map */