body {
    color: #3b4043;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.81818;
    margin: 0;
    scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
    body {
        font-size: 3vw;
    }
}
body div,
body h1,
body h2,
body h3,
body h4,
body p,
body a,
body ul,
body li,
body dl,
body dt,
body dd,
body form,
body input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
body footer {
    padding: 2em 0 1em;
    text-align: center;
}
body footer img {
    height: auto;
    width: 24.4vw;
}
@media screen and (min-width: 769px) {
    body footer img {
        width: 240px;
    }
}
@media screen and (max-width: 480px) {
    body footer img {
        width: 37.33333vw;
        margin-bottom: 1.33333vw !important;
        margin-top: 5.33333vw !important;
    }
}
body footer p {
    font-size: 0.7em;
}
@media screen and (max-width: 480px) {
    body footer p {
        font-size: 1.86667vw;
    }
}
body img {
    height: auto;
}
body a:hover {
    opacity: 0.8;
}
body .mt20 {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    body .mt20 {
        margin-top: 2.66667vw;
    }
}
body .mt40 {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    body .mt40 {
        margin-top: 5.33333vw;
    }
}
body .mb20 {
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    body .mb20 {
        margin-bottom: 2.66667vw;
    }
}
body .pb40 {
    padding-bottom: 5.33333vw;
}
@media screen and (min-width: 769px) {
    body .pb40 {
        padding-bottom: 60px;
    }
}
body .btn {
    border: 1px solid #2e6eac;
    border-radius: 2em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    height: 3em;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 80vw;
}
body .btn:hover {
    opacity: 0.8;
}
@media screen and (min-width: 769px) {
    body .btn {
        height: 2.5em;
        width: 360px;
    }
}
body .btn-blue {
    background: #2e6eac;
    color: #fff;
}
body .btn-white {
    background: #fff;
    color: #2e6eac;
}
body .btn-orange {
    background: #fa812b;
    border-color: #fa812b;
    color: #fff;
}
body .container {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
}
body .container.pb40 {
    min-height: 70vh;
}
@media screen and (max-width: 768px) {
    body .container {
        width: 90.66667vw;
    }
}
@media screen and (min-width: 1200px) {
    body .container {
        width: calc(100% - 160px);
    }
}
body header#tophead {
    width: 100vw;
    top: 0;
    left: 0;
    background: #fff;
}
body header#tophead .shadow {
    border-bottom: 3px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}
@media screen and (max-width: 768px) {
    body header#tophead .shadow {
        justify-content: space-between;
    }
}
body header#tophead .c-zenplace-logo {
    z-index: 1;
    top: 7.40741vh;
    left: 80px;
    width: 200px;
    height: 25.89px;
    transition: 0.3s;
}
body header#tophead .c-zenplace-logo .c-zenplace-logo__svg {
    max-height: 37px;
}
body header#tophead .c-zenplace-logo .c-zenplace-logo__svg-group--1 {
    fill: #0066a4;
}
body header#tophead .c-zenplace-logo .c-zenplace-logo__svg-group--2 {
    fill: #464749;
}
body h1 {
    color: #2e6eac;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    body h1 {
        margin-bottom: 5.33333vw;
        margin-top: 5.33333vw;
    }
}
body h1.orange {
    color: #fa812b;
}
body h2 {
    border-left: solid #2e6eac 10px;
    color: #2e6eac;
    font-size: 28px;
    font-weight: bold;
    line-height: 63px;
    padding-left: 1em;
    margin-top: 60px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    body h2 {
        border-left-width: 0.5em;
        font-size: 1.4em;
        line-height: 3em;
        margin-top: 2em;
        margin-bottom: 1em;
    }
}
body h3 {
    color: #2e6eac;
    font-size: 1.2em;
    margin-top: 60px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    body h3 {
        margin-top: 5.33333vw;
        margin-bottom: 2.66667vw;
    }
}
body h4 {
    color: #2e6eac;
    font-size: 1.1em;
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    body h4 {
        font-size: 28px;
    }
}
body .progressbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width: 769px) {
    body .progressbar {
        align-items: bottom;
    }
}
body .progressbar .item {
    color: #2e6eac;
    position: relative;
    width: 28%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    height: 4.4em;
    line-height: 4.4em;
    background: #c6d9eb;
}
@media screen and (min-width: 769px) {
    body .progressbar .item {
        font-size: 20px;
        width: 27%;
        height: 3.4em;
        line-height: 1;
        padding-top: 1.5em;
    }
}
@media screen and (min-width: 1200px) {
    body .progressbar .item {
        width: 28%;
    }
}
body .progressbar .item::after {
    content: "";
    border: solid transparent 2.2em;
    border-bottom-color: #c6d9eb;
    border-top: none;
    position: absolute;
    right: -3.26em;
    top: 1.12em;
    transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
    body .progressbar .item::after {
        font-size: 20px;
        border-width: 1.7em;
        border-bottom-width: 2.6em;
        right: -3em;
        top: 0.4em;
    }
}
@media screen and (min-width: 1200px) {
    body .progressbar .item::after {
        border-bottom-width: 3.3em;
        top: 0.05em;
        right: -3.3em;
    }
}
body .progressbar .item.active {
    background: #2e6eac;
    color: #fff;
}
body .progressbar .item.active::after {
    border-bottom-color: #2e6eac;
}
body .progressbar .item:last-child {
    width: 30%;
}
body .progressbar .item:last-child::before,
body .progressbar .item:last-child::after {
    display: none;
}
body .progressbar .item span {
    background: #fff;
    border: 1px solid #2e6eac;
    border-radius: 50%;
    color: #2e6eac;
    display: block;
    height: 2em;
    left: calc(50% - 1em);
    line-height: 2em;
    position: absolute;
    top: -1em;
    width: 2em;
}

