@charset "UTF-8";

.bnr{
  background-color: #E5F0FF;
}
.bnr-inner{
  padding: 30px 15px 30px;
}

@media (min-width: 769px){
  .bnr-inner{
    width: 960px;
    margin: auto;
    padding: 30px 0 30px;
  }
  .bnr-inner label.acc-area__item-image-wrap-note{
    text-align: center;
  }
}

.kv_offer_container{
  background-color: #fff;
  margin-top: -5px;
}

@media (min-width: 769px){
  .kv_offer_container{
    background-color: #fff;
    margin-top: 0px;
  }
  .kv_offer_container > .acc-area__item-image-wrap-note {
    width: 780px;
    margin: auto;
  }
}

.first-content__head-title--important {
  color: #e40400;
  font-size: 22px;
}

@media (min-width: 769px){
  .first-content__head-title--important {
    font-size: 30px;
  }
}

label.acc-area__item-image-wrap-note {
  display: block;
  cursor:pointer;
  margin: 0;
  padding-bottom: 10px;
  text-decoration: underline;
}
#pop_offer,
#pop_kv,
#pop_bnr,
#pop_bnr_2{
  display: none;
}
.kv_offer_container > .acc-area__item-image-wrap-note{
  padding-top: 10px;
  text-align: right;
  padding-right: 10px;
}

