@charset "UTF-8";
/*--- color ---*/
/*--- z-index ---*/
/*--- breakpoint ---*/
/* =======================
  mixin
======================= */
/*--- 透過ホバー ---*/
/*--- color変更ホバー ---*/
/*--- background-color変更ホバー ---*/
/*--- color・background-colorホバー ---*/
.c-official-doc {
  max-width: 100%;
  padding: 0;
}

.c-official-doc-block {
  margin: auto;
  list-style: none;
  max-width: 1120px;
  padding: 0 2rem;
}
.c-official-doc-block .check {
  max-width: 8rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 4rem;
  margin-top: 15rem;
}
@media (max-width: 768px) {
  .c-official-doc-block .check {
    width: 6rem;
    margin-bottom: 2rem;
    margin-top: 6rem;
  }
}
.c-official-doc-block .heading {
  text-align: center;
  color: #1D54A2;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-official-doc-block .heading {
    font-size: 2rem;
    line-height: 160%;
  }
}
.c-official-doc-block .text {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .c-official-doc-block .text {
    font-size: 1.4rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

.c-rectbtn {
  max-width: 46rem;
  min-height: 7rem;
  margin: 0 auto;
  padding: 0 2rem 0 2rem;
  box-shadow: none;
}
@media (max-width: 768px) {
  .c-rectbtn {
    max-width: 33.5rem;
    min-height: 6rem;
  }
}
.c-rectbtn p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .c-rectbtn p {
    font-size: 1.4rem;
  }
}
.c-rectbtn .c-arrow {
  width: 2.4rem;
}

.content-wrapper {
  width: 100%;
  padding: 10rem 2rem 0rem 2rem;
}
@media (max-width: 768px) {
  .content-wrapper {
    padding: 6rem 2rem 8rem 2rem;
  }
}
.content-wrapper .c-contact-block {
  background-color: #FFFFFF;
  max-width: 1120px;
  margin: 0rem auto 0rem auto;
  padding: 0rem 0rem 8rem 0rem;
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block {
    padding: 0rem 0rem 6rem 0rem;
  }
}
.content-wrapper .c-contact-block .heading {
  font-size: 5.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block .heading {
    font-size: 2.4rem;
  }
}
.content-wrapper .c-contact-block .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block .sp-only {
    display: block;
  }
}
.content-wrapper .c-contact-block .notice {
  text-align: center;
  background-color: #F3F6FA;
  padding: 4rem 8rem;
  max-width: 96rem;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block .notice {
    padding: 2rem 2rem;
  }
}
.content-wrapper .c-contact-block .notice .heading {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block .notice .heading {
    font-size: 1.6rem;
  }
}
.content-wrapper .c-contact-block .notice .text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 400;
  position: relative;
}
.content-wrapper .c-contact-block .notice .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block .notice .text {
    font-size: 1.4rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.content-wrapper .c-contact-block .notice .contact-link {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block .notice .contact {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .content-wrapper .c-contact-block .notice .contact-detail {
    font-size: 1.4rem;
  }
}
.content-wrapper .button .banner {
  width: 100%;
  height: auto;
}
.content-wrapper .button .banner.pc-only {
  max-width: 72.8rem;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .content-wrapper .button .banner.pc-only {
    display: none;
  }
}
.content-wrapper .button .banner.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .content-wrapper .button .banner.sp-only {
    display: block;
  }
}

.c-page-title {
  display: none;
}

.c-page-breadcrumb {
  margin: 13.5rem clamp(2rem, 100vw - 162rem, 15rem) 2rem;
}
@media (max-width: 1279px) {
  .c-page-breadcrumb {
    margin: 8.2rem clamp(2rem, 100vw - 162rem, 15rem) 0rem;
  }
}