body .selectWrap {
    width: 100%;
    position: relative;
}
body .selectWrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #707070;
    color: #2e6eac;
    font-size: 1.4em;
    height: 4em;
    padding: 0em 2em;
    position: relative;
    width: 100%;
    z-index: 2;
}
body .selectWrap::before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-top: 0.2em solid #2e6eac;
    border-right: 0.2em solid #2e6eac;
    color: #707070;
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    right: 2em;
    top: calc(50% - 1em);
    transform: rotate(135deg);
    width: 1em;
    z-index: 2;
}
body input[type="radio"] {
    display: none;
}
body input[type="radio"] + label {
    display: block;
    line-height: 1;
    position: relative;
}
body input[type="radio"] + label span {
    font-size: 1.4em;
    font-weight: 700;
    display: block;
    margin-bottom: 0.2em;
}
@media screen and (min-width: 769px) {
    body input[type="radio"] + label span {
        font-size: 24px;
    }
}
body input[type="radio"] + label::before,
body input[type="radio"] + label::after {
    content: "";
    background: #fff;
    border: 1px solid #2e6eac;
    border-radius: 50%;
    position: absolute;
}
body input[type="radio"] + label::before {
    left: 5.33333vw;
    top: calc(50% - 2.4vw);
    height: 4.8vw;
    width: 4.8vw;
}
@media screen and (min-width: 769px) {
    body input[type="radio"] + label::before {
        left: 40px;
        top: calc(50% - 18px);
        height: 36px;
        width: 36px;
    }
}
body input[type="radio"] + label::after {
    display: none;
    background: #2e6eac;
    left: 6.4vw;
    top: calc(50% - 1.33333vw);
    height: 2.66667vw;
    width: 2.66667vw;
}
@media screen and (min-width: 769px) {
    body input[type="radio"] + label::after {
        left: 48px;
        top: calc(50% - 10px);
        height: 20px;
        width: 20px;
    }
}


/*--アンケート画面--*/
body .enquete-form input[type="radio"] + label::before,
body .enquete-form input[type="radio"] + label::after {
    content: "";
    background: #fff;
    border: 1px solid #2e6eac;
    border-radius: 50%;
    position: absolute;
}
body .enquete-form input[type="radio"] + label::before {
    left: 6.33333vw;
    top: calc(50% - 3vw);
    height: 4.8vw;
    width: 4.8vw;
}
@media screen and (min-width: 769px) {

    body .enquete-form .custom-control{
        width: 100px;
    }
    body .enquete-form input[type="radio"] + label::before {
        left: 40px;
        top: calc(50% - 18px);
        height: 36px;
        width: 36px;
    }
}
body .enquete-form input[type="radio"] + label::after {
    display: none;
    background: #2e6eac;
}
@media screen and (max-width: 420px) {
    body .enquete-form input[type="radio"] + label::after {
        left: 7.3vw;
        top: calc(37% - 1.33333vw);
        height: 2.66667vw;
        width: 2.66667vw;
    }
}
@media screen and (min-width: 421px) {
    body .enquete-form input[type="radio"] + label::after {
        left: 7.2vw;
        top: calc(26% - 1.33333vw);
        height: 3vw;
        width: 3vw;
    }
}
@media screen and (min-width: 769px) {
    body .enquete-form input[type="radio"] + label::after {
        left: 48px;
        top: calc(50% - 10px);
        height: 20px;
        width: 20px;
    }
}