.overlay {
  display: none;
}
#pop_offer:checked + .overlay,
#pop_kv:checked + .overlay ,
#pop_bnr:checked + .overlay,
#pop_bnr_2:checked + .overlay {
  display: block;
  z-index: 9999;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.pop_conatents {
  width: 80vw;
  max-width: 650px;
  background-color: #ffffff;
  border-radius: 6px;
  display: block;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.pop_text {
  padding: 30px;
  font-size: 15px;
  margin: 0;
}

@media (max-width: 768px){
  .pop_text {
    max-height: 50vh;
    overflow: scroll;
    padding: 20px;
  }
}
.close_btn {
  cursor:pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
}

/*====================
  11.modal
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    max-width: 960px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modalid .modal__close-icon {
    font-size: 0px;
    width: 30px;
  }
  .modalid .modal__close-text {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .modalid .modal__content {
    border-radius: 5px;
    background-color: #ffffff;
    max-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modalid .modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #004ea2;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    gap: 24px 20px;
  }
  .modal__btn + .modal__btn {
    margin-top: 24px;
  }
  .modalid .modal__btn-item {
    border-radius: 6px;
    box-shadow: 0px 4px 0px 0px #e2e2e2;
    width: 320px;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  /* .modalid .modal__btn-item:nth-child(2n) {
    margin-left: 20px;
  }
  .modalid .modal__btn-item:nth-child(n+3) {
    margin-top: 24px;
  } */
  .modalid .modal__btn-link {
    display: block;
    border-radius: 6px;
    background-color: #004ea2;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 24px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .modalid .modal__btn-link::after {
    content: "";
    background-image: url(/online-dance/assets/img/210506/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
  }
  .modalid .modal__btn-item-strong {
    font-size: 24px;
  }
  .modalid .modal__btn-item:hover {
    box-shadow: 0px 0px 0px 0px #e2e2e2;
  }
  .modalid .modal__btn-item:hover .modal__btn-link {
    opacity: 0.7;
    transform: translateY(4px);
  }
  .modalid .modal__btn--youji{
    width: 300px;
  padding: 10px 30px;
  margin: 10px auto;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0083d3;
  background-color: #0083d3;

  }
  .modalid .modal__btn--sho{
    width: 300px;
  padding: 10px 30px;
  margin: 10px auto;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00d435;
  background-color: #00d435;
  }
  .modalid .modal__content--list{
    margin: 10px auto;
    max-width: 350px;
  }

  .modal-cost-link-area {
    text-align: center;
    margin: 20px auto auto;
  }
  .modal-cost-link {
    color: #0066C0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modalid .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    padding: 8vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    overflow-y: scroll;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 120vh;
    position: absolute;
    top: 0vh;
    left: 0;
  }
  .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 50%;
    /* height: 120vh; */
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__close {
    width: 18px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .modalid .modal__close-icon {
    font-size: 0;
    margin-bottom: 2vw;
    margin-right: auto;
    margin-left: auto;
  }
  .modalid .modal__close-text {
    font-size: 3.2vw;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
  }
  .modalid .modal__content {
    overflow: auto;
    border-radius: 1.33333333vw;
    background-color: #ffffff;
    max-height: 100%;
    padding-top: 5.33333333vw;
    padding-bottom: 5.33333333vw;
  }
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004ea2;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modalid .modal__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.2vw 2%;
  }

  .modal__btn + .modal__btn {
    margin-top: 3.2vw;
  }

  .modalid .modal__btn-item {
    border-radius: 4px;
    box-shadow: 0 0.53333333vw 0 0 #e2e2e2;
    width: 48%;
  }
  .modal__link img{
    padding-top: 20px;
  }
  /* .modal__btn-item:nth-child(2n) {
      margin-left:2%;
  }
  .modalid .modal__btn-item:nth-child(n+3) {
    margin-top: 3.2vw;
  } */
  .modalid .modal__btn-link {
    display: block;
    border-radius: 4px;
    background-color: #004ea2;
    font-size: 3.73333333vw;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 1.0;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 4vw;
    position: relative;
  }
  .modalid .modal__btn-link::after {
    content: "";
    background-image: url(/online-dance/assets/img/210506/icon_arrow_white.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 1.86666666vw;
    height: 3.2vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.66666666vw;
  }
  .modalid .modal__btn-item-strong {
    font-size: 3.73333333vw;
  }
  .modalid .modal__btn--youji{
  padding: 10px 30px;
  margin: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #0083d3;
  background-color: #0083d3;

  }
  .modalid .modal__btn--sho{
  padding: 10px 30px;
  margin: 10px 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #00d435;
  background-color: #00d435;
  }
  .modalid .modal__content--list{
    margin: 10px 30px;
  }
  .offer-main__dot-list .modal__content--list-item{
    font-size: 3.8vw;
  }
  .modal-cost-link-area {
    text-align: center;
    margin: 4vw auto auto;
  }
  .modal-cost-link {
    color: #0066C0;
  }
  .modal__text + .modal__text {
    margin-top: 15px;
  }
}



/* 20220621追加 */
.header__acc-box-item:nth-of-type(2) .header__acc-box-item-tag {
  color: #00B4FF !important;
}
.header__acc-box-item:nth-of-type(3) .header__acc-box-item-tag {
  color: #F5A618 !important;
}
.header__acc-box-item:nth-of-type(4) .header__acc-box-item-tag {
  color: #FC333A;
}
.header__acc-box-item:nth-of-type(5) .header__acc-box-item-tag {
  color: #E7A02B;
}
.header__acc-box-item:nth-of-type(6) .header__acc-box-item-tag {
  color: #B016D0;
}
.header__acc-box-item:nth-of-type(7) .header__acc-box-item-tag {
  color: #86C43E;
}
.header__acc-box-item:nth-of-type(2)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_blue.svg);
}
.header__acc-box-item:nth-of-type(3)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_orange.svg);
}
.header__acc-box-item:nth-of-type(4)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_soroban.svg);
}
.header__acc-box-item:nth-of-type(5)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shuuji.svg);
}
.header__acc-box-item:nth-of-type(6)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_programming.svg);
}
.header__acc-box-item:nth-of-type(7)::after{
  background-image: url(/zemi/challengeschool/_assets/img/icon_arrow_shinrocoaching.svg);
}
.header__acc-box{
  overflow: scroll;
}
.body-inner{
  overflow: hidden;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .online-dance .kv__main-lead {
    width: 14.35vw;
    top: 4%;
    left: 55%;
  }
  .free-list{
    max-width: 440px;
    margin: 15px auto;
    font-size: 12px;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .logo-inner{
    padding-top: 20px;
  }
  .detail-cont__acc-btn{
    display: none;
  }
  .kv__main-day{
    position: absolute;
    width: 26%;
    bottom: 12.7%;
    right: 21.5%;
  }
  .width-open{
    display: block;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .width-close{
    display: none;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .voice--dance .g-title-icon::before, .detail--dance .g-title-icon::before, .qa--dance .g-title-icon::before, .first-content--dance .g-title-icon::before, .material--dance .g-title-icon::before{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/icon-title-01.svg);
  }
  .voice--dance .voice-cont__ttl, .detail--dance .detail__ttl, .qa--dance .qa-title, .first-content--dance .first-content__body-title, .first-content--dance .first-content__head-title, .material--dance .material-title{
    color: #e7a02c;
  }
  .first-content--dance .clip-area::before, .first-content--dance .flow-area__item-label, .first-content--dance .acc-area__item-sub-title--label, .first-content--dance .g-title-left-border::before{
    background-color: #e7a02c;
  }
  .online-shuuji .contact{
    background-color: #005AA0;
  }
  .online-shuuji .detail__cont-ttl{
    background-color: #fff3cb;
    color: #e7a02c;
  }
  .online-shuuji .detail__cont-main{
    background-color: #ffffe1;
  }
  .online-shuuji .detail__cont{
    background-color: #ffffe1;
  }
  .online-shuuji .detail__cont-main-box-ttl::before{
    background-color: #005AA0;
  }
  .online-shuuji .detail__cont-main-table th{
    background-color: #ADCEE8;
  }
  .online-shuuji .detail__cont-main-box-list{
    background-color: #fff3cb;
  }
  /*プログラムの流れ*/
  .first-content--dance .flow-area__item:nth-of-type(1) .flow-area__item-button{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow01.jpg);
  }
  .first-content--dance .flow-area__item:nth-of-type(2) .flow-area__item-button{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow02.jpg);
  }
  .first-content--dance .flow-area__item:nth-of-type(3) .flow-area__item-button{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow03.jpg);
  }
  .first-content--dance .flow-area__item:nth-of-type(4) .flow-area__item-button{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow04.jpg);
  }
  /*/プログラムの流れ*/
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .online-dance .kv__main-lead {
    width: 38vw;
    top: 4%;
    left: 55%;
  }
  .free-list{
    margin: 15px 0;
    font-size: 12px;
    display: flex;
    justify-content: space-around;
  }
  .free_list-item{
    margin-top: 5px;
  }
  .free_list-link{
    color: #006CFF;
  }
  .logo-inner{
    padding-top: 20px;
  }
  .detail__cont{
    display: block;
  }
  .detail__cont-ttl{
    display: block;
  }
  .detail__cont-ttl{
    color: #e7a02c;
    font-size: 20px;
    padding-bottom: 30px;
  }
  .detail-cont__acc-ttl{
    border-bottom: 2px solid #e7a02c;
    font-weight: bold;
  }
  .detail-cont__acc-btn{
    outline: none;
    background: none;
    cursor: pointer;
    border: none;
    width: 100%;
    margin: 20px 0;
  }
  .detail-cont__acc-ttl{
    width: 100%;
    padding: 20px 0;
    text-align: left;
    position: relative;
  }
  .detail-cont__acc-ttl::after{
    content: "";
    background-image: url(/zemi/challengeschool/_shared/img/icon-arrow-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(180deg);
    background-color: #e7a02c;
    border-radius: 15px;
    background-position: center;
  }
  .detail-cont__acc-btn.active .detail-cont__acc-ttl::after{
    transform: translateY(-50%) rotate(0deg);
  }
  .kv__main-day{
    position: absolute;
    width: 42.6%;
    bottom: 19%;
    right: 0%;
  }
  .voice--dance .g-title-icon::before, .detail--dance .g-title-icon::before, .qa--dance .g-title-icon::before, .first-content--dance .g-title-icon::before, .material--dance .g-title-icon::before{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/icon-title-sp-01.svg);
  }
  .voice--dance .voice-cont__ttl, .detail--dance .detail__ttl, .qa--dance .qa-title, .first-content--dance .first-content__body-title, .first-content--dance .first-content__head-title, .material--dance .material-title{
    color: #e7a02c;
  }
  .first-content--dance .clip-area::before, .first-content--dance .flow-area__item-label, .first-content--dance .acc-area__item-sub-title--label, .first-content--dance .g-title-left-border::before{
    background-color: #e7a02c;
  }
  .online-shuuji .contact{
    background-color: #005AA0;
  }
  .online-shuuji .detail__cont{
    background-color: #ffffe1;
  }
  .online-shuuji .detail__cont-main-box-ttl::before{
    background-color: #005AA0;
  }
  .online-shuuji .detail__cont-main-table th{
    background-color: #ADCEE8;
  }
  .online-shuuji .detail__cont-main-box-list{
    background-color: #fff3cb;
  }
    /*プログラムの流れ*/
    .first-content--dance .flow-area__item:nth-of-type(1) .flow-area__item-button{
      background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow01-sp.jpg);
    }
    .first-content--dance .flow-area__item:nth-of-type(2) .flow-area__item-button{
      background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow02-sp.jpg);
    }
    .first-content--dance .flow-area__item:nth-of-type(3) .flow-area__item-button{
      background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow03-sp.jpg);
    }
    .first-content--dance .flow-area__item:nth-of-type(4) .flow-area__item-button{
      background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220621/fc-03-flow04-sp.jpg);
    }
    /*/プログラムの流れ*/
    .online-dance .kv__main-lead{
      left: 4%;
    }
}
/*====================
  フローティングボタン
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
    z-index: 10;
    cursor: pointer;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__link + .floating-btn__link {
      margin-top: 8px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .floating-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    cursor: pointer;
    background-color: rgba(246,246,246,0.9);
    padding: 10px 30px;
    box-sizing: border-box;
  }
  .floating-btn__link {
      display: block;
  }
  .floating-btn__sublink-wrap {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  .footer {
    padding-bottom: 90px;
  }

}
/*====================
  ラインナップ
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc__lineup{
    padding-top: 50px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .acc__lineup-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;

  }
  .acc__lineup-ttl--big {
    font-size: 40px;
    margin: 0 10px;
    font-weight: 900;
  }
  .acc__lineup-ttl--middle {
    font-size: 34px;
    font-weight: 900;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 30px;
    justify-content: space-between;
  }
  .acc__lineup-box-unit {
    padding-right: 28px;
    display: flex;
    width: calc(50% - 10px);
    border-radius: 12px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    padding: 19px 20px;
    padding-right: 28px;
  }
  .acc__lineup-box-unit--01 {
    background-color: #006CFF;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit-txt {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .acc__lineup-box-unit-tag {
    display: flex;
  }
  .acc__lineup-box-unit-tag-item {
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 2px 0;
    box-sizing: border-box;
    width: 96px;
    text-align: center;
  }
  .acc__lineup-box-unit--01 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #005AA0;
  }
  .acc__lineup-box-unit--01::after, .acc__lineup-box-unit--02::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-left: 5px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E6781A;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #E6781A;
  }
  .acc__lineup-box-unit-tag-item-sub {
    vertical-align: super;
    font-size: 10px;
  }
  .acc__lineup-box-unit-note {
    position: absolute;
    left: 0;
    bottom: -22px;
    color: #fff;
    font-size: 14px;
  }
  .acc__lineup-box {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .acc__lineup-box-unit--03 {
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04 {
    background-color: #FC333A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--05 {
    background-color: #B016D0;
    color: #ffffff;
  }
  .acc__lineup-box-unit--06 {
    background-color: #86C43E;
    color: #ffffff;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #FAE4D1;
    color: #D8640A;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #FADDE4;
    color: #E85377;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ECE5F4;
    color: #714598;
  }
  .acc__lineup-box-unit--06 .acc__lineup-box-unit-tag-item {
    background-color: #DCF4DE;
    color: #288A58;
  }
  .acc__lineup-box-unit-tag{
    height: 59.4px;
    flex-flow: column;
    justify-content: space-around;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }

  .sec__schedule-subttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    margin-top: 20px;
  }
  .acc__lineup-note {
    font-size: 14px;
    color: #fff;
    margin: 20px 0;
    text-align: center;
  }
  .acc__lineup-box-unit--03::after, .acc__lineup-box-unit--04::after, .acc__lineup-box-unit--05::after, .acc__lineup-box-unit--06::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .first-content--art .acc-area__item-arrow-item:last-of-type:after{
    background-image: none
  }
  .acc-area__item-row-child{
    margin: 0 auto;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc__lineup{
    padding-top: 50px 40px;
    width: 100%;
  }
  .acc__lineup-ttl {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 50px;
  }
  .acc__lineup-ttl--big {
    font-size: 22px;
    margin: 0 3px;
    font-weight: 900;
  }
  .acc__lineup-ttl--middle {
    font-size: 19px;
    font-weight: 900;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .acc__lineup-box-unit {
    padding: 2.6vw 5.3vw 2.6vw 2.6vw;
    display: flex;
    border-radius: 12px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    text-decoration: none;
    width: 100%;
    margin-top: 10px;
  }
  .acc__lineup-box-unit--01 {
    background-color: #006CFF;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit-txt {
    font-size: 4.6vw;
    font-weight: bold;
    letter-spacing: -0.04em;
  }
  .acc__lineup-box-unit-tag {
    display: flex;
  }
  .acc__lineup-box-unit-tag-item {
    border-radius: 20px;
    font-size: 2.4vw;
    font-weight: normal;
    padding: 2px 0;
    box-sizing: border-box;
    width: 16vw;
    text-align: center;
  }
  .acc__lineup-box-unit--01 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #005AA0;
  }
  .acc__lineup-box-unit--01::after, .acc__lineup-box-unit--02::after {
    content: "";
    width: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 2.4vw;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-left: 5px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E6781A;
    color: #fff;
    padding: 19px 28px 19px 20px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    background-color: #fff;
    color: #E6781A;
  }
  .acc__lineup-box-unit-tag-item-sub {
    vertical-align: super;
    font-size: 10px;
  }
  .acc__lineup-box-unit-note {
    position: absolute;
    left: 0;
    bottom: -22px;
    color: #fff;
    font-size: 14px;
  }
  .acc__lineup-box {
    -webkit-box-pack: justify;
    margin-bottom: 50px;
    padding: 0 40px;
  }
  .acc__lineup-box-unit--03 {
    background-color: #E7A02B;
    color: #ffffff;
  }
  .acc__lineup-box-unit--04 {
    background-color: #FC333A;
    color: #ffffff;
  }
  .acc__lineup-box-unit--05 {
    background-color: #B016D0;
    color: #ffffff;
  }
  .acc__lineup-box-unit--06 {
    background-color: #86C43E;
    color: #ffffff;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #FAE4D1;
    color: #D8640A;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #FADDE4;
    color: #E85377;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ECE5F4;
    color: #714598;
  }
  .acc__lineup-box-unit--06 .acc__lineup-box-unit-tag-item {
    background-color: #DCF4DE;
    color: #288A58;
  }
  .acc__lineup-box-unit-tag-item{
    font-size: 2.93vw;
    width: 16vw;
  }
  .acc__lineup-box-unit-tag-item-sub{
    font-size: 2.66vw;
  }
  .acc__lineup-box-unit-tag{
    height: 14vw;
    flex-flow: column;
    justify-content: space-around;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }

  .sec__schedule-subttl {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin: 20px 10.6vw 0;
  }
  .acc__lineup-note {
    font-size: 10px;
    color: #fff;
    margin: 20px 10.6vw;
    text-align: center;
  }
  .acc__lineup-box-unit--03::after, .acc__lineup-box-unit--04::after, .acc__lineup-box-unit--05::after, .acc__lineup-box-unit--06::after {
    content: "";
    width: 2.4vw;
    height: 2.4vw;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    right: 2.4vw;
    top: 50%;
    transform: translateY(-50%) rotate(
    45deg
    );
  }

}

/*====================
    CV
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__btn{
    background-color: #FFF039;
    color: #464646;
  }
  .cv__btn::before{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-01.png);
  }
  .cv__btn::after{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-02.png);
  }
  .cv-top__flex{
    display: flex;
    justify-content: space-between;
    max-width: 440px;
    margin: 20px auto;
  }
  .cv-top__flex .cv-top__flex-item:nth-of-type(2){
    margin-left: 15px;
  }
  .cv__note {
    max-width: 300px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__btn{
    background-color: #FFF039;
    color: #464646;
  }
  .cv__btn::before{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-01.png);
  }
  .cv__btn::after{
    background-image: url(/zemi/challengeschool/_shared/img/cv-icon-02.png);
  }
  .cv__ttl {
    font-size: 3.6vw;
    max-width: 86.6vw;
  }
  .cv-top__flex{
    margin: 4vw 16vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }

}
/*====================
    bnr-sec
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .bnr-sec{
    padding: 80px 40px;
    background-color: #ffffff;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-sec{
    padding: 21.3vw 10.6vw;
    background-color: #ffffff;
  }
  .bnr-link{
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }

}

/*====================
    acc-area
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item-image-wrap + .acc-area__item-text {
    margin-top: 35px;
  }
  .acc-area__item-row + .acc-area__item-row {
    margin-top: 50px;
  }
  .acc-area__item-row--graybg {
    background-color: #F3F3F3;
    padding: 15px;
    border-radius: 10px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc-area__item-image-wrap + .acc-area__item-text {
    margin-top: 35px;
  }
  .acc-area__item-title {
    padding-right: 20px;
  }
  .acc-area__item-row + .acc-area__item-row {
    margin-top: 50px;
  }
  .acc-area__item-row--graybg {
    background-color: #F3F3F3;
    padding: 15px;
    border-radius: 10px;
  }
}

/*====================
    テーブル
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .table-area{
    margin-top: 30px;
  }
  .table-area_body {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .table-area-blue,.table-area-sky,.table-area-glay{
    text-align: center;
    padding: 10px 0;
    border: 2px solid #ffffff;
    font-size: 18px;

  }
  .table-area-first{
    width: 20%;
  }
  .table-area-blue{
    background-color: #E7A02B;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #FFFFE1;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }

  .table-area_body + .first-content__head-text{
    margin-bottom: 70px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .table-area{
    margin-top: 8vw;
  }

  .table-area_body {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    font-size: 3.7vw;
    margin-bottom: 30px;
  }
  .table-area-blue,.table-area-sky,.table-area-glay{
    text-align: center;
    padding: 2vw;
    border: 2px solid #ffffff;
    font-size: 3.7vw;

  }
  .table-area-first{
    width: 25%;
  }
  .table-area-second{
    width: 40%;
  }
  .table-area-blue{
    background-color: #E7A02B;
    color: #ffffff;
  }
  .table-area-sky{
    background-color: #FFFFE1;
  }
  .table-area-glay{
    background-color: #F6F6F6;
  }
  .table-area_body + .first-content__head-text{
    margin-bottom: 18.6vw;
  }

}
/*====================
    acc area dance
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item:nth-of-type(2) .acc-area__item-row{
    display: flex;
    /* flex-direction: row-reverse; */
  }
  .acc-area__item:nth-of-type(2) .acc-area__item-text--intro{
    text-align: left;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc-area__item:nth-of-type(2) .acc-area__item-row{
    display: flex;
    flex-flow: wrap-reverse;

  }
  .acc-area__item:nth-of-type(2) .acc-area__item-text--intro{
    text-align: left;
  }
  .acc-area__item-title {
    padding-right: 20px;
  }
}
/*====================
    コース詳細
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .detail__cont {
    max-width: none;
    width: 100%;
  }
  .detail__cont-main-img {
    width: 50%;
  }
  .detail__cont-main-box-flex{
    display: flex;
    flex-wrap: wrap;
  }
  .detail__cont-top{
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .detail__cont-top-text{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 15px;
  }
  .detail__cont-main-txt {
    margin-bottom: 10px;
  }
  .detail__cont-main-box-textflex div{
    width: 50%;
    display: block;
  }
  .detail__cont-main-box-textflex .detail__cont-main-box-img{
    width: calc(50% - 20px);
    display: block;
  }
  .detail__cont-main-box-img-wrap {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
  }
  .detail__cont-main-box-textflex{
    display: flex;
    flex-wrap: wrap;
  }
  .detail__cont-main-box-price{
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 26px;
  }
  .detail__cont-main-box-price span{
    font-size: 48px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .detail__cont-main-box-price{
    text-align: center;
    font-weight: bold;
    font-size: 6.6vw;
  }
  .detail__cont-main-box-price span{
    font-size: 12vw;
  }

}

/*====================
    seikyu
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .seikyu{
    background-color: #ffffff;
  }
  .seikyu_body{
    padding-top: 60px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
  }
  .seikyu_body.seikyu_body--center{
    justify-content: center;
  }
  .seikyu_body.seikyu_body--center .seikyu_link{
    width: 50%;
  }
  .seikyu_link + .seikyu_link{
    margin-left: 40px;
  }
  .seikyu_link:hover{
    opacity: 0.9;
  }
  .seikyu + .qa {
    padding-top: 30px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .seikyu{
    background-color: #ffffff;
    padding: 0 8vw;
  }
  .seikyu_body{
    padding-top: 50px;
  }
  .seikyu_link img {
    margin-bottom: 8vw;
  }

}


/*====================
　　モーダル
====================*/
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    max-width: 960px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__content {
    border-radius: 5px;
    background-color: #ffffff;
    max-height: 100%;
    padding: 60px;
  }
  .modalid .modal__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .modalid .modal__close-icon {
    font-size: 0px;
    width: 30px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
  }
  .modalid .modal__title {
    font-size: 24px;
    font-weight: 600;
    color: #004ea2;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .modal__text{
    padding: 19px 25px 4px;
    font-size: 18px;
    line-height: 33px;
  }
  .modal__link img {
    padding-top: 20px;
  }
  .modal--content__btn{
    background-color: #FFF039;
    width: 100%;
    max-width: 960px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 25px;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    color: #464646;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px auto;
  }
  .modal--content__btn::before {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
  }
  .modal--content__btn::after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
  }
  /* お申し込みモーダル */
  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .modalid .modal__bg {
    background-color: rgba(183, 183, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .modalid .modal__wrap {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .modalid .modal__content {
    overflow: auto;
    border-radius: 1.33333333vw;
    background-color: #ffffff;
    max-height: 70vh;
    padding: 5.33333333vw;
    padding-top: 12vw;
    width: auto;
  }
  .modalid .modal__close {
    width: 4.8vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__close-icon {
    width: 4.8vw;
    cursor: pointer;
    position: absolute;
    top: 2.133vw;
    right: 2.133vw;
  }
  .modalid .modal__title {
    font-size: 4.26666666vw;
    font-weight: 600;
    color: #004ea2;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.33333333vw;
  }
  .modal--content__btn{
    background-color: #FFF039;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 25px;
    text-decoration: none;
    font-size: 3.6vw;
    font-weight: bold;
    color: #464646;
    cursor: pointer;
    border-radius: 5px;
    margin: 15px 20px;
  }
  .modal--content__btn::before {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
  }
  .modal--content__btn::after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/cv-icon-02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 28px;
    height: 28px;
  }
  /* お申し込みモーダル */
  .js-grade-button {
    cursor: pointer;
  }
  .js-grade-filter li {
    display: none;
  }
  /* /お申し込みモーダル/ */

}
/* KVコーディング追加箇所 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day-body{
    padding: 10px;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
    right: auto;
    left: 57%;
    bottom: 10%;
  }
  .kv__main-copy{
    font-size: 10px;
    width: 50%;
  }
  .kv__main-date{
    font-size: 45px;
  }
  .kv__main-week{
    color: #d53a35;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body{
    width: 39.3vw;
    height: 32.3vw;
    padding: 2.6vw;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
    bottom: 23%;
  }
  .kv__main-copy{
    font-size: 2.6vw;
  }
  .kv__main-date{
    font-size: 12vw;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 3.73vw;
  }
  .cv-top__flex{
    margin: 4vw 16vw;
  }
  .cv-top__flex img{
    margin-top: 2.4vw;
  }

}
/* 20220629追加 */
/* PC */
@media (min-width: 769px){
  .cv-lead{
    text-align: center;
    color: #464646;
    margin-top: 30px;
    position: relative;
  }
  .cv-lead__ttl{
    display: block;
    width: 395px;
    position: absolute;
    top: -15px;
    left: calc(50% - 395px/2);
    background-color: #ffffe1;
    font-size: 20px;
    color: #005AA0;
  }
  .cv-lead__main{
    max-width: 960px;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    font-size: 24px;
    margin-top: 15px;
  }
  .lead-offer__item{
    font-size: 14px;
    color: #787878;
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .lead-em{
    font-size: 34px;
  }
  .lead-red{
    color: #FC333A;
  }
  .cv-inner + .cv-inner{
    margin-top: -35px;
    padding-top: 0;
    max-width: 960px;
  }
  .cv__note{
    max-width: 400px;
  }
  .detail__cont-main-box-flex .detail__cont-main-img{
    width: 45%;
  }
}

/* SP */
@media (max-width: 768px){
  .cv-lead{
    text-align: center;
    color: #464646;
    margin-top: 30px;
    padding: 0 calc(10.6vw - 30px);
    font-size: 4vw;

  }
  .cv-lead__ttl{
    color: #005AA0;
    margin-bottom: 2vw;
  }
  .cv-lead__main{
    width: 100%;
    border-top: 2px solid #005AA0;
    border-bottom: 2px solid #005AA0;
  }
  .cv-lead__text{
    margin-top: 4vw;
    line-height: 7vw;
  }
  .lead-offer__item{
    font-size: 3.2vw;
    color: #787878;
    margin-top: 1.3vw;
    margin-bottom: 4vw;
  }
  .lead-red{
    color: #FC333A;
  }
  .lead-em-sp{
    font-size: 6.4vw;
    line-height: 4vw;
  }
  .cv-inner + .cv-inner{
    margin-top: -25px;
    padding-top: 0;
  }
  .cv__note{
    padding: 0 calc(10.6vw - 30px);
  }
  .cv__note-list{
    font-size: 3.2vw;
  }
}

/* 20220630追加 */
/* PC */
@media (min-width: 769px){
  .acc-area__offer{
    margin-top: 15px;
  }
  .acc-area__offer-item{
    font-size: 14px;
    color: #888888;
  }
  .detail__cont-main-box-lead{
    padding: 5px;
    background-color: #FC333A;
    color: white;
    font-weight: bold;
    display: inline;
  }
  .kv__main-day-body {
    padding: 1vw;
    padding-bottom: 0.4vw;
    padding-right: 0.2vw;
    background-color: #fff039;
    border-radius: 5px;
    color: #d53a35;
    font-weight: bold;
    display: flex;
    right: auto;
    left: 55.8%;
    bottom: 6%;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 20vw;
    line-height: 1.6em;
    letter-spacing: 0.2em;
    margin-top: 7px;
  }
  .kv__main-date {
    font-size: 4.5vw;
    line-height: 1em;
  }
  .kv__main-week{
    color: #d53a35;
    font-size: 1vw;
  }
  .detail__cont-main-box-flex{
    display: flex;
    flex-wrap: wrap;
  }
  .detail__cont-main-box-flexa-item{
    width: 50%;
  }
}

/* SP */
@media (max-width: 768px){
  .acc-area__offer{
    margin-top: 4vw;
  }

  .acc-area__offer-item{
    font-size: 12px;
    color: #888888;
  }
  .detail__cont-main-box-lead{
    padding: 1vw;
    background-color: #FC333A;
    color: white;
    font-weight: bold;
    line-height: 1.2em;
    font-size: 3vw;
    display: inline;
  }
  .kv__main-day-body {
    width: 40vw;
    height: 21.3vw;
    padding-right: 0;
    background-color: #fff039;
    border-radius: 2.6vw;
    color: #d53a35;
    font-weight: bold;
    top: 94vw;
  }
  .kv__main-copy {
    margin-top: 2vw;
  }
  .kv__main-date {
    font-size: 9vw;
    line-height: 1em;
  }
  .detail__cont-main-box-flexa-item{
    text-align: center;
  }
}

/* 20220707追加分 */
.offer-main__btn-link{
  background-color: #FFF039;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .header-logo-img{
    width: 110px;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 246px;
    margin-top: 5px;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    right: 35px;
    transform: rotate(90deg);
    width: 18px;
    height: 30px;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 10px;
  }
  .offer-wrap {
    margin-top: 90px;
  }
  .header__acc-box{
    margin-top: 90px;
  }
  .header__acc-btn-link{
    padding: 18px 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .header-logo-img{
    width: 20vw;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 38vw;
    margin-top: 0.4vw;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    transform: rotate(90deg);
    width: 3.2vw;
    height: 4.6vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.66666666vw;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(1) {
    margin-right: 1.3vw;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 1.3vw;
  }
  .header__acc-btn-link{
    width: auto;
    height: 100%;
    font-size: 3.2vw;
    padding: 2.5vw 1.3vw;
    text-align: center;
  }
  .header__acc-btn-link--l-blue {
    width: auto;
  }
  .header__acc-btn-link--blue {
    width: auto;
  }
  .offer-wrap{
    margin-top: 15.6vw;
  }
  .header__acc-box{
    margin-top: 18.6vw;
  }
}

/* 20220707追加分 */
.offer-main__btn-link{
  background-color: #FFF039;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .header-logo-img{
    width: 110px;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 246px;
    margin-top: 5px;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    right: 35px;
    transform: rotate(90deg);
    width: 18px;
    height: 30px;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 10px;
  }
  .offer-wrap {
    margin-top: 90px;
  }
  .header__acc-box{
    margin-top: 90px;
  }
  .header__acc-btn-link{
    padding: 18px 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .header-logo-img{
    width: 20vw;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 38vw;
    margin-top: 0.4vw;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    transform: rotate(90deg);
    width: 3.2vw;
    height: 4.6vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.66666666vw;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(1) {
    margin-right: 1.3vw;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 1.3vw;
  }
  .header__acc-btn-link{
    width: auto;
    height: 100%;
    font-size: 3.2vw;
    padding: 2.5vw 1.3vw;
    text-align: center;
  }
  .header__acc-btn-link--l-blue {
    width: auto;
  }
  .header__acc-btn-link--blue {
    width: auto;
  }
  .offer-wrap{
    margin-top: 15.6vw;
  }
  .header__acc-box{
    margin-top: 18.6vw;
  }
}
/* 20220707追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .header-logo-img{
    width: 110px;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 246px;
    margin-top: 5px;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    right: 35px;
    transform: rotate(90deg);
    width: 18px;
    height: 30px;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 10px;
  }
  .offer-wrap {
    margin-top: 90px;
  }
  .header__acc-box{
    margin-top: 90px;
  }
  .header__acc-btn-link{
    padding: 18px 0;
  }
  .modal__text{
    font-size: 16px;
  }
  .modal__link img{
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .modalid .modal__wrap{
    max-width: 960px;
  }
  .modal__text + .modal__text{
    margin: 0;
  }
  .kv{
    margin-top: 90px;
  }
  .seikyu_body {
    padding-top: 60px;
    padding-bottom: 60px;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .detail__cont-flex{
    display: flex;
  }
  .detail__cont-flex .detail__cont-main-box-price{
    width: 40%;
  }
  .detail__cont-flex .detail__cont-main-box-money{
    width: 50%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .header-logo-img{
    width: 20vw;
  }
  .header-logo-link + .header-logo-link .header-logo-img{
    width: 38vw;
    margin-top: 0.4vw;
  }
  .offer-main__btn-link::after {
    background-image: url(/zemi/challengeschool/_shared/img/220707/icon-arrow.svg);
    transform: rotate(90deg);
    width: 3.2vw;
    height: 4.6vw;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4.66666666vw;
  }
  .offer-main__btn-link-txt {
    color: #000;
  }
  .header__acc-btn:nth-of-type(1) {
    margin-right: 1.3vw;
  }
  .header__acc-btn:nth-of-type(2) {
    margin-right: 1.3vw;
  }
  .header__acc--multiple .header__acc-btn-link{
    width: auto;
    height: 100%;
    font-size: 3.2vw;
    padding: 2.5vw 1.3vw;
    text-align: center;
  }
  .header__acc-btn-link--l-blue {
    width: auto;
  }
  .header__acc-btn-link--blue {
    width: auto;
  }
  .offer-wrap{
    margin-top: 15.6vw;
  }
  .header__acc-box{
    margin-top: 18.6vw;
  }
  .modal__text + .modal__text{
    margin-top: 4vw;
  }
  .modalid .modal__title{
    font-size: 5.266667vw;
  }
  .kv{
    margin-top: 17.5vw;
  }
  .cv .seikyu{
    padding: 0 40px;
  }
  #modal-taiken .modal__content {
    overflow: scroll;
  }

}

/* 20220719追加分 */
.carousel-bnr_area{
  background-color: #ffffff;
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .carousel-bnr{
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 960px;
    height: 330px;
    margin: 0 auto;
    padding: 20px 52px 0;
    background-color: #F6F6F6;
    border-radius: 15px;
  }
  .carousel-bnr_area{
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px/2);
    width: 50px;
    display: flex;
    justify-content: space-between;
  }
  .carousel-bnr .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
  }
  .carousel-bnr .swiper{
    height: 100%;
  }
  .carousel-bnr__img{
    border-radius: 5px;
  }
  .carousel-bnr a:hover{
    opacity: 1;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .carousel-bnr{
    position: relative;
    z-index: 1;
    height: 73vw;
    margin: 21.3vw 10.6vw 0;
    padding: 3.2vw 3.2vw 0;
    background-color: #F6F6F6;
    border-radius: 3.2vw;
  }
  .carousel-bnr_area{
    padding: 3.2vw 0 8vw;
  }

  .carousel-bnr .swiper-pagination{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 40px/2);
    width: 40px;
    display: flex;
    justify-content: space-between;
  }
  .carousel-bnr__img{
    width: 100%;
  }
  .carousel-bnr .swiper-slide{
    width: 100%;
  }
  .carousel-bnr .swiper-pagination-bullet{
    width: 15px;
    height: 15px;

  }
  .carousel-bnr .swiper{
    height: 100%;
  }
  .carousel-bnr__img{
    border-radius: 5px;
  }
  .carousel-bnr a:hover{
    opacity: 1;
  }

}

/* 20220719追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__flex-ttl{
    margin-top: 30px;
  }
  .acc-area__flex{
    display: flex;
    margin-top: 15px;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc-area__flex-ttl{
    margin-top: 8vw;
  }

  .acc-area__flex{
    margin-top: 4vw;
  }
  .acc-area__flex-item + .acc-area__flex-item{
    margin-top: 2.6vw;
  }
}

/* 20220805追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .mov-ttl{
    font-size: 22px;
    margin: 30px 0 15px;
  }
  .mov-cont-wrap{
    aspect-ratio: 16 / 9;
  }
  .mov-caption::before, .mov-caption::after{
    top: 70%;
  }
  .mov-ttl__span--red{
    color: #e40400;
  }
  .kv__main-price{
    width: 27.2vw;
    left: 55.8%;
    bottom: 23%;
    position: absolute;
    border-radius: 8px;
  }
  .carousel-bnr_area + .seikyu .seikyu_body{
    padding-top: 20px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .mov-ttl{
    font-size: 16px;
    margin: 8vw 0 4vw;
  }
  .mov-cont-wrap{
    aspect-ratio: 16 / 9;
  }
  .mov-caption::before, .mov-caption::after{
    top: 70%;
  }
  .mov-ttl__span--red{
    color: #e40400;
  }
  .kv__main-price{
    width: 42.8vw;
    right: 0;
    bottom: 41%;
    position: absolute;
    border-top-left-radius: 2.6vw;
    border-bottom-left-radius: 2.6vw;
  }
  .carousel-bnr_area + .seikyu .seikyu_body{
    padding-top: 0;
  }
  .carousel-bnr{
    margin-top: 12vw;
  }

}
/* 20220808追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item-row--graybg{
    margin-top: 30px;
  }
  .acc-area__item-text--intro{
    line-height: 1.7em;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc-area__item-row--graybg{
    margin-top: 8vw;
  }
  .acc-area__item-text--intro{
    line-height: 1.7em;
  }
}

/* 20220812追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__ttl{
    font-size: 26px;
  }
  .cv-top__flex{
    max-width: 960px;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .cv-inner{
    max-width: 960px;
  }
  .cv__ttl::before{
    content: none;
  }
  .cv__ttl::after{
    content: none;
  }
  .cv__under{
    background-color: #fff;
    border: solid 3px #3cc6d7;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
  }
  .cv__under-lead{
    color: #3cc6d7;
    font-size: 23px;
    margin-bottom: 10px;
  }
  .cv__under-text{
    font-size: 18px;
  }
  .cv__under-link{
    font-size: 18px;
    color: #51C757;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__ttl{
    font-size: 3.6vw;
  }
  .seikyu_body + .seikyu_body{
    margin-top: 8vw;
  }
  .carousel-bnr__img{
    border-radius: 0;
  }
  .cv__ttl::before{
    content: none;
  }
  .cv__ttl::after{
    content: none;
  }
  .seikyu_body{
    padding-top: 0;
  }
  .cv-top__flex{
    margin: 4vw 0;
  }
  .bnr-text{
    font-size: 12px;
    margin-top: 2.6vw;
  }
  .cv__under{
    background-color: #fff;
    border: solid 3px #3cc6d7;
    border-radius: 5px;
    max-width: 100%;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
  }
  .cv__under-lead{
    color: #3cc6d7;
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
  .cv__under-text{
    font-size: 3.7vw;
    text-align: left;
  }
  .cv__under-link{
    font-size: 3.7vw;
    color: #51C757;
  }
  .cv-top__flex{
    margin: 4vw 0;
  }
  .seikyu_link img{
    margin-bottom: 0;
    }

  }
/* 20220812後追い対応追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-leadcopy{
    background-color: #d53a35;
    color: #fff039;
    padding: 4px;
    border-radius: 3px;
    line-height: 2.5em;
    font-size: 1.5em;

  }
  .kv__main-day-body{
    font-weight: 900;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-leadcopy{
    background-color: #d53a35;
    color: #fff039;
    padding: 2px;
    border-radius: 3px;
    line-height: 2.5em;
    font-size: 1.5em;

  }
  .kv__main-day-body{
    font-weight: 900;
  }
  .kv__main-day-body{
    height:26.3vw;
  }
}

/* 20220822 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .js-kv__main-copy{
    display: flex;
  }
  .bnr-sec{
    padding: 0;
  }
  .seikyu_body{
    padding-bottom: 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-sec{
    padding: 8vw 8vw 0;
  }
}

/* 20220831 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .js-acc__lineup{
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
  }
  .acc__lineup{
    margin-bottom: 0;
  }
  body::before{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220831/20220831_41229_zemi_challengeschool_online-shuji_footer_pc.jpg);
    bottom: 0;
  }

}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .js-acc__lineup{
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 10.6vw;
  }
  .acc__lineup{
    margin-bottom: 0;
  }
  body::before{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/220831/20220831_41229_zemi_challengeschool_online-shuji_footer_sp.jpg);
  }

}

/* ==============================
  20221024追加分
============================== */

/* ==============================
  PC
============================== */
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item-text--logo {
    border: 2px solid #007CCF;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px 10px;
  }
  .acc-area__item-text--logo-top {
    display: flex;
    justify-content: space-between;
  }
  .acc-area__item-text--logo-title {
    width: 230px;
    line-height: 1.8em;
    color: #007CCF;
  }
  .acc-area__item-text--logo-text {
    margin-top: 10px;
    font-size: 14px;
    color: #888888;
  }
  .acc-area__item-image--logo {
    width: 180px;
    margin: auto 0px;
  }
}

/* ==============================
  SP
============================== */
@media only screen and (max-width: 768px) {
  .acc-area__item-text--logo {
    border: 1px solid #007CCF;
    border-radius: 5px;
    margin-top: 20px;
    padding: 15px 10px;
  }
  .acc-area__item-text--logo-title {
    line-height: 1.8em;
    margin-top: 10px;
    font-size: 14px;
    color: #007CCF;
  }
  .acc-area__item-text--logo-text {
    margin-top: 10px;
    font-size: 12px;
    color: #888888;
  }
  .acc-area__item-image--logo {
    max-width: 180px;
  }
}

/* 20221026 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__under-border {
    display: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__under-border {
    color:#3cc6d7;
    margin-top: -5vw;
  }
}


/* 20221124追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modal-cost-txt-area {
    font-size: 14px;
    margin-top: 30px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal-cost-txt-area {
    font-size: 3vw;
    margin-top: 5vw;
  }
}

/* 20221205追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-copy {
    font-size: 0.75vw;
  }
  .carousel-bnr .swiper-pagination-bullet-active {
    background: none;
    pointer-events: none;
  }
  .offer__modal {
    color: #888888;
    line-height: 1.6em;
    text-decoration: underline;
    font-size: 14px;
  }
  .bnr-sec .carousel-bnr {
    margin-bottom: 0px;
    padding: 0px;
    background-color: transparent;
  }
  .seikyu_body {
    padding-top: 0px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .carousel-bnr .swiper-pagination-bullet-active {
    background: none;
    pointer-events: none;
  }
  .offer__modal {
    color: #888888;
    line-height: 1.6em;
    text-decoration: underline;
    font-size: 10px;
  }
  .bnr-sec .carousel-bnr {
    margin-bottom: 5vw;
    padding: 0px;
    background-color: transparent;
  }
  .bnr-sec {
    margin-top: 0;
  }
}

/* 20221221追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-day-body {
    bottom: 10%;
  }
  .kv__main-copy {
    font-size: 1vw;
    margin-top: 0px;
    margin-left: 1vw;
  }
  .kv__note {
    width: 60%;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body {
    width: 35vw;
  }
  .kv__main-copy {
    margin-top: 0px;
    margin-left: 3vw;
    font-size: 3.3vw;
  }
  .kv__main-date {
    margin-left: 3vw;
    font-size: 10vw;
  }
}

/* 20230110追加分（既存改修） */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* body,カルーセル */
  body::before {
    background-image: none;
  }
  .kv-nav{
    padding: 40px 0 60px;
  }
  .kv-nav__flex{
    max-width: 1054px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .kv-nav__btn{
    padding: 10px 15px;
    text-align: center;
    border-radius: 8px;
    border: solid 3px #005AA0;
    background-color: white;
    color: #005AA0;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
  }
  .js-link{
    text-decoration: none;
  }
  .kv-nav__btn:hover{
    background-color: #005AA0;
    color: white;
    transition: 0.3s;
  }
  .kv-nav__txt {
    margin-top: 20px;
    text-align: center;
  }
  .kv-nav__txt a {
    color: #005AA0;
  }
  .kv__main-day-body {
    width: 31%;
    padding: 0.5vw;
    padding-left: 1.5vw;
    left: 56%;
  }
  .kv__main-copy {
    font-size: 0.8vw;
    width: 20vw;
    margin-top: 0;
    margin-left: 0;
  }
  .js-kv__main-copy {
    width: 31vw;
  }
  .js-kv__main-copy .kv__main-date {
    width: auto;
    font-size: 2.5vw;
    text-align: center;
    margin-top: 0;
  }
  .kv__main-btn {
    padding: 1vw;
    padding-right: 2vw;
    text-align: center;
    color: #fff039;
    background-color: #d53a35;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    font-size: 1.2vw;
  }
  .kv__main-btn::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff039;
    border-right: 3px solid #fff039;
    transform: rotate(45deg);
  }
  .kv__main-link {
    color: #d53a35;
    text-decoration: none;
  }
  .bnr-area-wrap {
    background-color: #F5F5F5;
    height: 310px;
    padding-top: 20px;
  }
  .bnr-area-wrap.wrap-height {
    height: 650px;
  }
  .bnr-area {
    width: 936px;
    height: 590px;
    margin: 0px auto 0px;
    position: relative;
  }
  .bnr-area-txt {
    font-size: 20px;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    margin-bottom: 20px;
  }
  .bnr-area .swiper-bnr {
    width: 960px;
    height: 560px;
    overflow: hidden;
  }
  .swiper-slide {
    min-height: auto;
  }
  .bnr-area .swiper-pagination,
  .bnr-area .swiper-pagination--bnr,
  .bnr-area .swiper-pagination--work,
  .bnr-area .swiper-button-prev,
  .bnr-area .swiper-button-next {
    z-index: 1;
  }
  .bnr-area .swiper-pagination--bnr,
  .bnr-area .swiper-pagination--work {
    width: 100%;
    text-align: center;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet,
  .bnr-area .swiper-pagination--work .swiper-pagination-bullet {
    margin: 0px 14px;
    width: 36px;
    height: 5px;
    border-radius: 0px;
    background: #888888;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet-active,
  .bnr-area .swiper-pagination--work .swiper-pagination-bullet-active {
    background: #005AA0;
  }
  .bnr-area .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: -16px;
    top: 60%;
  }
  .bnr-area .swiper-button-next {
    width: 50px;
    height: 50px;
    right: -16px;
    top: 60%;
  }
  .bnr-area .swiper-button-prev:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
  }
  .bnr-area .swiper-button-next:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
  }

  /* mov */
  .mov-wrap {
    width: 440px;
    margin: 0 auto 40px;
    background-color: #D9ECFA;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
  .mov-caption-sub {
    color: #005AA0;
    text-align: center;
    padding-top: 15px;
  }
  .first-content__head {
    margin-bottom: 40px;
  }
  .first-content__head-text--full {
    font-size: 18px;
  }
  .first-content__head-title--mt40 {
    margin-top: 40px;
  }
  .first-content__head-title.g-title-icon {
    font-size: 28px;
  }
  .first-content__head-title {
    font-size: 24px;
  }
  .first-content--shuuji .first-content__head-title {
    color: #86C43E;
  }
  .first-content--shuuji .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01.png);
  }
  .table-area-blue {
    background-color: #86C43E;
  }
  .table-area-sky {
    background-color: #D0E9B3;
  }
  .table-area_body {
    margin-bottom: 80px;
  }

  /* sec02 */
  .acc-area__item-content {
    padding: 25px 0px 50px;
  }
  .acc-area__item-button {
    pointer-events: none;
  }
  .acc-area__item-button::after {
    background-image: none;
  }
  .acc-area__item-text--intro {
    font-weight: normal;
  }
  .acc-area__item-image--03 {
    max-width: 420px;
  }
  .acc-area__item-image--05 {
    max-width: 420px;
    margin-right: 0;
  }
  .acc-area__item-title {
    font-size: 24px;
    font-weight: bold;
  }
  .acc-area__item-text--intro {
    font-size: 18px;
  }
  .first-content--shuuji .first-content__body-title {
    color: #005AA0;
  }
  .acc-area__item-content-wark {
    width: 960px;
    margin: 30px auto 0;
    background-color: #D9ECFA;
    border-radius: 14px;
    text-align: center;
  }
  .acc-area__item-content-wark p {
    font-size: 20px;
    color: #005AA0;
    padding-top: 20px;
    margin-bottom: 7px;
    font-weight: bold;
  }
  .acc-area__item-content-wark img {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .acc-area__item-content-syoho {
    width: 960px;
    margin: 30px auto 0;
    background-color: #D9ECFA;
    border-radius: 14px;
    text-align: center;
    padding-bottom: 50px;
  }
  .acc-area__item-content-syoho div {
    display: flex;
    justify-content: center;
  }
  .acc-area__item-content-syoho-ttl {
    font-size: 20px;
    color: #005AA0;
    padding-top: 20px;
    margin-bottom: 34px;
    font-weight: bold;
  }
  .acc-area__item-content-syoho-img {
    width: 250px;
    height: 80px;
    margin-right: 30px;
  }
  .acc-area__item-content-syoho-txt {
    width: 500px;
    font-size: 14px;
    text-align: left;
  }
  .acc-area__item-row--noflex {
    display: block;
    padding-bottom: 34px;
  }
  .acc-area__item-row-wrap {
    display: flex;
    justify-content: center;
  }
  .acc-area__item-row-wrap-ttl {
    padding-top: 25px;
    margin-bottom: 30px;
    color: #005AA0;
    font-size: 20px;
    text-align: center;
  }
  .acc-area__item-row-wrap img {
    width: 323px;
  }
  .acc-area__item-row-wrap p {
    width: 520px;
    font-size: 16px;
    letter-spacing: -0.05em;
    padding-top: 0;
  }
  .acc-area__item-row-wrap .acc-area__item-row-child {
    width: 100%;
    max-width: 323px;
    margin: 0;
  }
  .acc-area__item-row-wrap .acc-area__item-row-child--mw520 {
    max-width: 520px;
    margin-left: 15px;
  }
  .acc-area__item-num-image {
    width: 24px;
    height: 58px;
    margin-top: -5px;
  }

  /* lesson */
  .lesson-area-txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .lesson-area-cont-ttl {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-color: #005AA0;
    padding-left: 17px;
    display: flex;
    padding: 10px;
  }
  .lesson-area-cont-ttl-day {
    background-color: #ffffff;
    color: #005AA0;
    border-radius: 10px;
    padding: 5px;
    margin-right: 15px;
  }
  .lesson-area-cont-ttl-sub {
    margin-top: 5px;
  }
  .lesson-area-cont-main {
    margin-top: 15px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
  }
  .lesson-area-cont-main-img {
    width: 420px;
    margin-right: 60px;
  }
  .first-content--pb0 {
    padding-bottom: 0px;
  }
  .lesson-area-cont-main-txt--color {
    color: #005AA0;
    margin-bottom: 15px;
  }
  .lesson-area-cont-sub {
    background-color: #D9ECFA;
    margin-bottom: 40px;
  }
  .lesson-area-cont-sub > p {
    color: #005AA0;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0 0;
    text-align: center;
  }
  .lesson-area-cont-sub-flex {
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
  }
  .lesson-area-cont-sub-flex-item {
    width: 180px;
  }
  .lesson-area-cont-sub-flex-item:nth-child(1),
  .lesson-area-cont-sub-flex-item:nth-child(2),
  .lesson-area-cont-sub-flex-item:nth-child(3) {
    margin-right: 46px;
    position: relative;
  }
  .lesson-area-cont-sub-flex-item:nth-child(2)::after,
  .lesson-area-cont-sub-flex-item:nth-child(3)::after {
    content: "";
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/icon_triangle-blue.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: 150px;
    right: -30px;
  }
  .lesson-area-cont-sub-flex-item p {
    color: #464646;
  }
  .lesson-area-cont-sub-flex-item-ttl {
    text-align: center;
  }
  .lesson-area-cont-sub-flex-item img {
    margin: 0px 0 15px;
  }
  .lesson-area-cont-main-txt {
    width: 480px;
  }
  .lesson-area-cont-main-txt a {
    color: #005AA0;
  }
  .lesson-area-cont-main-txt a p {
    margin-top: 12px;
  }
  .lesson-area-cont-sub-flex-item .lesson-area-cont-sub-flex-item-tag {
    color: #005AA0;
    background-color: #ffffff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .lesson-area-cont-sub .lesson-area-cont-sub-ttl {
    font-size: 16px;
    color: #000000;
    padding: 0;
    padding-bottom: 15px;
  }

  /* sec04 */
  .detail {
    padding-top: 90px;
    padding-bottom: 0px;
  }
  .detail__cont {
    max-width: 960px;
    width: 960px;
  }
  .detail__cont-main {
    padding: 40px 60px 30px;
  }
  .online-shuuji .detail__cont-main {
    background-color: #D9ECFA;
  }
  .detail__cont-main-img {
    width: 50%;
    margin: 0 auto 30px;
  }
  .detail__cont-main-box-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detail__cont-main-txt {
    width: 377px;
  }
  .detail__cont-main-box-img {
    width: 377px;
  }
  .detail__cont-flex {
    display: flex;
    justify-content: space-between;
  }
  .detail__cont-flex .detail__cont-main-box-price {
    width: 400px;
    font-size: 22px;
    font-weight: bold;
  }
  .detail__cont-main-box-price span {
    font-size: 40px;
  }
  .detail__cont-flex .detail__cont-main-box-money {
    width: 400px;
    margin-top: 20px;
  }
  .detail__cont-main-box-list {
    width: 380px;
    display: block;
  }
  .detail__cont-main-box-note--jyukou {
    width: 380px;
  }
  .detail__cont-main-txt--online {
    width: 100%;
  }
  .detail__cont-main-box-online {
    display: block;
    width: 350px;
    margin-top: -40px;
    margin-bottom: 20px;
  }
  .detail-note {
    width: 960px;
    margin: 30px auto 0;
    text-align: center;
  }
  .detail-note-txt {
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .detail-note-link {
    margin-bottom: 55px;
  }
  .detail-note-link a {
    color: #005AA0;
  }
  .online-shuuji .detail__cont-main-box-list {
    background-color: #D0E9B3;
  }
  .online-shuuji .detail__cont-main-table th {
    background-color: #ADCEE8;
  }
  .online-shuuji .detail__cont-main-box-ttl::before {
    background-color: #005AA0;
  }
  .detail--shuuji .detail__ttl {
    color: #86C43E;
  }
  .detail--shuuji .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01.png);
  }
  .detail__cont-flex--not {
    display: block;
  }
  .detail__cont-flex-img {
    margin-bottom: 30px;
  }

  /* flow */
  .voice--shuuji .voice-cont__ttl {
    color: #86C43E;
  }
  .flow_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
  }
  .flow_flex__item{
    width: 30%;
  }
  .flow_flex__item-ttl {
      position: relative;
  }
  .flow_flex-ttl-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 29%;
  }
  .flow_flex__item-ttl-text {
    padding-left: 31%;
    font-size: 18px;
    padding-top: 2px;
    font-weight: bold;
    color: #333333;
  }
  .flow_flex-main-img {
    width: 60%;
    margin: 30px auto;
    display: block;
  }
  .flow_flex__item:first-child .flow_flex-main-img {
    margin-bottom: 40px;
  }
  .flow_flex__item .acc-area__item-weak {
    margin-top: 10px;
  }
  .flow_flex__item-main-text {
    font-size: 18px;
    font-weight: 300;
  }
  .zoom-wrap {
    width: 960px;
    margin: 40px auto 0;
    padding: 20px 0;
    background-color: #F0F7FF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .zoom-wrap-img {
    width: 413px;
  }
  .zoom-wrap-mov {
    width: 375px;
  }
  .zoom-wrap-mov .mov-cont-wrap {
    max-width: 100%;
    width: 100%;
  }

  /* voice */
  .voice__box-icon {
    width: 80px;
    height: 80px;
    left: -118px;
    right: auto;
    top: 0;
    bottom: auto;
  }
  .voice__box--right .voice__box-icon {
    left: auto;
    right: -118px;
  }
  .online-shuuji .voice__box--left {
    background-color: #ADCEE8;
  }
  .online-shuuji .voice__box--left::before {
    border-color: transparent #ADCEE8 transparent transparent;
  }
  .online-shuuji .voice__box--right {
    background-color: #D9ECFA;
  }
  .online-shuuji .voice__box--right::before {
    border-color: #D9ECFA transparent transparent transparent;
  }
  .voice--shuuji .g-title-icon::before {
      background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01.png);
  }
  .voice-inner-ttl {
    width: 960px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    color: #86C43E;
  }
  .voice-inner-ttl-note {
    width: 960px;
    margin: 15px auto 38px;
    font-size: 14px;
    color: #888888;
  }
  .voice-inner a {
    text-decoration-color: #888888;
  }
  .voice__box-txt {
    margin-bottom: 0;
  }
  .voice {
    padding-top: 0px;
    padding-bottom: 45px;
  }

  /* qa */
  .qa--shuuji .qa-title {
    color: #86C43E;
  }
  .qa--shuuji .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01.png);
  }

  /* contact */
  .online-shuuji .contact {
    background-color: #005AA0;
  }

  /* acc__lineup */
  .acc__lineup {
    padding-top: 40px;
  }
  .acc__lineup-box {
    margin-bottom: 0px;
  }
  .acc__lineup-box:first-of-type {
    margin-bottom: 20px;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E7A02B;
  }
  .acc__lineup-box-unit--03 {
    background-color: #86C43E;
  }
  .acc__lineup-box-unit-txt {
    font-size: 18px;
  }
  .acc__lineup-box-unit-tag {
    flex-flow: row;
    height: auto;
  }
  .acc__lineup-box-unit-tag-item {
    width: 72px;
    height: 26px;
    line-height: 22px;
    font-size: 12px;
  }
  .acc__lineup-box-unit-tag-item:nth-of-type(2) {
    margin-top: 0px;
    margin-left: 8px;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    color: #E7A02B;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
    color: #86C43E;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .sec__schedule-subttl {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .sec__schedule-subttl--num {
    font-size: 40px;
  }
  .sec__schedule-subttl--mt50 {
    margin-top: 50px;
  }
  .js-acc__lineup {
    padding-bottom: 50px;
  }

  /* end */
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/bg_shuji_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* sec */
  #sec01 {
    padding-top: 90px;
    margin-top: -170px;
  }
  #sec02,#sec06 {
    padding-top: 90px;
    margin-top: -90px;
  }
  #sec03,#sec04,#sec05 {
    padding-top: 90px;
  }

  /* free-trial */
  .free-trial {
    margin: 40px auto 80px;
    width: 960px;
    height: 220px;
    background-color: #E3F5FF;
    border-radius: 10px;
  }
  .free-trial-txt {
    width: 444px;
    height: 43px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .free-trial-main {
    display: flex;
    justify-content: space-evenly;
    margin: 10px auto 23px;
  }
  .free-trial-main-img {
    width: 401px;
    height: 149px;
  }
  .free-trial-main-line {
    width: 430px;
    height: 55px;
    margin-top: 27px;
  }
  .free-trial-main-line p {
    color: #0078B6;
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* modal */
  .modalid .modal__title {
    color: #004ea2;
  }
  .modalid .modal__btn-link {
    background-color: #004ea2;
  }
  #modal-dance a {
    text-decoration: none;
  }
  #modal-dance .modal__title {
    color: #006CFF;
  }
  #modal-dance .modal__btn-link {
    background-color: #006CFF;
  }
  #modal-art a {
    text-decoration: none;
  }
  #modal-art .modal__title {
    color: #EFAB00;
  }
  #modal-art .modal__btn-link {
    background-color: #EFAB00;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  /* body */
  .g-title-icon::before {
    left: -45px;
  }
  body::before {
    background-image: none;
  }
  .kv-nav{
    padding: 22px 0 25px;
  }
  .kv-nav__flex{
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .kv-nav__btn{
    width: 90px;
    height: 40px;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    border: solid 3px #005AA0;
    background-color: white;
    color: #005AA0;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
  }
  .kv-nav__flex a:nth-child(1) .kv-nav__btn,
  .kv-nav__flex a:nth-child(2) .kv-nav__btn,
  .kv-nav__flex a:nth-child(4) .kv-nav__btn,
  .kv-nav__flex a:nth-child(5) .kv-nav__btn {
    margin-right: 7px;
  }
  .kv-nav__flex a:nth-child(4),
  .kv-nav__flex a:nth-child(5),
  .kv-nav__flex a:nth-child(6) {
    margin-top: 7px;
  }
  .kv-nav__flex a:nth-child(2) .kv-nav__btn,
  .kv-nav__flex a:nth-child(3) .kv-nav__btn,
  .kv-nav__flex a:nth-child(5) .kv-nav__btn,
  .kv-nav__flex a:nth-child(6) .kv-nav__btn {
    line-height: 40px;
  }
  .js-link{
    text-decoration: none;
  }
  .kv-nav__btn:hover{
    background-color: #005AA0;
    color: white;
    transition: 0.3s;
  }
  .kv-nav__txt {
    margin-top: 18px;
    text-align: center;
  }
  .kv-nav__txt a {
    color: #005AA0;
  }
  .kv__main-day-body {
    width: 90vw;
    right: 3vw;
    top: 88vw;
    height: 10.3vw;
  }
  .kv__main-copy {
    margin-top: 0;
    width: 51vw;
    text-align: center;
    font-size: 2.6vw;
    margin-left: 0;
  }
  .kv__main-date {
    font-size: 6vw;
    margin-top: -10vw;
    margin-left: 50vw;
  }
  .js-kv__main-copy {
    display: flex;
    justify-content: space-around;
  }
  .js-kv__main-copy .kv__main-date {
    text-align: center;
    margin: 0;
  }
  .kv__main-day-body {
    top: 86vw;
    height: 16vw;
    padding: 1vw 0 1vw 2vw;
  }
  .kv__main-btn {
    padding: 2vw;
    padding-right: 7vw;
    text-align: center;
    color: #fff039;
    background-color: #d53a35;
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    font-size: 4vw;
  }
  .kv__main-btn::after {
    content: "";
    margin: auto;
    position: absolute;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff039;
    border-right: 3px solid #fff039;
    transform: rotate(45deg);
  }
  .kv__main-link {
    color: #d53a35;
    text-decoration: none;
  }

  /* カルーセル */
  .bnr-area-wrap {
    background-color: #F5F5F5;
    height: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bnr-area {
    width: 100%;
    height: 185px;
    margin: 0px auto 0px;
    position: relative;
  }
  .bnr-area-txt {
    font-size: 14px;
    font-weight: bold;
    color: #005AA0;
    text-align: center;
    margin-bottom: 15px;
  }
  .bnr-area .swiper-bnr {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .swiper-slide {
    min-height: auto;
  }
  .bnr-area .swiper-pagination,
  .bnr-area .swiper-pagination--bnr,
  .bnr-area .swiper-pagination--work,
  .bnr-area .swiper-button-prev,
  .bnr-area .swiper-button-next {
    z-index: 1;
  }
  .bnr-area .swiper-pagination--bnr,
  .bnr-area .swiper-pagination--work {
    width: 100%;
    text-align: center;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet,
  .bnr-area .swiper-pagination--work .swiper-pagination-bullet {
    margin: 0px 10px;
    width: 24px;
    height: 5px;
    border-radius: 0px;
    background: #888888;
  }
  .bnr-area .swiper-pagination--bnr .swiper-pagination-bullet-active,
  .bnr-area .swiper-pagination--work .swiper-pagination-bullet-active {
    background: #005AA0;
  }
  .bnr-area .swiper-button-prev {
    width: 26px;
    height: 26px;
    left: 16px;
    top: 60%;
  }
  .bnr-area .swiper-button-next {
    width: 26px;
    height: 26px;
    right: 16px;
    top: 60%;
  }
  .bnr-area .swiper-button-prev:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 26px;
    height: 26px;
  }
  .bnr-area .swiper-button-next:after {
    content: "";
    background-image: url(/zemi/challengeschool/_assets/img/230110/icon_arrow-blue-circle-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 26px;
    height: 26px;
  }

  /* mov */
  .mov-wrap {
    width: 315px;
    margin: 0 auto 40px;
    background-color: #D9ECFA;
    border-radius: 10px;
  }
  .mov-cont-wrap {
    max-width: 95%;
    margin: 0 auto;
  }
  .mov-caption-sub {
    color: #005AA0;
    text-align: center;
    padding-top: 15px;
  }
  .first-content__head {
    margin-bottom: 40px;
  }
  .first-content__head-text--full {
    font-size: 14px;
  }
  .first-content__head-title--mt40 {
    margin-top: 40px;
  }
  .first-content__head-title.g-title-icon {
    font-size: 22px;
  }
  .first-content__head-title {
    font-size: 18px;
  }
  .first-content--shuuji .first-content__head-title {
    color: #86C43E;
  }
  .first-content--shuuji .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01-sp.png);
  }
  .table-area-blue {
    background-color: #86C43E;
  }
  .table-area-sky {
    background-color: #D0E9B3;
  }
  .table-area_body {
    margin-bottom: 80px;
  }
  .table-area_body td {
    text-align: left;
  }

  /* sec02 */
  .acc-area__item-button {
    pointer-events: none;
  }
  .acc-area__item-button::after {
    background-image: none;
  }
  .acc-area__item-text--intro {
    font-weight: normal;
  }
  .first-content__body-title {
    font-size: 22px;
  }
  .first-content__head-title.g-title-icon {
    font-size: 22px;
  }
  .first-content__head-title {
    font-size: 18px;
  }
  .acc-area__item-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
  }
  .acc-area__item-text--intro {
    font-size: 14px;
  }
  .first-content--shuuji .first-content__body-title {
    color: #005AA0;
  }
  .acc-area__item-content-wark {
    width: 315px;
    margin: 30px auto 0;
    background-color: #D9ECFA;
    border-radius: 14px;
    text-align: center;
    padding-bottom: 20px;
  }
  .acc-area__item-content-wark p {
    width: 180px;
    margin: 0 auto;
    font-size: 20px;
    color: #005AA0;
    padding-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .acc-area__item-content-wark img {
    display: block;
    width: 285px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .acc-area__item-content-syoho {
    width: 315px;
    margin: 30px auto 0;
    background-color: #D9ECFA;
    border-radius: 14px;
    text-align: center;
    padding-bottom: 50px;
  }
  .acc-area__item-content-syoho-ttl {
    width: 285px;
    margin: 0 auto;
    font-size: 20px;
    color: #005AA0;
    padding-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
  }
  .acc-area__item-content-syoho-img {
    width: 283px;
    height: 90px;
  }
  .acc-area__item-content-syoho-txt {
    width: 282px;
    margin: 25px auto 0;
    font-size: 14px;
    text-align: left;
  }
  .acc-area__item-row--noflex {
    display: block;
    padding-bottom: 30px;
  }
  .acc-area__item-row-wrap-ttl {
    padding-top: 30px;
    margin-bottom: 30px;
    color: #005AA0;
    font-size: 20px;
    text-align: center;
  }
  .acc-area__item-row-wrap img {
    width: 285px;
  }
  .acc-area__item-row-wrap p {
    width: 285px;
    font-size: 16px;
    letter-spacing: -0.05em;
    padding-top: 0;
  }
  .acc-area__item-row-wrap .acc-area__item-row-child--mw520 {
    margin-top: 20px;
  }
  .acc-area__item-num-image {
    width: 24px;
    height: 58px;
    margin-top: -5px;
  }
  .acc-area__item-text-wrap .acc-area__item-text-ttl {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #005AA0;
    color: #005AA0;
    position: relative;
  }
  .acc-area__item-text-wrap .acc-area__item-text-ttl::after {
    content: "";
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/icon_arrow-blue.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: 0px;
    right: 50px;
  }
  .acc-area__item-text-wrap .acc-area__item-text-ttl.js-active::after {
    content: "";
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/icon_arrow-blue.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: 5px;
    right: 50px;
    transform: rotate(180deg);
  }
  .acc-area__item-row--sp-reverse .acc-area__item-row-child:last-of-type {
    margin-bottom: 0;
  }

  /* lesson */
  .lesson-area-txt {
    width: 315px;
    font-size: 14px;
    margin: 40px auto;
  }
  .lesson-area-cont-ttl {
    width: 315px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 7px;
    background-color: #005AA0;
    display: flex;
  }
  .lesson-area-cont-ttl-day {
    background-color: #ffffff;
    color: #005AA0;
    border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    max-width: 87px;
  }
  .lesson-area-cont-ttl-day--single {
    padding-top: 12px;
  }
  .lesson-area-cont-ttl-day--pt0 {
    padding-top: 0px;
  }
  .lesson-area-cont-ttl-sub {
    max-width: 200px;
  }
  .lesson-area-cont-main {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .lesson-area-cont-main-img {
    display: block;
    margin: 0 auto;
    width: 315px;
  }
  .lesson-area-cont-main-txt {
    width: 315px;
    margin: 15px auto 0;
  }
  .first-content--pb0 {
    padding-bottom: 0px;
  }
  .lesson-area-cont-main-txt--color {
    color: #86C43E;
    margin-bottom: 15px;
    text-align: center;
  }
  .lesson-area-cont-sub {
    background-color:#D9ECFA;
    margin-bottom: 40px;
    width: 315px;
    margin: 0 auto;
  }
  .lesson-area-cont-sub > p {
    color: #005AA0;
    font-weight: bold;
    font-size: 20px;
    padding: 30px 0 10px;
    text-align: center;
  }
  .lesson-area-cont-sub-flex {
    margin-bottom: 40px;
  }
  .lesson-area-cont-sub-flex-item {
    width: 285px;
    margin: 0 auto;
    position: relative;
  }
  .lesson-area-cont-sub-flex-item:nth-child(1),
  .lesson-area-cont-sub-flex-item:nth-child(2),
  .lesson-area-cont-sub-flex-item:nth-child(3) {
    margin-bottom: 34px;
  }
  .lesson-area-cont-sub-flex-item:nth-child(2)::after,
  .lesson-area-cont-sub-flex-item:nth-child(3)::after {
    content: "";
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/icon_triangle-blue.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: auto;
    position: absolute;
    bottom: -27px;
    right: 120px;
    transform: rotate(90deg);
  }
  .lesson-area-cont-sub-flex-item p {
    color: #464646;
  }
  .lesson-area-cont-sub-flex-item-ttl {
    text-align: center;
  }
  .lesson-area-cont-sub-flex-item img {
    display: block;
    width: 135px;
    margin: 15px auto;
    margin-right: 15px;
  }
  .lesson-area-cont-main-txt a {
    color: #005AA0;
  }
  .lesson-area-cont-main-txt a p {
    margin-top: 12px;
  }
  .lesson-area-cont-sub-flex-item .lesson-area-cont-sub-flex-item-tag {
    color: #005AA0;
    background-color: #ffffff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 133px;
    margin: 0 auto;
  }
  .lesson-area-cont-sub .lesson-area-cont-sub-ttl {
    font-size: 16px;
    color: #000000;
    padding: 0;
    padding-bottom: 30px;
  }
  .lesson-area-cont-sub-flex-item {
    display: flex;
    align-items: center;
  }
  .lesson-area-cont-sub-flex-item.lesson-area-cont-sub-flex-item--mb15 {
    margin-bottom: 15px;
  }

  /* sec04 */
  .online-shuuji .detail__cont {
    background-color: #D9ECFA;
  }
  .online-shuuji .detail__cont-main {
    background-color: #D9ECFA;
  }
  .detail__cont-main-box-price {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .detail__cont-main-box-price span {
    font-size: 32px;
  }
  .detail__cont-main-box-online {
    margin-bottom: 10px;
  }
  .detail-note {
    width: 315px;
    margin: 30px auto 0;
    text-align: center;
  }
  .detail-note-txt {
    color: #888888;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
  }
  .detail-note-link {
    margin-bottom: 55px;
  }
  .detail-note-link a {
    color: #005AA0;
  }
  .online-shuuji .detail__cont-main-box-list {
    background-color: #D0E9B3;
  }
  .detail__cont-main-box-sub {
    width: 265px;
    background-color: #ffffff;
    margin-top: 28px;
    padding: 20px;
    font-size: 14px;
    line-height: 2;
  }
  .detail__cont-main-box-sub-note {
    color: #888888;
    font-size: 10px;
  }
  .online-shuuji .detail__cont-main-table th {
    background-color: #ADCEE8;
  }
  .online-shuuji .detail__cont-main-box-ttl::before {
    background-color: #005AA0;
  }
  .online-shuuji .detail__cont-main-box-ttl::before {
    background-color: #005AA0;
  }
  .detail--shuuji .detail__ttl {
    color: #86C43E;
  }
  .detail--shuuji .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01-sp.png);
  }
  .detail__cont-flex-img {
    margin-bottom: 15px;
  }

  /* flow */
  .voice--shuuji .voice-cont__ttl {
    color: #86C43E;
  }
  .flow_flex{
    padding: 0 30px;
  }
  .flow_flex__item{
    padding-bottom: 30px;
    background-image: url(/zemi/challengeschool/online-soroban/assets/img/221012/flow_dots.png);
    background-repeat: repeat-y;
  }
  .flow_flex__item-ttl {
      position: relative;
  }
  .flow_flex-ttl-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 29%;
  }
  .flow_flex__item-ttl-text {
    padding-left: 31%;
    font-size: 18px;
    padding-top: 2px;
    font-weight: bold;
    color: #333333;
  }
  .flow_flex-main-img {
    width: 60%;
    margin: 30px auto;
    display: block;
  }
  .flow_flex__item .acc-area__item-weak {
    margin-top: 10px;
  }
  .flow_flex__item-main-text {
    color: #333333;
    padding: 0 30px;
    font-size: 4vw;
  }
  .zoom-wrap {
    width: 315px;
    margin: 40px auto 0;
    padding: 30px 15px;
    background-color: #F0F7FF;
  }
  .zoom-wrap-mov {
    margin-top: 20px;
  }
  .zoom-wrap-mov .mov-cont-wrap {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
  }
  .mov-frame {
    width: 100%;
  }

  /* voice */
  .online-art .voice__box {
    width: calc(100% - 60px);
  }
  .voice__box-icon {
    width: 40px;
    height: 40px;
    left: -60px;
    right: auto;
    top: 0;
    bottom: auto;
  }
  .voice__box--right .voice__box-icon {
    left: auto;
    right: -60px;
  }
  .online-shuuji .voice__box--left {
    background-color: #ADCEE8;
  }
  .online-shuuji .voice__box--left::before {
    border-color: transparent #ADCEE8 transparent transparent;
  }
  .online-shuuji .voice__box--right {
    background-color: #D9ECFA;
  }
  .online-shuuji .voice__box--right::before {
    border-color: #D9ECFA transparent transparent transparent;
  }
  .voice--shuuji .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01-sp.png);
  }
  .voice-inner-ttl {
    width: 315px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #86C43E;
  }
  .voice-inner-ttl-note {
    width: 315px;
    margin: 15px auto 38px;
    font-size: 10px;
    color: #888888;
  }
  .voice-inner a {
    text-decoration-color: #888888;
  }
  .voice__box-txt {
    margin-bottom: 0;
  }
  .voice {
    padding: 0px;
  }

  /* qa */
  .qa--shuuji .qa-title {
    color: #86C43E;
  }
  .qa--shuuji .g-title-icon::before {
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/icon-title-01-sp.png);
  }

  /* contact */
  .online-shuuji .contact {
    background-color: #005AA0;
  }

  /* acc__lineup */
  .acc__lineup-box:first-of-type {
    margin-bottom: 10px;
  }
  .acc__lineup-box-unit {
    padding-right: 8.3vw;
  }
  .acc__lineup-box-unit--01 {
    padding: 2.6vw 8.3vw 2.6vw 2.6vw;
  }
  .acc__lineup-box-unit--02 {
    background-color: #E7A02B;
    padding: 2.6vw 8.3vw 2.6vw 2.6vw;
  }
  .acc__lineup-box-unit--03 {
    background-color: #86C43E;
  }
  .acc__lineup-box-unit-txt {
    font-size: 4vw;
  }
  .acc__lineup-box-unit--02 .acc__lineup-box-unit-tag-item {
    color: #E7A02B;
  }
  .acc__lineup-box-unit--03 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
    color: #86C43E;
  }
  .acc__lineup-box-unit--04 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .acc__lineup-box-unit--05 .acc__lineup-box-unit-tag-item {
    background-color: #ffffff;
  }
  .sec__schedule-subttl {
    margin: 0;
    margin-bottom: 15px;
    font-size: 6vw;
  }
  .sec__schedule-subttl--num {
    font-size: 9vw;
  }
  .acc__lineup {
    margin-top: 0;
  }
  .acc__lineup-box {
    margin-bottom: 0;
  }
  .sec__schedule-subttl--mt50 {
    margin-top: 50px;
  }
  .acc__lineup-box-unit-tag {
    height: 12vw;
  }

  /* end */
  .end {
    width: 100%;
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/230110/bg_shuji_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* sec */
  #sec01 {
    padding-top: 40px;
    margin-top: -50px;
  }
  #sec02 {
    padding-top: 60px;
    margin-top: -30px;
  }
  #sec03 {
    padding-top: 70px !important;
    margin-top: 0;
  }
  #sec04,#sec06 {
    padding-top: 60px;
    margin-top: -30px;
  }
  #sec05 {
    padding-top: 60px;
  }

  /* free-trial */
  .free-trial {
    margin: 11vw 8vw 10vw;
    background-color: #E3F5FF;
    border-radius: 10px;
  }
  .free-trial-txt {
    width: 287px;
    margin: 0 auto;
    padding-top: 4vw;
  }
  .free-trial-main {
    margin: 3vw auto 0;
    padding-bottom: 4vw;
  }
  .free-trial-main-img {
    display: block;
    margin: 0 auto;
    width: 265px;
  }
  .free-trial-main-line {
    display: block;
    margin: 15px auto 0;
    width: 265px;
  }
  .free-trial-main-line p {
    color: #0078B6;
    width: 160px;
    font-size: 16px;
    margin: 0 auto 15px;
    text-align: center;
  }

  /* modal */
  .modalid .modal__title {
    color: #004ea2;
    font-size: 4.5vw;
  }
  .modalid .modal__btn-link {
    background-color: #004ea2;
  }
  #modal-dance a {
    text-decoration: none;
  }
  #modal-dance .modal__title {
    color: #006CFF;
  }
  #modal-dance .modal__btn {
    flex-direction: column;
  }
  #modal-dance .modal__btn-item {
    width: 80%;
    margin: 0 auto;
  }
  #modal-dance .modal__btn-link {
    background-color: #006CFF;
  }
  #modal-art a {
    text-decoration: none;
  }
  #modal-art .modal__title {
    color: #EFAB00;
  }
  #modal-art .modal__btn {
    flex-direction: column;
  }
  #modal-art .modal__btn-item {
    width: 80%;
    margin: 0 auto;
  }
  #modal-art .modal__btn-link {
    background-color: #EFAB00;
  }
  #challenge-pad .modal__content,
  #bnr-info-01 .modal__content,
  #bnr-info-02 .modal__content,
  #bnr-info-03 .modal__content,
  #bnr-info-04 .modal__content,
  #bnr-info-05 .modal__content,
  #notes .modal__content {
    padding-top: 13vw;
  }
  #bnr-info-02 .modal__content,
  #bnr-info-05 .modal__content,
  #notes .modal__content {
    height: 80vh;
    overflow: scroll;
  }
}
/* 2023/01/17　メンテナンス通知 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modal__notice{
    border: 1px #CF091A solid;
  }
  .modal__notice-ttl{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
  }
  .modal__notice-txt{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 19px;
  }
  .modal__notice-wrap{
    border: 2px #CF091A solid;
    padding: 7px;
    margin: 0 auto 52px;
    max-width: 840px;
    width: 100%;
  }
  .sp__only{
    display: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal__notice{
    border: 1px #CF091A solid;
  }
  .modal__notice-ttl{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
  }
  .modal__notice-txt{
    color: #CF091A;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 12px 0 17px;
  }
  .modal__notice-wrap{
    border: 2px #CF091A solid;
    padding: 7px;
    margin: 0 auto 25px;
    max-width: 265px;
    width: 100%;
  }
}

/* 20230123追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__note {
    width: max-content;
    margin: 0;
    position: absolute;
    z-index: 1;
    bottom: 4%;
    left: 83%;
    color: #fff;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .offer__modal-wrap {
    font-size: 10px;
  }
  .kv__note {
    padding: 0;
    margin-right: 0;
    text-align: right;
  }
}

/* 20230209追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .acc-area__item-content-wark-img-wrap {
    display: flex;
    justify-content: space-around;
  }
  .modal__text--work{
    font-size: 24px;
    color: #005AA0;
    text-align: center;
    font-weight: bold;
  }
  .modal__img--work{
    display: block;
    max-width: 600px;
    margin: 28px auto 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .acc-area__item-content-wark .acc-area__item-content-wark-img--sp{
    width: 262px;
    margin-right: 10px;
  }
  .swiper-work{
    height: 176px;
  }
  .acc-area__item-content-wark .bnr-area .swiper-button-prev{
    background-image: url(/zemi/challengeschoo…ssets/img/230110/icon_arrow-green-circle-left.png);
    top: 50%;
    left: 0px;
  }
  .acc-area__item-content-wark .bnr-area .swiper-button-next{
    background-image: url(/zemi/challengeschoo…sets/img/230110/icon_arrow-green-circle-right.png);
    top: 50%;
    right: 26px;
  }
}

/* 20230222追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
.cv-shuuji__free-txt{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #005AA0;
}
.cv-shuuji__free{
  width: 460px;
  padding: 20px 0;
}
.cv-shuuji__cont {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cv-shuuji-inner{
  margin: 0;
  width: 460px;
  padding: 20px 0;
  max-width: 960px;
}
.cv-shuuji__free-link{
display: block;
margin: 20px 0;
}
.cv_offer {
  font-size: 14px;
  color: #888888;
  padding-left: 1em;
  text-indent: -1em;
  margin: 15px auto 0;
  text-align: left;
  width: 960px;
  display: block;
}
.offer__modal-wrap {
  text-align: left;
  margin-top: 10px;
}
.first-content--shuuji .g-title-icon::before{
  background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
}
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
.cv-shuuji__free-txt{
  font-size: 4.3vw;
  text-align: center;
  font-weight: bold;
  color: #005AA0;
  margin-bottom: 4vw;
}
.cv-shuuji__free{
  margin: 0 30px;
  padding-bottom: 30px;
}
.cv_offer {
  font-size: 2.6vw;
  color: #888888;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  width: 80%;
  margin: 5vw auto 0;
}
.offer__modal-wrap {
  font-size: 2.6vw;
  color: #888888;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  width: 80%;
  margin: 5vw auto 0;
}
.first-content--shuuji .g-title-icon::before{
  background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
  top: -9.333vw;
}
}


/* 20230224追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
.cv__ttl{
  font-size: 20px;
}
.voice--shuuji .g-title-icon::before{
  background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
}
.qa--shuuji .g-title-icon::before{
  background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
}
.g-title-icon::before{
  left: 50%;
}
.detail--shuuji .g-title-icon::before{
  background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
}
.first-content--shuuji .first-content__body-title{
  color: #000;
}
.qa--shuuji .qa-title{
  color: #000;
}
.cv-last{
margin-bottom: 30px;
}
.first-content--shuuji .first-content__head-title{
  color: #000;
}
.voice--shuuji .voice-cont__ttl{
  color: #000;
}
.detail--shuuji .detail__ttl{
  color: #000;
}
.g-title-icon{
  font-size: 46px;
  text-align: center;
  padding-left: 0px;
  color: #000;
}
#sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07{
  padding-top: 0px;
  margin-top: 133px;
}
.voice{
  padding-bottom: 0px;
}
.first-content {
  padding-top: 0px;
}
.g-title-icon::before {
  left: 45%;
}
.first-content__head-title.g-title-icon {
  font-size: 46px;
}
.sec01-sub-title{
  font-size: 30px;
}
.first-content__head-title{
  font-size: 26px;
}
.h3-title-line{
  position: relative;
}
.h3-title-line::before{
  content: "";
  position: absolute;
  left: -2%;
  top: 0%;
  background: #005AA0;
  width: 6px;
  height: 100%;
}
.acc-area__item-button{
  flex-direction: column;
  align-items: flex-start;
}
.acc-area__item-num{
  font-size: 22px;
    font-weight: bold;
    color: #005AA0;
}
.h3-title-line.h3-title-line-number::before {
left: 0%;
}
.lesson-area-cont-ttl{
  flex-direction: column;
  background-color: transparent;
}
.lesson-area-cont-ttl-day{
  color: #005AA0;
    font-size: 22px;
    padding: 0px;
}
.lesson-area-cont-ttl-sub{
  color: #000;
    font-size: 26px;
    margin-top: 0px;
}
.lesson-area-cont-ttl{
  position: relative;
}
.lesson-area-cont-ttl::before{
  content: "";
  position: absolute;
  left: -1%;
  top: 0%;
  background: #005AA0;
  width: 6px;
  height: 100%;
}
.detail__cont-main-box-ttl {
  font-size: 26px;
}
.voice-inner-ttl{
  font-size: 26px;
  color: #000;
  position: relative;
}
.voice-inner-ttl::before{
  content: "";
  position: absolute;
  left: -2%;
  top: 0%;
  background: #005AA0;
  width: 6px;
  height: 100%;
}
.acc-area__item{
  border-top: none;
}
.acc-area__item:last-of-type {
  border-bottom: none;
}
.g-title-icon{
  padding-top: 25px;
  padding-bottom: 40px;
}
.first-content__head-title{
  margin-bottom: 0px;
}
.first-content__body-title{
  margin-bottom: 0px;
}
.g-title-icon.margin-negative{
  margin-bottom: -20px;
}
.lesson-area-txt{
  margin-bottom: 20px;
}
.lesson-area-cont-sub{
  margin-bottom: 20px;
}
.lesson-area-cont-main{
  margin-bottom: 20px;
}
.first-content{
  padding-bottom: 60px;
}
.detail--shuuji{
  margin-bottom: 60px;
}
.cv-last{
  margin-bottom: 0px;
}
.detail__ttl-txt{
  margin-bottom: 0px;
}
.voice-cont__ttl-txt{
  margin-bottom: 0px;
}
.detail-note{
  margin-bottom: 100px;
}
.qa-list{
  margin-top: 0px;
}
.mb30-pc{
  margin-bottom: 30px;
}
.acc-area__item{
  padding-top: 0px;
}
.acc-area__item-content.active{
  padding-bottom: 0px;
}
.acc-area__item-content-syoho{
  margin-top: 20px;
}
.acc-area__item{
  padding-bottom: 50px;
}
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07 {
  padding-top: 0px;
  margin-top: 90px;
}
.cv{
  margin-top: 60px;
  }
  .kv + .cv {
    margin-top: 0;
  }
  .faq-txt{
    padding-bottom: 0px;
  }
  .first-content {
    padding-bottom: 0px;
  }
  h3{
    margin-top: 50px;
  }
  .first-content__head-title--mt40{
    margin-top: 50px;
  }
  .mt0{
    margin-top: 0px;
  }
  .acc-area__item{
    padding-bottom: 0px;
  }
  .detail__cont-main-table{
    margin-bottom: 0px;
  }
  .detail__cont-main-box:not(:last-of-type) {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .first-content__head-title {
    margin-bottom: 20px;
}
.acc-area__item-content.active {
  padding-top: 20px;
}
.lesson-area-cont-ttl{
  margin-bottom: 20px;
}
.cv.mt0{
  margin-top: 0px;
}
.first-content__head-title.mb0{
  margin-bottom: 0px;
}
.g-title-icon.margin-negative{
  margin-bottom: 0px;
}
.g-title-icon.g-title-icon__lesson{
  padding-bottom: 20px;
}
.lesson-area-txt{
  margin-bottom: 40px;
}
.lesson-area-cont-ttl.mt0{
  margin-top: 0px;
}
}

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__ttl{
    padding-top: 30px;
  }
  .voice--shuuji .g-title-icon::before{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
  }
  .qa--shuuji .g-title-icon::before{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
  }
  .g-title-icon::before{
    width: 12.8vw;
    left: 45%;
  }
  #sec01,#sec02,#sec03,#sec04,#sec05,#sec06,#sec07{
    padding-top: 60px;
  }
  .detail-note-link{
    margin-bottom: 0px;
  }
  .detail--shuuji .g-title-icon::before{
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/title_syuji.png);
  }
  .g-title-icon{
    font-size: 26px;
    text-align: center;
    padding-left: 0px;
    color: #000;
  }
  .first-content--shuuji .first-content__head-title{
    color: #000;
  }

  .first-content--shuuji .first-content__body-title{
    color: #000;
  }
  .qa--shuuji .qa-title{
    color: #000;
  }
  #sec06{
    margin-top: 0px;
  }
  #sec04 {
    margin-top: 0px;
  }
  .h3-title-line{
    font-size: 4.8vw;
    position: relative;
    padding-left: 2.6vw;
  }
  .h3-title-line::before{
    content: "";
    position: absolute;
    left: -2%;
    top: 0%;
    background: #005AA0;
    width: 6px;
    height: 100%;
  }
  .acc-area__item-button{
    flex-direction: column;
    align-items: flex-start;
  }
  .acc-area__item-num{
    font-weight: bold;
    color: #005AA0;
  }
  .acc-area__item-title{
    padding-left: 2.6vw;
  }
  .h3-title-line.h3-title-line-number::before{
    left: 0%;
  }
  .lesson-area-cont-ttl{
    flex-direction: column;
    background-color: transparent;
    position: relative;
  }
  .lesson-area-cont-ttl::after{
    content: "";
    position: absolute;
    left: -2%;
    top: 0%;
    background: #005AA0;
    width: 6px;
    height: 100%;
  }
  .lesson-area-cont-ttl-day{
    padding-left: 0px;
  }
  .lesson-area-cont-ttl-sub{
    color: #000;
  }
  .lesson-area-cont-ttl-day--single{
    padding-top: 0px;
  }
  .lesson-area-cont-ttl-sub{
    max-width: 300px;
  }
  .detail__cont-main-box-ttl{
    font-size: 4.8vw;
  }
  .voice-inner-ttl{
    font-size: 4.8vw;
    color: #000;
    position: relative;
  }
  .voice-inner-ttl::before{
    content: "";
    position: absolute;
    left: -5%;
    top: 0%;
    background: #005AA0;
    width: 6px;
    height: 100%;
  }
  .acc-area__item{
    border-top: none;
  }
  .acc-area__item:last-of-type {
    border-bottom: none;
  }
  #sec01 {
    margin-top: 0px;
}
.first-content{
  padding-top: 0px;
}
#sec02{
  margin-top: 0px;
}
.cv-shuuji__free {
  padding-bottom: 60px;
}
.cv{
margin-top: 60px;
}
  .kv + .cv {
    margin-top: 0;
  }
.faq-txt{
  padding-bottom: 0px;
}
.first-content {
  padding-bottom: 0px;
}
.g-title-icon{
  padding: 10px 0;
}
.qa-list{
  margin-top: 10px;
}
.voice-cont__ttl-txt{
  margin-top: 10px;
}
.detail-inner{
  padding-top: 10px;
}
.lesson-area-txt{
  margin-top: 0px;
}
.g-title-icon{
  padding: 10px 0;
}
.first-content__body-title{
  margin-bottom: 10px;
}
.first-content__head-title{
  margin-bottom: 10px;
}
h3{
  margin-top: 30px;
}
.mt0{
  margin-top: 0px;
}
.detail__cont-main-box:not(:last-of-type) {
  border-bottom: none;
  padding-bottom: 0px;
}
.first-content__head-title {
  margin-bottom: 20px;
}
.lesson-area-cont-ttl{
  margin-bottom: 20px;
}
.detail{
  padding-bottom: 0px;
}
.cv.mt0{
  margin-top: 0px;
}
}


/* 20230306追加分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv {
    margin-bottom: 80px;
  }

  .cv__cont {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .cv-inner {
    margin: 0;
    padding: 30px 0;
    width: 460px;
  }
  .cv__ttl {
    font-size: 20px;
  }
  .cv__free {
    width: 460px;
    padding: 30px 0;
  }
  .cv__free-txt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
  }
  .cv__free-link {
    display: block;
    margin: 14px 0 6px;
  }
  .cv-top__flex {
    margin: 14px 0 6px;
  }

  .first-content {
    padding-top: 0;
  }
  .acc-area__item-clip {
    margin-bottom: 100px;
  }

  /* UI調整 */
  .first-content__head-logo,
  .first-content__body-logo,
  .detail__ttl-logo,
  .voice-cont__ttl-logo,
  .qa-inner-logo {
    width: 58px;
    margin: 0 auto;
    display: block;
  }
  .first-content--dance .first-content__head-title {
    color: #000000;
    padding-left: 10px;
  }
  .first-content__head-title.g-title-icon,
  .first-content--dance .first-content__body-title,
  .qa--dance .qa-title {
    text-align: center;
    color: #000000;
    padding: 0;
    margin-bottom: 0;
    border-left: none;
    font-size: 46px;
  }
  .first-content__head-title--small {
    font-size: 30px;
  }
  .acc-area__item {
    border: none;
  }
  .acc-area__item-title-num {
    display: block;
    font-size: 22px;
    font-weight: bold;
  }
  .acc-area__item-title-sub {
    font-size: 26px;
  }
  .lesson-area-cont-ttl {
    font-size: 26px;
    color: #000000;
    background-color: #ffffff;
    padding: 0 0 0 10px;
  }
  .lesson-area-cont-ttl-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .detail__ttl {
    width: 960px;
    margin: 0 auto;
  }
  .detail__ttl-txt {
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
    font-size: 46px;
  }
  .voice-cont__ttl-txt {
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    padding: 0;
    font-size: 46px;
  }
  .logo-inner .first-content__head-title {
    text-align: left;
    padding-left: 10px;
  }
  .g-title-left-border {
    padding-left: 0;
  }
  .g-title-left-border::before {
    content: none;
  }
  #sec04 {
    padding-bottom: 60px;
  }
  .logo-inner {
    padding-bottom: 15px;
  }
  .qa-list {
    margin-top: 40px;
  }

  /* margin調整 */
  .mov-wrap {
    margin-top: 40px;
  }
  .acc-area {
    margin-top: 20px;
  }
  .acc-area__item-button {
    padding-left: 10px;
  }
  .acc-area__item-content {
    padding-bottom: 10px;
  }
  .menu-table {
    margin-top: 20px;
  }
  .acc-area__item-row.acc-area__item-row--m {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .lesson-area-txt {
    margin-top: 20px;
  }
  .first-content--pb10 {
    padding-bottom: 10px;
  }
  .detail-note-link {
    margin-bottom: 80px;
  }
  .first-content__head-title--mb0 {
    margin-bottom: 0;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv {
    margin-bottom: 0;
  }
  .cv__ttl {
    margin-bottom: 0;
  }
  .cv-inner {
    padding: 30px 0 15px;
  }
  .cv__free {
    margin: 0 30px;
    padding-bottom: 30px;
  }
  .cv__free-txt {
    font-size: 4.3vw;
    text-align: center;
    font-weight: bold;
    color: #005AA0;
    margin-bottom: 2vw;
  }
  .cv-top__flex {
    margin: 0 0 2vw;
  }

  .first-content {
    padding-top: 0;
  }
  .acc-area__item-clip {
    margin-bottom: 21.33333vw;
  }

  /* UI調整 */
  .first-content__head-logo,
  .first-content__body-logo,
  .detail__ttl-logo,
  .voice-cont__ttl-logo,
  .qa-inner-logo {
    width: 48px;
    margin: 0 auto;
    display: block;
  }
  .first-content--dance .first-content__head-title {
    color: #000000;
    padding-left: 10px;
  }
  .first-content__head-title.g-title-icon,
  .first-content--dance .first-content__body-title,
  .qa--dance .qa-title {
    text-align: center;
    color: #000000;
    padding: 0;
    margin-bottom: 5px;
    border-left: none;
    font-size: 26px;
  }
  .first-content__head-title.g-title-icon {
    font-size: 20px;
  }
  .acc-area__item {
    border: none;
  }
  .acc-area__item-button {
    padding-left: 10px;
  }
  .acc-area__item-title {
    margin-top: 0;
  }
  .acc-area__item-title-num {
    display: block;
    font-size: 20px;
    font-weight: bold;
  }
  .acc-area__item-row-child--mt20 {
    margin-top: 20px;
  }
  .acc-area__item-row--graybg {
    margin-bottom: 50px;
  }
  .lesson-area-cont-ttl {
    color: #000000;
    background-color: #ffffff;
    padding: 0 0 0 10px;
  }
  .lesson-area-cont-ttl-sub {
    font-weight: bold;
    margin-top: 0;
  }
  .detail__ttl-txt {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    color: #000000;
    font-size: 26px;
  }
  .voice-cont__ttl-txt {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    padding: 0;
    font-size: 26px;
  }
  .logo-inner {
    width: 84vw;
    margin: 0 auto;
  }
  .logo-inner .first-content__head-title {
    text-align: left;
    padding-left: 10px;
  }
  .g-title-left-border {
    padding-left: 0;
  }
  .g-title-left-border::before {
    content: none;
  }

  /* margin調整 */
  #sec01 {
    margin-bottom: 16vw;
  }
  .acc-area__item {
    padding: 15px 0;
  }
  .menu-table {
    margin-top: 5.33333vw;
  }
  .acc-area__item-row.acc-area__item-row--mt10-sp {
    margin-top: 10px;
  }
  .acc-area__item-row.acc-area__item-row--m {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .lesson-area-txt {
    margin-top: 20px;
  }
  .lesson-area-cont-main--mb20-sp {
    margin-bottom: 20px;
  }
  .detail {
    padding-bottom: 0px;
  }
  .detail-note {
    margin-top: 20px;
  }
  .detail-note-txt {
    margin-bottom: 10px;
  }
}

/* 230313追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body{
    height: 20vw;
  }
  .kv__main-leadcopy{
    line-height: normal;
    font-size: 1.2em;
  }
  .kv__main-btn::after{
    bottom: 45%;
  }
  .kv__main-btn{
    display: table;
  }
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-leadcopy {
    font-size: 0.8vw;
  }
  .modal__wrap--height-pc{
    height: 90%;
    overflow-y: scroll;
  }
  .modal{
    overflow: inherit;
  }
  .kv__main-btn{
    display: table;
  }
  .kv__main-btn::after{
    bottom: 45%;
  }
}

/* 230308戻し追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-day-body {
    height: fit-content;
    }
  .cv__ttl .cv__ttl-red{
    font-size:3.8vw ;
  }
  .cv__ttl{
    font-size: 3.4vw;
  }
  .kv__main-btn {
    display: flex;
    align-items: center;
  }
  .cv__ttl {
    max-width: 90.6vw;
  }
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .cv__ttl .cv__ttl-red{
    font-size: 20px;
  }
  .cv__ttl{
    font-size: 18px;
  }
  .kv__main-copy{
    text-align: center;
  }
  .kv__main-leadcopy{
    padding: 0.4px;
    line-height: 1.5em;
  }
  .kv__main-day-body{
    padding: 0.2vw;
  }
  .kv__main-copy{
    font-size: 0.7vw;
    }
    .js-kv__main-copy .kv__main-date {
    font-size: 2vw;
    }

}

/* 230321公開追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  /* そろばん・習字用 */
  .mov-cont-wrap--iframe{
    position: relative;
    width: 100%;
    padding-top: 50%;
    display: block;
  }
  .mov-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: initial;
    margin-bottom: 0px;
  }
  .mov-caption-sub{
    padding-top: 0px;
  }
  .mov-wrap{
    padding: 8% 0;
    padding-bottom: 15%;
  }
  .cv-shuuji-inner{
    padding: 30px 0 15px;
    margin: 0 30px;
}
.cv__ttl {
    padding-top: 0px;
}
.cv-shuuji__free {
    padding-bottom: 30px;
}
.cv_offer{
margin-top: 2vw;
}
/* 習字用 */
.cv-shuuji__cont.cv-shuuji__cont--pb40{
  padding-bottom: 40px;
}
.cv__ttl{
  font-size: 4.3vw;
}
.cv__ttl .cv__ttl-red{
  font-size: 4.3vw;
}
/* 共通用 */
.kv__main-copy{
  width: 60vw;
  }
