@charset "UTF-8";


/* -------------------------------------
activities
------------------------------------- */
#activities.blk .ttl {
	margin-bottom:45px;
}
#pillar {
	margin-bottom:80px;
}
#pillar h3 {
	font-size:3.0em;
	font-weight:normal;
	text-align:center;
	margin-bottom:35px;
}
#activities_list li {
	margin-bottom:-15px;
	position:relative;	
}
#activities_list li .page .bg {
	width:50%;
	float:left;
	margin-right:50%;
	margin-bottom:15px;
	background-color:rgba(29,90,164,0.75);
	position:relative;
}
#activities_list li .page .bg:nth-child(even) {
	float:right;
	margin-right:0%;
	margin-left:50%;
}
#activities_list li .page .bg:last-child {
	margin-bottom:0;
}
#activities_list li .page dl {
	width:100%;
	padding:10px 10px 13px 20px;
	box-sizing:border-box;

}

#activities_list li .page dl dt, #activities_list li .page dl dd {
	font-size:2em;
	line-height:26px;
	color:#fff;
}
#activities_list.en li .page dl dd {
	font-size:1.7em;
	line-height:23px;
	word-break:break-all;
}
#activities_list li .page dl dt {
	font-size:2.2em;
	margin-bottom:5px;
}

#activities_list li img {
	width:100%;
	max-width:1440px;
	height:auto;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	z-index:-1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


#detail h3 {
	font-size:2.8em;
	font-weight:normal;
	text-align:center;
	margin-bottom:42px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
#detail .flt-l {
	width:51%;	
}
#detail .flt-l h4 {
	font-size:1.8em;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:6px;
}
#detail .flt-l ul {
	padding-left:2em;
	margin-bottom:21%;
}
#detail .flt-l ul.mgbn {
	margin-bottom:0;
}
#detail .flt-l ul li {
	font-size:1.4em;
	line-height:1.8;
	text-indent:-1em;
	padding-left:1em;
}
#detail .flt-l .pdfblk {
	padding:60px 0;
}
#detail .flt-l .pdfblk.camp {
	padding:20px 0 120px;
}
#detail .flt-l .act_pdf {
	/*font-size:16px;*/
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
}

#detail ul.flt-r {
	width:46.3%;
}
#detail ul.flt-r li {
	margin-bottom:25px;
}
#detail ul.flt-r li img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:5px;
}



@media screen and (max-width:1000px) {
	#pillar h3 {
		font-size:2.7em;
	}
	#activities {
		overflow:hidden;
	}
	#activities_list li .page dl dt {
		font-size:2em;
	}
	#activities_list.en li .page dl dd {
		font-size:1.9em;
		line-height:26px;
	}
	#activities_list li img {
		min-width:1500px;
	}
	
	#activities_list li .page .bg {
		width:60%;
		margin-right:40%;
	}
	#activities_list li .page .bg:nth-child(even) {
		margin-left:40%;
	}
	
	#detail h3 {
		font-size:2.7em;
	}
	#detail .flt-l h4 {
		font-size:1.7em;
	}
	#detail .flt-l ul {
		margin-bottom:16%;
	}
	
}
@media screen and (max-width:768px) {
	#pillar h3 {
		font-size:2.4em;
	}
	#activities_list {
		background:url(../imgs/activities/spbg.jpg) no-repeat center center;
		background-size:auto 90%;
	}
	#activities_list li {
		margin-bottom:0px;
	}
	#activities_list li .page {
		position:static;
	}
	#activities_list li .page .bg {
		width:100%;
		margin-bottom:20px!important;
	}
	#activities_list li .page dl dt, #activities_list li .page dl dd {
		font-size:2em;
		line-height:28px;
	}
	
	#activities_list li .page dl dt {
		font-size:1.8em;
	}
	#activities_list li img {
		display:none;
	}
	#detail h3 {
		font-size:2.4em;
	}
	#detail .flt-l {
		width:100%;
		float:none;
	}
	#detail .flt-l h4 {
		font-size:1.6em;
	}
	#detail .flt-l ul {
		margin-bottom:25px;
	}
	#detail .flt-l ul li br {
		display:none;
	}
	#detail ul.flt-r {
		width:100%;
		float:none;
	}

}
@media screen and (max-width:640px) {
	#pillar h3 {
		font-size:2.2em;
	}
	#activities_list li .page dl dt, #activities_list li .page dl dd {
		font-size:1.8em;
		line-height:26px;
	}
	#activities_list li .page dl dt {
		font-size:1.7em;
	}
	#activities_list.en li .page dl dd {
		font-size:1.7em;
		line-height:23px;
	}
	#detail h3 {
		font-size:2.2em;
	}
}
@media screen and (max-width:480px) {
	
}
@media screen and (max-width:320px) {
	#activities_list li .page dl dt, #activities_list li .page dl dd {
		font-size:1.6em;
		line-height:22px;
	}
	#activities_list li .page dl dt {
		font-size:1.5em;
	}
	#activities_list.en li .page dl dd {
		font-size:1.5em;
		line-height:22px;
	}
	#detail .flt-l h4 {
		font-size:1.5em;
	}
	#detail .flt-l ul li {
		font-size:1.3em;
	}
	#detail ul.flt-r li p {
		font-size:1.3em;
	}
}