@charset "UTF-8";
/* ▼▼▼ お問い合わせ
=====================================*/
.read {
  margin-bottom: 40px;
  font-size: 15px;
}
.read > span {
  border: 1px solid #E33939;
  padding: 0 6px;
  margin-right: 5px;
  color: #E33939;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .read > span {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .read {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.8;
  }
}

table.info {
  width: 100%;
  border-top: 1px solid #C8CCD6;
  margin: 0 auto 60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  table.info {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
table.info th, table.info td {
  border-bottom: 1px solid #C8CCD6;
  line-height: 1.5;
  font-weight: normal;
  vertical-align: top;
  overflow: hidden;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  table.info th, table.info td {
    display: block;
    padding: 25px 0;
    font-size: 16px;
  }
}
table.info th {
  width: 20%;
  vertical-align: middle;
  padding: 30px 10px 30px 0;
}
@media screen and (max-width: 767px) {
  table.info th {
    width: 100%;
    border: none;
    padding: 14px 0 8px;
    font-size: 13px;
  }
}
table.info th span {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  table.info th span {
    display: inline;
  }
}
table.info th span::after {
  content: "必須";
  width: 42px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #E33939;
  color: #E33939;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  table.info th span::after {
    width: 36px;
    height: 19px;
    line-height: 19px;
    font-size: 11px;
    left: calc(100% + 10px);
  }
}
table.info th.no::after {
  display: none;
}
table.info th.top {
  vertical-align: top;
}
table.info td {
  vertical-align: middle;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  table.info td {
    padding: 0 0 18px;
  }
}
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: #df0024;
}
@media screen and (max-width: 767px) {
  table.info td .kome {
    padding-top: 5px;
    display: block;
  }
}
table.info td input {
  padding: 13px 20px;
  background: #F8FAFF;
  border: 1px solid #C8CCD6;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  table.info td input {
    padding: 10px;
  }
}
table.info td input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #A9AFBF;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td input::-moz-placeholder {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #A9AFBF;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #A9AFBF;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #A9AFBF;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td input::placeholder {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #A9AFBF;
  font-family: "Noto Sans JP", sans-serif;
}
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: 23%;
}
@media screen and (max-width: 767px) {
  table.info td input.w03, table.info td .select_wrap.w03 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  table.info td .check_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
table.info td .check_list li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  table.info td .check_list li {
    display: block;
    padding: 0;
    margin: 0;
    float: none;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }
}
table.info td .check_list li:last-child {
  margin-right: 0;
}
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 td .select_wrap {
  overflow: hidden;
  text-align: center;
  background: #FAFAFA;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}
table.info td .select_wrap:not(:last-child) {
  margin-bottom: 20px;
}
table.info td .select_wrap::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  pointer-events: none;
}
table.info td .select_wrap select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  padding: 18px 15px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 16px;
}
table.info td .select_wrap select::-ms-expand {
  display: none;
}
table.info td textarea {
  padding: 10px 20px;
  background: #F8FAFF;
  border-radius: 5px;
  height: auto;
  width: 100%;
  border: none;
  font-size: 15px;
  border: 1px solid #C8CCD6;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td textarea::-webkit-input-placeholder {
  color: #A9AFBF;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td textarea::-moz-placeholder {
  color: #A9AFBF;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td textarea:-ms-input-placeholder {
  color: #A9AFBF;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td textarea::-ms-input-placeholder {
  color: #A9AFBF;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
table.info td textarea::placeholder {
  color: #A9AFBF;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  table.info td textarea {
    padding: 15px 10px;
    height: 140px;
  }
}
table.info.confirm_info td {
  vertical-align: middle;
}
table.info div p:first-child {
  margin-bottom: 10px;
}
table.info .error_wrap {
  color: #E33939;
}

.postal_code {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .postal_code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
}
.postal_code li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .postal_code li {
    margin: 0;
  }
}

