@charset "utf-8";

/* ==================================================================

    students.css

=================================================================== */

/* --------------------------------
■共通
-------------------------------- */

p + .frame,
.flex_box + p {
    margin-top: 20px;
}

.link::after {
    top: 0.85em;
}

/* --------------------------------
■menuList
-------------------------------- */ 

#menuList.inner {
    max-width: 1018px;
    margin: auto;
}
#menuList .title + .buttonStyle {
    margin-top: 0;
}
#menuList .buttonStyle a {
    width: 280px;
    max-width: 100%;
}
#menuList figure img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1300px) and (min-width: 768px) {

    #menuList.inner {
        margin-left: 4%;
        margin-right: 4%;
    }
}

@media only screen and
(max-width : 767px) {

    #menuList.inner {
        margin-left: 2vw;
        margin-right: 2vw;
    }
}

/* --------------------------------
■frame.bg_white
-------------------------------- */ 

.frame.bg_white {
    background-color: #fff;
    padding: 34px 44px;
    margin-top: 48px;
}
.frame.bg_white .flex_box p.text {
    width: 38%;
}
.frame.bg_white .flex_box p.text.long {
    width: 45%;
}
.frame.bg_white .flex_box dl {
    gap: 0 15px;
}
.frame.bg_white .flex_box dl a {
    text-decoration:none;
    transition: 0.5s;
}
.frame.bg_white .flex_box dl a:hover {
    opacity: 0.8;
}
.frame.border {
    background-color: #fff;
    border: 2px solid #ddd;
}

@media (max-width: 1300px) and (min-width: 768px) {

    .frame.bg_white .flex_box {
        justify-content: flex-start;
        gap: 20px;
    }
    .frame.bg_white .flex_box p.text,
    .frame.bg_white .flex_box p.text.long {
        width: 100%;
    }
}

@media only screen and
(max-width : 767px) {

    .frame > .flex_box.sp_column {
        gap: 20px 0;
    }
    .frame.bg_white {
        padding: 7vw 4%;
        margin-top: 24px;
    }
    .frame.bg_white .flex_box dl {
        justify-content: flex-start;
    }
}