.kv__note{
  margin-top: 10vw;
}
.kv__main-day-body {
  width: 96vw;
  right: 1vw;
}
/* 共通用 */
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
    .kv__main-copy{
      margin-top: 5px;
    }
    .js-kv__main-copy .kv__main-date {
      font-size: 1.5vw;
  }
  .kv__main-leadcopy {
      font-size: 0.7vw;
  }
  .kv__main-btn {
    display: flex;
    align-items: center;
}
}

/*===== タブレット =====*/
@media only screen and (max-width: 1200px) and (min-width: 769px){
  .kv__main-day-body {
    width: 38%;
  }
  .kv__main-copy{
    width: 25vw;
}
.kv__main-btn{
display: flex;
    align-items: center;
}
.kv__main-leadcopy{
  line-height: 2.5em;
  }
  .js-kv__main-copy {
      width: 37vw;
  }
  .kv__main-btn::after{
    right: 8px;
  }
}

/* 230403公開追記分 */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__note {
    margin-top:revert;
}
#bnr-info-04 .modal__content,
#bnr-info-05 .modal__content {
  height: 70vh;
  overflow: scroll;
}
}
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .js-kv__main-copy .kv__main-date {
    font-size: 2vw;
}
.kv__main-copy {
  font-size: 0.8vw;
}
}

