@charset "utf-8";


/**************************************************
 schedule
**************************************************/
#scheduleHanger{font-size: 0;}

#scheduleHanger dl{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 30px 0 0 0;
}

#scheduleHanger dl:nth-child(3n+2){margin: 30px 50px 0 50px;}

#scheduleHanger dl dt{
	padding: 10px;
	text-align: center;
	
	font-size: 18px;
	font-size: 1.8rem;
}

#scheduleHanger dl.sp dt{background-color: #B7D450;/*border-top: 5px solid #9DC234;*/}
#scheduleHanger dl.su dt{background-color: #7ECEF4;/*border-top: 5px solid #5EBAEE;*/}
#scheduleHanger dl.au dt{background-color: #F0908A;/*border-top: 5px solid #E9706A;*/}
#scheduleHanger dl.wi dt{background-color: #CAA9CF;/*border-top: 5px solid #B58CBB;*/}

#scheduleHanger dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 5px 0 0 0;
}

#scheduleHanger dl dd span{
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}

#scheduleHanger dl.sp dd span{background: url(../cl/img/sp_bg.png) no-repeat left 3px; background-size: 10px;}
#scheduleHanger dl.su dd span{background: url(../cl/img/su_bg.png) no-repeat left 3px; background-size: 10px;}
#scheduleHanger dl.au dd span{background: url(../cl/img/au_bg.png) no-repeat left 3px; background-size: 10px;}
#scheduleHanger dl.wi dd span{background: url(../cl/img/wi_bg.png) no-repeat left 3px; background-size: 10px;}

#eventHanger{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#eventHanger dl{
	width: 300px;
	margin: 30px 0 0 0;
}

#eventHanger dl:nth-child(1){background: url(../cl/img/event_bg.png) repeat 0 0 #FDEEEE;}
#eventHanger dl:nth-child(2){background: url(../cl/img/event_bg.png) repeat 0 0 #ECF8FD;}
#eventHanger dl:nth-child(3){background: url(../cl/img/event_bg.png) repeat 0 0 #F7F2F8;}
#eventHanger dl:nth-child(4){background: url(../cl/img/event_bg.png) repeat 0 0 #F4F9E5;}
#eventHanger dl:nth-child(5){background: url(../cl/img/event_bg.png) repeat 0 0 #FDF2EB;}
#eventHanger dl:nth-child(6){background: url(../cl/img/event_bg.png) repeat 0 0 #ECF8FD;}

#eventHanger dl:nth-child(3n+2){margin: 30px 50px 0 50px;}

#eventHanger dl dt img{
	display: block;
	width: 100%;
}

#eventHanger dl dt span{
	display: block;
	padding: 10px 10px 0 10px;
	
	font-size: 15px;
	font-size: 1.5rem;
}

#eventHanger dl dt span small{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 5px;
}

#eventHanger dl dt strong{
	display: block;
	padding: 5px 10px 0 10px;
	
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
	font-weight: normal;
}

#eventHanger dl dt strong small{
	display: block;
	
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 3px;
}

#eventHanger dl dd{
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}

#eventHanger dl dd strong{
	display: block;
	
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 5px;
}


/**************************************************
 location
**************************************************/
#campusInfo{font-size: 0;}

#campusInfo dl{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 30px 0 0 0;
}

#campusInfo dl:nth-child(3n+2){margin: 30px 50px 0 50px;}

#campusInfo dl dt img{
	display: block;
	width: 100%;
}

#campusInfo dl dd{
	padding: 10px 0 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#campusInfo dl dd strong{
	display: block;
	
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 5px;
}


/**************************************************
 voice
**************************************************/	
.voiceHanger{
	margin: 50px 0 0 0;
	font-size: 0;
}

.photoHanger{
	float: left;
	width: 400px;
}
	
.photoHanger img{
	width: 100%;
	display: block;
}

.voiceCont{
	float: right;
	width: 600px;
}

.voiceHanger:nth-child(2n) .photoHanger{float: right;}
.voiceHanger:nth-child(2n) .voiceCont{float: left;}

