ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1.h2, h3, h4, p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.code {
  padding: 10px 0;
}
.code .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.code .wrap .logo_ntt {
  width: 50px;
  margin-right: 10px;
}
.code .wrap .logo_ntt img {
  height: auto;
  width: 100%;
}
.code .wrap p:not(.logo_ntt) {
  width: calc(100% - 60px);
}

@media screen and (min-width: 38.74em) {
  #contents section {
    margin-bottom: 0;
  }
}
.kv {
  background: #f1f1f1;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.kv h1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.kv_note {
  padding: 20px 15px;
}
.kv_note li {
  color: #7d7d7d;
  font-size: 0.95rem;
}
@media screen and (min-width: 38.74em) {
  .kv h1 {
    background: #0164db;
  }
  .kv h1 img {
    max-width: 100%;
    width: auto;
    height: 350px;
  }
  .kv_note {
    max-width: 940px;
    margin: 0 auto;
    padding: 16px 12px;
  }
  .kv_note li {
    color: #7d7d7d;
    font-size: 0.75rem;
  }
}

#cross {
  padding-bottom: 65px;
}
@media screen and (min-width: 38.74em) {
  #cross {
    padding-bottom: 100px;
  }
}

.button {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 58px;
  border-radius: 12px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  letter-spacing: normal;
}
.button:after {
  display: none;
}
.button.apply {
  height: 85px;
  background: #EC5504 url(../img/ico_mail_white.svg) no-repeat 30px center;
  background-size: 39px 29px;
  color: #fff;
  font-size: 20px;
  position: relative;
  padding-right: 1em;
}
.button.apply span {
  position: absolute;
  top: -18px;
  left: calc(50% + 76px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: transparent;
  line-height: 1;
  width: 76px;
  height: 71px;
  background: url(../img/ico_baloon_orange.svg) no-repeat 0 0;
  background-size: 76px 71px;
}
.button.tel {
  background: #FFE100 url(../img/ico_tel.svg) no-repeat 43px center;
  background-size: 24px 24px;
  color: #002673;
  font-size: 18px;
  position: relative;
  padding-left: 1.8em;
}
.button.tel span:not(.number) {
  position: absolute;
  top: -25px;
  left: calc(50% + 78px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  width: 76px;
  height: 71px;
  background: url(../img/ico_baloon_2.svg) no-repeat 0 0;
  background-size: 76px 71px;
}
.button.area {
  background: #004EA2 url(../img/ico_area.svg) no-repeat 80px center;
  background-size: 22px 28px;
  color: #fff;
  font-size: 18px;
  padding-left: 1.75em;
}
.button.apply_modal {
  background: #ffcc00;
  color: #002673;
  position: relative;
}
.button.telephone_modal {
  background: #f99201;
  color: #002673;
}
.button.default_modal {
  background: #fff;
  color: #0139b8;
}
@media screen and (min-width: 38.74em) {
  .button {
    font-size: 20px;
    height: 72px;
  }
  .button.apply {
    background: #EC5504 url(../img/ico_mail_white.svg) no-repeat 24px center;
    height: 72px;
    width: 338px;
  }
  .button.tel {
    margin: 0 0;
    background: #FFE100 url(../img/ico_tel.svg) no-repeat 32px center;
    background-size: 24px 24px;
    line-height: 1;
    width: 318px;
    padding-left: 2.4em;
  }
  .button.tel .number {
    font-size: 20px;
  }
  .button._default {
    font-size: 18px;
  }
  .button.area {
    background: #004EA2 url(../img/ico_area.svg) no-repeat 70px center;
    background-size: 22px 28px;
    width: 318px;
    padding-left: 2.4em;
  }
}

.modal_buttons {
  padding: 10px 15px 40px;
}
.modal_buttons a {
  margin-bottom: 10px;
}

.sec {
  background: #f1f1f1;
  padding-bottom: 40px;
}
.sec_head {
  background: #0139b8;
  padding: 20px 0 0;
  position: relative;
}
.sec_head:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 100px 100vw;
  border-color: transparent transparent #f1f1f1 transparent;
  content: "";
}
.sec_head._reverse {
  background: #ffdf5f;
}
.sec_head._reverse:after {
  border-color: transparent transparent #fffde5 transparent;
}
.sec_ttle {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 185px;
  color: #fff;
  font-size: 24px;
}
.sec_ttle._reverse {
  color: #103cb1;
  height: 250px;
}
.sec_body {
  position: relative;
  top: -130px;
  padding: 0 15px;
  margin-bottom: -100px;
}
@media screen and (min-width: 38.74em) {
  .sec_head {
    background: #0139b8;
    padding: 40px 0 0;
    position: relative;
  }
  .sec_ttle {
    font-size: 30px;
  }
  .sec_body {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    top: -130px;
    padding: 0 40px;
    margin-bottom: -100px;
  }
}

.cross_sec {
  background: #fff;
  border-radius: 4px;
  padding-bottom: 20px;
}
.cross_sec_head {
  padding: 20px 0 15px;
}
.cross_sec_ttle {
  text-align: center;
  line-height: 1.25;
}
.cross_sec_container {
  margin-bottom: -30px;
  position: relative;
}
.cross_sec_box_rotated_inner {
  transform: skewX(20deg);
}
.cross_sec_box_rotated_01 {
  margin-left: 20px;
  text-align: center;
  height: 95px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: #002673;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 64px);
  transform: skewX(-20deg);
  position: relative;
  z-index: 2;
}
.cross_sec_box_rotated_02 {
  margin-left: 45px;
  position: relative;
  top: -10px;
  text-align: center;
  padding: 0 0;
  font-weight: 600;
  line-height: 1.2;
  height: 90px;
  color: #fff;
  background: #0139b8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 64px);
  transform: skewX(-20deg);
  z-index: 1;
}
.cross_sec_mv {
  position: relative;
  top: -30px;
  padding: 45px 0 15px;
  background: url(../img/bg_cross.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cross_sec_mv .co_orange.ft-bold {
  margin-bottom: 10px;
}
.cross_sec_lead {
  padding: 0 10px;
  margin-bottom: 10px;
}
.cross_sec_lead p {
  font-weight: 600;
  line-height: 1.4;
}
.cross_sec_note {
  padding: 0 10px;
  margin: 0 0 10px;
}
.cross_sec_note li {
  line-height: 1.2;
  color: #7d7d7d;
  font-size: 11px;
}
.cross_sec_img {
  padding: 0 10px;
  margin-bottom: 10px;
}
.cross_sec_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cross_sec + .cross_sec {
  margin-top: 10px;
}
@media screen and (min-width: 38.74em) {
  .cross_sec {
    border-radius: 16px;
  }
  .cross_sec_head {
    padding: 40px 0 30px;
  }
  .cross_sec_box_rotated_inner {
    transform: skewX(20deg);
  }
  .cross_sec_box_rotated_01 {
    margin: 0 auto;
    height: 95px;
    width: 480px;
  }
  .cross_sec_box_rotated_02 {
    margin: 0 auto;
    width: 480px;
    z-index: 1;
  }
  .cross_sec_mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    padding: 45px 0 45px;
    background: url(../img/bg_cross.png) no-repeat center center;
  }
  .cross_sec_mv .co_orange.ft-bold {
    margin-bottom: 20px;
  }
  .cross_sec_lead {
    margin: 40px auto 40px;
    margin-bottom: 20px;
    padding: 0 40px;
  }
  .cross_sec_lead p {
    font-weight: 600;
    line-height: 1.4;
  }
  .cross_sec_note {
    padding: 0 40px;
    margin: 0 0 20px;
  }
  .cross_sec_note li {
    line-height: 1.2;
    color: #7d7d7d;
    font-size: 15px;
  }
  .cross_sec_img {
    max-width: 500px;
    padding: 0;
    margin: 0 auto 20px;
  }
  .cross_sec_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.reason_box {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
.reason_box .number {
  margin: 0 auto 5px;
  width: 35px;
  height: 35px;
  background: #0139b8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  border-radius: 17px;
}
.reason_ttle {
  font-size: 22px;
  text-align: center;
  font-weight: 800;
  color: #0139b8;
  margin-bottom: 10px;
}
.reason_img {
  margin-bottom: 10px;
  text-align: center;
}
.reason_img img {
  width: calc(100% - 80px);
  height: auto;
  vertical-align: bottom;
}
.reason_content p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.reason_box + .reason_box {
  margin-top: 10px;
}
@media screen and (min-width: 38.74em) {
  .reason_row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
  }
  .reason_box {
    flex: 1;
    border-radius: 12px;
    padding: 20px 10px;
  }
  .reason_box .number {
    margin: 0 auto 10px;
    font-size: 16px;
  }
  .reason_ttle {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .reason_img {
    margin-bottom: 10px;
    text-align: center;
  }
  .reason_img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .reason_box + .reason_box {
    margin-top: 0;
  }
}

.conversion2__inner {
  padding: 0;
  width: 100%;
}
.conversion2 .button + .button {
  margin-top: 18px;
}
@media screen and (min-width: 38.74em) {
  .conversion2__inner {
    justify-content: space-between;
    gap: 20px;
  }
  .conversion2 .button + .button {
    margin-top: 0;
    margin-left: 0;
  }
}

.campaign {
  padding-bottom: 40px;
  background: #fffde5;
}
.campaign_ttle {
  line-height: 1.4;
}
.campaign_ttle span {
  position: relative;
}
.campaign_ttle span:before {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-right: 10px;
  transform: rotate(-25deg);
  height: 28px;
  background: #103cb1;
  content: "";
}
.campaign_ttle span:after {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin-left: 10px;
  transform: rotate(25deg);
  height: 28px;
  background: #103cb1;
  content: "";
}
.campaign_box {
  background: #fff;
  border-radius: 4px;
}
.campaign_box_head {
  background: #ebf5f9;
  border-radius: 4px 4px 0 0;
  padding: 10px 0;
  text-align: center;
  color: #0139b8;
  font-size: 21px;
  font-weight: 700;
}
.campaign_box_body {
  text-align: center;
  padding: 15px 20px;
}
.campaign_box_body p {
  line-height: 1.5;
}
.campaign_box + .campaign_box {
  margin-top: 10px;
}
@media screen and (min-width: 38.74em) {
  .campaign_row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .campaign_box {
    width: 48.5%;
    border-radius: 12px;
  }
  .campaign_box:nth-child(even) {
    margin-left: auto;
  }
  .campaign_box_head {
    background: #ebf5f9;
    border-radius: 12px 12px 0 0;
    padding: 20px 0;
    text-align: center;
    color: #0139b8;
    font-size: 21px;
    font-weight: 700;
  }
  .campaign_box_body {
    text-align: center;
    padding: 20px 20px;
  }
  .campaign_box_body p {
    line-height: 1.5;
  }
  .campaign_box + .campaign_box {
    margin-top: 0;
  }
}

.price_box {
  background: #fff;
  border-radius: 4px;
  padding: 15px 10px 20px;
}
.price_box > p {
  text-align: center;
}
.price_ttle {
  text-align: center;
  font-size: 22px;
  color: #0139b8;
  margin-bottom: 5px;
  font-weight: 700;
}
.price_number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.price_number .text-16 {
  margin-right: 3px;
}
.price_number .text-14 {
  margin: 6px 0;
  text-align: center;
  flex-basis: 100%;
}
.price_box + .price_box {
  margin-top: 10px;
}
.price_lead {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.price_content {
  text-align: left !important;
  line-height: 1.2;
  margin-bottom: 20px;
}
.price_tab {
  display: flex;
  margin-bottom: 30px;
}
.price_tab li {
  width: 48.5%;
}
.price_tab li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #103cb1;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.price_tab li a.is-current {
  background: #103cb1;
  color: #fff;
}
.price_tab li a.is-current:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11.5px 0 11.5px;
  border-color: #0139b8 transparent transparent transparent;
  content: "";
}
.price_tab li a > div {
  display: flex;
  height: 65px;
  justify-content: center;
  align-items: center;
}
.price_tab li a > div > div img {
  vertical-align: bottom;
}
.price_tab li a > div > p {
  text-align: center;
}
.price_tab li:nth-child(even) {
  margin-left: auto;
}
.price_container + .price_container {
  margin-top: 20px;
}
.price_sttle {
  background: #f5f5f5;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.price_inner {
  padding: 10px 0;
  text-align: center;
}
.price_inner > p + .price_number {
  margin-top: 10px;
}
.price_note {
  margin: 20px 0 0;
}
.price_note li {
  color: #7d7d7d;
  font-size: 11px;
  line-height: 1.2;
}
.price_flex {
  display: flex;
  margin: 20px 0;
}
.price_flex > div {
  width: 50%;
}
.price_flex > div:nth-child(even) {
  border-left: 1px solid #cdcdcd;
}
.price_flex > div .text-10 {
  margin-right: 3px;
}
.price_flex-100 {
  flex-basis: 100%;
}
.price_flex-100.text-11 {
  margin: 5px 0;
}
@media screen and (min-width: 38.74em) {
  .price_box {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px;
    padding: 30px 40px 40px;
  }
  .price_box > p {
    text-align: center;
  }
  .price_ttle {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .price_number .text-16 {
    margin-right: 6px;
  }
  .price_number .text-14 {
    margin: 6px 0;
  }
  .price_container {
    display: inline-block;
    width: 48.5%;
  }
  .price_container + .price_container {
    margin-top: 0;
    margin-left: 2.3%;
  }
}

#flow {
  margin-top: 0;
}
#flow dl dd {
  line-height: 1.6;
}

.constructino p {
  margin: 1em;
  line-height: 2;
}

#faq {
  margin-bottom: 0;
}

.support_btn_area {
  margin-top: 25px;
}
@media screen and (max-width: 38.73em) {
  .support_btn_area {
    display: none;
  }
}
.support_btn_inner {
  max-width: 540px;
  margin: 0 auto;
  background: #ddd;
  border-radius: 16px;
  padding: 30px 60px 25px;
  box-sizing: border-box;
}
.support_btn_text01 {
  margin-bottom: 15px;
}
.support_btn_text02 {
  margin-bottom: 20px;
}

.text-1 {
  font-size: 1px;
}

@media screen and (min-width: 38.74em) {
  .text-1 {
    font-size: 1.25px;
  }
}
.text-2 {
  font-size: 2px;
}

@media screen and (min-width: 38.74em) {
  .text-2 {
    font-size: 2.5px;
  }
}
.text-3 {
  font-size: 3px;
}

@media screen and (min-width: 38.74em) {
  .text-3 {
    font-size: 3.75px;
  }
}
.text-4 {
  font-size: 4px;
}

@media screen and (min-width: 38.74em) {
  .text-4 {
    font-size: 5px;
  }
}
.text-5 {
  font-size: 5px;
}

@media screen and (min-width: 38.74em) {
  .text-5 {
    font-size: 6.25px;
  }
}
.text-6 {
  font-size: 6px;
}

@media screen and (min-width: 38.74em) {
  .text-6 {
    font-size: 7.5px;
  }
}
.text-7 {
  font-size: 7px;
}

@media screen and (min-width: 38.74em) {
  .text-7 {
    font-size: 8.75px;
  }
}
.text-8 {
  font-size: 8px;
}

@media screen and (min-width: 38.74em) {
  .text-8 {
    font-size: 10px;
  }
}
.text-9 {
  font-size: 9px;
}

@media screen and (min-width: 38.74em) {
  .text-9 {
    font-size: 11.25px;
  }
}
.text-10 {
  font-size: 10px;
}

@media screen and (min-width: 38.74em) {
  .text-10 {
    font-size: 12.5px;
  }
}
.text-11 {
  font-size: 11px;
}

@media screen and (min-width: 38.74em) {
  .text-11 {
    font-size: 13.75px;
  }
}
.text-12 {
  font-size: 12px;
}

@media screen and (min-width: 38.74em) {
  .text-12 {
    font-size: 15px;
  }
}
.text-13 {
  font-size: 13px;
}

@media screen and (min-width: 38.74em) {
  .text-13 {
    font-size: 16.25px;
  }
}
.text-14 {
  font-size: 14px;
}

@media screen and (min-width: 38.74em) {
  .text-14 {
    font-size: 17.5px;
  }
}
.text-15 {
  font-size: 15px;
}

@media screen and (min-width: 38.74em) {
  .text-15 {
    font-size: 18.75px;
  }
}
.text-16 {
  font-size: 16px;
}

@media screen and (min-width: 38.74em) {
  .text-16 {
    font-size: 20px;
  }
}
.text-17 {
  font-size: 17px;
}

@media screen and (min-width: 38.74em) {
  .text-17 {
    font-size: 21.25px;
  }
}
.text-18 {
  font-size: 18px;
}

@media screen and (min-width: 38.74em) {
  .text-18 {
    font-size: 22.5px;
  }
}
.text-19 {
  font-size: 19px;
}

@media screen and (min-width: 38.74em) {
  .text-19 {
    font-size: 23.75px;
  }
}
.text-20 {
  font-size: 20px;
}

@media screen and (min-width: 38.74em) {
  .text-20 {
    font-size: 25px;
  }
}
.text-21 {
  font-size: 21px;
}

@media screen and (min-width: 38.74em) {
  .text-21 {
    font-size: 26.25px;
  }
}
.text-22 {
  font-size: 22px;
}

@media screen and (min-width: 38.74em) {
  .text-22 {
    font-size: 27.5px;
  }
}
.text-23 {
  font-size: 23px;
}

@media screen and (min-width: 38.74em) {
  .text-23 {
    font-size: 28.75px;
  }
}
.text-24 {
  font-size: 24px;
}

@media screen and (min-width: 38.74em) {
  .text-24 {
    font-size: 30px;
  }
}
.text-25 {
  font-size: 25px;
}

@media screen and (min-width: 38.74em) {
  .text-25 {
    font-size: 31.25px;
  }
}
.text-26 {
  font-size: 26px;
}

@media screen and (min-width: 38.74em) {
  .text-26 {
    font-size: 32.5px;
  }
}
.text-27 {
  font-size: 27px;
}

@media screen and (min-width: 38.74em) {
  .text-27 {
    font-size: 33.75px;
  }
}
.text-28 {
  font-size: 28px;
}

@media screen and (min-width: 38.74em) {
  .text-28 {
    font-size: 35px;
  }
}
.text-29 {
  font-size: 29px;
}

@media screen and (min-width: 38.74em) {
  .text-29 {
    font-size: 36.25px;
  }
}
.text-30 {
  font-size: 30px;
}

@media screen and (min-width: 38.74em) {
  .text-30 {
    font-size: 37.5px;
  }
}
.text-31 {
  font-size: 31px;
}

@media screen and (min-width: 38.74em) {
  .text-31 {
    font-size: 38.75px;
  }
}
.text-32 {
  font-size: 32px;
}

@media screen and (min-width: 38.74em) {
  .text-32 {
    font-size: 40px;
  }
}
.text-33 {
  font-size: 33px;
}

@media screen and (min-width: 38.74em) {
  .text-33 {
    font-size: 41.25px;
  }
}
.text-34 {
  font-size: 34px;
}

@media screen and (min-width: 38.74em) {
  .text-34 {
    font-size: 42.5px;
  }
}
.text-35 {
  font-size: 35px;
}

@media screen and (min-width: 38.74em) {
  .text-35 {
    font-size: 43.75px;
  }
}
.text-36 {
  font-size: 36px;
}

@media screen and (min-width: 38.74em) {
  .text-36 {
    font-size: 45px;
  }
}
.text-37 {
  font-size: 37px;
}

@media screen and (min-width: 38.74em) {
  .text-37 {
    font-size: 46.25px;
  }
}
.text-38 {
  font-size: 38px;
}

@media screen and (min-width: 38.74em) {
  .text-38 {
    font-size: 47.5px;
  }
}
.text-39 {
  font-size: 39px;
}

@media screen and (min-width: 38.74em) {
  .text-39 {
    font-size: 48.75px;
  }
}
.text-40 {
  font-size: 40px;
}

@media screen and (min-width: 38.74em) {
  .text-40 {
    font-size: 50px;
  }
}
.text-41 {
  font-size: 41px;
}

@media screen and (min-width: 38.74em) {
  .text-41 {
    font-size: 51.25px;
  }
}
.text-42 {
  font-size: 42px;
}

@media screen and (min-width: 38.74em) {
  .text-42 {
    font-size: 52.5px;
  }
}
.text-43 {
  font-size: 43px;
}

@media screen and (min-width: 38.74em) {
  .text-43 {
    font-size: 53.75px;
  }
}
.text-44 {
  font-size: 44px;
}

@media screen and (min-width: 38.74em) {
  .text-44 {
    font-size: 55px;
  }
}
.text-45 {
  font-size: 45px;
}

@media screen and (min-width: 38.74em) {
  .text-45 {
    font-size: 56.25px;
  }
}
.text-46 {
  font-size: 46px;
}

@media screen and (min-width: 38.74em) {
  .text-46 {
    font-size: 57.5px;
  }
}
.text-47 {
  font-size: 47px;
}

@media screen and (min-width: 38.74em) {
  .text-47 {
    font-size: 58.75px;
  }
}
.text-48 {
  font-size: 48px;
}

@media screen and (min-width: 38.74em) {
  .text-48 {
    font-size: 60px;
  }
}
.text-49 {
  font-size: 49px;
}

@media screen and (min-width: 38.74em) {
  .text-49 {
    font-size: 61.25px;
  }
}
.text-50 {
  font-size: 50px;
}

@media screen and (min-width: 38.74em) {
  .text-50 {
    font-size: 62.5px;
  }
}
.text-51 {
  font-size: 51px;
}

@media screen and (min-width: 38.74em) {
  .text-51 {
    font-size: 63.75px;
  }
}
.text-52 {
  font-size: 52px;
}

@media screen and (min-width: 38.74em) {
  .text-52 {
    font-size: 65px;
  }
}
.text-53 {
  font-size: 53px;
}

@media screen and (min-width: 38.74em) {
  .text-53 {
    font-size: 66.25px;
  }
}
.text-54 {
  font-size: 54px;
}

@media screen and (min-width: 38.74em) {
  .text-54 {
    font-size: 67.5px;
  }
}
.text-55 {
  font-size: 55px;
}

@media screen and (min-width: 38.74em) {
  .text-55 {
    font-size: 68.75px;
  }
}
.text-56 {
  font-size: 56px;
}

@media screen and (min-width: 38.74em) {
  .text-56 {
    font-size: 70px;
  }
}
.text-57 {
  font-size: 57px;
}

@media screen and (min-width: 38.74em) {
  .text-57 {
    font-size: 71.25px;
  }
}
.text-58 {
  font-size: 58px;
}

@media screen and (min-width: 38.74em) {
  .text-58 {
    font-size: 72.5px;
  }
}
.text-59 {
  font-size: 59px;
}

@media screen and (min-width: 38.74em) {
  .text-59 {
    font-size: 73.75px;
  }
}
.text-60 {
  font-size: 60px;
}

@media screen and (min-width: 38.74em) {
  .text-60 {
    font-size: 75px;
  }
}
.text-61 {
  font-size: 61px;
}

@media screen and (min-width: 38.74em) {
  .text-61 {
    font-size: 76.25px;
  }
}
.text-62 {
  font-size: 62px;
}

@media screen and (min-width: 38.74em) {
  .text-62 {
    font-size: 77.5px;
  }
}
.text-63 {
  font-size: 63px;
}

@media screen and (min-width: 38.74em) {
  .text-63 {
    font-size: 78.75px;
  }
}
.text-64 {
  font-size: 64px;
}

@media screen and (min-width: 38.74em) {
  .text-64 {
    font-size: 80px;
  }
}
.text-65 {
  font-size: 65px;
}

@media screen and (min-width: 38.74em) {
  .text-65 {
    font-size: 81.25px;
  }
}
.text-66 {
  font-size: 66px;
}

@media screen and (min-width: 38.74em) {
  .text-66 {
    font-size: 82.5px;
  }
}
.text-67 {
  font-size: 67px;
}

@media screen and (min-width: 38.74em) {
  .text-67 {
    font-size: 83.75px;
  }
}
.text-68 {
  font-size: 68px;
}

@media screen and (min-width: 38.74em) {
  .text-68 {
    font-size: 85px;
  }
}
.text-69 {
  font-size: 69px;
}

@media screen and (min-width: 38.74em) {
  .text-69 {
    font-size: 86.25px;
  }
}
.text-70 {
  font-size: 70px;
}

@media screen and (min-width: 38.74em) {
  .text-70 {
    font-size: 87.5px;
  }
}
.text-71 {
  font-size: 71px;
}

@media screen and (min-width: 38.74em) {
  .text-71 {
    font-size: 88.75px;
  }
}
.text-72 {
  font-size: 72px;
}

@media screen and (min-width: 38.74em) {
  .text-72 {
    font-size: 90px;
  }
}
.text-73 {
  font-size: 73px;
}

@media screen and (min-width: 38.74em) {
  .text-73 {
    font-size: 91.25px;
  }
}
.text-74 {
  font-size: 74px;
}

@media screen and (min-width: 38.74em) {
  .text-74 {
    font-size: 92.5px;
  }
}
.text-75 {
  font-size: 75px;
}

@media screen and (min-width: 38.74em) {
  .text-75 {
    font-size: 93.75px;
  }
}
.text-76 {
  font-size: 76px;
}

@media screen and (min-width: 38.74em) {
  .text-76 {
    font-size: 95px;
  }
}
.text-77 {
  font-size: 77px;
}

@media screen and (min-width: 38.74em) {
  .text-77 {
    font-size: 96.25px;
  }
}
.text-78 {
  font-size: 78px;
}

@media screen and (min-width: 38.74em) {
  .text-78 {
    font-size: 97.5px;
  }
}
.text-79 {
  font-size: 79px;
}

@media screen and (min-width: 38.74em) {
  .text-79 {
    font-size: 98.75px;
  }
}
.text-80 {
  font-size: 80px;
}

@media screen and (min-width: 38.74em) {
  .text-80 {
    font-size: 100px;
  }
}
.mt-1 {
  margin-top: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

@media screen and (min-width: 38.74em) {
  .mt-1 {
    margin-top: 1.25px;
  }
  .ml-1 {
    margin-left: 1.25px;
  }
  .mr-1 {
    margin-right: 1.25px;
  }
  .mb-1 {
    margin-bottom: 1.25px;
  }
}
.mt-2 {
  margin-top: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

@media screen and (min-width: 38.74em) {
  .mt-2 {
    margin-top: 2.5px;
  }
  .ml-2 {
    margin-left: 2.5px;
  }
  .mr-2 {
    margin-right: 2.5px;
  }
  .mb-2 {
    margin-bottom: 2.5px;
  }
}
.mt-3 {
  margin-top: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

@media screen and (min-width: 38.74em) {
  .mt-3 {
    margin-top: 3.75px;
  }
  .ml-3 {
    margin-left: 3.75px;
  }
  .mr-3 {
    margin-right: 3.75px;
  }
  .mb-3 {
    margin-bottom: 3.75px;
  }
}
.mt-4 {
  margin-top: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

@media screen and (min-width: 38.74em) {
  .mt-4 {
    margin-top: 5px;
  }
  .ml-4 {
    margin-left: 5px;
  }
  .mr-4 {
    margin-right: 5px;
  }
  .mb-4 {
    margin-bottom: 5px;
  }
}
.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

@media screen and (min-width: 38.74em) {
  .mt-5 {
    margin-top: 6.25px;
  }
  .ml-5 {
    margin-left: 6.25px;
  }
  .mr-5 {
    margin-right: 6.25px;
  }
  .mb-5 {
    margin-bottom: 6.25px;
  }
}
.mt-6 {
  margin-top: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

@media screen and (min-width: 38.74em) {
  .mt-6 {
    margin-top: 7.5px;
  }
  .ml-6 {
    margin-left: 7.5px;
  }
  .mr-6 {
    margin-right: 7.5px;
  }
  .mb-6 {
    margin-bottom: 7.5px;
  }
}
.mt-7 {
  margin-top: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

@media screen and (min-width: 38.74em) {
  .mt-7 {
    margin-top: 8.75px;
  }
  .ml-7 {
    margin-left: 8.75px;
  }
  .mr-7 {
    margin-right: 8.75px;
  }
  .mb-7 {
    margin-bottom: 8.75px;
  }
}
.mt-8 {
  margin-top: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

@media screen and (min-width: 38.74em) {
  .mt-8 {
    margin-top: 10px;
  }
  .ml-8 {
    margin-left: 10px;
  }
  .mr-8 {
    margin-right: 10px;
  }
  .mb-8 {
    margin-bottom: 10px;
  }
}
.mt-9 {
  margin-top: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

@media screen and (min-width: 38.74em) {
  .mt-9 {
    margin-top: 11.25px;
  }
  .ml-9 {
    margin-left: 11.25px;
  }
  .mr-9 {
    margin-right: 11.25px;
  }
  .mb-9 {
    margin-bottom: 11.25px;
  }
}
.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

@media screen and (min-width: 38.74em) {
  .mt-10 {
    margin-top: 12.5px;
  }
  .ml-10 {
    margin-left: 12.5px;
  }
  .mr-10 {
    margin-right: 12.5px;
  }
  .mb-10 {
    margin-bottom: 12.5px;
  }
}
.mt-11 {
  margin-top: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

@media screen and (min-width: 38.74em) {
  .mt-11 {
    margin-top: 13.75px;
  }
  .ml-11 {
    margin-left: 13.75px;
  }
  .mr-11 {
    margin-right: 13.75px;
  }
  .mb-11 {
    margin-bottom: 13.75px;
  }
}
.mt-12 {
  margin-top: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

@media screen and (min-width: 38.74em) {
  .mt-12 {
    margin-top: 15px;
  }
  .ml-12 {
    margin-left: 15px;
  }
  .mr-12 {
    margin-right: 15px;
  }
  .mb-12 {
    margin-bottom: 15px;
  }
}
.mt-13 {
  margin-top: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

@media screen and (min-width: 38.74em) {
  .mt-13 {
    margin-top: 16.25px;
  }
  .ml-13 {
    margin-left: 16.25px;
  }
  .mr-13 {
    margin-right: 16.25px;
  }
  .mb-13 {
    margin-bottom: 16.25px;
  }
}
.mt-14 {
  margin-top: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

@media screen and (min-width: 38.74em) {
  .mt-14 {
    margin-top: 17.5px;
  }
  .ml-14 {
    margin-left: 17.5px;
  }
  .mr-14 {
    margin-right: 17.5px;
  }
  .mb-14 {
    margin-bottom: 17.5px;
  }
}
.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

@media screen and (min-width: 38.74em) {
  .mt-15 {
    margin-top: 18.75px;
  }
  .ml-15 {
    margin-left: 18.75px;
  }
  .mr-15 {
    margin-right: 18.75px;
  }
  .mb-15 {
    margin-bottom: 18.75px;
  }
}
.mt-16 {
  margin-top: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

@media screen and (min-width: 38.74em) {
  .mt-16 {
    margin-top: 20px;
  }
  .ml-16 {
    margin-left: 20px;
  }
  .mr-16 {
    margin-right: 20px;
  }
  .mb-16 {
    margin-bottom: 20px;
  }
}
.mt-17 {
  margin-top: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

@media screen and (min-width: 38.74em) {
  .mt-17 {
    margin-top: 21.25px;
  }
  .ml-17 {
    margin-left: 21.25px;
  }
  .mr-17 {
    margin-right: 21.25px;
  }
  .mb-17 {
    margin-bottom: 21.25px;
  }
}
.mt-18 {
  margin-top: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

@media screen and (min-width: 38.74em) {
  .mt-18 {
    margin-top: 22.5px;
  }
  .ml-18 {
    margin-left: 22.5px;
  }
  .mr-18 {
    margin-right: 22.5px;
  }
  .mb-18 {
    margin-bottom: 22.5px;
  }
}
.mt-19 {
  margin-top: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

@media screen and (min-width: 38.74em) {
  .mt-19 {
    margin-top: 23.75px;
  }
  .ml-19 {
    margin-left: 23.75px;
  }
  .mr-19 {
    margin-right: 23.75px;
  }
  .mb-19 {
    margin-bottom: 23.75px;
  }
}
.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media screen and (min-width: 38.74em) {
  .mt-20 {
    margin-top: 25px;
  }
  .ml-20 {
    margin-left: 25px;
  }
  .mr-20 {
    margin-right: 25px;
  }
  .mb-20 {
    margin-bottom: 25px;
  }
}
.mt-21 {
  margin-top: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

@media screen and (min-width: 38.74em) {
  .mt-21 {
    margin-top: 26.25px;
  }
  .ml-21 {
    margin-left: 26.25px;
  }
  .mr-21 {
    margin-right: 26.25px;
  }
  .mb-21 {
    margin-bottom: 26.25px;
  }
}
.mt-22 {
  margin-top: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

@media screen and (min-width: 38.74em) {
  .mt-22 {
    margin-top: 27.5px;
  }
  .ml-22 {
    margin-left: 27.5px;
  }
  .mr-22 {
    margin-right: 27.5px;
  }
  .mb-22 {
    margin-bottom: 27.5px;
  }
}
.mt-23 {
  margin-top: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

@media screen and (min-width: 38.74em) {
  .mt-23 {
    margin-top: 28.75px;
  }
  .ml-23 {
    margin-left: 28.75px;
  }
  .mr-23 {
    margin-right: 28.75px;
  }
  .mb-23 {
    margin-bottom: 28.75px;
  }
}
.mt-24 {
  margin-top: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

@media screen and (min-width: 38.74em) {
  .mt-24 {
    margin-top: 30px;
  }
  .ml-24 {
    margin-left: 30px;
  }
  .mr-24 {
    margin-right: 30px;
  }
  .mb-24 {
    margin-bottom: 30px;
  }
}
.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

@media screen and (min-width: 38.74em) {
  .mt-25 {
    margin-top: 31.25px;
  }
  .ml-25 {
    margin-left: 31.25px;
  }
  .mr-25 {
    margin-right: 31.25px;
  }
  .mb-25 {
    margin-bottom: 31.25px;
  }
}
.mt-26 {
  margin-top: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

@media screen and (min-width: 38.74em) {
  .mt-26 {
    margin-top: 32.5px;
  }
  .ml-26 {
    margin-left: 32.5px;
  }
  .mr-26 {
    margin-right: 32.5px;
  }
  .mb-26 {
    margin-bottom: 32.5px;
  }
}
.mt-27 {
  margin-top: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

@media screen and (min-width: 38.74em) {
  .mt-27 {
    margin-top: 33.75px;
  }
  .ml-27 {
    margin-left: 33.75px;
  }
  .mr-27 {
    margin-right: 33.75px;
  }
  .mb-27 {
    margin-bottom: 33.75px;
  }
}
.mt-28 {
  margin-top: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

@media screen and (min-width: 38.74em) {
  .mt-28 {
    margin-top: 35px;
  }
  .ml-28 {
    margin-left: 35px;
  }
  .mr-28 {
    margin-right: 35px;
  }
  .mb-28 {
    margin-bottom: 35px;
  }
}
.mt-29 {
  margin-top: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

@media screen and (min-width: 38.74em) {
  .mt-29 {
    margin-top: 36.25px;
  }
  .ml-29 {
    margin-left: 36.25px;
  }
  .mr-29 {
    margin-right: 36.25px;
  }
  .mb-29 {
    margin-bottom: 36.25px;
  }
}
.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

@media screen and (min-width: 38.74em) {
  .mt-30 {
    margin-top: 37.5px;
  }
  .ml-30 {
    margin-left: 37.5px;
  }
  .mr-30 {
    margin-right: 37.5px;
  }
  .mb-30 {
    margin-bottom: 37.5px;
  }
}
.mt-31 {
  margin-top: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

@media screen and (min-width: 38.74em) {
  .mt-31 {
    margin-top: 38.75px;
  }
  .ml-31 {
    margin-left: 38.75px;
  }
  .mr-31 {
    margin-right: 38.75px;
  }
  .mb-31 {
    margin-bottom: 38.75px;
  }
}
.mt-32 {
  margin-top: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

@media screen and (min-width: 38.74em) {
  .mt-32 {
    margin-top: 40px;
  }
  .ml-32 {
    margin-left: 40px;
  }
  .mr-32 {
    margin-right: 40px;
  }
  .mb-32 {
    margin-bottom: 40px;
  }
}
.mt-33 {
  margin-top: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

@media screen and (min-width: 38.74em) {
  .mt-33 {
    margin-top: 41.25px;
  }
  .ml-33 {
    margin-left: 41.25px;
  }
  .mr-33 {
    margin-right: 41.25px;
  }
  .mb-33 {
    margin-bottom: 41.25px;
  }
}
.mt-34 {
  margin-top: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

@media screen and (min-width: 38.74em) {
  .mt-34 {
    margin-top: 42.5px;
  }
  .ml-34 {
    margin-left: 42.5px;
  }
  .mr-34 {
    margin-right: 42.5px;
  }
  .mb-34 {
    margin-bottom: 42.5px;
  }
}
.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

@media screen and (min-width: 38.74em) {
  .mt-35 {
    margin-top: 43.75px;
  }
  .ml-35 {
    margin-left: 43.75px;
  }
  .mr-35 {
    margin-right: 43.75px;
  }
  .mb-35 {
    margin-bottom: 43.75px;
  }
}
.mt-36 {
  margin-top: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

@media screen and (min-width: 38.74em) {
  .mt-36 {
    margin-top: 45px;
  }
  .ml-36 {
    margin-left: 45px;
  }
  .mr-36 {
    margin-right: 45px;
  }
  .mb-36 {
    margin-bottom: 45px;
  }
}
.mt-37 {
  margin-top: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

@media screen and (min-width: 38.74em) {
  .mt-37 {
    margin-top: 46.25px;
  }
  .ml-37 {
    margin-left: 46.25px;
  }
  .mr-37 {
    margin-right: 46.25px;
  }
  .mb-37 {
    margin-bottom: 46.25px;
  }
}
.mt-38 {
  margin-top: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

@media screen and (min-width: 38.74em) {
  .mt-38 {
    margin-top: 47.5px;
  }
  .ml-38 {
    margin-left: 47.5px;
  }
  .mr-38 {
    margin-right: 47.5px;
  }
  .mb-38 {
    margin-bottom: 47.5px;
  }
}
.mt-39 {
  margin-top: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

@media screen and (min-width: 38.74em) {
  .mt-39 {
    margin-top: 48.75px;
  }
  .ml-39 {
    margin-left: 48.75px;
  }
  .mr-39 {
    margin-right: 48.75px;
  }
  .mb-39 {
    margin-bottom: 48.75px;
  }
}
.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen and (min-width: 38.74em) {
  .mt-40 {
    margin-top: 50px;
  }
  .ml-40 {
    margin-left: 50px;
  }
  .mr-40 {
    margin-right: 50px;
  }
  .mb-40 {
    margin-bottom: 50px;
  }
}
.mt-41 {
  margin-top: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

@media screen and (min-width: 38.74em) {
  .mt-41 {
    margin-top: 51.25px;
  }
  .ml-41 {
    margin-left: 51.25px;
  }
  .mr-41 {
    margin-right: 51.25px;
  }
  .mb-41 {
    margin-bottom: 51.25px;
  }
}
.mt-42 {
  margin-top: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

@media screen and (min-width: 38.74em) {
  .mt-42 {
    margin-top: 52.5px;
  }
  .ml-42 {
    margin-left: 52.5px;
  }
  .mr-42 {
    margin-right: 52.5px;
  }
  .mb-42 {
    margin-bottom: 52.5px;
  }
}
.mt-43 {
  margin-top: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

@media screen and (min-width: 38.74em) {
  .mt-43 {
    margin-top: 53.75px;
  }
  .ml-43 {
    margin-left: 53.75px;
  }
  .mr-43 {
    margin-right: 53.75px;
  }
  .mb-43 {
    margin-bottom: 53.75px;
  }
}
.mt-44 {
  margin-top: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

@media screen and (min-width: 38.74em) {
  .mt-44 {
    margin-top: 55px;
  }
  .ml-44 {
    margin-left: 55px;
  }
  .mr-44 {
    margin-right: 55px;
  }
  .mb-44 {
    margin-bottom: 55px;
  }
}
.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

@media screen and (min-width: 38.74em) {
  .mt-45 {
    margin-top: 56.25px;
  }
  .ml-45 {
    margin-left: 56.25px;
  }
  .mr-45 {
    margin-right: 56.25px;
  }
  .mb-45 {
    margin-bottom: 56.25px;
  }
}
.mt-46 {
  margin-top: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

@media screen and (min-width: 38.74em) {
  .mt-46 {
    margin-top: 57.5px;
  }
  .ml-46 {
    margin-left: 57.5px;
  }
  .mr-46 {
    margin-right: 57.5px;
  }
  .mb-46 {
    margin-bottom: 57.5px;
  }
}
.mt-47 {
  margin-top: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

@media screen and (min-width: 38.74em) {
  .mt-47 {
    margin-top: 58.75px;
  }
  .ml-47 {
    margin-left: 58.75px;
  }
  .mr-47 {
    margin-right: 58.75px;
  }
  .mb-47 {
    margin-bottom: 58.75px;
  }
}
.mt-48 {
  margin-top: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

@media screen and (min-width: 38.74em) {
  .mt-48 {
    margin-top: 60px;
  }
  .ml-48 {
    margin-left: 60px;
  }
  .mr-48 {
    margin-right: 60px;
  }
  .mb-48 {
    margin-bottom: 60px;
  }
}
.mt-49 {
  margin-top: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

@media screen and (min-width: 38.74em) {
  .mt-49 {
    margin-top: 61.25px;
  }
  .ml-49 {
    margin-left: 61.25px;
  }
  .mr-49 {
    margin-right: 61.25px;
  }
  .mb-49 {
    margin-bottom: 61.25px;
  }
}
.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media screen and (min-width: 38.74em) {
  .mt-50 {
    margin-top: 62.5px;
  }
  .ml-50 {
    margin-left: 62.5px;
  }
  .mr-50 {
    margin-right: 62.5px;
  }
  .mb-50 {
    margin-bottom: 62.5px;
  }
}
.mt-51 {
  margin-top: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

@media screen and (min-width: 38.74em) {
  .mt-51 {
    margin-top: 63.75px;
  }
  .ml-51 {
    margin-left: 63.75px;
  }
  .mr-51 {
    margin-right: 63.75px;
  }
  .mb-51 {
    margin-bottom: 63.75px;
  }
}
.mt-52 {
  margin-top: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

@media screen and (min-width: 38.74em) {
  .mt-52 {
    margin-top: 65px;
  }
  .ml-52 {
    margin-left: 65px;
  }
  .mr-52 {
    margin-right: 65px;
  }
  .mb-52 {
    margin-bottom: 65px;
  }
}
.mt-53 {
  margin-top: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

@media screen and (min-width: 38.74em) {
  .mt-53 {
    margin-top: 66.25px;
  }
  .ml-53 {
    margin-left: 66.25px;
  }
  .mr-53 {
    margin-right: 66.25px;
  }
  .mb-53 {
    margin-bottom: 66.25px;
  }
}
.mt-54 {
  margin-top: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

@media screen and (min-width: 38.74em) {
  .mt-54 {
    margin-top: 67.5px;
  }
  .ml-54 {
    margin-left: 67.5px;
  }
  .mr-54 {
    margin-right: 67.5px;
  }
  .mb-54 {
    margin-bottom: 67.5px;
  }
}
.mt-55 {
  margin-top: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

@media screen and (min-width: 38.74em) {
  .mt-55 {
    margin-top: 68.75px;
  }
  .ml-55 {
    margin-left: 68.75px;
  }
  .mr-55 {
    margin-right: 68.75px;
  }
  .mb-55 {
    margin-bottom: 68.75px;
  }
}
.mt-56 {
  margin-top: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

@media screen and (min-width: 38.74em) {
  .mt-56 {
    margin-top: 70px;
  }
  .ml-56 {
    margin-left: 70px;
  }
  .mr-56 {
    margin-right: 70px;
  }
  .mb-56 {
    margin-bottom: 70px;
  }
}
.mt-57 {
  margin-top: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

@media screen and (min-width: 38.74em) {
  .mt-57 {
    margin-top: 71.25px;
  }
  .ml-57 {
    margin-left: 71.25px;
  }
  .mr-57 {
    margin-right: 71.25px;
  }
  .mb-57 {
    margin-bottom: 71.25px;
  }
}
.mt-58 {
  margin-top: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

@media screen and (min-width: 38.74em) {
  .mt-58 {
    margin-top: 72.5px;
  }
  .ml-58 {
    margin-left: 72.5px;
  }
  .mr-58 {
    margin-right: 72.5px;
  }
  .mb-58 {
    margin-bottom: 72.5px;
  }
}
.mt-59 {
  margin-top: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

@media screen and (min-width: 38.74em) {
  .mt-59 {
    margin-top: 73.75px;
  }
  .ml-59 {
    margin-left: 73.75px;
  }
  .mr-59 {
    margin-right: 73.75px;
  }
  .mb-59 {
    margin-bottom: 73.75px;
  }
}
.mt-60 {
  margin-top: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media screen and (min-width: 38.74em) {
  .mt-60 {
    margin-top: 75px;
  }
  .ml-60 {
    margin-left: 75px;
  }
  .mr-60 {
    margin-right: 75px;
  }
  .mb-60 {
    margin-bottom: 75px;
  }
}
.mt-61 {
  margin-top: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

@media screen and (min-width: 38.74em) {
  .mt-61 {
    margin-top: 76.25px;
  }
  .ml-61 {
    margin-left: 76.25px;
  }
  .mr-61 {
    margin-right: 76.25px;
  }
  .mb-61 {
    margin-bottom: 76.25px;
  }
}
.mt-62 {
  margin-top: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

@media screen and (min-width: 38.74em) {
  .mt-62 {
    margin-top: 77.5px;
  }
  .ml-62 {
    margin-left: 77.5px;
  }
  .mr-62 {
    margin-right: 77.5px;
  }
  .mb-62 {
    margin-bottom: 77.5px;
  }
}
.mt-63 {
  margin-top: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

@media screen and (min-width: 38.74em) {
  .mt-63 {
    margin-top: 78.75px;
  }
  .ml-63 {
    margin-left: 78.75px;
  }
  .mr-63 {
    margin-right: 78.75px;
  }
  .mb-63 {
    margin-bottom: 78.75px;
  }
}
.mt-64 {
  margin-top: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

@media screen and (min-width: 38.74em) {
  .mt-64 {
    margin-top: 80px;
  }
  .ml-64 {
    margin-left: 80px;
  }
  .mr-64 {
    margin-right: 80px;
  }
  .mb-64 {
    margin-bottom: 80px;
  }
}
.mt-65 {
  margin-top: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

@media screen and (min-width: 38.74em) {
  .mt-65 {
    margin-top: 81.25px;
  }
  .ml-65 {
    margin-left: 81.25px;
  }
  .mr-65 {
    margin-right: 81.25px;
  }
  .mb-65 {
    margin-bottom: 81.25px;
  }
}
.mt-66 {
  margin-top: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

@media screen and (min-width: 38.74em) {
  .mt-66 {
    margin-top: 82.5px;
  }
  .ml-66 {
    margin-left: 82.5px;
  }
  .mr-66 {
    margin-right: 82.5px;
  }
  .mb-66 {
    margin-bottom: 82.5px;
  }
}
.mt-67 {
  margin-top: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

@media screen and (min-width: 38.74em) {
  .mt-67 {
    margin-top: 83.75px;
  }
  .ml-67 {
    margin-left: 83.75px;
  }
  .mr-67 {
    margin-right: 83.75px;
  }
  .mb-67 {
    margin-bottom: 83.75px;
  }
}
.mt-68 {
  margin-top: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

@media screen and (min-width: 38.74em) {
  .mt-68 {
    margin-top: 85px;
  }
  .ml-68 {
    margin-left: 85px;
  }
  .mr-68 {
    margin-right: 85px;
  }
  .mb-68 {
    margin-bottom: 85px;
  }
}
.mt-69 {
  margin-top: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

@media screen and (min-width: 38.74em) {
  .mt-69 {
    margin-top: 86.25px;
  }
  .ml-69 {
    margin-left: 86.25px;
  }
  .mr-69 {
    margin-right: 86.25px;
  }
  .mb-69 {
    margin-bottom: 86.25px;
  }
}
.mt-70 {
  margin-top: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

@media screen and (min-width: 38.74em) {
  .mt-70 {
    margin-top: 87.5px;
  }
  .ml-70 {
    margin-left: 87.5px;
  }
  .mr-70 {
    margin-right: 87.5px;
  }
  .mb-70 {
    margin-bottom: 87.5px;
  }
}
.mt-71 {
  margin-top: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

@media screen and (min-width: 38.74em) {
  .mt-71 {
    margin-top: 88.75px;
  }
  .ml-71 {
    margin-left: 88.75px;
  }
  .mr-71 {
    margin-right: 88.75px;
  }
  .mb-71 {
    margin-bottom: 88.75px;
  }
}
.mt-72 {
  margin-top: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

@media screen and (min-width: 38.74em) {
  .mt-72 {
    margin-top: 90px;
  }
  .ml-72 {
    margin-left: 90px;
  }
  .mr-72 {
    margin-right: 90px;
  }
  .mb-72 {
    margin-bottom: 90px;
  }
}
.mt-73 {
  margin-top: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

@media screen and (min-width: 38.74em) {
  .mt-73 {
    margin-top: 91.25px;
  }
  .ml-73 {
    margin-left: 91.25px;
  }
  .mr-73 {
    margin-right: 91.25px;
  }
  .mb-73 {
    margin-bottom: 91.25px;
  }
}
.mt-74 {
  margin-top: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

@media screen and (min-width: 38.74em) {
  .mt-74 {
    margin-top: 92.5px;
  }
  .ml-74 {
    margin-left: 92.5px;
  }
  .mr-74 {
    margin-right: 92.5px;
  }
  .mb-74 {
    margin-bottom: 92.5px;
  }
}
.mt-75 {
  margin-top: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

@media screen and (min-width: 38.74em) {
  .mt-75 {
    margin-top: 93.75px;
  }
  .ml-75 {
    margin-left: 93.75px;
  }
  .mr-75 {
    margin-right: 93.75px;
  }
  .mb-75 {
    margin-bottom: 93.75px;
  }
}
.mt-76 {
  margin-top: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

@media screen and (min-width: 38.74em) {
  .mt-76 {
    margin-top: 95px;
  }
  .ml-76 {
    margin-left: 95px;
  }
  .mr-76 {
    margin-right: 95px;
  }
  .mb-76 {
    margin-bottom: 95px;
  }
}
.mt-77 {
  margin-top: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

@media screen and (min-width: 38.74em) {
  .mt-77 {
    margin-top: 96.25px;
  }
  .ml-77 {
    margin-left: 96.25px;
  }
  .mr-77 {
    margin-right: 96.25px;
  }
  .mb-77 {
    margin-bottom: 96.25px;
  }
}
.mt-78 {
  margin-top: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

@media screen and (min-width: 38.74em) {
  .mt-78 {
    margin-top: 97.5px;
  }
  .ml-78 {
    margin-left: 97.5px;
  }
  .mr-78 {
    margin-right: 97.5px;
  }
  .mb-78 {
    margin-bottom: 97.5px;
  }
}
.mt-79 {
  margin-top: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

@media screen and (min-width: 38.74em) {
  .mt-79 {
    margin-top: 98.75px;
  }
  .ml-79 {
    margin-left: 98.75px;
  }
  .mr-79 {
    margin-right: 98.75px;
  }
  .mb-79 {
    margin-bottom: 98.75px;
  }
}
.mt-80 {
  margin-top: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media screen and (min-width: 38.74em) {
  .mt-80 {
    margin-top: 100px;
  }
  .ml-80 {
    margin-left: 100px;
  }
  .mr-80 {
    margin-right: 100px;
  }
  .mb-80 {
    margin-bottom: 100px;
  }
}
.disp {
  display: block;
}

.ft-bold {
  font-weight: 700;
}

.ft-500 {
  font-weight: 500;
}

.co_yellow {
  color: #fff14b;
}

.co_red {
  color: #ec5504;
}

.co_orange {
  color: #ec5504;
}

.co_blue {
  color: #0139b8;
}

.co_gray {
  color: #4e4644;
}

.applytop {
  padding-bottom: 50px;
  background-color: #fff;
}
.applytop .button {
  flex: none;
  align-items: unset;
  flex-direction: unset;
  justify-content: unset;
}
.applytop .sec_head {
  padding: 25px 0 21px;
  line-height: 1.32;
}
.applytop .sec_head::after {
  display: none;
}
.applytop .sec_ttle {
  height: fit-content;
}
.applytop .sec_body {
  margin-bottom: 0;
  padding: 0 15px;
  top: auto;
  background-color: #fff;
}
.applytop .sec_body h2 {
  margin: 0 0 8px;
  text-align: center;
}
.applytop .sec_body h2:first-child {
  display: none;
}
.applytop hr,
.applytop .note,
.applytop .btn_text,
.applytop .rapidssl {
  display: none;
}
.applytop .form-new_container {
  padding: 20px 0 0;
}
.applytop .form-new_flow {
  list-style-type: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.applytop .form-new_flow li {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #cdcdcd;
  position: relative;
  border-radius: 12px;
}
.applytop .form-new_flow li.active {
  background: #0139b8;
}
.applytop .form-new_flow li + li {
  margin-left: 48px;
}
.applytop .form-new_flow li + li::before {
  display: block;
  position: absolute;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 1px;
  background: #cdcdcd;
  content: "";
}
.applytop .form-new_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.applytop .form-new_table tr th {
  display: block;
  padding-bottom: 8.5px;
  width: 100%;
  font-weight: 700;
  box-sizing: border-box;
  text-align: left;
}
.applytop .form-new_table tr th span {
  margin-left: 6px;
  transform: translateY(-2px);
}
.applytop .form-new_table tr td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 20px;
}
.applytop .form-new_table tr td .instruction {
  color: #7d7d7d;
  font-size: 11px;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}
.applytop .form-new_table tr td .ERR {
  margin: 3px 0 0;
  padding: 0;
  color: #EC5504;
}
.applytop .form-new_table tr td input[type=tel],
.applytop .form-new_table tr td input[type=email],
.applytop .form-new_table tr td input[type=text],
.applytop .form-new_table tr td textarea {
  width: 100%;
  display: block;
  padding: 14px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #d6d9e7;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
  background: #EEE;
}
.applytop .form-new_table tr td input[type=tel].required-focus,
.applytop .form-new_table tr td input[type=email].required-focus,
.applytop .form-new_table tr td input[type=text].required-focus,
.applytop .form-new_table tr td textarea.required-focus {
  background: #FDF1E6;
  border-color: #EC5504;
}
.applytop .form-new_table tr td input[name=postcode1_s] {
  display: inline-block;
  width: 170px;
}
.applytop .form-new_table tr td input[name=postcode1_s] + span {
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: middle;
  transform: translateY(4px);
}
.applytop .form-new_table tr td input[name=postcode1_s] + span + .check-img {
  left: calc(200px - 2.7rem);
}
.applytop .form-new_table tr td .postcode-wrap {
  margin-bottom: 3px;
}
.applytop .form-new_table tr td select {
  width: 100%;
  display: block;
  padding: 10px 8px;
  height: 50px;
  color: #333;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #d6d9e7;
  border-radius: 4px;
  background: #EEE;
}
.applytop .form-new_table tr td input[type=radio] {
  display: none;
}
.applytop .form-new_label {
  display: block;
  width: 46.5%;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #d6d9e7;
}
.applytop .form-new_label:nth-child(even) {
  margin-left: auto;
}
.applytop .checked-inner {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.applytop .check-img {
  display: none;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - 2.5rem);
  margin: auto;
  padding: 0;
  height: fit-content;
  z-index: 1;
}
.applytop .check-img.show {
  display: block;
}
.applytop .required-focus + .check-img {
  display: none;
}
.applytop .required-radio .check-img {
  right: 0.3rem;
}
.applytop .show > .check-img {
  display: block;
}
@media screen and (max-width: 38.73em) {
  .applytop .checked-inner:not(.sp-fit) {
    width: 100%;
  }
  .applytop .form-new_table tr td select {
    max-width: 100%;
  }
  .applytop .check-img {
    left: calc(100% - 2.7rem);
  }
}
.applytop .button.confirm:not([disabled]) {
  background-color: #f99201;
}

@media screen and (min-width: 38.74em) {
  .applytop {
    background-color: #f1f1f1;
  }
  .applytop .sec_head::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    width: 100vw;
    height: 8.125rem;
    background-color: #0139B8;
    border: unset;
  }
  .applytop .sec_body {
    background-color: unset;
  }
  .applytop .form-new_table {
    margin-bottom: 40px;
  }
  .applytop .form-new_table tr th {
    display: table-cell;
    width: 30%;
    background: #e9f5fa;
    font-weight: 700;
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #eee;
  }
  .applytop .form-new_table tr th span {
    transform: unset;
  }
  .applytop .form-new_table tr td {
    display: table-cell;
    width: 70%;
    text-align: left;
    padding: 8px 10px;
    border: 1px solid #eee;
  }
  .applytop .form-new_table tr td .instruction {
    color: #7d7d7d;
    font-size: 11px;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
  }
  .applytop .form-new_table tr td .ERR {
    margin: 3px 0 0;
    padding: 0;
    font-size: 12px;
    color: #EC5504;
  }
  .applytop .form-new_table tr td input[type=tel],
  .applytop .form-new_table tr td input[type=email],
  .applytop .form-new_table tr td input[type=text],
  .applytop .form-new_table tr td textarea {
    width: 400px;
    display: block;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid #d6d9e7;
    border-radius: 4px;
  }
  .applytop .form-new_table tr td input[type=tel].required-focus,
  .applytop .form-new_table tr td input[type=email].required-focus,
  .applytop .form-new_table tr td input[type=text].required-focus,
  .applytop .form-new_table tr td textarea.required-focus {
    background: #FDF1E6;
    border-color: #EC5504;
  }
  .applytop .form-new_table tr td input[name=postcode1_s] {
    display: inline-block;
    width: 200px;
  }
  .applytop .form-new_table tr td select {
    width: 100%;
    display: block;
    padding: 10px;
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #d6d9e7;
    border-radius: 4px;
  }
  .applytop .form-new_table tr td input[type=radio] {
    display: none;
  }
  .applytop .form-new_table_flow li {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .applytop .form-new_container {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .applytop .button {
    max-width: 290px;
  }
}
.note-box {
  margin-bottom: 4px;
  background: rgba(241, 241, 241, 0.92);
  position: relative;
}
.note-box__content {
  position: relative;
}
.note-box__toggle {
  display: none;
}
@media screen and (max-width: 38.73em) {
  .note-box {
    margin-bottom: 48px;
  }
  .note-box__content {
    max-height: 6.5em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
  }
  .note-box__content .kv_note li {
    font-size: 11.4px;
  }
  .note-box:not(.is-open) .note-box__content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.5em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(241, 241, 241) 100%);
    pointer-events: none;
  }
  .note-box__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 0;
    border: 0;
    color: #4E4644;
    font: inherit;
    font-size: 14px;
    letter-spacing: normal;
    cursor: pointer;
    position: absolute;
    left: 50%;
    z-index: 10;
    bottom: -26px;
    transform: translateX(-50%);
  }
  .note-box__toggle::before {
    content: "";
    position: absolute;
    inset: -4px -8px;
    background: rgba(241, 241, 241, 0.96);
    border-radius: 9999px;
    z-index: -1;
  }
  .note-box__toggle-icon {
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .note-box__toggle-icon img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }
  .note-box.is-open .note-box__content {
    max-height: 100em;
  }
  .note-box.is-open .note-box__toggle-text::after {
    font-size: 16px;
  }
  .note-box.is-open .note-box__toggle-icon img {
    transform: rotate(45deg);
  }
}

/*# sourceMappingURL=style.css.map */