/* 230406追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .bnr-area {
    width: 960px;
  }
  .bnr-area__bnr {
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .bnr-area__bnr-cont {
    width: 460px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-area-wrap {
    height: auto;
  }
  .bnr-area {
    height: auto;
  }
  .bnr-area__bnr-cont {
    width: 84vw;
    margin: 0 auto;
    padding-bottom: 5vw;
  }

  #bnr-info-04 .modal__wrap,
  #bnr-info-05 .modal__wrap {
    top: 45%;
  }
}

/* 230522追記分 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-copy {
    font-size: 0.9vw;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .cv__ttl {
    height: 63px;
    line-height: 63px;
    font-size: 20px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-copy {
    /* font-size: 3.3vw; */
    margin-top: 1vw;
  }
  .cv__ttl {
    font-size: 3.8vw;
  }
}

/* 2023/06/14　メンテナンス通知 */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .modal__notice{
    border: 1px #CF091A solid;
  }
  .modal__notice-ttl{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
  }
  .modal__notice-txt{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 19px;
  }
  .modal__notice-wrap{
    border: 2px #CF091A solid;
    padding: 7px;
    margin: 0 auto 52px;
    max-width: 840px;
    width: 100%;
  }
  .sp__only{
    display: none;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modal__notice{
    border: 1px #CF091A solid;
  }
  .modal__notice-ttl{
    color: #CF091A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 17px;
  }
  .modal__notice-txt{
    color: #CF091A;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 12px 0 17px;
  }
  .modal__notice-wrap{
    border: 2px #CF091A solid;
    padding: 7px;
    margin: 0 auto 25px;
    max-width: 265px;
    width: 100%;
  }
}