/* 住所自動入力ボタン */
#code_btn {
  display: inline-block;
  padding: 10.5px 35px;
  background: #2B334E;
  border-radius: 5px;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #code_btn {
    font-size: 13px;
    padding: 11px 0;
    min-width: 116px;
    text-align: center;
  }
}

#code_search {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #code_search {
    font-size: 13px;
    width: 77px;
  }
}

/* チェックボックス、ラジオボタンカスタム */
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + .check-parts, input[type=radio] + .check-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}
input[type=checkbox] + .check-parts::before, input[type=radio] + .check-parts::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input[type=checkbox]:checked + .check-parts, input[type=radio]:checked + .check-parts {
  color: #2B334E;
}
input[type=checkbox] {
  color: #2B334E;
}
input[type=checkbox] + .check-parts::before {
  border-radius: 4px;
}
input[type=checkbox]:checked + .check-parts::before {
  border: none;
  background: #2B334E;
  border: 1px solid #2B334E;
}
input[type=checkbox]:checked + .check-parts::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 3px;
  height: 8px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:checked + .check-parts::after {
    top: 5px;
  }
}
input[type=radio] + .check-parts {
  border-radius: 5px;
  padding: 10px 34px 10px 42px;
  border: 1px solid #C8CCD6;
}
@media screen and (max-width: 767px) {
  input[type=radio] + .check-parts {
    padding: 10px 20px 10px 40px;
  }
}
input[type=radio] + .check-parts::before {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input[type=radio]:checked + .check-parts::before {
  border: 1px solid #2B334E;
}
input[type=radio]:checked + .check-parts::after {
  content: "";
  display: block;
  background: #2B334E;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

/* ▼ プライバシー */
.privacy_read {
  margin-bottom: 10px;
  font-size: 16px;
}

#privacy {
  height: 210px;
  border: 1px solid #CCD1D5;
  padding: 15px 15px 0 15px;
  margin-bottom: 20px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #privacy {
    height: 150px;
  }
}
#privacy .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
}
#privacy dl.privacy {
  margin-bottom: 15px;
}
#privacy ol.privacy {
  margin-bottom: 20px;
  overflow: hidden;
  counter-reset: number;
}
#privacy ol.privacy > li {
  margin-bottom: 15px;
  counter-increment: number;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 15px;
}
#privacy ol.privacy:before {
  content: counter(number, decimal) ".";
  margin-right: 0.5em;
}
#privacy ol.privacy:last-child {
  margin: 0;
}
#privacy ol.privacy li .privacy_care {
  margin: 5px 0 0 1.5em;
}
#privacy .supervisor {
  overflow: hidden;
  margin-bottom: 20px;
}
#privacy .supervisor dt {
  font-weight: bold;
}

.btn_box {
  overflow: hidden;
  position: relative;
}
.btn_box .agree {
  margin-bottom: 75px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btn_box .agree {
    margin-bottom: 60px;
    font-size: 13px;
  }
}
.btn_box .agree a {
  text-decoration: underline;
}
.btn_box ul.btn {
  display: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_box ul.btn {
    width: 100%;
    margin: 0 auto;
  }
}
.btn_box ul.btn li {
  display: inline-block;
  max-width: 265px;
  width: 100%;
  position: relative;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .btn_box ul.btn li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.btn_box ul.btn li.back {
  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: #2B334E;
  border-radius: 100px;
  display: block;
  padding: 27px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
  /* :hover{
  	opacity: 0.6;
  }
  ::after{
  	content: "\f054";
  	font-family: FontAwesome;
  	padding-left: 5px;
  } */
}
.btn_box ul.btn li a::before {
  content: "";
  background: url(../img/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 7px;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_box ul.btn.confirm {
  display: block;
}
.btn_box ul.btn.confirm .back a {
  background: none;
  border-radius: 0;
}
.btn_box ul.btn.confirm .back a::before {
  display: none;
}