@charset "utf-8";

.alumni-date {
    position: relative;
}

.alumni-date div {
    font-size: 1.35rem;
    font-weight: 600;
    background-color: #9ebc19;
    color: #fff;
    padding: 12px 15px 10px;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: -20%;
    bottom: 20%;
    line-height: 1.5;
}


.alumni-date p{
    margin:10px 0 0 0;
}

.alumni-date span {
    display: block;
    font-size: .875rem;
}



/* モニター幅960px以下 */
@media only screen and (max-width:960px){

}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:767px){
    .alumni-date div {
        display: block;
        position: static;
        left: 0;
        bottom: 10%;
        width: 100%;
    }
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}
