.schedule-box{width:100%;padding: 50px 35px; color:#fff; height:620px; position:relative; background:url(./../images/schedule-boxBg.jpg) no-repeat;background-size: cover;}
.schedule-box .title{font-size:32px; font-family:'Noto Regular'; margin-bottom:50px;}
.schedule-box .title:after{content:''; width:30%; height:1px; vertical-align:middle; margin-top:-10px; display:inline-block; border-bottom:1px solid #fff;}
.schedule-box a.more{text-indent:-9999px; position:absolute;right: 35px;top: 60px; width:20px; height:20px; background:url(./../images/schedule-boxMore.png) center center no-repeat; display:block;}
.schedule-box ul li{position:relative; padding:13px 0 20px 100px; margin-bottom:10px;}
.schedule-box ul li .date{width:80px; height:80px; padding-top:20px; left:0; top:0; position:absolute; line-height:1.1; border-radius:100%; text-align:center; background-color:#334787;}
.schedule-box ul li .date strong{display:block; font-size:24px; font-family:'Noto Medium';}
.schedule-box ul li .subject{font-size:19px;}
.schedule-box ul li .subject span{display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
