@charset "UTF-8";

*,*::before,*::after{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

html{
  font-size: 62.5%;
  line-height: 1.5;
  color: #242323;
  scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", メイリオ, Meiryo,Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img{
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.sp{
  display: none !important;
}

@media screen and (max-width: 767.9px) {
  .sp{
    display: block !important;
  }

  .pc{
    display: none !important;
  }
}

.fs{
  display: inline-block;
}

.remark{
  font-size: 1rem;
  vertical-align: top;
}

.bold{
  font-weight: bold;
}

.note{
  font-size: 1.2rem;
  color: #909090;
  display: block;
  text-align: center;
  margin-top: 16px;
}

.link-blue{
  color: #3895FF;
}

.link-blue:visited{
  color: #3895FF;
}

@media screen and (max-width: 767.9px) {
  .note{
    text-align: left;
  }
}

[data-color="red"] {
  color:#fa1919 !important;
}

.sectionTitle{
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  /* padding-bottom: 18px; */
  /* position: relative; */
}

@media screen and (max-width: 767.9px) {
  .sectionTitle{
    font-size: 2.4rem;
  }
}

/* .sectionTitle::after{
  position: absolute;
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: #FF0033;
  left: 50%;
  bottom: 0;
  margin-left: -27px;
} */



.entry .inner,
.confirm .inner,
.faq .inner{
  max-width: 1128px;
  padding: 0 24px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767.9px) {
  .entry .inner,
  .confirm .inner{
    padding: 0px 24px;
  }
}

.focusedText{
  color: #FF0033;
}

.budge{
  text-align: center;
  margin-top: 40px;
}

.budge.fix{
  margin-top: 36px;
}

.budge__content{
  text-align: center;
  background-color: #FF0033;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
}

@media screen and (max-width: 767.9px) {
  .budge__content{
    border-radius: 88px;
  }
}

/* cpn終了テキスト↓ */
.endCpn{
  max-width: 580px;
  padding: 120px 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.endCpn_text{
  border: 2px solid #d42f00;
  margin: 0 auto !important;
  padding: 18px 36px;
  color: #d42f00 !important;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .endCpn{
    padding: 94px 15px 24px;
  }

  .endCpn_text{
    border-width: 1px;
    font-size: 1.4rem;
    padding: 18px;
  }
}
/* cpn終了テキスト↑ */


/* mainWrapper↓ */
.mainWrapper{
  max-width: 1128px;
  padding: 0px 24px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper{
    padding: 0 24px;
  }
}
/* mainWrapper↑ */

/* kv↓ */
.kv{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(#A0D6F4 0%, #A0D6F4 20%, #6DC2F6 50%, #1CA3F8 80%);
  padding-top: 0px;
}

.kv img{
  display: block;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
/* kv↑ */

/* 日付帯↓ */
.date{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background-color: #c3e8ff;
}

.date__img{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
/* 日付帯↑ */

/* 注意書き↓ */
.alert{
  margin: 32px 0;
}

@media screen and (max-width: 767.9px) {
  .alert{
    margin: 20px 0;
  }

  .alert__text{
    font-size: 1.3rem;
  }
}

/* 注意書き↑ */


/* cta↓ */

.cta{
  background-color: #E5F1FF;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 24px;
}

.cta__title{
  font-size: 2rem;
  color: #FD5C5C;
  text-align: center;
  font-weight: bold;
}

.cta__box{
  background-color: #fff;
  border: #fff;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  border-radius: 8px;
}

.cta__flex{
  display: flex;
  gap: 8%;
  justify-content: center;
  margin-top: 16px;
}

.cta__left{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta__left__text{
  font-weight: bold;
  color: #002970;
  text-align: center;
}

.cta__left__img{
  width: 66px;
  margin-top: 16px;
}

.cta__right__text{
  font-weight: bold;
  color: #002970;
  text-align: center;
}

.cta__right__stores{
  display: flex;
  justify-content: center;
  gap: 12px;
}

.cta__right__img{
  height: 56px;
  margin-top: 20px;
}

.ctaSp{
  background-color: #E5F1FF;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 12px 24px;
}

.ctaSp__box{
  background-color: #fff;
  max-width: 500px;
  border-radius: 8px;
  margin: 0 auto;
  padding: 20px 16px;
}

.ctaSp__title{
  font-size: 1.4rem;
  color: #002970;
  font-weight: bold;
  text-align: center;
}

.ctaSp__button button{
  color: #fff;
  background-color: #3895FF;
  border-radius: 8px;
  width: 100%;
  max-width: 375px;
  text-align: center;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px;
  margin: 8px auto 0;
  display: block;
}

.ctaSp__text{
  font-size: 1.2rem;
  margin-top: 8px;
}

.ctaSp__app{
  color: #3895FF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 8px;
}

/*　コンテンツ上部 まずはPayPayアプリをダウンロード　*/
.upper.download_sec {
	background: url(/assets/img/lp_bg01.png) no-repeat 21.5% bottom/329px auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
	padding: 28px 0 3px;
}
.upper.download_sec .tle {
	font-size: 4rem;
	padding-top: 0;
	margin-bottom: 6px;
}
.upper.download_sec .txt_box {
	max-width: 863px;
	margin-left: auto;
	margin-right: 0;
	width: 100%;
}
.upper.download_sec .txt_box .l_box {
	float: left;
	width: 83%;
}
.upper.download_sec .txt_box .r_box {
	float: right;
	width: 17%;
	margin-top: 6px;
}
.upper.download_sec .txt_box .r_box .btn_item {
	width: 100%;
	max-width: 135px;
	margin-left: auto;
	margin-right: 0;
	display: block;
}
.upper.download_sec .txt_box .l_box .btn_item:first-child {
	width: 35%;
	max-width: 217px;
	margin-right: 1.5%;
}
.upper.download_sec .txt_box .l_box .btn_item:last-child {
	width: 43%;
	max-width: 271px;
}

@media screen and (max-width: 1836px) {
	.upper.download_sec {
		background: url(/assets/img/lp_bg01.png) no-repeat 17.5% bottom/329px auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
	}
}

@media screen and (max-width: 1660px) {
	.upper.download_sec {
		background: url(/assets/img/lp_bg01.png) no-repeat 12.5% bottom/329px auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
	}
}

@media screen and (max-width: 1472px) {
	.upper.download_sec {
		background: url(/assets/img/lp_bg01.png) no-repeat 6.5% bottom/329px auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
	}
}

@media screen and (max-width: 1330px) {
	.upper.download_sec {
		background: url(/assets/img/lp_bg01.png) no-repeat -6% bottom/329px auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
	}
}

@media screen and (max-width: 1106px) {
  .upper.download_sec {
  	background: url(/assets/img/lp_bg01.png) no-repeat -50px bottom/311px auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
  }
	.upper.download_sec .txt_box {
		padding-left: 142px;
		box-sizing: border-box;
	}
	.upper.download_sec .tle {
		font-size: 3.5rem;
	}
}

@media screen and (max-width: 959px) {
	.upper.download_sec  {
		background: url(/assets/img/lp_bg01.png) no-repeat -50px bottom/272px auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
	}
	.upper.download_sec .tle {
		font-size: 2.7rem;
	}
}

@media screen and (max-width: 767.9px) {
	.upper.download_sec  {
		background: url(/assets/img/lp_bg01.png) no-repeat center bottom/71% auto, url(/assets/img/top_bg01.jpg) no-repeat right center/cover;
		padding: 50px 0 42%;
	}
	.upper.download_sec .btn_list  {
		display: block;
	}
	.upper.download_sec .txt_box {
		padding-left: 0;
		box-sizing: border-box;
	}
	.upper.download_sec .txt_box .l_box {
		float: none;
		width: 100%;
	}
	.upper.download_sec .tle {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.upper.download_sec .txt_box .l_box .btn_item:first-child {
		margin-right: auto;
	}
}
/* cta↑ */

/* nav↓ */
.nav{
  margin-top: 64px;
}

.nav__list{
  display: flex;
  gap: 36px;
  justify-content: center;
}

@media screen and (max-width: 767.9px) {
  .nav{
    margin-top: 40px;
  }

  .nav__list{
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}

.nav__list__item{
  display: inline-block;
  position: relative;
}

.nav__list__item::before{
  position: absolute;
  top: calc(50% - 1px);
  left: -12px;
  content: "";
  border-top: 1px solid #4B9FFF;
  width: 4px;
  height: 1px;
}

.nav__list__item a{
  color: #4B9FFF;
}

@media screen and (max-width: 767.9px) {
  .nav__list__item a{
    font-size: 1.4rem;
  }
}
/* nav↑ */

/* content↓ */
.mainWrapper .content {
  margin-top: 64px;
  padding: 32px 40px 40px;
  background-color: #FFF4D0;
  border-radius: 16px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content {
    padding: 20px 15px;
    border-radius: 12px;
    margin-top: 40px;
  }
}

.mainWrapper .content__title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__title {
    font-size: 2.4rem;
  }
}

.mainWrapper .content__text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  @media screen and (max-width: 365px) {
    .mainWrapper .content__text {
      font-size: 1.4rem;
    }
  }
}

.mainWrapper .content__card {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-top: 24px;
  padding-bottom: 32px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card {
    margin-top: 16px;
    padding-bottom: 20px;
  }
}

.mainWrapper .content__card__every{
  padding: 28px 0;
  border-bottom: 2px dotted #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

/* .mainWrapper .content__card__every img{
  max-width: 532px;
  height: auto;
  width: auto;;
  /* display: block;
  margin: 0 auto;
  object-fit: fill; */
/* } */

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__every{
    padding: 14px 15px;
  }
}

.mainWrapper .content__card__top {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #DDDDDD;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__top {
    flex-direction: column;
  }
}

.mainWrapper .content__card__first, .mainWrapper .content__card__second {
  width: 50%;
  text-align: center;
  padding: 28px 16px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__first, .mainWrapper .content__card__second {
    padding: 14px 15px;
    width: 100%;
    text-align: center;
  }
}

.mainWrapper .content__card__first {
  border-right: 2px dotted #DDDDDD;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__first {
    border-right: none;
    border-bottom: 2px dotted #DDDDDD;
  }
}

.content__card__wrapper{
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  text-align: left;

}

.content__card__img{
  max-height: 141px;
}

.mainWrapper .content__card__bottom {
  padding: 24px 15px 0;
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__bottom {
    padding-top: 16px;
    padding-left: 22px;
    padding-right: 22px;
  }
}

.mainWrapper .content__card__course {
  text-align: center;
  background-color: #FD5C5C;
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  width: 380px;
  border-radius: 100px;
  margin: 0 auto;
  padding: 3px 0;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__course {
    font-size: 1.4rem;
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .mainWrapper .content__card__course {
    font-size: 1.2rem;
  }
}

.mainWrapper .content__card__course__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__course__wrapper {
    flex-direction: column;
    margin-top: 12px;
    gap: 12px;
  }
}

.mainWrapper .content__card__course__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 320px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__course__title {
    gap: 12px;
    min-width: 100%;
  }
  @media screen and (max-width: 356px) {
    .mainWrapper .content__card__course__title {
      gap: 6px;
    }
  }
}

.mainWrapper .content__card__course__title__icon {
  width: 64px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__course__title__icon {
    width: 57px;
  }
  @media screen and (max-width: 356px) {
    .mainWrapper .content__card__course__title__icon {
      width: 48px;
    }
  }
}

.mainWrapper .content__card__course__title__text--course {
  font-size: 2rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 767.9px) {
  @media screen and (max-width: 373px) {
    .mainWrapper .content__card__course__title__text--course {
      font-size: 1.6rem;
    }
  }
}

.mainWrapper .content__card__course__title__text .note {
  display: block;
  font-size: 1.4rem;
  font-weight: lighter;
  color: #909090;
  margin-top: 0;
  text-align: left;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__course__title__text .note{
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.mainWrapper .content__card__course__title__text span {
  display: block;
}

.mainWrapper .content__card__course__detail {
  display: block;
  max-width: 465px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .mainWrapper .content__card__course__detail {
    width: 320px;
  }
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .content__card__course__detail {
    margin: 0 auto;
    font-size: 1.6rem;
    width: 100%;
  }
  @media screen and (max-width: 356px) {
    .mainWrapper .content__card__course__detail {
      font-size: 1.4rem;
    }
  }
}

.mainWrapper .content__notes {
  margin: 16px auto 0;
}

.mainWrapper .content__notes__item {
  font-size: 1.2rem;
  display: block;
  padding-left: 20px;
}

@media screen and (max-width: 870px) {
  .mainWrapper .content__notes__item {
    padding-left: 0;
  }
}
/* content↑ */

/* entry↓ */
.entry{
  margin-top: 58px;
  background-color: #F6F6F6;
  padding: 72px 0 58px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 767.9px) {
  .entry{
    padding-top: 32px;
  }
}

.entry__text{
  margin-top: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.9px) {
  .entry__text{
    text-align: center;
  }
}

.entry__flex{
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-top: 32px;
}

@media screen and (max-width: 767.9px) {
  .entry__flex{
    flex-direction: column;
    align-items: center;
  }
}

.entry__flex__first,
.entry__flex__second{
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry__flex__img{
  position: relative;
}

.entry__flex__img.-first::after{
  content: "";
  background: url(../img/arrow.svg);
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 38px;
  position: absolute;
  top: calc(50% - 10px);
  right: -40%;
}

@media screen and (max-width: 767.9px) {
  .entry__flex__img.-first::after{
    display: none;
  }
}

.entry__flex__img.-second::after{
  content: "";
  background: url(../img/entry_balloon@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 163px;
  height: 58px;
  position: absolute;
  bottom: 40px;
  right: -60px;
}

@media screen and (max-width: 767.9px) {
  .entry__flex__img.-second::after{
    right: -40px;
  }
}

.entry__note{
  font-size: 1.2rem;
  display: block;
  width: 100%;
  margin-top: 8px;
}

@media screen and (max-width: 767.9px) {
  .entry__note{
    color: #909090;
  }
}

/* entry↑ */

/* what↓ */
.mainWrapper .what {
  padding-top: 72px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what {
    padding-top: 32px;
  }
}

.mainWrapper .what__title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__title {
    flex-direction: column;
    font-size: 2.4rem;
  }
}

.mainWrapper .what__title__icon {
  width: 64px;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 16px;
}

.mainWrapper .what__title__icon img {
  padding-top: 4px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__title__icon img {
    width: 29px;
    padding-top: 10px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__title__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    box-shadow: 0 4px 4px #00000029;
    border-radius: 12px;
  }
}

.mainWrapper .what__title__text {
  margin-left: 24px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__title__text {
    margin-top: 8px;
    margin-left: 0;
  }
}

.mainWrapper .what__text {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__text {
    margin-top: 20px;
  }
  @media screen and (max-width: 606px){
    .mainWrapper .what__text{
      text-align: left;
    }
  }
}

.mainWrapper .what__circle {
  margin: 32px auto 0;
  display: block;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__circle {
    margin-top: 16px;
  }
}

.mainWrapper .what__card {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  margin-top: 40px;
  padding: 32px 35px;
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__card {
    margin-top: 32px;
    padding: 16px 15px;
    width: 100%;
  }
}

.mainWrapper .what__card__title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #002A70;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__card__title {
    font-size: 2rem;
  }
}

.mainWrapper .what__card__list {
  display: flex;
  margin-top: 24px;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__card__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 12px;
  }
}

.mainWrapper .what__card__list__item {
  width: 290px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__card__list__item {
    width: auto;
    max-width: 315px;
    /* margin-top: 20px; */
  }
  .mainWrapper .what__card__list__item:first-of-type {
    margin-top: 0px;
  }
}

.mainWrapper .what__card__list__item__wrapper {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__card__list__item__wrapper {
    margin-top: 12px;
  }
}

.mainWrapper .what__card__list__item__title {
  margin-left: 8px;
  color: #FF0033;
  font-weight: bold;
}

.mainWrapper .what__card__list__item__text {
  margin-top: 18px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__card__list__item__text {
    margin-top: 12px;
  }
}

.mainWrapper .what__card__note {
  font-size: 1.2rem;
  color: #909090;
  margin-top: 8px;
  display: inline-block;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .what__card__note {
    line-height: 18px;
  }
}

@media screen and (max-width: 767.9px) {
  .what__card__list__item__img{
    display: block;
    margin: 0 auto;
  }
}
/* what↑ */

/* faq↓ */
.mainWrapper .faq {
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 64px 0;
  text-align: center;
  background-color: #F7F7F7;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq {
    margin-top: 50px;
    padding-top: 32px;
    padding-bottom: 28px;
  }
}

.mainWrapper .faq__wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__wrapper {
    width: 100%;
    padding: 32px 15px;
  }
}

.mainWrapper .faq__title {
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__title {
    font-size: 2.4rem;
  }
}

.mainWrapper .faq__question-ctn {
  margin-top: 37px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__question-ctn {
    margin-top: 20px;
  }
}

.mainWrapper .faq__question {
  margin-bottom: 30px;
}

.mainWrapper .faq__question:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__question {
    margin-bottom: 20px;
  }
}

