.section-faq-top {
    background-image: url(../images/topimage_2x@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-faq-top__text {
    margin: 0 auto;
    padding: 80px 5%;
    text-align: center;
}
.section-faq-top__text h1 {
    margin: 0 auto;
    width: 90px;
}
.section-faq-top__text h2 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 160px;
    font-size: 1.4rem;
    color: #2b6abd;
    position: relative;
}
.section-faq-top__text h2::after {
    content:"";
    position:absolute;
    background:#333333;
    left: 50%;
    top: 90px;
    width:2px;
    height:60px;
}
.section-faq-top__text p {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    padding-bottom: 50px;
}
@media(min-width:780px) {
    .section-faq-top {
        background-image: url(../images/topimage.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
.section-faq-school {
    margin-top: 150px;
    padding: 0 5%;
}
.section-faq-title {
    color: #19167a;
    font-size: 3.0rem;
    padding-bottom: 30px;
}
.section-faq-main dt{
    padding: 30px 0 20px 100px;
    border-top: solid 2px #19167a;
    color: #19167a;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.6rem;
    position: relative;
}
.section-faq-main dt::before {
    content: "Q";
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #1c4caa;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15px;

}
.section-faq-main dd {
    padding: 0 0 40px 100px;
    line-height: 30px;
}
.section-faq-admission {
    margin-top: 60px;
    padding: 0 5%;
}
.section-faq-cost {
    margin-top: 60px;
    padding: 0 5%;
}
.section-faq-last {
    margin-top: 110px;
    padding: 0 5%;
    text-align: center;
}
.section-faq-last__description-text {
    color: #1c4caa;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.0rem;
    letter-spacing: 0.1em;
    padding: 30px 0 50px 0;
}
@media(min-width:780px){
    .section-faq-wrapper {
        max-width: 1040px;
        margin: 0 auto;
    }
    .section-faq-school {
        padding: 0;
    }
    .section-faq-admission {
        padding: 0;
    }
    .section-faq-cost {
        padding: 0;
    }
    .section-faq-last {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 150px;
    }
    .section-faq-last img {
        width: 174px;
        height: 176px;
    }
}