@charset "utf-8";
/* CSS Document */

/*
    見出し
================================*/
.p_heading-main {
    margin: 50px 0 30px;
}

.p_notice + .p_cntContainer > .p_heading-main {
    margin-top: 30px;
}

.p_heading-yborder {
    margin: 30px 0 20px;
    padding-left: 10px;
    font-size: 1.2em;
    font-weight: 400;
    color: #256D3D;
    border-left: 4px solid #256D3D;
}

/* ナビ */
.bottomNav_link.coaching span::before {
    content: '\f2b5';
}

.bottomNav_link.lesson span::before {
    content: '\f1d7';
}

.bottomNav_link.applearning span::before {
    content: '\f10b';
}

.bottomNav_link.organization span::before {
    content: '\f1ad';
}

.bottomNav_link.environment span::before {
    content: '\f109';
}

.bottomNav_link span::before {
    font-weight: 400;
}

#coaching::before {
    content: '\f2b5';
}

#lesson::before {
    content: '\f1d7';
}

#applearning::before {
    content: '\f10b';
}

#organization::before {
    content: '\f1ad';
}

#environment::before {
    content: '\f109';
}

/* 画像 */
.p_cntContainer img {
    width: 100%;
}

.sp_display {
    display: none;
}

.main_box-flex .img_applearning {
    width: 41%;
}

/* 動画 */
.p_movie_wrap {
    width: 47.9%;
}

.main_box-pre--b {
    font-weight: 700;
}

/* 申し込みの流れ */
.p_txtFlow__heading{
    color: #FFFFFF;
    background: #28793E;
}

.p_txtFlow__num{
    font: 700 1rem "Noto Sans JP", "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
    line-height: 1.5;
}

.p_txtFlow__ttl{
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 4px 10px;
    color: #28793E;
    border: 1px solid #28793E;
}

.p_txtFlow__sec {
    font-size: 0.9375rem;
    line-height: 1.5;
}

.p_txtFlow__sec span{
    font-size: 0.75rem;
    color: #E20554;
}

/* 2カラム */
.main_box-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.main_box-flex_p {
    width: 53.33%;
}

.reverse_wrap {
    display: flex;
    gap: 30px;
}

.reverse_wrap > img {
    width: 40%;
    object-fit: contain;
}
.main_box-flex_p--movie {
    width: 100%;
}

.p_movie {
    margin-bottom: 20px;
}

.main_box-flex_p .main_box-pre {
    padding: 20px 0 0;
}

.main_box-flex_p > span {
    display: block;
    padding: 0 0 10px 0;
    position: relative;
    font-size: 1.066em;
    font-weight: 700;
    color: #28793E;
    border-bottom: 1px solid #EBEBEB;
}

.main_box-flex_p > span::after {
    content: "";
    display: block;
    width: 2em;
    height: 0.0666em;
    position: absolute;
    left: 0;
    bottom: -0.0666em;
    background-color: #28793E;
}

.reverse_wrap:first-of-type{
    margin-top: 30px;
}

/* よくあるご質問 */
.qa_ul_wrap {
    counter-reset: number 0;
}

.qa_wrap {
    padding: 30px 0 30px;
    position: relative;
    border-bottom: 1px solid #C9C9C9;
}

.qa_wrap:first-of-type {
    padding: 0px 0px 30px;
}

.qa_wrap:last-of-type {
    border-bottom: none;
}

.p_qa--question {
    padding: 0px 0px 10px 2.8em;
    font-size: 0.9375rem;
    font-weight: 700;
}

.p_qa--question::before {
    content: "Q"counter(number)".";
    position: absolute;
    left: 0;
    font-size: 1em;
    color: #28793E;
    counter-increment: number 1;
}

.p_qa--answer {
    padding-left: 2em;
    font-size: 0.9375rem;
}

.p_qa--answer::before {
    content: "A.";
    position: absolute;
    left: 0;
    font-size: 1em;
    font-weight: 700;
    color: #28793E;
}

/* 対応環境について */
.main_env_h {
    padding-bottom: 0.6em;
    vertical-align: middle;
    font-weight: 400;
}

.main_env tr {
    line-height: 1.1;
}

td.main_env_d {
    padding: 0 0 0.6em 0.3em;
    vertical-align: middle;
}

@media screen and (max-width: 599px){    
    .main_box-flex_p {
        width: 100%;
    }

    .pc_display {
        display: none;
    }

    .sp_display {
        display: block;
    }

    .p_movie_wrap {
        width: 100%;
    }

    /* コーチング */
    .reverse_wrap {
        flex-direction: column-reverse;
        gap: 20px;
    }
    
    .reverse_wrap > img {
        width: 100%;
    }

    /* アプリ学習 */
    .sp_display .recipe_img_screen {
        display: block;
        width: 53.8%;
        margin: 50px auto 30px;
    }

    .sp_display .recipe_img_screen_item {
        display: block;
        width: 76%;
        margin: 25px auto 50px;
    }

    .p_heading-recipe {
        display: block;
        margin-bottom: 20px;
        padding: 7px 0;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        color: #FFFFFF;
        background-image: url(/resource/img/bottom/topimg_bottom_pol_bis_09_sp_bar.png);
        background-size: cover;
    }

    .main_box-flex .img_applearning {
        width: 100%;
    }

    .main_box-flex .img_applearning:first-of-type {
        margin-top: 50px;
    }
    
}