/* アカデミックプランページのCSS */
.academic-page{
    max-width: 1000px;
    margin: 0 auto;
}

.academic-title{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 0;
}

.pricing_section_title{
    color: #042A4C;
    border-bottom: #042A4C 2px solid;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.interview-section-title{
    font-size: 20px;
    font-weight: 700;
    padding: 12px 0 12px 20px; 
    border-left: #042A4C 8px solid;
}

.promo-item-wrapper{
    display: flex;
    justify-content: center;
}

.promo-item{
    margin-top: 30px;
}

h5{
    font-size: 16px;
    font-weight: 700;
}

.promo-item-column{
    width: 340px;
    height: auto;
    padding: 12px 0 30px;
    margin-top: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.promo-item-column img{
    width: 92%;
    display: block;
    border-radius: 10px;
}

.interview_body{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.pop{
    font-size: 18px;
    padding-bottom: 10px;
}

.pop span{
    position: relative;
    display: inline-block;
}

.pop span::before {
    content: "";
    width: 16px;
    height: 19px;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/hidari.png);
    background-size: cover;
    position: absolute;
    left: -35px;
    top: 5px;
}

.pop span::after {
    content: "";
    width: 16px;
    height: 19px;
    background-image: url(https://d1e4giw8bkqfro.cloudfront.net/images/migi.png);
    background-size: cover;
    position: absolute;
    right: -35px;
    top: 5px;
}

.form_area{
    padding-bottom: 30px;
}


@media only screen and (max-width: 1100px) {
    .br-sp{
        display: none;
    }
}


@media only screen and (max-width: 640px) {
    .academic-title{
        font-size: 24px;
        line-height: 33px;
        padding: 0 0 10px;
    }
    .promo-item-column{
        padding-bottom: 12px;
    }
    .br-sp{
        display: block;
    }

}
