/*c-header*/
.products_top {
  padding-top: 80px;
}

/* top_contents */

.top_contents{
    padding:0 0;
}

.top_contents_header{
    margin-bottom: 5em;
}

/* top_contents_inner */

.top_contents_inner{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    display: block;
}

.main_visual {
  position: relative;
}

.main_visual__slide {
    height: 100vh;
    background-color: #ffffff;
    display: none;
     /*z-index: 2; */
}
.main_visual__slide.s-active{
    display: block;
}
.main_visual__slide a {
    width: 100%;
    height: 100%;
}

.main_visual__media {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';

    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
    transform-origin: center center;
}

.main_visual__cap{
    left: 0;
    right: 0;
    bottom: 16vh;
    z-index: 3;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    color: #ffffff;
}
.h_text{
    font-size: 46px;
    font-weight: 300;
    line-height: 1.28;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 24px rgba(0,0,0,0.45);
    margin-bottom: 0.5em;
}
.h_message{
    font-size: 15px;
    line-height: 1.8;
    max-width: 540px;
    margin-bottom: 2em;
    text-shadow: 0 1px 16px rgba(0,0,0,0.5);
}
.h_bnr_title{
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 1.1em 3.2em;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
}
.main_visual__shade{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.55) 100%);
    z-index: 2;
}

.main_visual .controls .slick-prev,
.main_visual .controls .slick-next{
  display: none !important;
}

.main_visual .controls{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.main_visual .controls .slick-dots li{
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.45);
    background-size: contain;
    background-repeat: no-repeat;
}
.main_visual .controls .slick-dots li.s-active{
    background-color: #ffffff;
}

.news_list_m .controls .slick-dots li{
    display: inline-block;
    font-size: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #DCDCDC;
    cursor: pointer;
}
.news_list_m .controls .slick-dots li.s-active{
    background-color: #282828;
}

/* media if the screen is NOT 16/9 and width is bigger than height */
@media screen and (min-aspect-ratio: 16/9) and (min-width: 768px) {
    .main_visual__media {
        width: 100%;
        height: 100%;
    }
}

h2.c_title {
    font-size: 24px;
    font-weight: bold;
    padding: 1em 0;
    position: relative;
    margin-bottom: 1em;
}
h2.c_title:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #000000;
    bottom: 8px;
    left: 0;
}
.onlinestore_title{
    min-height: 5em;
}
.onlinestore_title .c_icon{
    display: inline-block;
    color: #fff;
    background: #282828;
    font-weight: bold;
    padding: 1em;
    line-height: 1;
    float: right;
    margin: 2em 0;
    font-size: 12px;
}

.lead_txt{
    font-size: 15px;
    line-height: 1.85;
    width: 100%;
    margin-bottom: 3.5em;
}

.news_list_m{
    margin-bottom: 3em;
    position: relative;
}
.news_list_m .slider__pickup li{
    width: 33.33%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-right: 20px;
}
.news_list_m .n_img{
    overflow: hidden;
    margin-bottom: 1em;
}
.news_list_m .n_img img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.news_list_m .n_text{
    font-size: 0.9em;
    line-height: 1.7;
}
.news_list_m .n_cat{
    font-size: 0.75em;
    color: #C82832;
    margin-bottom: 0.4em;
    display: block;
}

.news_list_m .controls{
    position: relative;
    width: 100%;
    height: 28px;
    margin-top: 18px;
}
.news_list_m .controls .slick-dots{
    vertical-align: middle;
    position: absolute;
    text-align: center;
    display: inline-block !important;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
}

