@charset "UTF-8";
.areaFeat {}
.areaFeat_title {}
.intro {}
.intro_headline {}
.intro_list {
    list-style: none;
}
.intro_list > li {}
.intro_list > li:first-child {}
.intro_list > li:last-child {}
.intro_list > li:nth-child(2n+1) {}
.intro_list > li:nth-child(n+3) {}
.city {}
.city_title {}
.city_sect {}
.city_cols {
    display: flex;
    justify-content: space-between;
}
.city_col {}
.city_col-no1 {
    width: 63%;
}
.city_text {}
.city_col-no2 {
    width: 34%;
}
.city_col-no3 {
    width: 67%;
}
.city_col-no4 {
    width: 29.3%;
}
.city_image {}
.city_image > img {}
.city_cols-rev {
    flex-direction: row-reverse;
}
.course {}
.course_title {}
.course_list {
    list-style: none;
}
.course_list > li {}
.course_list > li:first-child {}
.course_list > li:last-child {}
.course_list > li:nth-child(2n+1) {}
.course_list > li:nth-child(n+3) {}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
    .areaFeat {}
    .areaFeat_title {}
    .intro {}
    .intro_headline {}
    .intro_list {}
    .intro_list > li {}
    .intro_list > li:first-child {}
    .intro_list > li:last-child {}
    .intro_list > li:nth-child(2n+1) {}
    .intro_list > li:nth-child(n+3) {}
    .city {}
    .city_title {}
    .city_sect {}
    .city_cols {}
    .city_col {}
    .city_col-no1 {}
    .city_text {}
    .city_col-no2 {}
    .city_col-no3 {}
    .city_col-no4 {}
    .city_image {}
    .city_image > img {}
    .city_cols-rev {}
    .course {}
    .course_title {}
    .course_list {}
    .course_list > li {}
    .course_list > li:first-child {}
    .course_list > li:last-child {}
    .course_list > li:nth-child(2n+1) {}
    .course_list > li:nth-child(n+3) {}
}
@media screen and (max-width:767px) {
    .areaFeat {}
    .areaFeat_title {}
    .intro {}
    .intro_headline {}
    .intro_list {}
    .intro_list > li {}
    .intro_list > li:first-child {}
    .intro_list > li:last-child {}
    .intro_list > li:nth-child(2n+1) {}
    .intro_list > li:nth-child(n+3) {}
    .city {}
    .city_title {}
    .city_sect {}
    .city_cols {
        display: block;
    }
    .city_col {
        width: auto;
    }
    .city_col-no1 {}
    .city_text {}
    .city_col-no2 {}
    .city_col-no3 {}
    .city_col-no4 {}
    .city_image {
        margin-top: 15px;
    }
    .city_image > img {
        display: block;
        margin: 0 auto;
    }
    .city_cols-rev {}
    .course {}
    .course_title {}
    .course_list {}
    .course_list > li {}
    .course_list > li:first-child {}
    .course_list > li:last-child {}
    .course_list > li:nth-child(2n+1) {}
    .course_list > li:nth-child(n+3) {}
}