.voiceCont p{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 15px 30px;
}

.voiceCont p strong{
	display: block;
	
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
}

.voiceCont dl{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	padding: 10px 0;
	margin: 0 0 0 30px;
}

.voiceHanger:nth-child(2n) .voiceCont dl{margin: 0 30px 0 0;}

.voiceCont dl dt{
	
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.voiceCont dl dd{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 5px 0 0 0;
}

.voiceHanger:nth-child(4n+3) .voiceCont p{background-color: #B7D450;}
.voiceHanger:nth-child(4n+3) .voiceCont dl{border-bottom: 1px dotted #B7D450;}
.voiceHanger:nth-child(4n+4) .voiceCont p{background-color: #94D1CA;}
.voiceHanger:nth-child(4n+4) .voiceCont dl{border-bottom: 1px dotted #94D1CA;}
.voiceHanger:nth-child(4n+5) .voiceCont p{background-color: #F0908A;}
.voiceHanger:nth-child(4n+5) .voiceCont dl{border-bottom: 1px dotted #F0908A;}
.voiceHanger:nth-child(4n+6) .voiceCont p{background-color: #DAB643;}
.voiceHanger:nth-child(4n+6) .voiceCont dl{border-bottom: 1px dotted #DAB643;}
.voiceHanger:nth-child(4n+7) .voiceCont p{background-color: #7ECEF4;}
.voiceHanger:nth-child(4n+7) .voiceCont dl{border-bottom: 1px dotted #7ECEF4;}



/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){

/** schedule **********/
#scheduleHanger dl{
	width: calc(50% - 10px);
	margin: 20px 0 0 0;
}

#scheduleHanger dl:nth-child(3n+2){margin: 20px 0 0 0;}
#scheduleHanger dl:nth-child(2n){margin: 20px 0 0 20px;}

#scheduleHanger dl dt{
	font-size: 17px;
	font-size: 1.7rem;
}

#scheduleHanger dl dd{
	font-size: 13px;
	font-size: 1.3rem;
}

#eventHanger dl{
	width: 100%;
	margin: 20px 0 0 0;
}

#eventHanger dl:nth-child(3n+2){margin: 20px 0 0 0;}

#eventHanger dl dt span{
	font-size: 13px;
	font-size: 1.3rem;
}

#eventHanger dl dt span small{
	font-size: 10px;
	font-size: 1.0rem;
}

#eventHanger dl dt strong{
	font-size: 17px;
	font-size: 1.7rem;
}

#eventHanger dl dt strong small{
	font-size: 11px;
	font-size: 1.1rem;
}

#eventHanger dl dd strong{
	font-size: 13px;
	font-size: 1.3rem;
}
	

/** location **********/
#campusInfo dl{
	width: calc(50% - 10px);
	margin: 20px 0 0 0;
}

#campusInfo dl:nth-child(3n+2){margin: 20px 0 0 0;}
#campusInfo dl:nth-child(2n){margin: 20px 0 0 20px;}
	
#campusInfo dl dd{
	font-size: 13px;
	font-size: 1.3rem;
}

#campusInfo dl dd strong{
	font-size: 15px;
	font-size: 1.5rem;
}
	

/** voice **********/
.voiceHanger{margin: 30px 0 0 0;}

.photoHanger{
	float: none;
	width: 100%;
}

.voiceCont{
	float: none;
	width: 100%;
}

.voiceHanger:nth-child(2n) .photoHanger{float: none;}
.voiceHanger:nth-child(2n) .voiceCont{float: none;}

.voiceCont p{
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px;
}

.voiceCont p strong{
	font-size: 18px;
	font-size: 1.8rem;
}

.voiceCont dl{
	display: block;
	width: 100%;
	margin: 0;
}

.voiceHanger:nth-child(2n) .voiceCont dl{margin: 0;}

.voiceCont dl dt{
	font-size: 13px;
	font-size: 1.3rem;
}

.voiceCont dl dd{
	font-size: 13px;
	font-size: 1.3rem;
}


}