@charset "UTF-8";
/* 下層ページ共通 */
.breadcrumbs_list {
  margin-top: 8rem;
}

.fv {
  height: 18.5rem;
  position: relative;
  border-bottom: 1px solid #222;
}

@media screen and (max-width: 768px) {
  .fv {
    height: 6.4rem;
    padding: 1.6rem;
  }
}
.fv:before {
  background-position: left calc((100vw - 144rem) / 2 + 11rem) bottom 0;
  left: 0;
  top: 5rem;
}

@media screen and (max-width: 768px) {
  .fv:before {
    background-position: top left 2rem !important;
    bottom: -4.5rem;
    top: unset !important;
  }
}
.fv .page_ttl {
  position: relative;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .fv .page_ttl {
    font-size: 2.1rem;
  }
}
.fv .container {
  height: 100%;
  display: table;
}

/* セクション section */
.sec {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .sec {
    margin-top: 6.4rem;
  }
}
.sec_ttl {
  text-align: center;
}

.art_contents {
  margin-top: 7.2rem;
}

/* サンクスページ */
.single-thanks .art_page {
  margin-top: 7.2rem;
  padding-top: 7.2rem;
}

@media screen and (max-width: 768px) {
  .single-thanks .art_page {
    margin-top: 7.6rem;
    padding: 1.6rem;
    padding-top: 4rem;
  }
}
.single-thanks .art_page_contents p {
  text-align: center;
}

.single-thanks .art_page_contents-link_btn {
  text-align: center;
  margin-top: 4.8rem;
}

.single-thanks .art_page_contents-txt_link {
  text-align: center;
  margin-top: 4rem;
}

.single-thanks .art_page_contents-txt_link {
  text-align: center;
  margin-top: 4rem;
}

.single-thanks .art_page_contents-link_btn .link_btn-link {
  text-decoration: none;
  color: #333333;
}

.single-form .fv {
  margin-top: 7.2rem;
}/*# sourceMappingURL=underlayer.css.map */