@charset "utf-8";
/* CSS Document */


/*ページタイトル*/
.c-pagev.c-pagev--edu {
    background: url("../img/education/bg_pagev.jpg") no-repeat center center;
    background-size: cover;
}


/*みらい学舎*/

.c-main--edu .c-container inview-fadein01 {
    max-width: 860px;
}

/*合格者の声*/

.edu-voice {
    background: #FBF8E9;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
}

.edu-voice-txt-01,
.edu-voice-txt-02 {
    color: #406198;
    font-weight: bold;
    line-height: 1.3;
}

.edu-voice-txt-02 {
    padding: 5px 0 10px;
}

.edu-voice-txt-03 {
    line-height: 1.5;
}

.edu-voice-txt-01 strong {
    font-size: 130%;
    display: inline-block;
}

.edu-voice-img {
    width: 60%;
    max-width: 200px;
    margin: 0 auto 15px auto;
}

@media only screen and (min-width:758px) {
    .edu-voice {
        padding: 30px 40px;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    
    
    .edu-voice-img {
        width: 20%;
        margin: 0;
        max-width: inherit;
    }

    .edu-voice-txt {
        width: 76.5%;
    }
}

.edu-jonan-logo {
    text-align: center;
}

.edu-jonan-logo img {
    max-width: 50%;
}