@charset "UTF-8";

.scheduleMain{background:#d8edf4;padding: 30px 40px;height: 440px;}
.scheduleMain .mh2title{font-size:25px;font-family: 'Noto Bold';color:#2c2c2c;position: relative;margin-bottom: 20px;}
.scheduleControl{display:none;}

.event > li{position: relative;margin-bottom: 50px;padding-left: 100px;padding-top: 12px;line-height: 1.6;color:#fff;}
.event-date{text-align: center;width:80px;height:80px;padding-top: 5px;display: inline-block;vertical-align: top;color: #fff;position: absolute;top:0;left:0;background:#2699ce;}
.event-date strong{font-size: 40px;font-family: 'Noto Bold';letter-spacing: -1px;line-height: 1.2;}
.event-date p{font-size: 16px;font-family: 'Noto Light';color: rgba(255,255,255,0.8);line-height: 1;}

.event .date{color:#848484;font-size:16px;font-family: 'Noto Light';}
.event .sub{color: #000;font-size:20px;font-family: 'Noto Light';line-height: 1.4;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.view_more_schedule{position: absolute;top:40px;right:30px;background: url('../images/plus_2_b.png') no-repeat center;text-indent: -9999px;width:20px;height:20px;}
