@charset "UTF-8";
/* -------------------------------------------------------------------------------------
  config: path
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
  config: colors(todo: 現状ヘッダフッタのみでしか使えてないので、そちらにうつしたほうがよいかも)
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
  config: backgrounds url
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
  config: media query
 ------------------------------------------------------------------------------------- */
/*  カラー
--------------------------------------------------*/
/*  フォント
--------------------------------------------------*/
/* -------------------------------------------------------------------------------------
  utility
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
common(S26 CLUB)
 ------------------------------------------------------------------------------------- */
.math * {
  box-sizing: border-box;
}
.math .mathTitleBlock {
  margin: 40px 0;
}
@media screen and (max-width: 749px) {
  .math .mathTitleBlock {
    margin: 30px 0;
  }
}
.math .mathTitleBlock .title {
  text-align: center;
}
.math .mathTitleBlock .title img {
  max-width: 100%;
  height: auto;
}
.math .subscriptionBlock {
  background: #ef551c;
}
.math .subscriptionBlock .inner {
  width: 750px;
  margin: 0 auto;
  padding: 60px 30px 60px;
}
@media screen and (max-width: 749px) {
  .math .subscriptionBlock .inner {
    width: auto;
    padding: 30px 15px 30px;
  }
}
.math .subscriptionBlock .contingencyText {
  padding: 30px 0;
  background: #fff2b6;
  border-radius: 10px;
  font-size: 30px;
  line-height: 1.6;
  text-align: center;
  color: #ef551c;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .math .subscriptionBlock .contingencyText {
    padding: 15px 0;
    border-radius: 5px;
    font-size: 15px;
  }
}
.math .subscriptionBlock .title {
  text-align: center;
  color: #fff;
}
.math .subscriptionBlock .content {
  margin-top: 40px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  .math .subscriptionBlock .content {
    margin-top: 20px;
    border-radius: 5px;
    padding: 15px;
  }
}
.math .subscriptionBlock .content .redBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 630px;
  height: 110px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  position: relative;
  background: #e40f23;
  border-radius: 10px;
  margin: 0 auto 30px;
  transition: .3s;
}
@media screen and (max-width: 749px) {
  .math .subscriptionBlock .content .redBtn {
    width: auto;
    height: 55px;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
.math .subscriptionBlock .content .redBtn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.math .subscriptionBlock .content .redBtn::before {
  content: "";
  display: block;
  width: 20px;
  height: 35px;
  background: url(/plus/resources/math/images/arrow_point_to_right.png) center top no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .math .subscriptionBlock .content .redBtn::before {
    width: 10px;
    height: 17px;
    background-size: contain;
    right: 12px;
  }
}
.math .noticeText {
  box-sizing: border-box;
  margin: 20px auto 0;
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  .math .noticeText {
    margin-top: 10px;
    width: auto;
    font-size: 12px;
  }
}
.math .noticeText .title02 {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .math .noticeText .title02 {
    margin-bottom: 5px;
  }
}
.math .noticeText .listText li {
  position: relative;
}
.math .noticeText .listText li::before {
  content: "・";
}
.math .noticeText p + p {
  margin-top: 0.8em;
}
.math .noticeText a {
  text-decoration: underline;
}
.math .noticeText a:hover {
  text-decoration: none;
}
.math .accordionBlock {
  margin: 0 auto;
  font-size: 28px;
}
@media screen and (max-width: 749px) {
  .math .accordionBlock {
    font-size: 14px;
  }
}
.math .accordionBlock .accordionTrigger {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2d2d2d;
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px 10px 0;
  min-height: 86px;
  line-height: 1.4;
  position: relative;
}
.math .accordionBlock .accordionTrigger:hover {
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .math .accordionBlock .accordionTrigger {
    border-width: 1px;
    border-radius: 5px;
    padding: 5px 15px 5px 0;
    min-height: 45px;
  }
}
.math .accordionBlock .accordionTrigger .icon {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #2d2d2d;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.math .accordionBlock .accordionTrigger .icon::before, .math .accordionBlock .accordionTrigger .icon::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  transition: .3s;
}
.math .accordionBlock .accordionTrigger .icon::before {
  width: 24px;
  height: 4px;
}
.math .accordionBlock .accordionTrigger .icon::after {
  width: 4px;
  height: 24px;
}
@media screen and (max-width: 749px) {
  .math .accordionBlock .accordionTrigger .icon {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .math .accordionBlock .accordionTrigger .icon::before {
    width: 12px;
    height: 2px;
  }
  .math .accordionBlock .accordionTrigger .icon::after {
    width: 2px;
    height: 12px;
  }
}
.math .accordionBlock .accordionTrigger.is-open .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.math .accordionBlock .accordionTarget {
  overflow: hidden;
  height: 0;
  transition: .3s;
}
.math .accordionBlock .accordionTarget .noticeText {
  padding: 0;
  width: auto;
}
.math .accordionBlock.redBorderBtn {
  margin-top: 30px;
  font-weight: bold;
  color: #e40f23;
}
@media screen and (max-width: 749px) {
  .math .accordionBlock.redBorderBtn {
    margin-top: 15px;
  }
}
.math .accordionBlock.redBorderBtn .accordionTrigger {
  border-color: #e40f23;
}
.math .accordionBlock.redBorderBtn .accordionTrigger .icon {
  background: #e40f23;
}
.math .swiper {
  position: relative;
  margin: 0 -10px;
  padding: 0 10px;
}
.math .swiper::before, .math .swiper::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  z-index: 2;
}
.math .swiper::before {
  left: 0;
}
.math .swiper::after {
  right: 0;
}
.math .swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .math .swiper {
    margin: 0 -5px;
    padding: 0 5px;
  }
  .math .swiper::before, .math .swiper::after {
    width: 5px;
  }
}
.math .swiper .swiper-button-prev, .math .swiper .swiper-button-next {
  width: 89px;
  height: 89px;
  position: absolute;
  top: 50%;
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .math .swiper .swiper-button-prev, .math .swiper .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}
.math .swiper .swiper-button-prev::after, .math .swiper .swiper-button-next::after {
  display: none;
}
.math .swiper .swiper-button-prev.swiper-button-disabled, .math .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.math .swiper .swiper-button-prev {
  background: url(/plus/resources/math/images/icon_carousel_prev.png) center center no-repeat;
  background-size: cover;
  left: 0;
  transform: translateY(-50%);
}
.math .swiper .swiper-button-next {
  background: url(/plus/resources/math/images/icon_carousel_next.png) center center no-repeat;
  background-size: cover;
  right: 0;
  transform: translateY(-50%);
}
.math .modalWrap {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 20px 40px;
  overflow-y: scroll;
  transition: z-index 0s .5s, opacity .5s;
  opacity: 0;
}
.math .modalWrap.open {
  z-index: 7700;
  opacity: 1;
  transition: z-index 0s, opacity .5s;
}
.math .modalWrap.display {
  display: block;
}
@media screen and (max-width: 749px) {
  .math .modalWrap {
    padding: 50px 20px 20px;
  }
}
.math .modalWrap::after {
  content: "";
  position: fixed;
  z-index: 7002;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
.math .modalWrap .modalInner {
  position: relative;
  z-index: 7003;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner {
    margin-top: 0;
  }
}
.math .modalWrap .modalInner.center {
  top: 50%;
  transform: translateY(-50%);
}
.math .modalWrap .modalInner .modalCloseCrossBtn {
  position: absolute;
  z-index: 7004;
  top: -55px;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalCloseCrossBtn {
    top: -38px;
    width: 35px;
    height: 35px;
  }
}
.math .modalWrap .modalInner .modalCloseCrossBtn::before, .math .modalWrap .modalInner .modalCloseCrossBtn::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 5px;
  background: #fff;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalCloseCrossBtn::before, .math .modalWrap .modalInner .modalCloseCrossBtn::after {
    width: 35px;
    height: 3px;
  }
}
.math .modalWrap .modalInner .modalCloseCrossBtn::before {
  transform-origin: center;
  transform: rotate(45deg) translate(-1px, -1px);
}
.math .modalWrap .modalInner .modalCloseCrossBtn::after {
  transform-origin: center;
  transform: rotate(-45deg) translate(1px, -1px);
}
.math .modalWrap .modalInner .modalBox {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox {
    padding: 20px;
    border-radius: 5px;
    font-size: 12px;
  }
}
.math .modalWrap .modalInner .modalBox .btnList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.math .modalWrap .modalInner .modalBox .btnList li {
  width: calc(50% - 10px);
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .btnList li {
    width: calc(50% - 5px);
  }
}
.math .modalWrap .modalInner .modalBox .btnList li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  padding-right: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  position: relative;
  background: #ff4b90;
  border-radius: 10px;
  margin: 0 auto;
  transition: .3s;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .btnList li .btn {
    width: auto;
    height: 55px;
    padding-right: 10px;
    font-size: 15px;
    border-radius: 5px;
  }
}
.math .modalWrap .modalInner .modalBox .btnList li .btn.blueBtn {
  background: #02b1ff;
}
.math .modalWrap .modalInner .modalBox .btnList li .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.math .modalWrap .modalInner .modalBox .btnList li .btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 35px;
  background: url(/plus/resources/math/images/arrow_point_to_right.png) center top no-repeat;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .btnList li .btn::before {
    width: 10px;
    height: 17px;
    background-size: contain;
    right: 7px;
  }
}
.math .modalWrap .modalInner .modalBox .modalTitle {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .modalTitle {
    margin-bottom: 15px;
  }
}
.math .modalWrap .modalInner .modalBox .sec01 {
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .sec01 {
    margin-top: 15px;
  }
}
.math .modalWrap .modalInner .modalBox .sec01 h4 {
  color: #e23b01;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .sec01 h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.math .modalWrap .modalInner .modalBox .sec01 a {
  text-decoration: underline;
}
.math .modalWrap .modalInner .modalBox .sec01 a:hover {
  text-decoration: none;
}
.math .modalWrap .modalInner .modalBox .sec01 .smallText {
  font-size: 22px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .sec01 .smallText {
    font-size: 11px;
  }
}
.math .modalWrap .modalInner .modalBox .sec01 .sec02 {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .sec01 .sec02 {
    margin-top: 10px;
  }
}
.math .modalWrap .modalInner .modalBox .sec01 .sec02 h5 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 6px;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .sec01 .sec02 h5 {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.math .modalWrap .modalInner .modalBox .sec01 .sec02 picture {
  display: block;
  text-align: center;
  margin: 10px auto;
}
@media screen and (max-width: 749px) {
  .math .modalWrap .modalInner .modalBox .sec01 .sec02 picture {
    margin: 5px auto;
  }
}
.math .modalBtn {
  cursor: pointer;
}
.math .mathContents {
  font-size: 28px;
  color: #2d2d2d;
}
@media screen and (max-width: 749px) {
  .math .mathContents {
    font-size: 14px;
  }
}
.math .mathTitle {
  padding: 30px 0 20px;
  width: 750px;
  margin: 0 auto;
  background: url(/plus/resources/math/images/bg_main.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
  height: 850px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 749px) {
  .math .mathTitle {
    width: auto;
    padding: 10px 15px;
    height: auto;
  }
}
@media screen and (max-width: 749px) {
  .math .mathTitle .kochareLogo {
    height: 21px;
  }
  .math .mathTitle .kochareLogo img {
    vertical-align: top;
  }
}
.math .mathTitle .logo {
  margin: 30px 0;
}
@media screen and (max-width: 749px) {
  .math .mathTitle .logo {
    margin: 15px 0;
  }
  .math .mathTitle .logo img {
    max-width: 100%;
    height: auto;
  }
}
.math .mathTitle .tabletCapture {
  position: relative;
  margin: 0 auto;
  transform: translateX(18px);
  width: 466px;
  height: 335px;
  background: url(/plus/resources/math/images/img_tablet01.png) center top no-repeat;
}
@media screen and (max-width: 749px) {
  .math .mathTitle .tabletCapture {
    width: 233px;
    height: 168px;
    background-size: contain;
    transform: translateX(8px);
  }
}
.math .mathTitle .tabletCapture #tabImage {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: -3px;
  width: 406px;
  height: 255px;
  margin-left: -1px;
}
@media screen and (max-width: 749px) {
  .math .mathTitle .tabletCapture #tabImage {
    margin-top: -1.5px;
    width: 203px;
    height: 127.5px;
    margin-left: 0;
  }
}
.math .mathTitle .tabletCapture #tabImage img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: change-img-anim 36s infinite;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(1) {
  opacity: 1;
  animation-delay: 0s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(2) {
  animation-delay: 4s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(3) {
  animation-delay: 8s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(4) {
  animation-delay: 12s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(5) {
  animation-delay: 16s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(6) {
  animation-delay: 20s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(7) {
  animation-delay: 24s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(8) {
  animation-delay: 28s;
}
.math .mathTitle .tabletCapture #tabImage img:nth-of-type(9) {
  animation-delay: 32s;
}
.math .mathTitle .notice {
  font-size: 14px;
  width: 55%;
  margin: 15px auto 0;
  padding-left: 85px;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .math .mathTitle .notice {
    font-size: 10px;
    width: 59%;
    margin-top: 8px;
    padding-left: 30px;
  }
}
.math .mathTitle::before {
  content: "";
  display: block;
  width: 169px;
  height: 230px;
  background: url(/plus/resources/math/images/img_view_right.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -5px;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .math .mathTitle::before {
    width: 80px;
    height: 109px;
    right: -3px;
  }
}
.math .mathTitle::after {
  content: "";
  display: block;
  width: 231px;
  height: 286px;
  background: url(/plus/resources/math/images/img_view_left.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .math .mathTitle::after {
    width: 105px;
    height: 130px;
    left: 5px;
  }
}
.math .pointBlock {
  padding: 100px 0 80px;
  background: url(/plus/resources/math/images/bg_point_section.png) #fff2b6 center top no-repeat;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .math .pointBlock {
    padding: 50px 15px 40px;
    background-size: contain;
  }
}
.math .pointBlock .pointBlockInner {
  width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointBlockInner {
    width: auto;
  }
}
.math .pointBlock .pointBlockInner .noticeText {
  text-align: left;
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointBlockInner .noticeText {
    margin-top: 30px;
  }
}
.math .pointBlock h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock h2 {
    margin-bottom: 30px;
  }
}
.math .pointBlock .pointSection {
  width: 690px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}
.math .pointBlock .pointSection + .pointSection {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection {
    width: auto;
    border-radius: 10px;
  }
  .math .pointBlock .pointSection + .pointSection {
    margin-top: 20px;
  }
}
.math .pointBlock .pointSection dt {
  background: #ff9d00;
  padding: 12px 0 16px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dt {
    padding: 6px 0 8px;
  }
}
.math .pointBlock .pointSection dd {
  padding: 60px 30px 60px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd {
    padding: 30px 15px 30px;
  }
}
.math .pointBlock .pointSection dd h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd h3 {
    margin-bottom: 30px;
  }
}
.math .pointBlock .pointSection dd .thumb {
  margin: 60px 0 40px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .thumb {
    margin: 30px 0 20px;
  }
  .math .pointBlock .pointSection dd .thumb img {
    width: 100%;
    height: auto;
  }
}
.math .pointBlock .pointSection dd .captureBlock {
  width: 631px;
  margin: 70px auto 20px;
  text-align: left;
  padding: 0 30px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .captureBlock {
    width: auto;
    padding: 0 15px;
    margin: 35px auto 20px;
  }
}
.math .pointBlock .pointSection dd .captureBlock .capture {
  position: relative;
}
.math .pointBlock .pointSection dd .captureBlock .capture .type {
  border-radius: 50%;
  width: 175px;
  height: 175px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -25px;
  top: -50px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .captureBlock .capture .type {
    width: 88px;
    height: 88px;
    left: -15px;
    top: -25px;
  }
}
.math .pointBlock .pointSection dd .captureBlock .capture .type.type1 {
  background: #ff4b90;
}
.math .pointBlock .pointSection dd .captureBlock .capture .type.type2 {
  background: #02b1ff;
}
.math .pointBlock .pointSection dd .captureBlock .capture .type.type3 {
  background: #00b158;
}
.math .pointBlock .pointSection dd .captureBlock .capture img {
  max-width: 100%;
  height: auto;
}
.math .pointBlock .pointSection dd .captureBlock p {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .captureBlock p {
    margin-top: 10px;
  }
}
.math .pointBlock .pointSection dd .captureContents {
  background: #b6eaff;
  padding: 40px 30px 25px;
  border-radius: 10px;
}
.math .pointBlock .pointSection dd .captureContents + .captureContents {
  margin-top: 32px;
}
.math .pointBlock .pointSection dd .captureContents + p {
  margin-top: 60px;
}
.math .pointBlock .pointSection dd .captureContents .image {
  margin-top: 30px;
}
.math .pointBlock .pointSection dd .captureContents .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .captureContents {
    padding: 20px 15px 12px;
  }
  .math .pointBlock .pointSection dd .captureContents + .captureContents {
    margin-top: 16px;
  }
  .math .pointBlock .pointSection dd .captureContents + p {
    margin-top: 30px;
  }
  .math .pointBlock .pointSection dd .captureContents .image {
    margin-top: 15px;
  }
}
.math .pointBlock .pointSection dd .captureContents .scrollImage {
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .captureContents .scrollImage {
    margin-top: 15px;
  }
}
.math .pointBlock .pointSection dd .captureContents .scrollImage.is-fixed img {
  animation: scroll-image-pc 20s infinite;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .captureContents .scrollImage.is-fixed img {
    animation: scroll-image-sp 20s infinite;
  }
}
.math .pointBlock .pointSection dd .reward {
  background: #d6f9cc;
  text-align: center;
  padding: 40px 20px 30px;
  border-radius: 10px;
  margin: 70px 0 35px;
}
.math .pointBlock .pointSection dd .reward .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .reward {
    padding: 20px 10px 15px;
    margin: 35px 0 20px;
  }
  .math .pointBlock .pointSection dd .reward .title {
    margin-bottom: 15px;
  }
}
.math .pointBlock .pointSection dd .noticeText {
  padding: 0;
  font-size: 24px;
  width: auto;
  margin-top: 35px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection dd .noticeText {
    font-size: 12px;
    margin-top: 17px;
  }
}
.math .pointBlock .pointSection p {
  text-align: left;
}
.math .pointBlock .pointSection p span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  .math .pointBlock .pointSection p span {
    font-size: 12px;
  }
}
.math .planBlock {
  padding: 20px 0 66px;
}
@media screen and (max-width: 749px) {
  .math .planBlock {
    padding: 10px 0 33px;
  }
}
.math .planBlock .inner {
  width: 750px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 749px) {
  .math .planBlock .inner {
    width: 100%;
    padding: 0 15px;
  }
}
.math .planBlock .mathTitleBlock--plan {
  max-width: 750px;
  margin: 0 auto;
  padding: 80px 0 100px;
  background: url(/plus/resources/math/images/title_plan_bg.png) center top no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 749px) {
  .math .planBlock .mathTitleBlock--plan {
    padding: 40px 0 50px;
    background-position: center top 13px;
    background-size: 375px;
  }
}
.math .planBlock .text01 {
  font-weight: bold;
  text-align: center;
  margin-top: -40px;
  font-size: 34px;
}
@media screen and (max-width: 749px) {
  .math .planBlock .text01 {
    margin-top: -20px;
    font-size: 16px;
  }
}
.math .planBlock .planList {
  margin: 30px auto;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList {
    margin: 15px auto;
    border-width: 1px;
  }
}
.math .planBlock .planList h3 {
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  background: #7dcb00;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList h3 {
    font-size: 15px;
  }
}
.math .planBlock .planList table {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList table {
    border-width: 1px;
  }
}
.math .planBlock .planList table tr {
  border-bottom: 2px solid #7dcb00;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList table tr {
    border-width: 1px;
  }
}
.math .planBlock .planList table tr th {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 20px 0;
  background: #d6f9cc;
  width: 34%;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList table tr th {
    padding: 10px 0;
  }
}
.math .planBlock .planList table tr td {
  line-height: 1.4;
  padding: 20px;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList table tr td {
    padding: 10px;
  }
}
.math .planBlock .planList table tr td .list li + li {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList table tr td .list li + li {
    margin-top: 4px;
  }
}
.math .planBlock .planList table .smallFont {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList table .smallFont {
    font-size: 10px;
  }
}
.math .planBlock .planList table .redFont {
  font-weight: bold;
  color: #ef551c;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .math .planBlock .planList table .redFont {
    font-size: 15px;
  }
}
.math .planBlock .btnBox {
  margin-top: 30px;
  border-radius: 10px;
  padding: 40px 30px 30px;
  background: #fff2b6;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  .math .planBlock .btnBox {
    margin-top: 15px;
    border-radius: 5px;
    padding: 20px 15px 15px;
    font-size: 14px;
  }
}
.math .planBlock .btnBox .greenBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 630px;
  height: 110px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  position: relative;
  background: #7dcb00;
  border-radius: 10px;
  margin: 20px auto 0;
  transition: .3s;
}
@media screen and (max-width: 749px) {
  .math .planBlock .btnBox .greenBtn {
    width: auto;
    height: 55px;
    font-size: 20px;
    border-radius: 5px;
    margin-top: 10px;
  }
}
.math .planBlock .btnBox .greenBtn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.math .planBlock .btnBox .greenBtn::before, .math .planBlock .btnBox .greenBtn::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .math .planBlock .btnBox .greenBtn::before, .math .planBlock .btnBox .greenBtn::after {
    width: 20px;
    height: 3px;
    right: 12px;
  }
}
.math .planBlock .btnBox .greenBtn::after {
  transform: translateY(-50%) rotate(90deg);
}
.math .voiceBlock {
  padding: 20px 0 66px;
  background: #fff2b6;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock {
    padding: 10px 0 33px;
  }
}
.math .voiceBlock .mathTitleBlock--voice {
  max-width: 750px;
  margin: 0 auto;
  padding: 80px 0 100px;
  background: url(/plus/resources/math/images/title_voice_bg.jpg) center top -40px no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .mathTitleBlock--voice {
    padding: 48px 0 50px;
    background-position: center top 13px;
    background-size: 375px;
  }
}
.math .voiceBlock .voiceList {
  max-width: 690px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .voiceList {
    margin: 0 15px;
  }
}
.math .voiceBlock .voiceList li + li {
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .voiceList li + li {
    margin-top: 40px;
  }
}
.math .voiceBlock .voiceList li .voiceBox {
  width: calc(100% - 20px);
  margin-left: 20px;
  box-sizing: border-box;
  padding: 10px 30px 30px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .voiceList li .voiceBox {
    width: calc(100% - 5px);
    margin-left: 5px;
    padding: 5px 15px 15px;
    border-radius: 8px;
  }
}
.math .voiceBlock .voiceList li .voiceBox dt {
  display: flex;
  align-items: center;
  border-bottom: 4px solid #ffdb45;
  height: 120px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .voiceList li .voiceBox dt {
    border-width: 2px;
    height: 65px;
  }
}
.math .voiceBlock .voiceList li .voiceBox dt picture {
  display: block;
  position: absolute;
  top: -60px;
  left: -50px;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .voiceList li .voiceBox dt picture {
    top: -25px;
    left: -25px;
  }
}
.math .voiceBlock .voiceList li .voiceBox dt .text {
  font-weight: bold;
  margin-left: 170px;
  font-size: 30px;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .voiceList li .voiceBox dt .text {
    margin-left: 85px;
    margin-right: 5px;
    font-size: 15px;
  }
}
.math .voiceBlock .voiceList li .voiceBox dd {
  padding-top: 35px;
}
@media screen and (max-width: 749px) {
  .math .voiceBlock .voiceList li .voiceBox dd {
    padding-top: 18px;
  }
}
.math .faqBlock {
  padding: 20px 0 66px;
  background: #d6f9cc;
}
@media screen and (max-width: 749px) {
  .math .faqBlock {
    padding: 10px 0 33px;
  }
}
.math .faqBlock .mathTitleBlock--faq {
  max-width: 750px;
  margin: 0 auto;
  padding: 93px 0 123px;
  background: url(/plus/resources/math/images/title_faq_bg.png) center top 25px no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .mathTitleBlock--faq {
    padding: 48px 0 63px;
    background-position: center top 13px;
    background-size: 375px;
  }
}
.math .faqBlock .faqBox {
  max-width: 690px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px 60px;
  background: #fff;
  border-radius: 16px;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox {
    margin: 0 15px;
    padding: 0 15px 30px;
    border-radius: 8px;
  }
}
.math .faqBlock .faqBox + .faqBox {
  margin-top: 86px;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox + .faqBox {
    margin-top: 43px;
  }
}
.math .faqBlock .faqBox .noticeText {
  margin-bottom: 60px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .noticeText {
    margin-bottom: 30px;
  }
}
.math .faqBlock .faqBox .faqTitle {
  max-width: 600px;
  margin: 0 auto;
  padding: 6px 0;
  background-color: #ff9d00;
  border-radius: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -33px;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .faqTitle {
    padding: 4px 0;
    margin: 0 8px;
    font-size: 18px;
    top: -17px;
  }
}
.math .faqBlock .faqBox dl:first-of-type {
  margin-top: -10px;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox dl:first-of-type {
    margin-top: -5px;
  }
}
.math .faqBlock .faqBox .q {
  display: flex;
  padding: 16px 60px 16px 0;
  background-image: linear-gradient(to right, #ff9d00, #ff9d00 12px, transparent 6px, transparent 6px);
  background-size: 18px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.math .faqBlock .faqBox .q:hover {
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .q {
    padding: 8px 30px 8px 0;
    font-size: 18px;
    background-image: linear-gradient(to right, #ff9d00, #ff9d00 6px, transparent 3px, transparent 3px);
    background-size: 9px 1px;
  }
}
.math .faqBlock .faqBox .q .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .q .icon {
    width: 20px;
    height: 20px;
  }
}
.math .faqBlock .faqBox .q .icon::before, .math .faqBlock .faqBox .q .icon::after {
  content: "";
  display: block;
  background: #ff9d00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.math .faqBlock .faqBox .q .icon::before {
  width: 40px;
  height: 4px;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .q .icon::before {
    width: 20px;
    height: 2px;
  }
}
.math .faqBlock .faqBox .q .icon::after {
  width: 4px;
  height: 40px;
  transition: .3s;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .q .icon::after {
    width: 2px;
    height: 20px;
  }
}
.math .faqBlock .faqBox .q.open .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.math .faqBlock .faqBox .q::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 66px;
  background: url(/plus/resources/math/images/icon_q.png) left 11px top 4px no-repeat;
  background-size: 36px;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .q::before {
    width: 33px;
    background-size: 18px;
    background-position: left 6px top 1px;
  }
}
.math .faqBlock .faqBox .a {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
.math .faqBlock .faqBox .a .answer {
  display: flex;
  font-size: 28px;
  font-weight: bold;
  word-break: break-all;
  padding: 20px 0;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .a .answer {
    padding: 10px 0;
    font-size: 14px;
    background-size: 18px;
  }
}
.math .faqBlock .faqBox .a .answer::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 66px;
  background: url(/plus/resources/math/images/icon_a.png) left 11px top 4px no-repeat;
  background-size: 34px;
}
@media screen and (max-width: 749px) {
  .math .faqBlock .faqBox .a .answer::before {
    width: 33px;
    background-size: 17px;
    background-position: left 6px top 1px;
  }
}
.math .faqBlock .faqBox .a .answer .notice {
  font-weight: normal;
}
.math .faqBlock .faqBox .a .answer a {
  text-decoration: underline;
  transition: 0.3s;
}
.math .faqBlock .faqBox .a .answer a:hover {
  text-decoration: none;
}
.math .noticeBlock {
  font-size: 24px;
}
@media screen and (max-width: 749px) {
  .math .noticeBlock {
    font-size: 12px;
  }
}
.math .noticeBlock .inner {
  width: 750px;
  margin: 0 auto;
  padding: 75px 30px 60px;
}
@media screen and (max-width: 749px) {
  .math .noticeBlock .inner {
    width: auto;
    padding: 40px 15px 30px;
  }
}

@keyframes scroll-image-pc {
  0% {
    transform: translateX(0);
  }

  5% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(calc(-100% + 650px));
  }

  100% {
    transform: translateX(calc(-100% + 650px));
  }
}
@keyframes scroll-image-sp {
  0% {
    transform: translateX(0);
  }

  5% {
    transform: translateX(0);
  }

  80% {
    transform: translateX(calc(-100% + (100vw - 80px)));
  }

  100% {
    transform: translateX(calc(-100% + (100vw - 80px)));
  }
}
@keyframes change-img-anim {
  0% {
    opacity: 0;
  }

  3% {
    opacity: 1;
  }

  97% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