body input[type="radio"] + label.label_taiken {
    border: 1px solid #2e6eac;
    border-radius: 1.33333vw;
    color: #2e6eac;
    padding: 4vw 4vw 4vw 14.66667vw;
}
@media screen and (min-width: 769px) {
    body input[type="radio"] + label.label_taiken {
        border-radius: 10px;
        padding: 38px 38px 38px 96px;
    }
}
body input[type="radio"] + label.label_lesson {
    padding: 4vw 4vw 4vw 14.66667vw;
}
@media screen and (min-width: 769px) {
    body input[type="radio"] + label.label_lesson {
        border-radius: 10px;
        padding: 38px 38px 38px 96px;
    }
}
@media screen and (min-width: 1200px) {
    body input[type="radio"] + label.label_lesson {
        display: flex;
        justify-content: space-between;
        width: 90%;
        align-items: center;
    }
}


body .campaign_coupon{
    background: rgba(46, 110, 172, 0.1);
    padding:15px;
    margin-top:2em;
    margin-bottom: 1em;
}

body .campaign_coupon h2{
   text-align:center;
    border:none;
    padding:0;
    margin:0 auto;
}

body .campaign_coupon p{
  padding-bottom:1em;
}

body .campaign_coupon p strong{
  color:#2e6eac;
  font-weight:bold;
}


body .campaign_coupon input[type="checkbox"]:checked + label.cam {
    background: rgb(249 128 43);
    color:#fff;
    border: 1px solid rgb(249 128 43);
}
body .campaign_coupon input[type="checkbox"]:checked + label::after {
    display: block;

}

body .campaign_coupon input[type="checkbox"] {
    display: none;
}
body .campaign_coupon input[type="checkbox"] + label {
    display: block;
    line-height: 1;
    position: relative;
}
body .campaign_coupon input[type="checkbox"] + label span {
    font-size: 1.4em;
    font-weight: 700;
    display: block;
    margin-bottom: 0.2em;
}
@media screen and (min-width: 769px) {
   body .campaign_coupon input[type="checkbox"] + label span {
        font-size: 28px;
    }
}
body .campaign_coupon input[type="checkbox"] + label::before,
body .campaign_coupon input[type="checkbox"] + label::after {
    content: "";
    background: #fff;
    border: 1px solid #2e6eac;
    border-radius: 0;
    position: absolute;
}
body .campaign_coupon input[type="checkbox"] + label::before {
    left: 5.33333vw;
    top: calc(50% - 2.4vw);
    height: 4.8vw;
    width: 4.8vw;
}
@media screen and (min-width: 769px) {
 body .campaign_coupon input[type="checkbox"] + label::before {
        left: 40px;
        top: calc(50% - 18px);
        height: 36px;
        width: 36px;
    }
}
body .campaign_coupon input[type="checkbox"] + label::after {
    display: none;
    background: #2e6eac;
    left: 6.4vw;
    top: calc(50% - 1.33333vw);
    height: 2.66667vw;
    width: 2.66667vw;
}
@media screen and (min-width: 769px) {
   body .campaign_coupon input[type="checkbox"] + label::after {
        left: 48px;
        top: calc(50% - 10px);
        height: 20px;
        width: 20px;
    }
}


body .campaign_coupon input[type="checkbox"] + label.cam {
    border: 1px solid #2e6eac;
    border-radius: 1.33333vw;
    color: #2e6eac;
    padding: 4vw 4vw 4vw 14.66667vw;
}
@media screen and (min-width: 769px) {
    body .campaign_coupon input[type="checkbox"] + label.cam {
        border-radius: 10px;
        padding: 38px 38px 38px 96px;
    }
}

body .campaign_coupon div span{
   font-weight:bold;
    font-size:1.4em;
    display:inline-block;
    padding-left:10px;
    vertical-align: bottom;
}


