@charset "UTF-8";
.arrow {
  position: relative;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 2px;
}
.arrow::before {
  border-top: 2px solid currentColor;
  width: 13px;
}
@media screen and (max-width: 767px) {
  .arrow::before {
    border-width: 1.5px;
    width: 10px;
  }
}
.arrow::after {
  width: 7px;
  height: 7px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .arrow::after {
    border-width: 1.5px;
    width: 5px;
    height: 5px;
  }
}

/* ▼▼▼ お問い合わせ
=====================================*/
#main {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .ttl_wrap {
    margin-bottom: 25px;
  }
}

.lead {
  margin-bottom: 32px;
  font-size: 12px;
}
.lead span {
  color: #D94F58;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 45px;
    font-size: 10px;
  }
}

table.info {
  width: 100%;
  margin: 0 auto 80px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  table.info {
    margin-bottom: 30px;
  }
}
table.info th, table.info td {
  font-weight: 500;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table.info th, table.info td {
    display: block;
  }
}
table.info th {
  width: 210px;
  padding: 35px 0 22px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  table.info th {
    font-size: 12px;
    padding: 10px 0;
  }
}
table.info th::after {
  content: "*";
  color: #D94F58;
  padding-left: 3px;
}
table.info th.no::after {
  display: none;
}
table.info th.top {
  vertical-align: top;
}
table.info td {
  padding: 22px 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.info td {
    padding: 0 0 10px;
  }
}
table.info td.list {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  table.info td.list {
    padding: 0 0 20px;
  }
}
table.info td .kome {
  font-size: 12px;
  color: #D94F58;
}
@media screen and (max-width: 767px) {
  table.info td .kome {
    padding-top: 5px;
    display: block;
  }
}
table.info td textarea {
  border: 1px solid #C5CBC3;
  border-radius: 20px;
  padding: 15px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.info td textarea {
    border-radius: 15px;
  }
}
table.info td input {
  border: 1px solid #C5CBC3;
  border-radius: 20px;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  table.info td input {
    border-radius: 15px;
  }
}
table.info td input::-webkit-input-placeholder {
  color: #A1A7A1;
}
table.info td input::-moz-placeholder {
  color: #A1A7A1;
}
table.info td input:-ms-input-placeholder {
  color: #A1A7A1;
}
table.info td input::-ms-input-placeholder {
  color: #A1A7A1;
}
table.info td input::placeholder {
  color: #A1A7A1;
}
table.info td input + .kome {
  margin-top: 10px;
}
table.info td input.w01, table.info td .select_wrap.w01 {
  width: 100%;
}
table.info td input.w02, table.info td .select_wrap.w02 {
  width: 44%;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  table.info td input.w02, table.info td .select_wrap.w02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
table.info td input.w03, table.info td .select_wrap.w03 {
  width: 6.5em;
}
@media screen and (max-width: 767px) {
  table.info td input.w03, table.info td .select_wrap.w03 {
    width: 6em;
  }
}
table.info td input.w04 {
  width: 4.5em;
}
@media screen and (max-width: 767px) {
  table.info td input.w04 {
    width: 4em;
  }
}
table.info td .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 80px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  table.info td .check_list {
    gap: 10px 20px;
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  table.info td .check_list li {
    width: calc(50% - 20px);
  }
}
table.info td .check_list li label {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  table.info td .check_list li label {
    padding: 0;
  }
}
table.info.confirm_info td {
  vertical-align: middle;
}
table.info div p:first-child {
  margin-bottom: 10px;
}
table.info .error_wrap {
  color: #D94F58;
}

.birth_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .birth_date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.birth_date span {
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .birth_date span {
    margin-left: 5px;
    font-size: 13px;
  }
}

.postal_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
}
.postal_code li {
  display: inline-block;
  vertical-align: middle;
}
.postal_code li:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .postal_code li:first-child {
    margin-right: 15px;
    width: calc(100% - 148px);
  }
}
.postal_code li:nth-child(2) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .postal_code li:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .postal_code li:nth-child(3) {
    margin-left: auto;
  }
}

/* 住所自動入力ボタン */
#code_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #8D938D;
  border-radius: 20px;
  height: 50px;
  width: 145px;
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #code_btn {
    width: 133px;
    border-radius: 15px;
    font-size: 12px;
  }
}

a.txt_link {
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  a.txt_link {
    font-size: 13px;
  }
}
a.txt_link:hover {
  text-decoration: none;
}

/* チェックボックス、ラジオボタンカスタム */
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + .check-parts, input[type=radio] + .check-parts {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + .check-parts::before, input[type=radio] + .check-parts::before {
  content: "";
  background: #fff;
  border: 1px solid #C5CBC3;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=checkbox] + .check-parts {
  padding-left: 43px;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .check-parts {
    padding-left: 30px;
  }
}
input[type=checkbox] + .check-parts::before {
  background: #C5CBC3;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  top: -2px;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .check-parts::before {
    width: 25px;
    height: 25px;
  }
}
input[type=checkbox]:checked + .check-parts::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 11px;
  top: 3px;
  left: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:checked + .check-parts::after {
    width: 5px;
    height: 9px;
    border-width: 1px;
    top: 4px;
    left: 10px;
  }
}
input[type=radio] + .check-parts {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  input[type=radio] + .check-parts {
    padding-left: 25px;
  }
}
input[type=radio] + .check-parts::before {
  border-radius: 50%;
  width: 23px;
  height: 23px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  input[type=radio] + .check-parts::before {
    width: 19px;
    height: 19px;
  }
}
input[type=radio]:checked + .check-parts::after {
  content: "";
  display: block;
  background: #027B39;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 8px;
  left: 6px;
}
@media screen and (max-width: 767px) {
  input[type=radio]:checked + .check-parts::after {
    width: 9px;
    height: 9px;
    top: 7px;
    left: 5px;
  }
}

/* ▼ プライバシー */
.privacy_ttl {
  border-bottom: 1px solid #94C9AC;
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .privacy_ttl {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

#privacy {
  height: 323px;
  background: #fff;
  border: 1px solid #D6DBD4;
  padding: 20px 35px;
  margin-bottom: 30px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #privacy {
    height: 306px;
    padding: 15px 25px;
    margin-bottom: 15px;
  }
}
#privacy dt, #privacy dd {
  letter-spacing: 0.05em;
}
#privacy dt {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #privacy dt {
    font-size: 13px;
  }
}
#privacy dt:not(:first-of-type) {
  margin-top: 15px;
}
#privacy dd {
  font-size: 13px;
  font-weight: normal;
}

.btn_box {
  overflow: hidden;
  position: relative;
}
.btn_box .agree {
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .btn_box .agree {
    font-size: 13px;
  }
}
.btn_box .agree::after {
  content: "*";
  color: #D94F58;
  padding-left: 3px;
}
.btn_box ul.btn {
  margin-top: 80px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_box ul.btn {
    width: 100%;
    margin-top: 40px;
  }
}
.btn_box ul.btn li {
  display: inline-block;
  width: 442px;
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .btn_box ul.btn li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.btn_box ul.btn li.back a {
  background: #999;
}
.btn_box ul.btn li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .btn_box ul.btn li:last-child {
    margin-right: auto;
  }
}
.btn_box ul.btn li a {
  background: #027B39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn_box ul.btn li a {
    height: 62px;
    font-size: 18px;
  }
}