@charset "UTF-8";

.session {
    background-image: url(../img/dna.jpg);
    background-size: cover;
    background-position: center;
}

.session_block {
    padding: 30px 0 30px 0;
}

.session_title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}

.session_text {
    /* width: 80%; */
    margin: 10px auto;
    line-height: 170%;
}

.session_course {
    width: 90%;
    padding-top: 15px;
    margin: 0 auto;
}

.session_guidance {
    display: block;
    text-align: center;
}

.course_block {
    padding-top: 15px;
}

.course_title {
    color: #fff;
    background-color: #040148;
    text-align: center;
    font-size: 16px;
}

.course_menu {
    background-image: url(../img/minamo.jpg);
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    border: 1px solid #040148;
}