@charset "Shift_JIS";

section h2 .sub {
    display: block;
    font-size: .7em;
}
section h2 .sub::before{ content: "\2572";}
section h2 .sub::after{ content: "\2571";}

/* ====================================
#moshikomi ?タブ切り替え
==================================== */
.course .tabs{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    width: 100%;
}

/* ----------------------
?タブ
---------------------- */
.course .tabs li{
    cursor: pointer;
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    padding: 1em;
    width: 32.5%;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.course .tabs li.active{
    position: relative;
    border-bottom: 0;
    font-weight: bold;
    padding: 1.3em 1em;
}

/* .plus */
.course .tabs li.plus{
    background: #EA5520;
    border: 1px solid #EA5520;
    color: #fff;
}
.course .tabs li.plus.active{
    border-bottom: 0;
    background: #fff;
    color: #EA5520;
}



.course .sp-tab-title { display: none;}


/* ====================================
#moshikomi .tab_content
==================================== */
.course .tab_content {
    display: none;
    padding: 30px 30px 0;
    margin-top: -1px;
    background: #fff;
}
.course .tab_content.wrp{ padding: 30px;}

.course .tab_content.active { display: block;}

.course .tab_content h3 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .15em;
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.course .tab_content.content-plus{
    border: 1px solid #EA5520;
}

.course .tab_content.content-plus h3 {
    color: #EA5520;
}

.wrp {
    margin:0 auto 35px;
    padding:5%;
    border:1px solid #ea5520;
}
.spbr {
    display:none;
}

.wrp .btn a.arrow01{ background: #ea5520 url(/school/assets/images/common/btn_icon_arrow01.png) 95% center no-repeat;}
.wrp .btn a.arrow01::after{ content: none;}


.web_course article {
    padding-bottom: 30px;
}

.web_course h3 {
    font-size: 20px;
    font-size: 2.0em;
    border: 1px solid #000;
    padding-bottom: 0;
    margin-bottom: 15px;
    line-height: 2.3;
}

@media screen and (max-width: 599px) {
    .course .tabs {
        align-items: initial;
    }
    .course .tabs li {
        font-size: 12px;
        padding: .5em 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        line-height: 1.6;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .course .tabs li.active {
        font-weight: normal;
        padding: .5em 0;
    }

    .course .tab_content.wrp {
        padding: 30px 5%;
    }

}

