
#contentsheader {
	width: 100%;
	height: 360px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}




#contentsheader2 {
	width: 100%;
	height: 460px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
#contentsheader p.icon {
	width: 55px;
	height: 55px;
	background: url(images/h1_special_icon.svg) no-repeat left top;
	margin: 120px auto 25px;
}
#contentsheader h1 { color: #ffffff; font-size: 48px; margin: 0 auto; }

#contentsSection01 {
	width: 1100px;
	text-align: left;
	padding: 0px 0 20px;
	margin: 0 auto;
}
#contentsSection01 div.center_read {
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#contentsSection01 h2 {
	clear: both;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	padding: 20px 0 20px;
	margin: 30px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0062C4;
}

#contentsSection01 .center_read + .pageancherNavi { display: none; }
#contentsSection01 .pageancherNavi {
	display: table;
	font-size: 15px;
	line-height: 28px;
	padding-left: 40px;
	margin: 50px auto;
}
#contentsSection01 .pageancherNavi br { display: none; }
#contentsSection01 .pageancherNavi li {
	display: table-cell;
	background: url(/images/special/index_arrow.png) no-repeat left 10px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 40px 0 16px;
}
#contentsSection01 .pageancherNavi li a { color: #4679cc; }

#contentsSection01 div.result_list {
	width: auto;
	max-width: 1125px;
	font-size: 0;
	margin-left: calc(25/1125 * -100%);
	overflow: hidden;
}
#contentsSection01 div.result_list a {
	width: calc(350/1125 * 100%);
	max-width: 370px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	overflow: hidden;
	margin-left: calc(25/1125 * 100%);
	margin-bottom: 40px;
}
#contentsSection01 div.result_list a div.photo_box { width: 100%; height: auto; overflow: hidden; position: relative; }
#contentsSection01 div.result_list a div.photo_box img { width: 100%; height: auto; display: block; }
#contentsSection01 div.result_list a div.pub_date {
	color: #999999;
	font-size: 14px;
	line-height: 1em;
	text-align: right;
	margin: 8px 0 0 0;
}
#contentsSection01 div.result_list a div.title {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin: 5px 5px 0 0;
}
#contentsSection01 div.result_list a div.title.textI { text-indent: -0.5em; }
#contentsSection01 div.result_list a p{ font-size: 14px; line-height: 22px; margin: 5px 0 10px 0; }
/******************************************/


#contentsSection01 div.result_list2 {
	width: auto;
	max-width: 1225px;
	font-size: 0;
	margin-left: calc(-50/1225 * -100%);
	overflow: hidden;
}
#contentsSection01 div.result_list2 a {
	width: calc(140/1225 * 100%);
	max-width: 160px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	overflow: hidden;
	margin-left: calc(25/1225 * 100%);
	margin-bottom: 40px;
}
#contentsSection01 div.result_list2 a div.photo_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
photo_box}
#contentsSection01 div.result_list2 a div.photo_box img {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
}
#contentsSection01 div.result_list2 a div.pub_date {
	color: #999999;
	font-size: 14px;
	line-height: 1em;
	text-align: right;
	margin: 8px 0 0 0;
}
#contentsSection01 div.result_list2 a div.title {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin: 5px 5px 0 0;
}
#contentsSection01 div.result_list2 a div.title.textI { text-indent: -0.5em; }
#contentsSection01 div.result_list2 a p{ font-size: 14px; line-height: 22px; margin: 5px 0 10px 0; }

@media screen and (max-width: 1000px) {
	a.anchorMargin { padding-top: 100px; margin-top: -100px; }
}

@media screen and (max-width: 767px) {
	a.anchorMargin { padding-top: 70px; margin-top: -70px; }
}



@media screen and (max-width: 1199px) {
	#contentsheader { height: 320px ; }
	#contentsheader p.icon { margin: 100px auto 25px; }
	#contentsSection01 { width: 992px; }
}

@media screen and (max-width: 992px) {
	#contentsheader { height: 280px; }
	#contentsheader p.icon { margin: 80px auto 25px; }
	
	#contentsSection01 { width:auto; padding: 60px 20px 20px; }
}

@media screen and (max-width: 768px) {
	#contentsheader { height: 240px; }
	#contentsheader p.icon { width: 44px; height: 44px; margin: 60px auto 22px; }
	#contentsheader h1 { font-size: 36px; }
	
	#contentsSection01 { padding: 20px 10px 10px; }
	#contentsSection01 h2{
		clear: both;
		border-bottom: 2px solid #0062c4;
		font-size: 28px;
		line-height: 38px;
		text-align: center;
		padding: 16px 0 18px;
		margin: 30px 0;
	}
	
	#contentsSection01 .pageancherNavi {
		display: block;
		margin: 20px auto;
		text-align: center;
		font-size: 15px;
		line-height: 28px;
		padding-left: 0;
	}
	#contentsSection01 .pageancherNavi li {
		display: inline;
		text-align: left;
		padding: 0 10px 0 14px;
		background: url(/images/special/index_arrow.png) no-repeat left 10px;
	}
	
	#contentsSection01 div.result_list {
	margin-left: -10%;
	overflow: hidden;
	width: auto;
}
	#contentsSection01 div.result_list a {
		width: 40%;
		height: auto;
		display: inline-block;
		text-decoration: none;
		vertical-align: top;
		overflow: hidden;
		margin-left: 10%;
		margin-bottom: 40px;
	}
	
/*******************************/
	
	#contentsSection01 div.result_list2 {
	margin-left: -4%;
	overflow: hidden;
	width: auto;
}
	#contentsSection01 div.result_list2 a {
		width: 46%;
		height: auto;
		display: inline-block;
		text-decoration: none;
		vertical-align: top;
		overflow: hidden;
		margin-left: 4%;
		margin-bottom: 40px;
	}
	
}

@media screen and (max-width: 560px) {
	/* #contentsSection01 .pageancherNavi br { display: block; } */
	#contentsSection01 .pageancherNavi { display: table; }
	#contentsSection01 .pageancherNavi li { display: block; }
}

@media screen and (max-width: 480px) {
	#contentsheader { height :160px; }
	#contentsheader p.icon { width: 33px; height: 33px; margin: 40px auto 16px;
	}
	#contentsheader h1{ font-size: 24px; }
	
	#contentsSection01 div.center_read {
		color: #333333;
		font-size: 14px;
		line-height: 18px;
		text-align: left;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#contentsSection01 h2 {
		clear: both;
		margin: 20px 0;
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		padding: 12px 0 16px;
		border-bottom: solid 2px #0062c4;
	}
	
	
	#contentsSection01 div.result_list {
	overflow: hidden;
	margin-left: 0px;

}
	#contentsSection01 div.result_list { overflow: hidden; margin-left: 0px; }
	#contentsSection01 div.result_list a {
		width: 100%;
		height: auto;
		display: inline-block;
		text-decoration: none;
		overflow: hidden;
		margin-left: 0px;
		margin-bottom: 24px;
		position: relative;
	}
	
/*****************************/	
	
	#contentsSection01 div.result_list2 {
	overflow: hidden;
	margin-left: 0px;
}
	#contentsSection01 div.result_list2 a {
		width: 45%;
		height: auto;
		display: inline-block;
		text-decoration: none;
		overflow: hidden;
		margin-right: 5px;
		margin-left: 10px;
		margin-bottom: 24px;
		position: relative;
	
	
}

@media screen and (max-width: 360px) {
}