body input[type="radio"]:checked + label.label_taiken {
    background: rgba(46, 110, 172, 0.1);
}
body input[type="radio"]:checked + label::after {
    display: block;
}
body dl {
    border-bottom: 1px solid #dddbdb;
    display: flex;
    font-size: 1.2em;
}
body dl dt {
    font-weight: 400;
    width: 5em;
}
body dl dd {
    width: calc(100% - 5em);
}
@media screen and (min-width: 769px) {
    body .studio-info {
        display: flex;
        justify-content: space-between;
    }
    body .studio-info .map {
        min-height: 210px;
        width: 38%;
    }
    body .studio-info .address {
        width: 58%;
    }
    body .type-box {
        display: flex;
        justify-content: space-between;
    }
    body .type-box label {
        box-sizing: border-box;
        width: 48%;
    }
    body .type-box label small {
        font-size: 20px;
    }
    body .type-box label.mb20 {
        margin-bottom: 0;
    }
}
body .price {
    color: #fa812b;
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    padding: 6.66667vw 0 2.66667vw;
}
@media screen and (min-width: 769px) {
    body .price {
        font-size: 36px;
    }
}
body .price span {
    font-size: 60%;
}
body .nav-anchor ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
body .nav-anchor ul li {
    border: 1px solid #2e6eac;
    margin-bottom: 1em;
    padding: 0.8em 2em 0.8em 0;
    position: relative;
    text-align: center;
    width: 48%;
}
body .nav-anchor ul li a {
    display: block;
    color: #2e6eac;
    text-decoration: none;
}
body .nav-anchor ul li::before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-top: 0.2em solid #2e6eac;
    border-right: 0.2em solid #2e6eac;
    color: #707070;
    content: "";
    display: block;
    height: 0.8em;
    position: absolute;
    right: 1.5em;
    top: calc(50% - 0.8em);
    transform: rotate(135deg);
    width: 0.8em;
    z-index: 2;
}
body .card {
    border: 1px solid #707070;
    border-radius: 1.33333vw;
    margin-bottom: 2.66667vw;
}
@media screen and (min-width: 769px) {
    body .card {
        border-radius: 10px;
        margin-bottom: 30px;
    }
}
body .card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body .card-head .t-price {
    color: #fa812b;
    font-size: 1.4em;
    margin-top: 1em;
}
@media screen and (min-width: 769px) {
    body .card-head .t-price {
        font-size: 32px;
    }
}
@media screen and (min-width: 1200px) {
    body .card-head .t-price {
        margin-top: 0;
    }
}
body .card-head .t-price span {
    display: inline-block;
    font-size: 2.13333vw;
}
@media screen and (min-width: 769px) {
    body .card-head .t-price span {
        font-size: 20px;
    }
}
body .card-head .t-price .default-price {
    color: #2e6eac;
    position: relative;
    margin-right: 3em;
}
body .card-head .t-price .default-price::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform: rotate(-25deg);
    width: 3.8em;
    top: 0.2em;
    left: -0.5em;
    background: #2e6eac;
}
body .card-head .t-price .default-price::after {
    content: "";
    background: url(../img/icon_arw.svg) center center no-repeat;
    background-size: contain;
    display: block;
    height: 0.5em;
    position: absolute;
    width: 3em;
    top: 0;
    right: -3.5em;
}
body .card-head .btn-accordion {
    border-top: 0.2em solid #2e6eac;
    border-right: 0.2em solid #2e6eac;
    color: #707070;
    cursor: pointer;
    display: block;
    height: 1em;
    transform: rotate(135deg);
    width: 1em;
    margin-right: 4vw;
}
@media screen and (max-width: 768px) {
    body .card-head .btn-accordion {
        height: 1.2em;
        width: 1.2em;
    }
}
body .card-head .btn-accordion.open {
    transform: rotate(-45deg);
}
body .card-body {
    display: none;
    padding: 1vw 2vw 4vw;
}
@media screen and (max-width: 768px) {
    body .card-body {
        background: none;
        background-image: none !important;
    }
}
@media screen and (min-width: 769px) {
    body .card-body {
        background-position: 90% 0%;
        background-size: 40% auto;
        background-repeat: no-repeat;
        padding: 0 38px;
        margin-bottom: 38px;
    }
    body .card-body > p {
        width: 50%;
    }
}
body .card-body .detail {
    display: flex;
    justify-content: space-between;
}
body .card-body .detail .level {
    padding-top: 2em;
    width: 60%;
}
body .card-body .detail .level p {
    font-weight: 700;
}
body .card-body .detail .level p::after {
    background: url(../img/star1.png) left center no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1em;
    width: calc(100% - 8em);
}
body .card-body .detail .level p.star-2::after {
    background-image: url(../img/star2.png);
}
body .card-body .detail .level p.star-3::after {
    background-image: url(../img/star3.png);
}
body .card-body .detail .level p.star-4::after {
    background-image: url(../img/star4.png);
}
body .card-body .detail .level p.star-5::after {
    background-image: url(../img/star5.png);
}
body .card-body .detail .lesson-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    width: 40%;
}
@media screen and (min-width: 769px) {
    body .card-body .detail .lesson-img {
        display: none;
    }
}
body .card.recommend {
    position: relative;
    overflow: hidden;
}
body .card.recommend::before {
    background: #fa812b;
    content: "おすすめ";
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    left: -4em;
    padding: 0.2em 4em;
    position: absolute;
    transform: rotate(-45deg);
    top: 1em;
}
@media screen and (min-width: 769px) {
    body .card.recommend::before {
        font-size: 12px;
        left: -3.4em;
        top: 1.6em;
    }
}
body .type-list {
    overflow: scroll;
    width: 100%;
    padding-bottom: 1em;
}
body .type-list ul {
    display: flex;
    width: fit-content;
}
body .type-list ul li {
    display: flex;
    align-items: center;
    border-radius: 0.4em;
    margin-right: 0.4em;
}
body .type-list ul li a {
    color: #fff;
    display: block;
    font-size: 1em;
    line-height: 1.2;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    width: 10em;
    cursor: pointer;
}
body #mainCalendar .calendar-content {
    border: 1px solid #707070;
    border-bottom: none;
}
@media screen and (min-width: 769px) {
    body #mainCalendar .calendar-content{
        display: flex;
        border: 1px solid #707070;
        border-right: none;
    }
}
body #mainCalendar dl {
    margin: 0;
    align-items: center;
    border-bottom: 1px solid #707070;
}
@media screen and (min-width: 769px) {
    body #mainCalendar dl {
        border-right: 1px solid #707070;
        border-bottom: none;
        display: block;
        width: 14.28571%;
    }
}
body #mainCalendar dl dt {
    color: #707070;
    line-height: 1.2;
    text-align: center;
    padding: 1em;
    /*width: 15%;*/
}
@media screen and (min-width: 769px) {
    body #mainCalendar dl dt {
        width: 100%;
    }
}
body #mainCalendar dl dt span {
    display: block;
}
body #mainCalendar dl dt.weekend-sat {
    color: #2e6eac;
}
body #mainCalendar dl dt.weekend-sun {
    color: #c61616;
}
body #mainCalendar dl dd {
    padding: 1em 0 0.5em;
    width: 85%;
}
@media screen and (min-width: 769px) {
    body #mainCalendar dl dd {
        padding: 0;
        text-align: center;
        width: 100%;
    }
}
body #mainCalendar dl dd a {
    border-radius: 0.3em;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0.3em 0;
    margin-right: 1%;
    margin-bottom: 0.5em;
    width: 30%;
}
@media screen and (min-width: 769px) {
    body #mainCalendar dl dd a {
        margin-right: 0;
        margin-bottom: 10px;
        width: 80%;
    }
}
body #mainCalendar dl dd a.time-full {
    background-color: #dfdfdf;
    color: #9a9a9a;
    position: relative;
    text-indent: -9999px;
}
body #mainCalendar dl dd a.time-full::after {
    content: "満員";
    display: block;
    position: absolute;
    text-indent: 0;
    top: 0.3em;
    left: 0;
    right: 0;
    bottom: 0;
}
body .table-week {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}
body .table-week a {
    border: 1px solid #707070;
    border-radius: 0.4em;
    color: #3b4043;
    display: block;
    font-size: 1em;
    padding: 0.5em 1em;
    position: relative;
    text-decoration: none;
}
body .table-week a::after {
    content: "";
    border-top: 0.2em solid #2e6eac;
    border-right: 0.2em solid #2e6eac;
    color: #707070;
    display: block;
    height: 0.6em;
    position: absolute;
    top: 1em;
    width: 0.6em;
}
body .table-week a#prevweek {
    padding-left: 2.5em;
}
body .table-week a#prevweek::after {
    transform: rotate(-135deg);
    left: 1em;
}
body .table-week a#nextweek {
    padding-right: 2.5em;
}
body .table-week a#nextweek::after {
    transform: rotate(45deg);
    right: 1em;
}
body .type-list li {
    background: #006fb1;
}
body .contact-box-top {
    background: #f0f3f5;
    margin-top: 3em;
    padding: 2em 0;
    text-align: center;
}
body .contact-box {
    background: #f0f3f5;
    padding: 1em 0;
    text-align: center;
}

