@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+3){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(6n+1){background: url(../cl/img/event_bg.png) repeat 0 0 #FDEEEE;}
#eventHanger dl:nth-child(6n+2){background: url(../cl/img/event_bg.png) repeat 0 0 #ECF8FD;}
#eventHanger dl:nth-child(6n+3){background: url(../cl/img/event_bg.png) repeat 0 0 #F7F2F8;}
#eventHanger dl:nth-child(6n+4){background: url(../cl/img/event_bg.png) repeat 0 0 #F4F9E5;}
#eventHanger dl:nth-child(6n+5){background: url(../cl/img/event_bg.png) repeat 0 0 #FDF2EB;}
#eventHanger dl:nth-child(6n+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;
}

#eventHanger dl dd .btnHanger{margin: 20px auto 0 auto;}

#eventHanger dl dd .btnHanger a{padding: 15px 0;}

.eventPhoto{padding-bottom: 10px;}

.eventPhoto img{
	width: 220px;
	margin: 40px 40px 0 0;
}

.eventPhoto img:nth-child(4n){margin: 40px 0 0 0;}


/**************************************************
 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-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 5px;
}

#ranking{
	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;
}

#ranking dl{
	width: 300px;
	margin: 30px 0 0 0;
	border: 3px solid #FF4C4C;
	padding: 15px;
	
	background-color: #FFF2F2;
}

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

#ranking dl:nth-child(3n){margin: 30px 0 0 0;}

#ranking dl dt{
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
	text-align: left;
	padding: 0;
	font-weight: 700;
}

#ranking dl dt small{
	display: block;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
}

#ranking dl dd{
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.0;
	padding: 10px 0 0 0;
	text-align: center;
	font-weight: 500;
}

#ranking dl dd small{
	display: inline;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 5px;
}

#ranking dl dd span{
	display: inline;
	font-weight: 700;
	font-size: 50px;
	font-size: 5.0rem;
	color: #FF4C4C;
	padding: 0;
	margin: 0;
}


/**************************************************
 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.style1 .photoHanger{float: right;}
.voiceHanger.style1 .voiceCont{float: left;}
/*.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-weight: 500;
	font-size: 20px;
	font-size: 2.0rem;
}

.voiceCont dl{
	padding: 30px 0 0 0;
	margin: 0 0 0 30px;
}

.voiceHanger.style1 .voiceCont dl{margin: 0 30px 0 0;}

.voiceCont dl dt{
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}

.voiceCont dl dd{
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	padding: 10px 0 0 0;
}

.voiceHanger.dd .voiceCont p{background-color: #F0908A;}
.voiceHanger.dd .voiceCont dl dt{color: #E2514B;}
.voiceHanger.gd .voiceCont p{background-color: #7ECEF4;}
.voiceHanger.gd .voiceCont dl dt{color: #1C95E6;}
.voiceHanger.il .voiceCont p{background-color: #B7D450;}
.voiceHanger.il .voiceCont dl dt{color: #7CA817;}
.voiceHanger.ci .voiceCont p{background-color: #F4A57A;}
.voiceHanger.ci .voiceCont dl dt{color: #E96B3A;}
.voiceHanger.ac .voiceCont p{background-color: #DAB643;}
.voiceHanger.ac .voiceCont dl dt{color: #BA8212;}
.voiceHanger.pd .voiceCont p{background-color: #FCC80E;}
.voiceHanger.pd .voiceCont dl dt{color: #F99D01;}
.voiceHanger.gj .voiceCont p{background-color: #94D1CA;}
.voiceHanger.gj .voiceCont dl dt{color: #56ABA0;}

.voiceNavi ul{	
	font-size: 0;
	font-weight: 500;
	margin-top: 60px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.voiceNavi ul li{
	display: table;
	width: calc(50% - 1px);
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin: 1px 1px 1px 0;
	text-align: center;
}
.voiceNavi ul li:nth-child(2n){margin: 1px 0 1px 1px;}
.voiceNavi ul li a{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	padding: 0 5px;
	background-color: #E60012;
	color: #FFFFFF;
	position: relative;
}
.voiceNavi ul li a:hover{
	background-color: #000000;
	text-decoration: none;
}
.voiceNavi ul li a::before{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	right: 20px;
	top: calc(50% - 6px);
	transform: rotate(45deg);
}

/*.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;}*/


/**************************************************
 instagram
**************************************************/
#instagram{}

#instagram ul{
	font-size: 0;
	padding-top: 30px;
	text-align: center;
}

#instagram ul li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 210px;
	height: 210px;
	margin: 0 20px;
	overflow: hidden;
	/*font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	text-align: left;*/
}

#instagram ul li img{
	width: auto;
	height: 100%;
}



/**************************************************
 tiktok
**************************************************/
#tiktok ul{
	margin-top: 20px;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
}
#tiktok ul li{
	width: calc((100% - 30px) / 3);
	margin: 0 12px 0 0;
}
#tiktok ul li:last-of-type{margin: 0;}
#tiktok ul li blockquote{padding: 0;}
#tiktok ul li blockquote:before{display: none;}



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

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

#scheduleHanger dl:nth-child(3n+3){margin: 20px 0 0 0;}
#scheduleHanger dl:nth-child(2n+1){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;
}
	
.eventPhoto{padding-bottom: 0;}

.eventPhoto img{
	/*width: calc(50% - 10px);*/
	width: 100%;
	margin: 20px 0 0 0;
}

/*.eventPhoto img:nth-child(2n){margin: 20px 0 0 20px;}*/
.eventPhoto img:nth-child(4n){margin: 20px 0 0 0;}
	

/** location **********/
#campusInfo dl{
	/*width: calc(50% - 10px);*/
	width: 100%;
	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;
}

#ranking dl{
	width: calc(50% - 5px);
	margin: 20px 0 0 0;
}

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

#ranking dl:nth-child(2n){margin: 20px 0 0 10px;}

#ranking dl dt{
	font-size: 16px;
	font-size: 1.6rem;
}

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

#ranking dl dd{
	font-size: 25px;
	font-size: 2.5rem;
}

#ranking dl dd small{
	font-size: 10px;
	font-size: 1.0rem;
}

#ranking dl dd span{
	font-size: 45px;
	font-size: 4.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;
	padding: 20px 0 0 0;
}

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

.voiceCont dl dt{
	font-size: 16px;
	font-size: 1.6rem;
}

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

.voiceNavi ul{margin-top: 40px;}
.voiceNavi ul li{
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.3;
}
.voiceNavi ul li a{padding: 0 25px;}
.voiceNavi ul li a::before{
	width: 6px;
	height: 6px;
	right: 10px;
	top: calc(50% - 5px);
}



/** instagram **********/
#instagram ul{padding-top: 10px;}

#instagram ul li{
	width: calc(50% - 5px);
	height: calc(50vw - 20px);
	margin: 10px 0 0 0;
}

#instagram ul li:nth-child(2n){margin: 10px 0 0 10px;
}
	

	
/** tiktok **********/
#tiktok ul{margin-top: 10px;}
#tiktok ul li{
	width: 100%;
	margin: 0;
}
/*#tiktok ul li blockquote {
}*/


}