@charset "utf-8";
/*------------------------------------------
 *  move
 *------------------------------------------*/
.p-sub-open-close__top-txt {
  font-weight: 400;
  font-size: clamp(16px, calc(18 / 1140 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0;
}
.p-sub-open-close__top-contents {
  background-color: #F3F4F9;
  margin-top: clamp(30px, calc(40 / 1140 * 100vw), 40px);
  margin-bottom: clamp(80px, calc(128 / 1140 * 100vw), 128px);
  padding: clamp(20px, calc(32 / 1140 * 100vw), 32px);
}
.p-sub-open-close__top-contents-ttl {
  font-weight: 700;
  font-size: clamp(18px, calc(20 / 1140 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0;
}
.p-sub-open-close__top-contents-list {
  padding-left: 1em;
}
.p-sub-open-close__top-contents-item {
  margin-top: clamp(16px, calc(24 / 1140 * 100vw), 24px);
  list-style-type: disc;
  font-weight: 400;
  font-size: clamp(16px, calc(18 / 1140 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0;
}
.c-form__radio {
  margin-bottom: 0;
  justify-content: flex-start;
}
input[type="checkbox"] {
  display: none;
}
.c-form__checkbox {
  display: flex;
  flex-direction: column;
  font-size: calc(18 / 16 * 1rem);
}
.c-form__checkbox-label {
  font-weight: 400;
}
.c-form__checkbox-item .c-form__checkbox-label::before {
  top: 0.4em;
}
.c-form__checkbox-item .c-form__checkbox-label:after {
  top: 0.5em;
}
.c-form__checkbox-item:first-of-type {
  width: 100%;
}
.p-sub-contact__btn-wrapper {
  margin-bottom: clamp(80px, calc(128 / 1140 * 100vw), 128px);
}
.p-sub-open-close__faq {
  background-color: #F3F4F9;
  padding-block: clamp(80px, calc(128 / 1140 * 100vw), 128px);
  margin-bottom: clamp(80px, calc(128 / 1140 * 100vw), 128px);
}
.p-sub-open-close__faq-item:not(:last-of-type) {
  padding-bottom: clamp(30px, calc(40 / 1140 * 100vw), 40px);
  margin-bottom: clamp(30px, calc(40 / 1140 * 100vw), 40px);
  border-bottom: solid 1px #D9D9D9;
}
.p-sub-open-close__faq-question ,
.p-sub-open-close__faq-answer {
  display: flex;
}
.p-sub-open-close__faq-question {
  color: var(--color-navy);
  margin-bottom: clamp(24px, calc(32 / 1140 * 100vw), 32px);
}
.p-sub-open-close__faq--en {
  font-weight: 700;
  font-size: clamp(24px, calc(32 / 1140 * 100vw), 32px);
  line-height: 1;
  letter-spacing: 0;
  margin-right: clamp(30px, calc(45 / 1140 * 100vw), 45px);
  flex: 0 0 auto;
}
.p-sub-open-close__faq--jp {
  font-weight: 400;
  font-size: clamp(16px, calc(18 / 1140 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0;
}
.p-sub-open-close__faq-question .p-sub-open-close__faq--jp {
  font-weight: 700;
}
/* PC */
@media screen and (min-width: 768px) {
  .c-form__checkbox {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: calc(20 / 16 * 1rem);
  }
  .c-form__checkbox-item:not(:last-of-type) {
    margin-right: 2em;
  }
}

/* confirm-page*/
.p-sub-open-close__confirm-contents {
  max-width: 800px;
  margin-inline: auto;
}
.p-sub-open-close__confirm-ttl {
  font-weight: 700;
  font-size: clamp(20px, calc(24 / 1140 * 100vw), 24px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 2em;
  text-align: center;
}
/* PC */
@media screen and (min-width: 768px) {
  .p-sub-open-close__confirm-contents .c-form__row {
    grid-template-columns: calc(240 / 16 * 1rem) 1fr;
  }
}