@media screen and (max-width:768px){
    body .contact-box {
        bottom:0;
        z-index:99;
    }
}

body .contact-box .phone-box span {
    display: block;
    color: #2e6eac;
    font-weight: bold;
    margin-bottom: 0.5em;
}
/*body .contact-box .phone-box a {
    letter-spacing: -0.1em;
}*/
body .contact-box .phone-box a img {
    height: 1.2em;
    width: auto;
    margin-right: 0.5em;
}
body .lesson-info div {
    border: 1px solid #707070;
    color: #2e6eac;
    font-size: 1.4em;
    font-weight: 700;
    padding: 4vw;
}
@media screen and (min-width: 769px) {
    body .lesson-info div {
        padding: 38px 30px;
        font-size: 28px;
    }
}
body .input-msg {
    background: #2e6eac;
    color: #fff;
    font-size: 1.6em;
    height: 12vw;
    line-height: 12vw;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 769px) {
    body .input-msg {
        height: 90px;
        line-height: 90px;
        font-size: 32px;
    }
}
body .form_box {
    max-width: 860px;
}
body .form_box h4,
body .form_box label {
    display: block;
    font-size: 1.4em;
    margin-top: 5.33333vw;
    margin-bottom: 1.33333vw;
}
@media screen and (min-width: 769px) {
    body .form_box h4,
    body .form_box label {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
body .form_box h4 span,
body .form_box label span {
    font-size: 0.8em;
}
body .form_box h4 {
    color: #555555;
}
body .form_box input[type="text"],
body .form_box input[type="tel"],
body .form_box input[type="email"] {
    font-size: 1.4em;
    height: 10.66667vw;
    padding: 0 3.33333vw;
    width: 100%;
}
@media screen and (min-width: 769px) {
    body .form_box input[type="text"],
    body .form_box input[type="tel"],
    body .form_box input[type="email"] {
        height: 80px;
        padding: 0 25px;
    }
}
body .form_box input[type="text"]::placeholder,
body .form_box input[type="tel"]::placeholder,
body .form_box input[type="email"]::placeholder {
    color: rgba(85, 85, 85, 0.4);
}
body .form_box .name-box {
    display: flex;
    justify-content: space-between;
}
body .form_box .name-box span {
    width: 48%;
}
body .birth_year {
    width: 20%;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
body .birth_year select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #707070;
    height: 80px;
    padding: 0em 1em;
    position: relative;
    z-index: 2;
    color: #313131;
    width: 100%;
    font-size: 22.4px;
    font-family: Arial;
}
body .birth_year select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #EFEFEF4D;
    border: 1px solid #707070;
    height: 80px;
    padding: 0em 1em;
    position: relative;
    z-index: 2;
    color: #313131;
    width: 100%;
    opacity: 1;
}
body .birth_year::before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-top: 0.2em solid #2e6eac;
    border-right: 0.2em solid #2e6eac;
    color: #707070;
    content: "";
    display: inline-block;
    height: 0.5em;
    position: absolute;
    right: 1.5em;
    top: calc(50% - 0.5em);
    transform: rotate(135deg);
    width: 0.5em;
    z-index: 2;
}
body .birth_month {
    width: 15%;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    margin: 0em 1.5em;
}
body .birth_month select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #707070;
    height: 80px;
    padding: 0em 1em;
    position: relative;
    z-index: 2;
    color: #313131;
    width: 100%;
    font-size: 22.4px;
    font-family: Arial;
}
body .birth_month select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #EFEFEF4D;
    border: 1px solid #707070;
    height: 80px;
    padding: 0em 1em;
    position: relative;
    z-index: 2;
    color: #313131;
    width: 100%;
    opacity: 1;
}
body .birth_month::before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-top: 0.2em solid #2e6eac;
    border-right: 0.2em solid #2e6eac;
    color: #707070;
    content: "";
    display: block;
    height: 0.5em;
    position: absolute;
    right: 1.5em;
    top: calc(50% - 0.5em);
    transform: rotate(135deg);
    width: 0.5em;
    z-index: 2;
}
body .birth_day {
    width: 15%;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
body .birth_day select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #707070;
    height: 80px;
    padding: 0em 1em;
    position: relative;
    z-index: 2;
    color: #313131;
    width: 100%;
    font-size: 22.4px;
    font-family: Arial;
}
body .birth_day select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #EFEFEF4D;
    border: 1px solid #707070;
    height: 80px;
    padding: 0em 1em;
    position: relative;
    z-index: 2;
    color: #313131;
    width: 100%;
    opacity: 1;
}
body .birth_day::before {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border-top: 0.2em solid #2e6eac;
    border-right: 0.2em solid #2e6eac;
    color: #707070;
    content: "";
    display: block;
    height: 0.5em;
    position: absolute;
    right: 1.5em;
    top: calc(50% - 0.5em);
    transform: rotate(135deg);
    width: 0.5em;
    z-index: 2;
}
@media screen and (max-width: 480px) {
    body .birth_year {
        width: 30%;
        position: relative;
        display: inline-block;
        white-space: nowrap;
    }
    body .birth_year select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 1px solid #707070;
        height: 10.66667vw;
        padding: 0em 0.5em;
        position: relative;
        z-index: 2;
        color: #313131;
        width: 100%;
    }
    body .birth_year select:disabled {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #EFEFEF4D;
        border: 1px solid #707070;
        height: 10.66667vw;
        padding: 0em 1em;
        position: relative;
        z-index: 2;
        color: #313131;
        width: 100%;
        opacity: 1;
    }
    body .birth_year::before {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border-top: 0.2em solid #2e6eac;
        border-right: 0.2em solid #2e6eac;
        color: #707070;
        content: "";
        display: inline-block;
        height: 0.5em;
        position: absolute;
        right: 1.5em;
        top: calc(50% - 0.5em);
        transform: rotate(135deg);
        width: 0.5em;
        z-index: 2;
    }
    body .birth_month {
        width: 23%;
        position: relative;
        display: inline-block;
        white-space: nowrap;
    }
    body .birth_month select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 1px solid #707070;
        height: 10.66667vw;
        padding: 0em 0.5em;
        position: relative;
        z-index: 2;
        color: #313131;
        width: 100%;
    }
    body .birth_month select:disabled {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #EFEFEF4D;
        border: 1px solid #707070;
        height: 10.66667vw;
        padding: 0em 1em;
        position: relative;
        z-index: 2;
        color: #313131;
        width: 100%;
        opacity: 1;
    }
    body .birth_month::before {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border-top: 0.2em solid #2e6eac;
        border-right: 0.2em solid #2e6eac;
        color: #707070;
        content: "";
        display: block;
        height: 0.5em;
        position: absolute;
        right: 1.5em;
        top: calc(50% - 0.5em);
        transform: rotate(135deg);
        width: 0.5em;
        z-index: 2;
    }
    body .birth_day {
        width: 23%;
        position: relative;
        display: inline-block;
        white-space: nowrap;
    }
    body .birth_day select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: 1px solid #707070;
        height: 10.66667vw;
        padding: 0em 0.5em;
        position: relative;
        z-index: 2;
        color: #313131;
        width: 100%;
    }
    body .birth_day select:disabled {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #EFEFEF4D;
        border: 1px solid #707070;
        height: 10.66667vw;
        padding: 0em 1em;
        position: relative;
        z-index: 2;
        color: #313131;
        width: 100%;
        opacity: 1;
    }
    body .birth_day::before {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border-top: 0.2em solid #2e6eac;
        border-right: 0.2em solid #2e6eac;
        color: #707070;
        content: "";
        display: block;
        height: 0.5em;
        position: absolute;
        right: 1.5em;
        top: calc(50% - 0.5em);
        transform: rotate(135deg);
        width: 0.5em;
        z-index: 2;
    }
}
body .form_box .card-box {
    display: flex;
    align-items: center;
}
body .form_box .card-box .selectWrap {
    width: 10em;
}
body .form_box .card-box span {
    display: block;
    color: #555555;
    font-size: 1.4em;
    padding: 0 0.5em;
}
body .form_box .selectWrap select {
    color: #313131;
    height: 10.66667vw;
    padding: 0 3.33333vw;
}
@media screen and (min-width: 769px) {
    body .form_box .selectWrap select {
        height: 80px;
        padding: 0 25px;
    }
}
body .form_box.confirm {
    max-width: 100%;
}
body .form_box.confirm h4 {
    margin-bottom: 0;
}
body .form_box.confirm p {
    padding: 0;
    border-bottom: 1px solid #555555;
    font-size: 1.4em;
    padding-bottom: 1em;
    width: 100%;
}
body .promotion_form p{
    margin-bottom: 10px;
}
body .promotion_form input[type="text"] {
    height: 40px;
    width: 30%;
    padding: 0 10px;
}
body .promotion_form input[type="button"] {
    height: 40px;
    width: 60px;
}
body .info-checkbox {
    margin-top: 10.66667vw;
    margin-bottom: 8vw;
    text-align: center;
}
@media screen and (min-width: 769px) {
    body .info-checkbox {
        margin-top: 30px;
        margin-bottom: 40px;
        text-align: left;
    }
}
body .info-checkbox .form-check-input {
    height: 4vw;
    width: 4vw;
    vertical-align: bottom;
}
@media screen and (min-width: 769px) {
    body .info-checkbox .form-check-input {
        height: 30px;
        width: 30px;
    }
}
body .info-checkbox label {
    line-height: 4vw;
}
@media screen and (min-width: 769px) {
    body .info-checkbox label {
        line-height: 30px;
    }
}
body .ttl {
    color: #555555;
    font-size: 1.4em;
    font-weight: 700;
}
@media screen and (min-width: 769px) {
    body .ttl {
        font-size: 28px;
    }
}
body .caption {
    font-size: 0.8em;
    margin: 2.66667vw 0;
    text-align: center;
}
body .thanks-msg {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 5.33333vw;
}
@media screen and (min-width: 769px) {
    body .thanks-msg {
        font-size: 18px;
        margin-bottom: 60px;
    }
    body .thanks-msg .sp {
        display: none;
    }
}


