<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s-form_section .c-sub_text {
  font-size: 1.2rem;
  line-height: 1.6;
}

.s-form_section .c-cta_box {
  background: #EAF6F9;
  padding: 2.4rem;
  margin-bottom: 5.6rem;
}
.s-form_section .c-cta_box p {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
}
.s-form_section .c-cta_box a {
  margin-top: 1.6rem;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 883px) {
  .s-form_section .c-cta_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 736px;
    padding: 24px 40px;
    margin-bottom: 3.2rem;
  }
  .s-form_section .c-cta_box p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .s-form_section .c-cta_box .tel_pc_text {
    margin-left: auto;
  }
}

.p-form_list {
  border-top: 1px solid #E5E5E5;
  margin-bottom: 3.2rem;
}
.p-form_list dl {
  padding: 2.4rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.p-form_list dl:upset {
  margin-bottom: 3.2rem;
}
.p-form_list dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-bottom: .9rem;
}
.p-form_list dl dt .status_icon {
  display: inline-block;
  width: 36px;
  height: 20px;
  padding: .5rem;
  background: #ACB0B5;
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin-left: auto;
}
.p-form_list dl dt .status_icon.is-required {
  background: #C10000;
}
.p-form_list dl dt .status_icon.is-option {
  border: 1px solid #666;
  background: #fff;
  color: #666;
  padding: .4rem;
}
.p-form_list dl dt .status_icon.is-ok {
  background: #2DA4BA;
}
.p-form_list dl dd {
  font-size: 1.6rem;
  line-height: 2;
  flex: 1;
  word-break: break-word;
}
.c-checkbox_block {
  margin-top: 3.2rem;
  margin-left: 3rem;
}
.c-checkbox_block .c-checkbox {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
}
.c-checkbox_block .c-checkbox a[target="_blank"]::after {
  display: none;
}

@media only screen and (min-width: 883px) {
  .p-form_list dl {
    display: flex;
  }
  .p-form_list dl dt {
    font-size: 2rem;
    justify-content: space-between;
    width: 206px;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .p-form_list dl dt .status_icon {
    width: 40px;
    height: 24px;
    padding: .5rem;
    font-size: 1.4rem;
  }
  .p-form__list dl dd {
    flex: 1;
  }
  .p-form_list dl.upset dt {
    align-items: unset;
  }
  .c-checkbox_block {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.p-form_list .error_text {
  display: none;
  margin-top: .8rem;
  color: #C10000;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (min-width: 883px) {
  .p-form_list .error_text {
    font-size: 1.6rem;
  }
}
.s-form_btn.c-btn_cta {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 883px) {
  .s-form_btn.c-btn_cta {
    width: 360px;
    font-size: 2.4rem;
    margin: 0 auto 3.2rem;
  }
  .s-form_btn.c-btn_cta .wrap::after {
    width: 18px;
    height: 18px;
    background: url(../img/icon/arrow-right-single-white.svg) no-repeat center;
    background-size: 18px 18px;
  }
  .s-form_btn.c-btn_cta:hover .wrap::after {
    width: 18px;
    height: 18px;
    background: url(../img/icon/arrow-right-single-blue.svg) no-repeat center;
    background-size: 18px 18px;
  }
}
.s-form_btn.c-btn_cta.is-disabled {
  border: 2px solid #ccc;
  background: #ccc;
  cursor: default;
}
.s-form_btn.c-btn_cta.is-disabled:hover {
  border: 2px solid #ccc;
  background: #ccc;
  color: #fff;
}
.s-form_btn.c-btn_cta.is-disabled:hover .wrap::after {
  width: 14px;
  height: 14px;
  background: url(../img/icon/arrow-right-single-white.svg) no-repeat center;
  background-size: 14px 14px;
}
@media only screen and (min-width: 883px) {
  .s-form_btn.c-btn_cta.is-disabled:hover .wrap::after {
    width: 18px;
    height: 18px;
    background: url(../img/icon/arrow-right-single-white.svg) no-repeat center;
    background-size: 18px 18px;
  }
}
</pre></body></html>