@charset "UTF-8";

/* #needs */
#needs .fig-wrap.course_flow figure {
    max-width: 950px;
}

/* #curriculum */
#curriculum .fig-row {
    display: flex;
    gap: 20px;
}

#curriculum .fig-row figure figcaption {
    font-size: 16px;
    text-align: center;
    margin-top: 0.5em;
}

#curriculum .fig-row figure figcaption span {
    display: inline-block;
}

@media only screen and (max-width:767px) {
    #curriculum .fig-row {
        flex-direction: column;
        gap: 4vw;
    }

    #curriculum .fig-row figure figcaption {
        font-size: 3.73vw;
    }
}

/* #graduate */
#graduate .fig-wrap.graduate_course_flow figure {
    max-width: 950px;
}