.taiken-vid-cont iframe{
    height:400px;
}

@media screen and (max-width: 768px) {
  .taiken-vid-cont iframe{
    height: 200px;
}

}

body .required{
    color:red;
    font-size:14px;
    margin-left:4px;
}

.modal-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    line-height: 100%;
    }
    
    
    .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    width: 40%;
    }
.btn_questionnaire {
    background: url(../img/bg-questionnaire.webp) no-repeat 70% center;
    font-family: "Shippori Mincho","游明朝",YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
    background-size: cover;
    position: fixed;
    bottom: 5%;
    max-width: 300px;
    width: 40%;
    z-index: 9;
    padding: 30px 30px 30px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 100px;
    .questionnaire-desc {
        font-weight: bold;
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 2rem;
        color:#333;
        font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;
        @include tab {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 2.6rem
        }
    }
    @include sp {
    font-size: 10px;
    line-height: 2.2rem;
    margin-bottom: 30px;
    }
    }
    
    .close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #333;
    color: #fff;
    border-radius: 90px;
    border: none;
    }
    
    .banner_font{
    color: #333;
    border-left: none;
    line-height: normal;
    padding-left: 0em;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    white-space: unset;
    span {
    font-size: 12px;
    @include sp {
        font-size: 10px;
    }
    }
    @include tab {
    font-size: 26px;
    margin-bottom: 20px;
    }
    @include sp {
    font-size: 16px;
    margin-bottom: 15px;
    }
    }
    @include tab {
    bottom: 20%;
    width: 64%;
    padding: 30px 15px;
    }
    @include sp {
    bottom: 10%;
    width: 54%;
    padding: 26px 15px;btn_questionnaire
    }

