@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url("../font/Helvetica.ttf") format("truetype");
}
/* ▼▼▼ お問い合わせ
=====================================*/
.contact__text {
  font-size: max(16px, 18rem);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contact__text {
    font-size: max(12px, 14rem);
  }
}

.contact__form-wrap {
  margin-top: 60rem;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap {
    margin-top: 40rem;
  }
}

.contact__form {
  padding-block: 58rem;
  padding-inline: 80rem;
  background: #f8f8f8;
  border-radius: 20rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding-block: 53rem 97rem;
    padding-inline: 30rem;
  }
}

.read {
  text-align: center;
  margin-bottom: 30px;
}
.read > span:before {
  content: "必須";
  border: 1px solid #e5012d;
  padding: 3px 10px;
  margin-right: 5px;
  color: #e5012d;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .read {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

table.info {
  width: 100%;
  font-size: max(14px, 16rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  table.info {
    font-size: max(12px, 14rem);
  }
}
table.info th,
table.info td {
  line-height: 1.5;
  font-weight: 500;
  vertical-align: top;
  overflow: hidden;
  padding-block: 20rem;
  border-bottom: max(1px, 1rem) solid #efeaea;
}
@media screen and (max-width: 767px) {
  table.info th,
  table.info td {
    display: block;
    padding-block: unset;
  }
}
table.info.textarea th, table.info.textarea td {
  border-bottom: max(1px, 1rem) dotted #efeaea;
}
@media screen and (max-width: 767px) {
  table.info.textarea th {
    border-bottom: unset;
  }
}
table.info th {
  width: max(220px, 340rem);
  position: relative;
  vertical-align: middle;
  padding-inline: max(45px, 55rem) 17rem;
}
@media screen and (max-width: 767px) {
  table.info th {
    font-size: max(14px, 15rem);
    width: 100%;
    padding-inline: 46rem 0;
    border-bottom: unset;
    padding-top: 25rem;
  }
}
table.info th span {
  font-size: max(12px, 12rem);
  font-weight: 400;
  line-height: 2;
  position: absolute;
  top: 50%;
  right: 17rem;
  translate: 0 -50%;
}
@media screen and (max-width: 1130px) {
  table.info th span {
    font-size: max(10px, 10rem);
    top: 100%;
    translate: 0 -100%;
  }
}
@media screen and (max-width: 767px) {
  table.info th span {
    position: unset;
    margin-left: 25rem;
    white-space: nowrap;
  }
}
table.info th.long span {
  margin-left: -2rem;
}
table.info th::after {
  content: "必須";
  padding-block: 0 2rem;
  padding-inline: 7rem 6rem;
  border-radius: 5rem;
  background: #DE0A0A;
  color: #fff;
  font-size: max(14px, 14rem);
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  table.info th::after {
    padding-block: 0 3rem;
    padding-inline: 6rem 8rem;
    font-size: max(12px, 12rem);
    top: 100%;
    translate: 0 -100%;
  }
}
@media screen and (max-width: 767px) {
  table.info th.no {
    padding-left: unset;
  }
}
table.info th.no::after {
  display: none;
}
table.info th.top {
  vertical-align: top;
}
table.info th.top::after {
  top: 22rem;
  translate: unset;
}
table.info th.top span {
  top: 20rem;
  translate: unset;
}
@media screen and (max-width: 767px) {
  table.info td {
    margin-top: 10px;
    padding-bottom: 25rem;
  }
}
table.info td.list {
  vertical-align: middle;
}
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: 11rem 20rem;
  border: max(1px, 1rem) solid #848789;
}
@media screen and (max-width: 767px) {
  table.info td input {
    padding: 10rem 14rem;
  }
}
table.info td input + .kome {
  margin-top: 10px;
}
table.info td input::-webkit-input-placeholder {
  color: #c3c3c3;
}
table.info td input::-moz-placeholder {
  color: #c3c3c3;
}
table.info td input:-ms-input-placeholder {
  color: #c3c3c3;
}
table.info td input::-ms-input-placeholder {
  color: #c3c3c3;
}
table.info td input::placeholder {
  color: #c3c3c3;
}
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: 100%;
  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%;
  }
}
table.info td .check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50rem;
}
@media screen and (max-width: 767px) {
  table.info td .check_list {
    gap: 25rem;
    margin-top: 12rem;
  }
}
table.info td .check_list li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  table.info td .check_list li {
    float: none;
    cursor: pointer;
  }
}
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 {
  width: 100%;
  min-height: 240rem;
  height: auto;
  background: #fff;
  font-size: max(14px, 16rem);
  padding-block: 11rem 20rem;
  margin-bottom: 20rem;
  border: max(1px, 1rem) solid #848789;
}
table.info td textarea::-webkit-input-placeholder {
  color: #999;
}
table.info td textarea::-moz-placeholder {
  color: #999;
}
table.info td textarea:-ms-input-placeholder {
  color: #999;
}
table.info td textarea::-ms-input-placeholder {
  color: #999;
}
table.info td textarea::placeholder {
  color: #999;
}
@media screen and (max-width: 767px) {
  table.info td textarea {
    padding: 15px 10px;
    margin-bottom: 15rem;
  }
}
table.info.confirm_info td {
  vertical-align: middle;
}
table.info div p:first-child {
  margin-bottom: 10px;
}
table.info .error_wrap {
  color: #f00;
}