.news_list_s{
    margin-bottom: 5em;
}
.news_list_sTop{
    margin-bottom: 1.5em;
}
.c-top-newslistTab{
    padding-top: 1.2em;
}
.c-top-newslistTab li{
    display: inline-block;
    margin-left: 22px;
    font-size: 13px;
}
.c-top-newslistTab li a.s-active{
    border-bottom: 1px solid #282828;
    padding-bottom: 3px;
}
.news_list_s ul{
    border-bottom: 1px solid #DCDCDC;
}
.news_list_s ul li{
    border-top: 1px solid #DCDCDC;
    padding: 1em 0;
    display: block;
    width: 100%;
    position: relative;
    flex-wrap:wrap;
    box-sizing: border-box;
}
.news_list_s ul li p.n_date{
    margin-bottom: 1em;
    font-size: 0.8em;
    padding: 0 150px 0 0;
    color: #C82832;
}
.news_list_s ul li p.n_date span{
    padding-left: 2em;
    color: #282828;
}
.news_list_s ul li p.n_img{
    position: absolute;
    top: 1em;
    right: 0;
    width: 140px;
    height:100px;
    display: block;
    overflow: hidden;
}
.news_list_s ul li p.n_img img{
    width: 140px;
    height: 100px;
    object-fit: cover;
}
.news_list_s ul li p.n_ttl{
    padding: 0 160px 0 0;
    font-size: 0.95em;
}

.t_btn{
    font-size: 0.9em;
    text-align: center;
}
.t_btn span{
    position: relative;
    line-height: 1;
    padding: 1em 5em 1em 6em;
    border-bottom: 1px solid #282828;
}
.t_btn span::before{
    content: '';
    border-left: 8px solid #282828;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top:1.3em;
    left:6em;
    margin-left: -1em;
}

.btn_link{
    text-align: right;
    font-size: 0.85em;
    margin-top: 1.6em;
}
.btn_link a{
    border-bottom: 1px solid #282828;
    padding-bottom: 4px;
}

.products_sib{
    margin-bottom: 4em;
}
.c-sib-slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: 2.5em;
}
.c-sib-slide li{
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 20px;
}
.c-sib-slide li .n_img img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.c-sib-slide li .p_name{
    font-size: 17px;
    font-weight: bold;
    margin: 1em 0 0.4em;
}
.c-sib-slide li .p_meta{
    font-size: 0.8em;
    color: #C82832;
}
.c-sib-slide li .p_text{
    font-size: 0.9em;
    line-height: 1.75;
    margin-top: 0.6em;
    min-height: 130px;
}
.c-sib-slide li .p_price{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.c-sib-slide li .p_price small{
    font-size: 12px;
    font-weight: normal;
    padding-left: 0.6em;
}

.c-sib-btn {
    line-height: 1;
    border-bottom: 1px solid #000000;
    font-size: 24px;
    padding: 15px 31px;
}
.c-sib-btn svg{
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    .c-sib-btn { font-size: 15px; }
    .c-sib-btn svg { width: 8px; height: 8px; }
}

.products_list_m{
    margin-left: -20px;
    margin-bottom: 5em;
}
.products_list_m ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: justify;
    width: 100%;
    margin-bottom: 2em;
}
.products_list_m ul li{
    flex-wrap:wrap;
    box-sizing: border-box;
    vertical-align: top;
    width: 50%;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 2em;
}
.products_list_m ul li img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 1.2em;
}
.products_list_m ul li .m_lead{
    font-size: 0.9em;
    line-height: 1.7;
    margin-bottom: 1.4em;
}

.products_list_33{
    margin-left: -20px;
    margin-bottom: 5em;
}
.products_list_33 ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.products_list_33 ul li{
    flex-wrap:wrap;
    box-sizing: border-box;
    vertical-align: top;
    width: 33.33%;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 2em;
}
.products_list_33 ul li .p_inner{
    border: 1px solid #DCDCDC;
    padding: 32px 30px 34px;
    height: 100%;
    box-sizing: border-box;
}
.products_list_33 ul li.s-reco .p_inner{
    border: 1px solid #282828;
}
.products_list_33 ul li .p_flag{
    display: inline-block;
    background: #C82832;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 0.65em 1em;
    margin-bottom: 1.2em;
}
.products_list_33 ul li .p_ttl{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0.6em;
}
.products_list_33 ul li .p_cost{
    font-size: 34px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin-bottom: 0.2em;
}
.products_list_33 ul li .p_costsub{
    font-size: 12px;
    color: #282828;
    margin-bottom: 1.6em;
    padding-bottom: 1.6em;
    border-bottom: 1px solid #DCDCDC;
}
.products_list_33 ul li .p_text{
    padding: 1em;
    font-size: 0.9em;
    min-height: 160px;
}
.products_list_33 ul li .p_spec{
    font-size: 0.85em;
    margin-bottom: 2em;
}
.products_list_33 ul li .p_spec li{
    padding: 0 0 0.7em 16px;
    position: relative;
    line-height: 1.6;
    width: 100%;
}
.products_list_33 ul li .p_spec li:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 6px;
    height: 1px;
    background: #282828;
}
.tarif_note{
    font-size: 0.8em;
    color: #282828;
    margin: -3em 0 5em;
    padding-left: 20px;
}

