@charset "utf-8";

/* applySection */
#applySection .leadTxt {
    margin-bottom: 40px;
}

#applySection .leadTxt strong {
    display: block;
    margin-bottom: 10px;
}

#applySection .btn {
    max-width: 420px;
}

/* schoolSection */
.schoolSection {
    background-image: url(/_assets/img/education/interview/flow_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.schoolSection:nth-child(odd){
    background-image: none;
}

.schoolSection > div > img.img01 {
    position: absolute;
    top: 0;
    right: 0;
}
.schoolSection > div > img.img02 {
    position: absolute;
    top: 0;
    left: 0;
}
.schoolSection > div > img.img03 {
    position: absolute;
    top: 0;
    right: 0;
}
.schoolSection > div > img.img04 {
    position: absolute;
    top: -30px;
    left: 0;
}

.schoolSection dl{
    margin-bottom: 40px;
}


.schoolSection dl dt{
    width: 18%;
    float: left;
    color: #009481;
    font-size: 2.4rem;
    display: block;

}

.schoolSection dl dd{
    width: 80%;
    float: left;

}

.schoolSection dl dd ul li{
    width: 32%;
    float: left;
    text-align: center;
    padding-bottom: 24px;
    font-size: 1.8rem;
    line-height: 1.3;
    min-height: 4em;
    color:#9e9e9e;
}

.schoolSection dl dd ul li a{
    color:  #222;
    text-decoration: underline;

}

.schoolSection dl dd ul li a:visited{
    color:  #222;

}





/* resultsSection */
#resultsSection {
    background-color: #65c7f1;
}

#resultsSection .subTitle {
    margin-bottom: 20px;
}

#resultsSection .subTitle p {
    color: #fff;
}

#resultsSection .subTitle small {
    color: #cafffa;
}

#resultsSection dl {
    margin-bottom: 35px;
}

#resultsSection dl dt {
    margin-bottom: 50px;
}

#resultsSection dl dd {
    text-align: center;
}

#resultsSection ul li {
    float: left;
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
}

#resultsSection ul li:last-of-type {
    margin-right: 0;
}

#resultsSection > img {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}



.cb{
    display: none;

}


#cboxLoadedContent{
    overflow-y:visible !important;
}

.cbbox{
    width: 800px;
    padding: 30px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.6rem;


}

.cbbox h3{
    color: #009481;
    text-align: center;
    font-size: 180%;
    margin-bottom: 45px;
}

.cbbox h3 span{
    border-bottom: 3px solid #f7ff27;
}

.cbbox ul li{
    width: 49%;
    float: left;
    padding-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 14px;

}

.cbbox ul li:nth-child(even){
    width: 49%;
    float: right;
}

.cbbox ul li:last-child{
    width: 100%;
    float: none;
}


.cbbox ul li .title{
    color:#009481;
    font-weight: bold;
    display: block;
    width: 90px;
    float: left;
}

.cbbox ul li .text{
    display: block;
    margin-left: 90px;
    float: none
}


.cbbox ul li .sname{
    display: block;
    float: left;
}

.cbbox .image{
    text-align: center;
    margin-bottom: 10px;
}

.cbbox .main p{
    line-height:1.8;
}

.cbbox .main .title{
    color:#009481;
    font-weight: bold;

}



/* faqSection */
#faqSection .inquiryContainer {
    margin-top: 60px;
}

/* PC */
@media screen and (min-width: 768px) {
    /* flowSection */
    #flowSection dl dd ul li:nth-of-type(3),
    #flowSection dl dd ul li:last-of-type {
        margin-right: 0;
    }
    
    #flowSection dl dd ul li:nth-of-type(n+4) {
        margin-top: 30px;
    }
    

    
}

/* SP */
@media screen and (max-width: 767px){

    .schoolSection > div > img.img01 {
        position: absolute;
        top: -10px;
        right: 10px;
        width: 20%;
    }
    .schoolSection > div > img.img02 {
        position: absolute;
        top: 0;
        left: 10px;
        width: 20%;
    }
    .schoolSection > div > img.img03 {
        position: absolute;
        top: 0;
        right: 10px;
        width: 20%;
    }
    .schoolSection > div > img.img04 {
        position: absolute;
        top: -30px;
        left: 10px;
        width: 20%;
    }



    #applySection .leadTxt {
        margin-bottom: 30px;
    }
    
    #applySection .leadTxt strong {
        text-align: center;
    }
    
    #applySection .btn {
        max-width: 300px;
    }

    /* schoolSection */
    #schoolSection > div > img {
        right: 10px;
        width: 60px;
    }

    .schoolSection dl{
        margin-bottom: 40px;
    }


    .schoolSection dl dt{
        width: 100%;
        float: none;

    }

    .schoolSection dl dd{
        width: 100%;
        float: none;

    }
    .schoolSection dl dd ul{
        margin-top: 10px;
    }
    .schoolSection dl dd ul li{
        width: 49%;
        float: left;
        text-align: center;
        padding-bottom: 24px;
        font-size: 1.3rem;
        line-height: 1.3;
    }

    .schoolSection dl dd ul li a{

        text-decoration: underline;

    }







    #sample {
        top: -20px;
    }

    /* resultsSection */
    #resultsSection .subTitle {
        margin-bottom: 20px;
    }

    #resultsSection dl {
        margin-bottom: 15px;
    }

    #resultsSection dl dt {
        margin-bottom: 20px;
    }

    #resultsSection ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #resultsSection ul li:last-of-type {
        float: none;
        margin-bottom: 0;
    }

    #resultsSection ul li > img {
        width: 100%;
    }

    #resultsSection > img {
        width: 60px;
        bottom: -10px;
    }

    /* faqSection */
    #faqSection .inquiryContainer {
        margin-top: 40px;
    }




    .cbbox{
        width: 100%;
        padding: 5%;

    }

    .cbbox h3{

        font-size: 120%;
        margin-bottom: 30px;
    }



    .cbbox ul li{
        width: 100%;
        float: none;
        padding-bottom: 5px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 14px;

    }

    .cbbox ul li:nth-child(even){
        width: 100%;
        float: none;
    }

    .cbbox ul li:last-child{
        width: 100%;
        float: none;
    }


    .cbbox ul li .title{
        color:#009481;
        font-weight: bold;
        display: block;
        width: 80px;
        float: left;
    }

    .cbbox ul li .sname{
        display: block;
        float: left;
    }



    .cbbox .image{
        text-align: center;
        margin-bottom: 10px;
    }

    .cbbox .main p{
        line-height:1.8;
    }

    .cbbox .main .title{
        color:#009481;
        font-weight: bold;
    }


}