/* 202606対応_日程表、受講日・受講地の選択、受講日・受講地の変更の翌年(当年)ボタン用 */
.year-chng-btn {
    margin:30px 0 -30px auto;
    width: 25%;
}
.year-chng-btn button {
    width: 100%;
    color: #fff;
    

}
.year-chng-btn button:hover,
.year-chng-btn button:active {
    opacity: 0.7;
    text-decoration: none;
    color: #fff;
}