.mainWrapper .faq__question__title {
  align-items: center;
  background-color: #969696;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 5px 0;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__question__title {
    padding: 5px 0;
  }
}

.mainWrapper .faq__question__title::after {
  content: '';
  display: block;
  position: absolute;
  right: 21px;
  top: calc(50% - 12px);
  transition: 0.3s;
  content: '';
  display: block;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 17px;
  vertical-align: middle;
  width: 17px;
  transform: rotate(45deg);
}

@media all and (-ms-high-contrast: none), print {
  .mainWrapper .faq__question__title::after {
    margin-bottom: 1px !important;
  }
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__question__title::after {
    content: '';
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 14px;
    vertical-align: middle;
    width: 14px;
    transform: rotate(45deg);
  }
}

.mainWrapper .faq__question__title__icon {
  display: inline-block;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .mainWrapper .faq__question__title__icon {
    position: relative;
    top: -5px;
  }
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__question__title__icon {
    left: 0;
    margin: 0 10px;
    max-width: 15px;
    min-width: 15px;
    position: absolute;
    top: 0;
  }
}

.mainWrapper .faq__question__title__text {
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__question__title__text {
    font-size: 1.6rem;
    padding-left: 33px;
    padding-right: 40px;
  }
}

.mainWrapper .faq__question__title.active {
  border-radius: 5px 5px 0 0;
}

