@charset "utf-8";

/***************************************************************************
 *
 * SCHOOL STYLE
 *
 ***************************************************************************/

.boxItem {
    display: flex;
    flex-wrap: wrap;
    margin-left: 3px;
}

.boxItem .photo {
    width: 345px;
}

.boxItem .text {
    width: calc(100% - 345px);
    font-size: 16px;
    padding-left: 53px;
    margin-top: -12px;
    letter-spacing: -0.8px;
    line-height: 2.25;
}

.resetStyle .areaTitle {
    font-size: 36px;
    color: #094296;
    text-align: center;
    border-bottom: 2px solid #094296;
    padding-bottom: 22px;
}

/*AREAARCHIVE*/
.areaArchive {
    padding-top: 0px;
    margin-bottom: 91px;
}

/*AREAARCHIVE*/

/*AREAGREETING*/
.areaGreeting {
    margin-bottom: 68px;
}

.areaGreeting .boxItem {
    margin-top: 56px;
}

/*AREAGREETING*/

/*AREARECOMMENDED*/
.areaRecommended {
    margin-bottom: 269px;
}

.areaRecommended .listPage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
    margin: 0 -13px;
    transform: translateX(-3px);
}

.areaRecommended .listPage li {
    position: relative;
    width: 344px;
    margin: 0 12px 30px;
}

.areaRecommended .listPage li a {
    display: block;
    position: relative;
    border: 1px solid #023f98;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    padding: 34px 0 20px;
    text-align: center;
}

.areaRecommended .listPage li a:before {
    content: '';
    position: absolute;
    top: 19px;
    right: 20px;
    width: 11px;
    height: 10px;
    background: url(../images/school/icon-blank.png) no-repeat center center/100%;
}

.areaRecommended .listPage li .namePage {
    font-size: 20px;
    color: #094296;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/*AREARECOMMENDED*/

/*SP STYLE*/
@media screen and (max-width: 767px) {
    .areaArchive {
        padding: 0px 0 30px;
        margin-bottom: 30px;
    }

    .boxItem {
        margin-left: 0;
    }

    .boxItem .photo {
        width: 100%;
        margin-bottom: 20px;
    }

    .boxItem .photo img {
        width: 100%;
    }

    .boxItem .text {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        margin-top: 0;
        letter-spacing: 0;
        line-height: 2.1;
        text-align: justify;
    }


    .areaTitle {
        font-size: 24px;
        padding-bottom: 10px;
        border-width: 1px;
    }

    .areaGreeting {
        margin-bottom: 30px;
    }

    .areaGreeting .boxItem {
        margin-top: 30px;
    }

    .areaRecommended {
        margin-bottom: 0;
    }

    .areaRecommended .listPage {
        padding: 30px 0;
        margin: 0;
        transform: none;
    }

    .areaRecommended .listPage li a {
        padding: 30px 0 20px;
    }

    .areaRecommended .listPage li .namePage {
        font-size: 16px;
        margin-bottom: 10px;
    }
}