.maiokaTeamSection {
    padding-bottom: 60px;
    margin-top: 140px;
}
.maiokaTeamSection p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 56px;
    width: 100%;
}
.maiokaTeamSection ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}
.c-teamCard img{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    margin-bottom: 1em;
}
.c-teamCard .t_name{
    font-size: 16px;
    font-weight: bold;
}
.c-teamCard .t_role{
    font-size: 0.8em;
    color: #C82832;
    margin-bottom: 0.6em;
}
.c-teamCard .t_bio{
    font-size: 0.87em;
    line-height: 1.7;
}

.hours_box{
    margin: 0 0 90px;
}
.hours_box ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hours_box ul li{
    width: 50%;
}
.hours_box ul li img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.hours_title{
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.06em;
    margin-top: -190px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.hours_sub{
    text-align: center;
    font-size: 0.9em;
    color: #ffffff;
    position: relative;
    z-index: 2;
    margin-top: 0.8em;
    margin-bottom: 120px;
}

.c-sibBlock{
    margin-bottom: 90px;
}
.c-sibBlock > a img{
    width: 100%;
    height: 380px;
    object-fit: cover;
    margin-bottom: 2.5em;
}
.c-sibBlock__lower p{
    font-size: 0.95em;
    line-height: 1.8;
    margin-bottom: 2em;
}
.c-sib2-btn {
    font-size: 26px;
    line-height: 1.62;
    width: 100%;
    border: 1px solid #dcdcdc;
    letter-spacing: 0.05em;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 12px;
}
.c-sib2-btn__chev {
    width: 8px;
    height: 16px;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
@media screen and (min-width: 768px) {
    .c-sib2-btn { width: 400px; font-size: 15px; max-width: 100%; }
    .c-sibBlock p { width: 58%; padding-right: 40px; margin-top: 0; margin-bottom: 0 }
    .c-sibBlock__btnWrap { margin-top: 0; width: 42%; }
}

/*
@keyframes mvMediaScaleIn {
    0% { transform: translate3d(-50%,0,0) scale(1.06); }
    100% { transform: translate3d(-50%,0,0) scale(1); }
}
*/

@media screen and (max-width: 768px) {
    .main_visual__slide{ height: calc(100vh - 120px); }
}

@media screen and (max-width: 749px) {
    .maiokaTeamSection { margin-top: 32vw; }
    .maiokaTeamSection p {
        font-size: 3.4666666666666663vw;
        margin-top: 2.666666666666667vw;
        margin-bottom: 7.733333333333333vw;
    }
    .main_visual__slide{ height: calc(100vh - 16vw); }
}

@media screen and (max-width: 767px) {
    h2.c_title{ font-size: 20px; }
    .top_contents_inner{ padding: 0 6.67vw; }
    .h_text{ font-size: 30px; }
    .main_visual__cap{ padding: 0 6.67vw; bottom: 12vh; }
    .news_list_m .slider__pickup li{ width: 100%; padding-right: 0; margin-bottom: 2em; }
    .js-pickupList{ flex-wrap: wrap; transform: none !important; }
    .js-pickupDots{ display: none !important; }
    .news_list_sTop .c_title{ margin-bottom: 0.4em; }
    .c-sib-slide{ margin-left: 0; }
    .c-sib-slide li{ width: 100%; padding-left: 0; margin-bottom: 2.5em; }
    .c-sib-slide li .p_text{ min-height: 0; }
    .products_list_m{ margin-left: 0; }
    .products_list_m ul li{ width: 100%; padding-left: 0; }
    .products_list_33{ margin-left: 0; }
    .products_list_33 ul li{ width: 100%; padding-left: 0; }
    .tarif_note{ padding-left: 0; margin-top: -2em; }
    .maiokaTeamSection ul{ grid-template-columns: repeat(2, 1fr); }
    .hours_box ul li img{ height: 180px; }
    .hours_title{ font-size: 20px; margin-top: -120px; }
    .hours_sub{ margin-bottom: 70px; }
    .news_list_s ul li p.n_img{ width: 90px; height: 66px; }
    .news_list_s ul li p.n_img img{ width: 90px; height: 66px; }
    .news_list_s ul li p.n_ttl{ padding: 0 104px 0 0; }
    .news_list_s ul li p.n_date{ padding: 0 104px 0 0; }
    .c-top-newslistTab li{ margin-left: 0; margin-right: 20px; }
    .c-sibBlock > a img{ height: 220px; }
    .onlinestore_title .c_icon{ float: none; display: inline-block; margin: 0 0 2em; }
}

@media screen and (min-width: 769px) {
    .news_list_m .controls{ width: 100%; max-width: 1280px; }
}

/* free lesson form */

.freeLesson_box{
    border-top: 1px solid #DCDCDC;
    padding-top: 60px;
    margin-bottom: 90px;
}
.freeLesson_box .lead_txt{
    margin-bottom: 2.5em;
}
.f_form{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.f_row{
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 20px;
}
.f_row--full{ width: 100%; }
.f_row label{
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 0.6em;
    font-weight: 600;
}
.f_row label em{
    color: #C82832;
    font-style: normal;
    padding-left: 3px;
}
.f_row input[type="text"],
.f_row input[type="email"],
.f_row input[type="tel"],
.f_row select,
.f_row textarea{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    background: #ffffff;
    padding: 0.95em 1em;
    font-size: 15px;
    font-family: inherit;
    color: #282828;
    border-radius: 0;
    -webkit-appearance: none;
}
.f_row textarea{
    height: 130px;
    resize: vertical;
    line-height: 1.6;
}
.f_row input:focus,
.f_row select:focus,
.f_row textarea:focus{
    outline: none;
    border-color: #282828;
}
.f_hp{
    position: absolute;
    left: 0;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.f_consent{
    font-size: 0.82em;
    line-height: 1.6;
    display: -webkit-box;
    display: flex;
}
.f_consent input{
    margin: 4px 10px 0 0;
    flex-shrink: 0;
}
.f_consent a{
    border-bottom: 1px solid #282828;
}
.f_submit{
    background: #282828;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding: 1.25em 4em;
    line-height: 1;
}
.f_submit:hover{ opacity: 0.75; }
.f_submit[disabled]{ opacity: 0.4; cursor: default; }
.f_msg{
    font-size: 0.9em;
    padding: 1em 0 0;
    display: none;
}
.f_msg.s-ok{ display: block; color: #282828; }
.f_msg.s-err{ display: block; color: #C82832; }
.f_note{
    font-size: 0.78em;
    margin-top: 1.4em;
    color: #282828;
}

@media screen and (max-width: 767px) {
    .f_form{ margin-left: 0; }
    .f_row{ width: 100%; padding-left: 0; }
    .freeLesson_box{ padding-top: 40px; margin-bottom: 60px; }
    .f_submit{ width: 100%; padding: 1.25em 0; }
}

/* voices */

.voices_box{
    margin-bottom: 90px;
}
.voices_box .lead_txt{
    margin-bottom: 3em;
}
.voices_list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.voices_list li{
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}
.v_inner{
    border-top: 1px solid #DCDCDC;
    padding-top: 26px;
}
.v_head{
    display: -webkit-box;
    display: flex;
    align-items: center;
    margin-bottom: 1.4em;
}
.v_head img{
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 18px;
    flex-shrink: 0;
}
.v_name{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
}
.v_job{
    font-size: 0.8em;
    color: #C82832;
    line-height: 1.5;
}
.v_quote{
    font-size: 0.93em;
    line-height: 1.85;
}
.v_quote span{
    display: block;
    margin-bottom: 1em;
}
.v_meta{
    font-size: 0.78em;
    margin-top: 1.4em;
    padding-top: 1em;
    border-top: 1px solid #dcdcdc;
}

/* faq */

.faq_box{
    margin-bottom: 90px;
}
.faq_list{
    border-bottom: 1px solid #DCDCDC;
}
.faq_list li{
    border-top: 1px solid #DCDCDC;
    padding: 1.6em 0;
}
.faq_q{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 0.7em;
    padding-left: 34px;
    position: relative;
}
.faq_q:before{
    content: 'Ε.';
    position: absolute;
    left: 0;
    top: 0;
    color: #C82832;
    font-weight: bold;
}
.faq_a{
    font-size: 0.93em;
    line-height: 1.85;
    padding-left: 34px;
    position: relative;
}
.faq_a:before{
    content: 'Α.';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #282828;
}
.faq_a b{ font-weight: 600; }

.c-teamCard .t_teaches{
    font-size: 0.78em;
    margin-top: 0.9em;
    padding-top: 0.9em;
    border-top: 1px solid #DCDCDC;
    line-height: 1.6;
}
.c-teamCard .t_teaches b{
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .voices_list{ margin-left: 0; }
    .voices_list li{ width: 100%; padding-left: 0; margin-bottom: 2.5em; }
    .v_head img{ width: 60px; height: 60px; margin-right: 14px; }
    .faq_q{ font-size: 15px; padding-left: 28px; }
    .faq_a{ padding-left: 28px; }
    .voices_box, .faq_box{ margin-bottom: 60px; }
}

/* subpages */

.c-main--sub{
    padding-top: 74px;
}
.subpage_head{
    border-bottom: 1px solid #DCDCDC;
    padding: 60px 0 40px;
    margin-bottom: 50px;
}
.subpage_head h1{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: 0.02em;
    margin-bottom: 0.5em;
}
.subpage_head .s_lead{
    font-size: 15px;
    line-height: 1.85;
    width: 100%;
}
.subpage_head .s_upd{
    font-size: 0.78em;
    color: #C82832;
    margin-top: 1.4em;
}

.legal_txt{
    width: 100%;
    margin-bottom: 90px;
}
.legal_txt h3{
    font-size: 16px;
    font-weight: bold;
    margin: 2.4em 0 0.8em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #DCDCDC;
}
.legal_txt h3:first-child{ margin-top: 0; }
.legal_txt p{
    font-size: 0.93em;
    line-height: 1.9;
    margin-bottom: 1.2em;
}
.legal_txt ul{
    margin: 0 0 1.4em;
}
.legal_txt ul li{
    font-size: 0.93em;
    line-height: 1.8;
    padding-left: 16px;
    position: relative;
    margin-bottom: 0.5em;
}
.legal_txt ul li:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0.82em;
    width: 6px;
    height: 1px;
    background: #282828;
}
.legal_txt a{
    border-bottom: 1px solid #282828;
}
.legal_txt table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.6em;
    font-size: 0.85em;
}
.legal_txt table th,
.legal_txt table td{
    border: 1px solid #DCDCDC;
    padding: 0.8em 1em;
    text-align: left;
    vertical-align: top;
}
.legal_txt table th{
    font-weight: bold;
    background: #f6f6f6;
}

/* extended course cards */

.course_full{
    border-top: 1px solid #DCDCDC;
    padding-top: 46px;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.course_full .cf_media{
    width: 38%;
    box-sizing: border-box;
    padding-right: 40px;
}
.course_full .cf_media img{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    margin-bottom: 1.4em;
}
.course_full .cf_spec li{
    font-size: 0.82em;
    line-height: 1.6;
    padding: 0.6em 0;
    border-bottom: 1px solid #DCDCDC;
}
.course_full .cf_spec li b{
    font-weight: 600;
    display: inline-block;
    width: 110px;
}
.course_full .cf_body{
    width: 62%;
    box-sizing: border-box;
}
.course_full .cf_num{
    font-size: 0.75em;
    color: #C82832;
    letter-spacing: 0.1em;
    margin-bottom: 0.6em;
}
.course_full .cf_ttl{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.7em;
}
.course_full .cf_txt{
    font-size: 0.93em;
    line-height: 1.9;
    margin-bottom: 1.6em;
}
.course_full h4{
    font-size: 14px;
    font-weight: bold;
    margin: 1.8em 0 0.8em;
    letter-spacing: 0.04em;
}
.course_full .cf_prog li{
    font-size: 0.9em;
    line-height: 1.75;
    padding: 0.75em 0 0.75em 54px;
    border-top: 1px solid #DCDCDC;
    position: relative;
}
.course_full .cf_prog li em{
    position: absolute;
    left: 0;
    top: 0.75em;
    font-style: normal;
    font-size: 0.8em;
    color: #C82832;
    letter-spacing: 0.05em;
}
.course_full .cf_prog{
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 1.8em;
}
.course_full .cf_who{
    font-size: 0.9em;
    line-height: 1.8;
    background: #f6f6f6;
    padding: 1.4em 1.6em;
    margin-bottom: 1.8em;
}
.course_full .cf_price{
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 0.4em;
}
.course_full .cf_price small{
    font-size: 12px;
    padding-left: 0.8em;
}

@media screen and (max-width: 767px) {
    .subpage_head{ padding: 34px 0 28px; margin-bottom: 34px; }
    .subpage_head h1{ font-size: 23px; }
    .legal_txt{ margin-bottom: 60px; }
    .course_full{ display: block; padding-top: 34px; margin-bottom: 50px; }
    .course_full .cf_media{ width: 100%; padding-right: 0; margin-bottom: 2em; }
    .course_full .cf_body{ width: 100%; }
    .course_full .cf_ttl{ font-size: 20px; }
    .course_full .cf_prog li{ padding-left: 46px; }
}

/* join page */

.joinIntro_box{
    margin-bottom: 70px;
}
.steps_list{
    border-bottom: 1px solid #DCDCDC;
}
.steps_list li{
    border-top: 1px solid #DCDCDC;
    padding: 1.4em 0 1.4em 62px;
    position: relative;
    font-size: 0.92em;
    line-height: 1.8;
}
.steps_list li em{
    position: absolute;
    left: 0;
    top: 1.5em;
    font-style: normal;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    color: #C82832;
}
.steps_list li b{
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0.3em;
}
.joinPay_box{
    border: 1px solid #DCDCDC;
    padding: 34px 36px 36px;
    margin-bottom: 80px;
}
.jp_ttl{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1.2em;
}
.jp_list li{
    font-size: 0.9em;
    line-height: 1.8;
    padding: 0 0 0.9em 16px;
    position: relative;
}
.jp_list li:before{
    content:'';
    position: absolute;
    left: 0;
    top: 0.82em;
    width: 6px;
    height: 1px;
    background: #282828;
}
.jp_list li b{ font-weight: 600; }
.joinPay_box .t_btn{
    margin-top: 1.4em;
}
.t_btn.h-txtLeft{
    text-align: left;
}
.t_btn.h-txtLeft span{
    padding: 1em 3em 1em 3.4em;
}
.t_btn.h-txtLeft span::before{
    left: 3.4em;
}

@media screen and (max-width: 767px) {
    .joinPay_box{ padding: 24px 22px 26px; margin-bottom: 50px; }
    .steps_list li{ padding-left: 52px; }
    .joinIntro_box{ margin-bottom: 46px; }
}

.f_row input.s-invalid,
.f_row select.s-invalid,
.f_row textarea.s-invalid{
    border-color: #C82832;
    background: #fdf6f6;
}
.f_consent input.s-invalid{
    outline: 2px solid #C82832;
}


/* overflow guards */

.top_contents,
.top_contents_inner,
.legal_txt,
.course_full,
.freeLesson_box,
.joinPay_box,
.voices_box,
.faq_box{
    max-width: 100%;
}
.legal_txt p,
.faq_a,
.cf_txt,
.v_quote{
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
    .c-headerMidNav{ left: 168px; }
    .c-headerMidNav__link{ padding: 0 10px; font-size: 12px; }
    .c-header__actions li.h-tbup-only{ display: none !important; }
}

@media screen and (max-width: 767px) {
    .legal_txt table{ font-size: 0.72em; display: block; overflow-x: auto; }
    .legal_txt table th,
    .legal_txt table td{ padding: 0.6em 0.5em; word-break: break-word; }
    .hours_box ul li img{ height: 150px; }
}
