@charset "utf-8";

.right ul {
    list-style-type: none;
    margin-bottom: 2rem;
    line-height: 1.75;
}



/* モニター幅960px以下 */
@media only screen and (max-width:960px){

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:767px){

    .right ul {
        list-style-type: disclosure-closed;
        margin-bottom: 2rem;
        line-height: 1.75;
    }

    .alumni-date p {
        display: block;
        position: static;
    }
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}
