@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  overscroll-behavior-y: unset;
}

/* 画像のドラッグ禁止 */
img {
  -webkit-user-drag: none;
  user-drag: none;
}

/* タップ時のハイライトの無効化 */
a, button {
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #FFF8E3;
  font-family: "ヒラギノ角ゴ Pr6N", "HiraKakuPr6N", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #464646;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

a {
  color: #48B8D9;
}

small {
  font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 300;
}

main {
  position: relative;
  display: grid;
  justify-items: center;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
@media (min-width: 1280px) {
  main {
    padding-top: 70px;
  }
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section {
    width: 356px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

/* デフォルトの矢印を削除する */
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

:root {
  --swiper-navigation-size: 0px;
}

footer {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 32px;
  z-index: 9999;
  color: #707070;
  display: grid;
  justify-content: center;
  justify-items: center;
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
footer .footer__business-person {
  width: 100%;
  text-align: left;
}
footer .footer__trademarks {
  margin-bottom: 40px;
  width: 326px;
}
footer .footer__trademarks p {
  text-align: left;
  font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer .footer__trademarks {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: start;
  }
  footer .footer__trademarks p {
    margin-left: 60px;
    font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
  }
}
@media (min-width: 1280px) {
  footer .footer__trademarks {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: start;
  }
  footer .footer__trademarks p {
    margin-left: 60px;
    font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
  }
}
footer .footer_benesse {
  margin-bottom: 10px;
  display: grid;
  justify-items: center;
  width: 326px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer .footer_benesse {
    width: 728px;
    grid-template: "logo cr" auto "logo links" auto/auto 1fr;
    align-items: end;
    grid-column-gap: 45px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  footer .footer_benesse {
    width: 1102px;
    grid-template: "logo cr links"/auto auto 1fr;
    align-items: end;
    grid-column-gap: 45px;
    margin-bottom: 0;
  }
}
footer .footer_benesse__logo {
  width: 135px;
}
@media (min-width: 1280px) {
  footer .footer_benesse__logo {
    grid-area: logo;
    transform: translateY(5px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer .footer_benesse__logo {
    grid-area: logo;
    transform: translateY(5px);
    margin-right: 40px;
  }
}
footer .footer_benesse__links {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  margin-top: 14px;
  font-family: "ヒラギノ角ゴ ProN", "HiraKakuProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
  color: #48B8D9;
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer .footer_benesse__links {
    grid-area: links;
    justify-self: start;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto;
  }
}
@media (min-width: 1280px) {
  footer .footer_benesse__links {
    grid-area: links;
    justify-self: end;
    grid-template-columns: auto auto auto auto auto;
    grid-template-rows: auto;
  }
}
footer .footer_benesse__links__privacy {
  grid-column: 1/4;
  grid-row: 2/3;
  justify-self: center;
}
@media (min-width: 1280px) {
  footer .footer_benesse__links__privacy {
    grid-column: 5/6;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer .footer_benesse__links__privacy {
    grid-column: 5/6;
    grid-row: 1/2;
  }
}
footer .footer_benesse__copyright {
  font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 300;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  footer .footer_benesse__copyright {
    font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
    grid-area: cr;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  footer .footer_benesse__copyright {
    font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
    grid-area: cr;
    justify-self: start;
  }
}
footer .footer_sns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
@media (max-width: 767px) {
  footer .footer_sns {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
footer .footer_sns__inner {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
footer .footer_sns__inner a img {
  margin: 0 10px;
  width: 50px;
  height: 50px;
}

.c-background {
  position: absolute;
  margin-top: calc(460px - 42vw);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 136vw;
  z-index: -10;
}
.c-background img {
  width: 136vw;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-background {
    width: 156vw;
    margin-top: calc(390px - 47vw);
  }
  .c-background img {
    width: 156vw;
  }
}
@media (max-width: 767px) {
  .c-background {
    width: 100vw;
    margin-top: calc(440px - 50vw);
  }
  .c-background img {
    width: 100vw;
  }
}

.c-applyform {
  width: 60vw;
  height: 7vw;
  max-width: 580px;
  max-height: 80px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009FE8;
}
.c-applyform img {
  height: 3vw;
  max-height: 29px;
}
@media (max-width: 767px) {
  .c-applyform {
    width: 326px;
    height: 60px;
  }
  .c-applyform img {
    height: 24px;
  }
}

.c-headtitle {
  height: 30px;
  width: 326px;
  background-color: #FCCF52;
  border-radius: 15px;
  display: grid;
  align-items: center;
  justify-items: center;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-headtitle {
    height: 6vw;
    width: 60vw;
    max-height: 80px;
    max-width: 780px;
    border-radius: 40px;
  }
}
@media (min-width: 1280px) {
  .c-headtitle {
    height: 6vw;
    width: 60vw;
    max-height: 80px;
    max-width: 780px;
    border-radius: 40px;
  }
}
.c-headtitle img {
  height: 2.5vw;
  max-height: 30px;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .c-headtitle img {
    transform: translateY(0px);
    height: 17px;
  }
}

.c-arrow, .c-arrow--down, .c-arrow--right, .c-arrow--left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-arrow img, .c-arrow--down img, .c-arrow--right img, .c-arrow--left img {
  width: 4vw;
  max-width: 59px;
}
.c-arrow--right, .c-arrow--left {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .c-arrow--right, .c-arrow--left {
    display: none;
  }
}
.c-arrow--down {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .c-arrow--down {
    display: none;
  }
}
.c-arrow--sp {
  width: 31px;
  height: auto;
  margin: 15px 0;
  margin-bottom: 9px;
}
.c-arrow--sp img {
  height: 31px;
  width: auto;
}

.c-rounded-back-green {
  background-color: #E0FDF3;
  border-radius: 10px;
  width: 100%;
  display: grid;
  justify-items: center;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .c-rounded-back-green {
    border-radius: 20px;
  }
}
.c-rounded-back-green__heading {
  color: #066557;
  font-family: "ヒラギノ角ゴ Pr6N W6", "ヒラギノ角ゴ ProN W6", "HiraKakuPr6N-W6", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .c-rounded-back-green__heading {
    font-family: "ヒラギノ角ゴ Pr6N W6", "ヒラギノ角ゴ ProN W6", "HiraKakuPr6N-W6", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.7em;
    font-weight: 600;
  }
}
.c-rounded-back-blue {
  background-color: #DBF3FF;
  border-radius: 10px;
  width: 100%;
  display: grid;
  justify-items: center;
  padding: 0 15px;
}
@media (min-width: 1280px) {
  .c-rounded-back-blue {
    border-radius: 20px;
  }
}
.c-rounded-back-blue__heading {
  color: #066A9A;
  font-family: "ヒラギノ角ゴ Pr6N W6", "ヒラギノ角ゴ ProN W6", "HiraKakuPr6N-W6", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 600;
}
@media (min-width: 1280px) {
  .c-rounded-back-blue__heading {
    font-family: "ヒラギノ角ゴ Pr6N W6", "ヒラギノ角ゴ ProN W6", "HiraKakuPr6N-W6", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.7em;
    font-weight: 600;
  }
}

.c-dotted-border {
  height: 0px;
  width: 100%;
  border-bottom: dotted #916B00 5px;
}
@media (max-width: 767px) {
  .c-dotted-border {
    border-bottom: dotted #916B00 3px;
  }
}

.c-dotted-border--small {
  height: 0px;
  width: 100%;
  border-bottom: dotted #916B00 2px;
}
@media (max-width: 767px) {
  .c-dotted-border--small {
    border-bottom: dotted #916B00 2px;
  }
}

.c-solid-border {
  height: 0px;
  width: 100%;
  border-bottom: solid #916B00 1px;
}

.c-dotted-border-pro {
  height: 0px;
  width: 100%;
  border-bottom: dotted #C18E00 3px;
  margin: 30px 0;
}
@media (min-width: 1280px) {
  .c-dotted-border-pro {
    margin: 40px 0;
    margin-top: 50px;
    border-bottom: dotted #C18E00 5px;
  }
}

.c-text-caution {
  font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 300;
  color: #D45652;
}
@media (min-width: 1280px) {
  .c-text-caution {
    font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 300;
  }
}

.c-newsletter {
  width: 100%;
  display: grid;
  justify-items: center;
}
@media (max-width: 767px) {
  .c-newsletter__text-sp {
    text-align: left;
    margin-top: 25px;
    width: 100%;
    font-family: "ヒラギノ角ゴ Pr6N W6", "ヒラギノ角ゴ ProN W6", "HiraKakuPr6N-W6", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 600;
  }
}
@media (min-width: 1280px) {
  .c-newsletter__text-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-newsletter__text-pc {
    display: none;
  }
}
@media (min-width: 1280px) {
  .c-newsletter__text-pc {
    font-family: "ヒラギノ角ゴ Pr6N W6", "ヒラギノ角ゴ ProN W6", "HiraKakuPr6N-W6", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 600;
    text-align: left;
    margin-top: 30px;
    width: 460px;
  }
}
.c-newsletter__entry {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
  width: 290px;
}
@media (min-width: 1280px) {
  .c-newsletter__entry {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 460px;
  }
}

.small {
  font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .small {
    font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.c-guideBtn {
  margin-top: -90px;
  margin-bottom: 80px;
  width: 60vw;
  height: 7vw;
  max-width: 580px;
  max-height: 80px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #916B00;
}
.c-guideBtn picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-guideBtn img {
  height: 3vw;
  max-height: 29px;
}
@media (max-width: 767px) {
  .c-guideBtn {
    margin-top: -30px;
    margin-bottom: 40px;
    width: 326px;
    height: 60px;
  }
  .c-guideBtn img {
    height: 24px;
  }
}

.c-apply-link {
  z-index: 9;
}

.c-contact {
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .c-contact {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.c-contact p {
  font-size: 15px;
  font-weight: 400 !important;
  text-align: left;
}
@media (min-width: 1280px) {
  .c-contact p {
    font-size: 18px;
  }
}

.c-hidden--swiper {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100vw;
  height: 150vh;
  height: 150lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-hidden--swiper .c-hidden--swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-top: 120px;
}
.c-hidden--swiper .c-hidden--swiper-wrapper__lead p {
  color: white;
  font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  font-weight: 300;
}
.c-hidden--swiper__text {
  z-index: inherit;
  width: 100%;
  color: white;
  margin-bottom: 25px;
}
.c-hidden--swiper__text p {
  display: block;
  font-family: "ヒラギノ角ゴ Pr6N W6", "ヒラギノ角ゴ ProN W6", "HiraKakuPr6N-W6", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 600;
  line-height: 1.5em;
}
.c-hidden--swiper__close {
  z-index: inherit;
  width: 102px;
  cursor: pointer;
}
.c-hidden--swiper__close img {
  width: 100%;
}

.swiper {
  width: 100vw;
  height: auto;
  margin-top: 45px;
  margin-bottom: 20px;
  -webkit-tap-highlight-color: transparent;
}

.swiper-button-next {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100vw;
  height: auto;
}

.p-entry-button {
  position: fixed;
  z-index: 999;
}
@media (max-width: 767px) {
  .p-entry-button {
    bottom: 50px;
    right: 20px;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-entry-button {
    bottom: 50px;
    right: 20px;
  }
}
@media (min-width: 1280px) {
  .p-entry-button {
    bottom: 50px;
    right: 20px;
  }
}
.p-entry-button a picture img {
  width: 85px;
}

.p-price {
  margin-top: 100px;
  margin-bottom: 60px;
  display: grid;
  justify-items: center;
}
@media (min-width: 1280px) {
  .p-price {
    width: 780px;
    margin-top: 180px;
    margin-bottom: 0;
  }
}
.p-price__image {
  width: 294px;
}
@media (min-width: 1280px) {
  .p-price__image {
    width: 580px;
  }
}
.p-price__headtitle {
  z-index: 1;
}
@media (max-width: 767px) {
  .p-price__headtitle {
    width: 326px;
  }
}
@media (min-width: 1280px) {
  .p-price__headtitle {
    width: 780px;
  }
}
.p-price__small-price {
  text-align: left;
}
@media (max-width: 767px) {
  .p-price__small-price {
    width: 270px;
  }
}
@media (min-width: 1280px) {
  .p-price__small-price {
    font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 300;
    width: 580px;
    margin-top: 40px;
    margin-bottom: 45px;
  }
}
.p-price__container {
  width: 326px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 50px;
  margin-top: -62px;
  display: grid;
  justify-items: center;
  background-color: #fff;
  border-radius: 10px;
}
@media (min-width: 1280px) {
  .p-price__container {
    margin-top: -220px;
    width: 780px;
    padding-top: 150px;
    border-radius: 200px 200px 20px 20px;
  }
}

.p-caption {
  font-family: "ヒラギノ角ゴ Pr6N W3", "ヒラギノ角ゴ ProN W3", "HiraKakuPr6N-W3", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 300;
  color: #464646;
}

.p-junbi {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  padding: 0;
}
@media (min-width: 1280px) {
  .p-junbi {
    margin: 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-junbi {
    margin: 60px 0;
  }
}
.p-junbi__container {
  width: 100%;
  max-width: 1177px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px;
}
@media (min-width: 1280px) {
  .p-junbi__container {
    padding: 50px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-junbi__container {
    padding: 50px 0 80px;
  }
}
.p-junbi__container picture {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-junbi__container__title {
  width: 350px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-junbi__container__title {
    max-width: 780px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1280px) {
  .p-junbi__container__title {
    width: 780px;
  }
}
.p-junbi__container__heading {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #009FE8;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .p-junbi__container__heading {
    font-size: 26px;
    line-height: 36px;
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .p-junbi__container__heading {
    font-size: 26px;
    line-height: 36px;
    margin-top: 40px;
  }
}

#u-points {
  margin-top: 80px;
}
@media (min-width: 1280px) {
  #u-points {
    margin-top: 220px;
  }
}

@media (max-width: 767px) {
  .u-header-menu-link {
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  .u-header-menu-link {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .u-only-sp {
    display: none;
  }
}
@media (min-width: 1280px) {
  .u-only-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-only-pc-tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .u-only-pc {
    display: none;
  }
}
.u-dense-letter-spacing {
  letter-spacing: -0.03em;
}

.margin-5 {
  height: 5px;
}

.margin-10 {
  height: 10px;
}

.margin-15 {
  height: 15px;
}

.margin-20 {
  height: 20px;
}

.margin-25 {
  height: 25px;
}

.margin-30 {
  height: 30px;
}

.margin-35 {
  height: 35px;
}

.margin-40 {
  height: 40px;
}

.margin-45 {
  height: 45px;
}

.margin-50 {
  height: 50px;
}

.margin-60 {
  height: 60px;
}

.margin-70 {
  height: 70px;
}

.margin-80 {
  height: 80px;
}

.margin-90 {
  height: 90px;
}

.margin-100 {
  height: 100px;
}

.margin-points-casebox {
  height: 15px;
}
@media (min-width: 1280px) {
  .margin-points-casebox {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .margin-sp-25 {
    height: 25px;
  }
}

@media (max-width: 767px) {
  .margin-sp-10 {
    height: 10px;
  }
}

@media (max-width: 767px) {
  .margin-sp-20 {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .margin-sp-30 {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .margin-sp-40 {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .margin-sp-50 {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .margin-sp-60 {
    height: 60px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-10 {
    height: 10px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-20 {
    height: 20px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-30 {
    height: 30px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-40 {
    height: 40px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-50 {
    height: 50px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-70 {
    height: 70px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-90 {
    height: 90px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-110 {
    height: 110px;
  }
}

@media (min-width: 1280px) {
  .margin-pc-140 {
    height: 140px;
  }
}

.margin-p-ui-last {
  height: 20px;
}

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