@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5,
body button,
body input,
body optgroup,
body select,
body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

.sp {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.dis_none {
  display: none !important;
}

/***固定ページ*********/
.page {
  /***サンクスページ*********/
}
.page.thanks-biz .section {
  height: 73vh;
}
@media screen and (max-width: 1023px) {
  .page.thanks-biz .section {
    height: 85vh;
  }
}
.page.thanks-biz .section .section_header .header_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page.thanks-biz .section .section_header .header_wrap .page-title {
  color: #1d426e;
  font-size: clamp(1rem, 16px + (100vw - 390px) * 0.0038095238, 1.25rem);
  font-weight: 500;
  line-height: 28.96px;
  letter-spacing: 0.14rem;
}
.page.thanks-biz .section .container .post_item {
  width: 60%;
  margin: auto;
  color: #1d426e;
  font-size: clamp(0.875rem, 14px + (100vw - 390px) * 0.0019047619, 1rem);
  font-weight: 400;
  line-height: 23.17px;
  letter-spacing: 0.14rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .page.thanks-biz .section .container .post_item {
    width: 90%;
  }
}
.page.thanks-biz .section .container .post_item .totop_btn {
  display: block;
  background: #1d426e;
  margin: 70px auto;
  width: min(340px, 80%);
  color: #fff;
  font-size: clamp(1.125rem, 18px + (100vw - 390px) * 0.0019047619, 1.25rem);
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}