/* ==============================
  2023/8/20追加分
============================== */
/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  /* .cv__ttl {
    line-height: normal;
  } */
}

/* ==============================
  2023/8/28追加分
============================== */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__ttl {
    font-size: 3.7vw;
  }
  .kv__main-copy {
    font-size: 3vw;
  }
  .kv__main-date {
    font-size: 7vw;
  }
}
/*===== PC =====*/
@media only screen and (min-width: 769px) {
  .icon_lens {
    position: relative;
  }
  .icon_lens:before {
    position: absolute;
    content: "";
    background-image: url(/zemi/challengeschool/online-shuuji/assets/img/231221/icon_modal_02.svg);
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 38px;
  }
}

/* ==============================
  2023/12/21追加分
============================== */
.end .acc__lineup-box-unit {
  color: #005AA0;
  background-color: #D9ECFA !important;
  border: 2px solid #005AA0;
}
.end .acc__lineup-box-unit::after {
  border-color: #005AA0;
}
.end .acc__lineup-box-unit-tag-item {
  color: #005AA0;
}

/* ==============================
  2023/12/25追加分
============================== */
.modal__btn-item--noclick {
  pointer-events: none;
}
.modal__btn-item--noclick .modal__btn-link {
  background-color: #aaa !important;
}

/*===== PC =====*/
@media only screen and (min-width: 769px), print, tv {
  .kv__main-cv {
    position: absolute;
    right: 10vw;
    bottom: 2.5vw;
    background-color: #EBFF00;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -5px #333;
    border: #FFFFFF 2px solid;
  }
  .kv__main-cv-link {
    text-decoration: none;
  }
  .kv__main-cv-cont {
    padding: 1vw;
  }
  .kv__main-cv-cont-txt {
    color: #1B1464;
    font-size: min(1.11111vw,14px);
    font-weight: bold;
    text-align: center;
  }
  .kv__main-cv-cont-date {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -5px;
    color: #1B1464;
    font-size: min(3.51852vw,38px);
    font-weight: bold;
  }
  .kv__main-cv-cont-date--week {
    height: fit-content;
    margin-left: 5px;
    margin-bottom: 8px;
    padding: 0 3px 3px;
    color: #fff;
    background-color: #1B1464;
    font-size: min(1.11111vw,10px);
  }
  .kv__main-cv-cont-btn {
    position: relative;
    padding: 2px 30px 2px 10px;
    color: #1C1266;
    font-size: min(1.3888vw,20px);
    font-weight: 600;
  }
  .kv__main-cv-cont-btn::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/240716/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    top: 50%;
    right: min(0.8vw,8px);
    transform: translateY(-50%);
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .kv__main-cv {
    position: absolute;
    width: 95vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vw;
    background-color: #EBFF00;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -5px #333;
    border: #fff 2px solid;
  }
  .kv__main-cv-link {
    text-decoration: none;
  }
  .kv__main-cv-cont {
    padding: 1vw 2vw;
  }
  .kv__main-cv-cont-txt {
    color: #1B1464;
    font-size: 3.73333vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .kv__main-cv-cont-date {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -1.33333vw;
    color: #1B1464;
    font-size: 10.66667vw;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  .kv__main-cv-cont-date--week {
    height: fit-content;
    margin-left: 1.33333vw;
    margin-bottom: 2.13333vw;
    padding: 0 0.53333vw 0.53333vw;
    color: #fff;
    background-color: #1B1464;
    font-size: 3.73333vw;
    letter-spacing: 0;
  }
  .kv__main-cv-cont-btn {
    position: relative;
    padding: 1.33333vw 10.66667vw 1.33333vw 4vw;
    color: #1C1266;
    font-size: 5.333vw;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
  }
  .kv__main-cv-cont-btn::after {
    content: "";
    position: absolute;
    background-image: url(/zemi/challengeschool/_shared/img/240716/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.2vw;
    height: 4vw;
    top: 50%;
    right: 4.4vw;
    transform: translateY(-50%);
  }
}

/* ==============================
  2024/1/9追加分
============================== */
/*===== PC =====*/
/* @media(min-width:769px){
  .end .acc__lineup-box-unit-tag-item {
    width: 105px;
  }
} */

/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .end .acc__lineup-box-unit-tag-item {
    width: 19vw;
  }
}

/* ==============================
  2024/1/31追加分
============================== */
/*===== PC =====*/
@media(min-width:769px){
  .bnr-area__bnr-cont img {
    border-radius: 45px;
  }
}
  
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .bnr-area__bnr-cont img {
    border-radius: 7vw;
  }
  .floating-btn__txt {
    margin-bottom: 2.66667vw;
    font-size: 3.46667vw;
    font-weight: bold;
    text-align: center;
  }
}

/* ==============================
  2024/2/5追加分
============================== */
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .cv__limit-text {
    font-size: 12px;
  }
}