.postal_code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.postal_code li {
  display: inline-block;
  margin-right: 10rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .postal_code li {
    margin-right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .postal_code li:last-child {
    width: 100%;
  }
}

/* 住所自動入力ボタン */
#code_btn {
  display: inline-block;
  padding: 14px 10px;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}

/* チェックボックス、ラジオボタンカスタム */
input[type=checkbox], input[type=radio] {
  line-height: 1.5625;
  display: none;
}
@media screen and (max-width: 767px) {
  input[type=checkbox], input[type=radio] {
    line-height: 1.5714285714;
  }
}
input[type=checkbox] + .check-parts, input[type=radio] + .check-parts {
  padding-left: 33rem;
  line-height: 1.5625;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
input[type=checkbox] + .check-parts::before, input[type=radio] + .check-parts::before {
  display: block;
  content: "";
  width: 25rem;
  aspect-ratio: 1/1;
  border: max(1px, 1rem) solid #848789;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .check-parts::before, input[type=radio] + .check-parts::before {
    width: 22rem;
  }
}
input[type=checkbox]:checked + .check-parts, input[type=radio]:checked + .check-parts {
  color: #e5012d;
}
input[type=checkbox]:checked + .check-parts::after {
  content: "";
  display: block;
  width: 15rem;
  aspect-ratio: 1/1;
  background: #DE0A0A;
  position: absolute;
  top: 50%;
  left: 5rem;
  translate: 0 -50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  input[type=checkbox]:checked + .check-parts::after {
    width: 14rem;
    left: 4rem;
  }
}
input[type=checkbox] {
  color: #e5012d;
}
input[type=radio]:checked + .check-parts::after {
  content: "";
  display: block;
  width: 15rem;
  aspect-ratio: 1/1;
  background: #DE0A0A;
  position: absolute;
  top: 50%;
  left: 5rem;
  translate: 0 -50%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  input[type=radio]:checked + .check-parts::after {
    width: 14rem;
    left: 4rem;
  }
}

/* ▼ プライバシー */
#privacy {
  font-size: max(14px, 16rem);
  margin-top: 40rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #privacy {
    width: calc(100% + 60rem);
    margin-inline: -30rem;
    font-size: max(12px, 14rem);
  }
}
#privacy .title {
  padding-bottom: 30rem;
}
#privacy dd {
  line-height: 2;
}
#privacy dd a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3rem;
}
#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;
  margin-top: 38rem;
}
@media screen and (max-width: 767px) {
  .btn_box {
    margin-top: 30rem;
  }
}
.btn_box .agree {
  margin-bottom: 20px;
  text-align: center;
  font-size: max(14px, 16rem);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .btn_box .agree {
    font-size: max(12px, 14rem);
  }
}
.btn_box ul.contact-btn {
  text-align: center;
  position: relative;
  margin-top: 49rem;
}
@media screen and (max-width: 767px) {
  .btn_box ul.contact-btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 40rem;
  }
}
.btn_box ul.contact-btn li {
  display: inline-block;
}
.btn_box ul.contact-btn li a {
  color: #fff;
  font-size: max(14px, 18rem);
  background: #DE0A0A;
  padding-block: 15rem 19rem;
  padding-inline: 42rem;
  border-radius: 30rem;
}
@media screen and (max-width: 767px) {
  .btn_box ul.contact-btn li a {
    font-size: max(12px, 15rem);
    padding-block: 9rem 10rem;
    padding-inline: 28rem;
  }
}
.btn_box ul.contact-btn li a::after {
  display: none;
}