.mainWrapper .faq__question__title.active::after {
  top: calc(50% - 5px);
  transform: rotate(-135deg);
}

.mainWrapper .faq__question__text {
  border-bottom: 3px solid #969696;
  border-left: 3px solid #969696;
  border-radius: 0 0 10px 10px;
  border-right: 3px solid #969696;
  display: none;
  font-size: 1.6rem;
  line-height: 26px;
  margin-left: 0;
  padding: 20px;
  text-align: left;
  background: #ffffff;
}

.faq__note{
  display: block;
  font-size: 1.2rem;
  color: #909090;
  margin-top: 8px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .faq__question__text {
    padding: 10px;
  }
}
/* faq↑ */



/* terms↓ */
.terms{
  padding: 64px 0 0;
}

@media screen and (max-width: 767.9px) {
  .terms{
    padding-top: 32px;
  }
}

.terms__ctn {
  margin: 32px auto 0;
  width: 100%;
}

@media screen and (max-width: 767.9px) {
  .terms__ctn {
    margin-top: 20px;
  }
}

.terms__ctn .table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  width: 100%;
}

.terms__ctn .table__head, .terms__ctn .table__data {
  border: 1px solid #cccccc;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.6rem;
}

.table__data .bold{
  font-weight: bold;
}

.terms__ctn .table__head__title, .terms__ctn .table__data__title {
  font-weight: bold;
}