/* ==============================
  2024/3/12追加分
============================== */
/*===== PC =====*/
@media(min-width:769px){
  .swiper-bnr img {
    border-radius: 45px;
  }
}
  
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .swiper-bnr img {
    border-radius: 7vw;
  }
}

/* ==================== 
  2024/11/21更新
  非活性ボタン
==================== */
/*===== PC =====*/
@media(min-width:769px){
  .modalid .modal__btn-item.no-push__btn {
    box-shadow: 0px 4px 0px 0px #e2e2e2!important;
    pointer-events: none!important;
  }
  .modalid .no-push__btn .modal__btn-link{
    pointer-events: none!important;
    background-color: #888888!important;
    opacity: 1!important;
    transform: translateY(0)!important;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 768px) {
  .modalid .modal__btn-item.no-push__btn {
    box-shadow: 0px 4px 0px 0px #e2e2e2!important;
    pointer-events: none!important;
  }
  .modalid .no-push__btn .modal__btn-link{
    pointer-events: none!important;
    background-color: #888888!important;
    opacity: 1!important;
    transform: translateY(0)!important;
  }
}

@media(min-width:769px){
  .kv-attention {
    font-size: 20px;
    color: #D50000;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px;
    text-decoration: underline;
  }
}
/* sp */
@media(max-width:768px){
  .kv-attention {
    font-size: 14px;
    color: #D50000;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 10px;
    text-decoration: underline;
  }
}