@media screen and (max-width: 480px) {
    .modal-container {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        overflow: auto;
        opacity: 1;
        visibility: visible;
        z-index: 9;
        line-height: 100%;
    }
      
      
    .modal-body {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 300px;
        width: 80%;
    }
    
    .btn_questionnaire {
        background: url(../img/bg-questionnaire.webp) no-repeat 70% center;
        font-family: "Shippori Mincho","游明朝",YuMincho,Hiragino Mincho ProN W3,ヒラギノ明朝 ProN W3,Hiragino Mincho ProN,HG明朝E,ＭＳ Ｐ明朝,ＭＳ 明朝,serif;
        background-size: cover;
        position: fixed;
        bottom: 5%;
        max-width: 300px;
        width: 80%;
        z-index: 9;
        padding: 30px 30px 30px;
        border-radius: 10px;
        text-align: left;
        margin-bottom: 30%;
        .questionnaire-desc {
          font-weight: bold;
          margin-bottom: 30px;
          font-size: 12px;
          line-height: 2rem;
          color:#333;
          font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue",Helvetica,Arial,sans-serif;
          @include tab {
            margin-bottom: 30px;
            font-size: 14px;
            line-height: 2.6rem
          }
        }
        @include sp {
        font-size: 10px;
        line-height: 2.2rem;
        margin-bottom: 30px;
        }
    }
      
    .close-button {
        position: absolute;
        top: 20px;
        right: 20px;
        background: #333;
        color: #fff;
        border-radius: 90px;
        border: none;
      }
      
      .banner_font{
        color: #333;
        border-left: none;
        line-height: normal;
        padding-left: 0em;
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 20px;
        white-space: unset;
        span {
        font-size: 12px;
        @include sp {
            font-size: 10px;
        }
        }
        @include tab {
        font-size: 26px;
        margin-bottom: 20px;
        }
        @include sp {
        font-size: 16px;
        margin-bottom: 15px;
        }
      }
      @include tab {
        bottom: 20%;
        width: 64%;
        padding: 30px 15px;
      }
      @include sp {
        bottom: 10%;
        width: 54%;
        padding: 26px 15px;btn_questionnaire
    }
}


.btn_black {
    text-decoration:none;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",sans-serif;
    display: block;
    background-color: #333;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    @include tab {
      padding: 14px 0;
      font-size: 16px;
    }
    @include sp {
      padding: 7px 0;
      font-size: 14px;
    }
}

.btn_black:hover {
    opacity: 0.7;
}