.terms__ctn .table__head {
  background-color: #eeeeee;
  font-weight: bold;
  width: 27%;
}

.terms__ctn .table__text + .terms__ctn .table__text {
  margin-top: 35px;
}

.terms__ctn .table__img {
  margin-top: 14px;
}

@media screen and (max-width: 767.9px) {
  .terms__ctn .table {
    border-top: 1px solid #cccccc;
    font-size: 1.4rem;
  }
  .terms__ctn .table__head,
  .terms__ctn .table__data {
    border-top: 0;
    display: block;
    padding: 10px 12px;
  }
  .terms__ctn .table__head--no-border,
  .terms__ctn .table__data--no-border {
    border-bottom: none;
  }
  .terms__ctn .table__head {
    text-align: left;
    width: 100%;
  }
}
/* terms↑ */

/* app */
.mainWrapper .app {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  background: linear-gradient(0.25turn, #FFACBB, 50%, #FBA9A2);
  padding: 16px 24px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .app {
    padding: 12px 24px;
  }
}

.mainWrapper .app.-bottom {
  margin-top: 64px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .app.-bottom {
    margin-top: 32px;
  }
}

.mainWrapper .app__contents {
  position: relative;
  margin: 0 auto;
  padding: 15px 0 24px;
  background-color: #fff;
  width: 587px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .app__contents {
    width: 100%;
    max-width: 600px;
    padding: 13px 0 16px;
  }
}

.mainWrapper .app__contents__wrapper {
  transform: translateX(-32px);
}

@media screen and (max-width: 430px) {
  .mainWrapper .app__contents__wrapper {
    transform: translateX(-40px);
  }
}

.mainWrapper .app__contents__text {
  font-weight: bold;
  font-size: 2.4rem;
  color: #002970;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .app__contents__text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 365px) {
  .mainWrapper .app__contents__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 350px) {
  .mainWrapper .app__contents__text {
    padding-left: 16px;
  }
}

.mainWrapper .app__contents__logos {
  margin: 12px auto 0;
  display: flex;
  width: 400px;
  justify-content: center;
  gap: 32px;
}

.switch_ios img, .switch_and img{
  max-height: 57px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .app__contents__logos {
    width: 250px;
    justify-content: center;
    flex-direction: column;
    justify-content: left;
    gap: 12px;
  }
}

@media screen and (max-width: 430px) {
  .mainWrapper .app__contents__logos__img {
    height: 50px;
  }
}

@media screen and (max-width: 365px) {
  .mainWrapper .app__contents__logos__img {
    height: 40px;
  }
}

.app__contents__link{
  width: 200px;
  border-radius: 8px;
  border: 1px solid #3895FF;
  color: #3895FF;
  padding: 9px 0;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 365px) {
  .app__contents__link{
    width: 170px;
    font-size: 1rem;
  }
}

.mainWrapper .app__contents__mock {
  position: absolute;
  bottom: -40px;
  right: -110px;
}

@media screen and (max-width: 767.9px) {
  .mainWrapper .app__contents__mock {
    right: -36px;
    bottom: -28px;
    height: 136px;
  }
}

@media screen and (max-width: 430px) {
  .mainWrapper .app__contents__mock {
    right: -50px;
    height: 124px;
  }
}

@media screen and (max-width: 365px) {
  .mainWrapper .app__contents__mock {
    height: 120px;
  }
}

.app__spContents{
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
}

.app__spContents__topText{
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #002970;
  display: inline-block;
  position: relative;
}

.app__spContents__topText::before,
.app__spContents__topText::after{
  content: "";
  display: block;
  position: absolute;
  width: 1.8em;
  height: 1px;
  border-radius: 3px;
  bottom: 0.7em;
  background: #002a70;
}

.app__spContents__topText::before{
  left: -1.5em;
  transform: rotate(60deg);
}

.app__spContents__topText::after{
  right: -1.5em;
  transform: rotate(-60deg);
}

.app__spContents__button{
  margin-top: 6px;
  background-color: #3895FF;
  border-radius: 8px;
  width: 100%;
}

.app__spContents__button a{
  display: block;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 10px 0;
  font-size: 1.6rem;
}

.app__spContents__bottomText{
  margin-top: 8px;
  color:#909090;
  font-size: 1.2rem;
  text-align: left;
}

.app__spContents__download{
  text-align: center;
  color: #3895FF;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  margin-top: 4px;
}

.app__break{
  display: none;
}

@media screen and (max-width: 350px) {
  .app__break{
    display: block;
  }
}
/* app */

/* bnr↓ */
.bnr{
  margin: 64px 0;
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .bnr{
    margin: 32px 0;
  }
}

.bnr a{
  display: inline-block;
}

.bnr img{
  display: block;
  margin: 0 auto;
}
/* bnr↑ */

/* bread↓ */
#bread_area{
  margin-top: 30px;
}
/* bread↑ */

/* footer↓ */
.footer{
  text-align: center;
  padding: 80px 0;
}
/* footer↑ */