.calenderList section > img{
 width: 100%;
 height: auto;
}
.calenderList table{ width: 100%;}
.calenderList th{
 font-weight: normal;
 background-color: #f3f5f7;
}
.calenderList table tr:first-of-type th{
 font-weight: bold;
 text-align: center;
 background-color: #d0d5da;
 padding: 13px 0;
}
.calenderList td{ width: 465px;}
.calenderList td a{
 display: inline-block;
 position: relative;
 padding-left: 17px;
}
.calenderList td a.hover{ color: #e60012;}
.calenderList td a .redArrowS{
 left: 0;
 top: calc(50% - 5px);
}
.calenderList section p{
 color: #333;
 margin-top: 20px;
 font-size: 1.2rem;
 line-height: 2rem;
}

.calenderList section p.kome{
	display:none;}