@charset "utf-8";

/* Base Style
----------------------------------------------------- */
	#content-inner {
		padding: 0;
	}



/*SP*/
@media screen and (max-width: 750px) {

}

/*PC*/
@media screen and (min-width: 751px) {
#content,
#footer {
	width: 1200px;
	min-width: 100%;
}
	#content-inner {
		width: 100%;
	}
}

/*Print*/
@media print {
#content {
	margin-top: 0 !important;
	padding-top: 0 !important;
	min-width: 100%;
}
	#content-inner {
		width: 100%;
	}
}


/* Main visual
----------------------------------------------------- */
#mainimg {
	position: relative;
}
		#mainimg .imgDetail01 {
			position: relative;
			background: rgba(0, 0, 0, 0.65);
			z-index: 10;
		}
			#mainimg .imgDetail01 a {
				color: #ffffff;
			}
	#slideList .slide {
		background: #000000;
	}
		#target_navlist {
		}
		#target_navlist:after {
			clear: both;
			content:"";
			display: block;
		}
			#target_navlist li {
				float: left;
				width: 16.66%;
			}
					#mainimg .imgDetail01 a {
						font-weight: bold;
					}
						#mainimg .imgDetail01 a small {
							display: inline-block;
							padding-top: 4px;
							font-weight: normal;
						}
					#mainimg .imgDetail01 a.moreBtn01 {
						font-weight: normal;
					}
#mainImgNav {
	background: url("common/img/bg_sub_nav00.png") repeat left top;
}
	#target_navlist {
			box-sizing: border-box;
	}
		#target_navlist li {
			position: relative;
		}
		#target_navlist li.sub_nav01:after,
		#target_navlist li.sub_nav02:after,
		#target_navlist li.sub_nav03:after,
		#target_navlist li.sub_nav04:after,
		#target_navlist li.sub_nav05:after {
			position: absolute;
			content: "";
			top: 3.86vw;
			right: 0;
			width: 1px;
			height: 9.33vw;
			background-color: #6b6b6b;
		}
			#target_navlist li a {
				display: block;
				background-size: 8.53vw auto !important;
				color: #ffffff;
			}

			#target_navlist .sub_nav01 a {
				background: url("common/img/bg_sub_nav01.png") no-repeat center 2vw;
			}
			#target_navlist .sub_nav02 a {
				background: url("common/img/bg_sub_nav02.png") no-repeat center 2vw;
			}
			#target_navlist .sub_nav03 a {
				background: url("common/img/bg_sub_nav03.png") no-repeat center 2vw;
			}
			#target_navlist .sub_nav04 a {
				background: url("common/img/bg_sub_nav04.png") no-repeat center 2vw;
			}
			#target_navlist .sub_nav05 a {
				background: url("common/img/bg_sub_nav05.png") no-repeat center 2vw;
			}
			#target_navlist .sub_nav06 a {
				background: url("common/img/bg_sub_nav06.png") no-repeat center 2vw;
			}


/*SP & Print*/
@media print, screen and (max-width: 750px) {
			#mainimg .imgDetail01 p {
				background: url("img/ico_pickupnav02.png") no-repeat 97% center;
				-webkit-background-size: 16px;
				background-size: 16px;
				padding-bottom: 10px;
			}
				#mainimg .imgDetail01 a {
					display: block;
					margin: 0 10px 10px 10px;
					padding: 10px 8% 10px 10px;
					border-left: 5px solid #03832e;
					color: #ffffff;
				}
				#mainimg .imgDetail01 a.moreBtn01 {
					display: none;
				}
#mainImgNav {
}
		#target_navlist li {
			font-size: 2vw;
			text-align: center;
		}
			#target_navlist li a {
				padding: 10vw 0 1.33vw;
			}
}

/*PC*/
@media screen and (min-width: 751px) {
#mainimg {
	height: auto;
	padding-bottom: 10px;
	background-color: #000000;
}
	#mainimg #slideList {
		max-width: 1200px;
		margin: 0 auto;
	}
		#mainimg .imgDetail01 {
			position: relative;
			height: 80px;
			margin-top: -80px;
			z-index: 100;
		}
		#mainimg .imgDetail01:after {
			clear: both;
			content:"";
			display: block;
		}
			#mainimg .imgDetail01 p {
				width: 960px;
				height: 60px;
				box-sizing: border-box;
				margin: 0 auto;
				padding: 15px 8% 0 20px;
				border-left: 5px solid #03832e;
				font-size: 24px;
			}
				#mainimg .imgDetail01 p small {
					font-size: 14px;
				}
				#mainimg .imgDetail01 a {
					color: #ffffff;
					font-weight: normal;
				}
				#mainimg .imgDetail01  a.moreBtn01 {
					position: relative;
					display: block;
					width: 80px;
					top: -35px;
					left: 978px;
					padding: 8px 0;
					border: 1px solid #ffffff;
					font-size: 16px;
					text-align: center;
					line-height: 1;
				}
				#mainimg .imgDetail01  a.moreBtn01:hover {
					background: rgba(255, 255, 255, 0.6);
					text-decoration: none;
				}
#mainImgNav {
}
	#target_navlist {
		width: 960px;
		margin: 0 auto;
	}
		#target_navlist li.sub_nav01:before,
		#target_navlist li.sub_nav06:after {
			position: absolute;
			content: "";
			width: 1px;
			height: 9.33vw;
			background-color: #6b6b6b;
		}
		#target_navlist li.sub_nav01:before {
			left: 0;
		}
		#target_navlist li.sub_nav06:after {
			right: 0;
		}
		#target_navlist li.sub_nav01:before,
		#target_navlist li.sub_nav01:after,
		#target_navlist li.sub_nav02:after,
		#target_navlist li.sub_nav03:after,
		#target_navlist li.sub_nav04:after,
		#target_navlist li.sub_nav05:after,
		#target_navlist li.sub_nav06:after {
			top: 10px;
			height: 40px;
		}
			#target_navlist li a {
				display: table-cell;
				box-sizing: border-box;
				width: 160px;
				height: 60px;
				padding-left: 50px;
				-webkit-background-size: 38px !important;
				background-size: 38px !important;
				background-position: 10px center !important;
				font-size: 14px;
				vertical-align: middle;
			}
			#target_navlist li a:hover {
				background-color: rgba(0, 0, 0, 1) !important;
				text-decoration: none;
			}
				#target_navlist li a span {
					font-size: 12px;
				}



}

/* em_hokudai
----------------------------------------------------- */
#em_hokudai {
	display: none;
}

#em_hokudai_bnr {
	display: none;
	padding: 0;
}

	#em_hokudai_bnr h2 {
		margin: 0;
		border-bottom: none;
		font-weight: bold;
		text-align: center;
	}
	#em_hokudai_bnr .wrap {
		background: #ffe683;
	}
		#em_hokudai_bnr .wrap a {
			position: relative;
		}

/*SP*/
@media screen and (max-width: 750px) {
#em_hokudai_bnr {
	margin: 70px 10px 0;
}
	#em_hokudai_bnr h2 {
		padding: 20% 0 5%;
			background: #f1c723 url("img/ico_em01_sp.png") no-repeat center 22%;
			-webkit-background-size: 11.5%;
			        background-size: 11.5%;
		font-size: 7.73vw;
	}
	#em_hokudai_bnr .wrap {
		padding: 6% 20px 10%;
	}
		#em_hokudai_bnr .wrap p {
			font-size: 5.33vw;
			line-height: 1.4;
		}
		#em_hokudai_bnr .wrap a {
			display: block;
			position: relative;
			margin-top: 9.66%;
			padding: 8.83% 8.33%;
			background: #f1c723;
			color: #000000;
			font-size: 5.6vw;
			font-weight: bold;
			text-align: left;
		}
		#em_hokudai_bnr .wrap a:after {
			position: absolute;
			content: "";
			width: 2%;
			height: 100%;
			top: 0;
			right: 4.6%;
			background: url("img/ico_em02.png") no-repeat center;
			-webkit-background-size: 100%;
			        background-size: 100%;
		}
}

/*PC*/
@media screen and (min-width: 751px) {
#em_hokudai_bnr {
	width: 960px;
	margin: 70px auto 0;
}
#em_hokudai_bnr:after {
	clear: both;
	content:"";
	display: block;
}
	#em_hokudai_bnr h2 {
		display: table-cell;
		width: 300px;
		padding: 74px 0 25px;
		background: #f1c723 url("img/ico_em01.png") no-repeat center 22px;
		font-size: 20px;
	}
	#em_hokudai_bnr .wrap {
		display: table-cell;
		width: 660px;
		padding: 15px 40px 12px;
		font-size: 16px;
		vertical-align: top;

	}
		#em_hokudai_bnr .wrap a {
			display: inline-block;
			color: #157e2d;
			text-decoration: underline;
		}
		#em_hokudai_bnr .wrap a:hover {
			text-decoration: none;
		}
		#em_hokudai_bnr .wrap a:after {
			position: absolute;
			content: ">";
			margin-left: 0.5em;
		}
		#em_hokudai_bnr .wrap p {
			line-height: 2;
		}
}

/*Print*/
@media print {
#em_hokudai_bnr {
	width: 100%;
	margin: 70px auto 0;
}
#em_hokudai_bnr:after {
	clear: both;
	content:"";
	display: block;
}
	#em_hokudai_bnr h2 {
		display: table-cell;
		width: 300px;
		padding: 74px 0 25px;
		background: #f1c723 url("img/ico_em01.png") no-repeat center 22px;
		font-size: 20px;
	}
	#em_hokudai_bnr .wrap {
		display: table-cell;
		padding: 15px 40px 12px;
		font-size: 16px;
		vertical-align: top;

	}
		#em_hokudai_bnr .wrap a {
			display: inline-block;
			color: #157e2d;
			text-decoration: underline;
		}
		#em_hokudai_bnr .wrap a:hover {
			text-decoration: none;
		}
		#em_hokudai_bnr .wrap a:after {
			position: absolute;
			content: ">";
			margin-left: 0.5em;
		}
		#em_hokudai_bnr .wrap p {
			line-height: 2;
		}


}



/* importantNews01
----------------------------------------------------- */
#importantNews01 {
	padding: 30px 10px 0;
}
	#importantNews01 th {
		padding: 15px 0 !important;
		background: #b10000;
		color: #ffffff;
		font-size: 4.8vw;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	#importantNews01 td {
		padding: 0 15px 15px;
		background: #ffffff;
	}
		#importantNews01 td li {
			padding-top: 15px;
			list-style: disc;
			margin-left: 1em;
			color: #434343;
		}

/*SP*/
@media screen and (max-width: 750px) {
	#importantNews01 table {
		width:100%;
	}
	#importantNews01 th,
	#importantNews01 td {
		display: block;
	}
}

/*PC*/
@media screen and (min-width: 751px) {
#importantNews01 {
	width: 960px;
	margin: 70px auto 0;
	padding: 0;
}
	#importantNews01 th {
		width: 180px;
		font-size: 18px;
	}
	#importantNews01 td {
		font-size: 14px;
		width: 750px;
	}
}

/*Print*/
@media print {
#importantNews01 {
	width: 100%;
	margin: 70px auto 0;
	padding: 0;
}
	#importantNews01 th {
		width: 180px;
		font-size: 18px;
	}
	#importantNews01 td {
		font-size: 14px;
	}
}
}


/* Topics
----------------------------------------------------- */
#topics01 {
	background: #f2f2f2;
}
	#topics01 h2 {
		border-bottom: none !important;
		text-align: center;
	}
		#topicsTab #topicsBtn:after,
		#topicsTab .topicsWrap01 ul:after {
			clear: both;
			content:"";
			display: block;
		}
			#topicsTab #topicsBtn li {
				position: relative;
				float: left;
				background: #ffffff;
				font-weight: bold;
				text-align: center;
				line-height: 1;
				cursor: pointer;
			}
			#topicsTab #topicsBtn li:after {
				position: absolute;
				display: block;
				content: "";
				width: 100%;
			}
			#topicsTab #topicsBtn li.active,
			#topicsTab #topicsBtn li:hover {
				color: #ffffff;
			}
			#topicsTab #topicsBtn li.infoBtn.active,
			#topicsTab #topicsBtn li.infoBtn:hover {
				background: #457c32;
			}
			#topicsTab #topicsBtn li.newsBtn.active,
			#topicsTab #topicsBtn li.newsBtn:hover {
				background: #f0c722;
			}
			#topicsTab #topicsBtn li.studyBtn.active,
			#topicsTab #topicsBtn li.studyBtn:hover {
				background: #b8384a;
			}
			#topicsTab #topicsBtn li.eventBtn.active,
			#topicsTab #topicsBtn li.eventBtn:hover {
				background: #226d9c;
			}
			#topicsTab #topicsBtn li.admissionBtn.active,
			#topicsTab #topicsBtn li.admissionBtn:hover {
				background: #5a3e6d;
			}
			#topicsTab #topicsBtn li.awardBtn.active,
			#topicsTab #topicsBtn li.awardBtn:hover {
				background: #b6540d;
			}

		#topicsTab .topicsWrap01 {
			display: none;
		}
		#topicsTab .topicsWrap01.active {
			display: block;
		}
			#topicsTab .topicsWrap01 li {
				background: #ffffff;
			}
			#topicsTab #eventList.topicsWrap01 li,
			#topicsTab #admissionList.topicsWrap01 li,
			#topicsTab #awardList.topicsWrap01 li {
				border-top: 1px dotted #d2d2d2;
				padding: 15px 0;
			}
			#topicsTab #eventList.topicsWrap01 li:first-child,
			#topicsTab #admissionList.topicsWrap01 li:first-child,
			#topicsTab #awardList.topicsWrap01 li:first-child {
				padding-top: 0;
				border-top: none;
			}
				#topicsTab .topicsWrap01 li time {
					display: block;
					margin-bottom: 10px;
				}
			.list_foot {
				margin: 20px 0;
			}
				.list_foot a {
					display: block;
					color: #ffffff;
					font-weight: bold;
					text-align: center;
				}
				#infoList .list_foot a {
					background: #457c32;
				}
				#newsList .list_foot a {
					background: #f0c722;
				}
				#studyList .list_foot a {
					background: #b8384a;
				}
				#eventList .list_foot a {
					background: #226d9c;
				}
				#admissionList .list_foot a {
					background: #5a3e6d;
				}
				#awardList .list_foot a {
					background: #b6540d;
				}

				.list_foot a:hover {
					opacity: 0.7;
					text-decoration: none;
				}
					.list_foot a span {
						line-height: 1;
					}

/*SP*/
@media screen and (max-width: 750px) {
#topics01 {
	padding: 60px 0 40px;
}
	#topicsTab {
		padding: 0 10px;
	}
		#topics01 h2 {
			padding-bottom: 15px;
		}
			#topics01 h2 img {
				width: 23.86%;
			}
			#topicsTab #topicsBtn li {
				width: 48%;
				margin-bottom: 15px;
				padding: 20px 0;
				font-size: 4.8vw;
			}
			#topicsTab #topicsBtn li:nth-child(even) {
				float: right;
			}
			#topicsTab #topicsBtn li:after {
				bottom: -9px;
				height: 9px;
				-webkit-background-size: 15px !important;
				background-size: 15px !important;
			}
			#topicsTab #topicsBtn li.infoBtn.active:after,
			#topicsTab #topicsBtn li.infoBtn:hover:after {
				background: url("img/bg_topics01_sp.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.newsBtn.active:after,
			#topicsTab #topicsBtn li.newsBtn:hover:after {
				background: url("img/bg_topics02_sp.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.studyBtn.active:after,
			#topicsTab #topicsBtn li.studyBtn:hover:after {
				background: url("img/bg_topics03_sp.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.eventBtn.active:after,
			#topicsTab #topicsBtn li.eventBtn:hover:after {
				background: url("img/bg_topics04_sp.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.admissionBtn.active:after,
			#topicsTab #topicsBtn li.admissionBtn:hover:after {
				background: url("img/bg_topics05_sp.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.awardBtn.active:after,
			#topicsTab #topicsBtn li.awardBtn:hover:after {
				background: url("img/bg_topics06_sp.png") no-repeat center bottom;
			}
		#topicsTab #eventList,
		#topicsTab #admissionList,
		#topicsTab #awardList {
			padding: 15px;
			background: #ffffff;
		}
			#topicsTab #infoList.topicsWrap01 li,
			#topicsTab #newsList.topicsWrap01 li,
			#topicsTab #studyList.topicsWrap01 li {
				margin-bottom: 15px;
				padding: 15px;
			}
				#topicsTab .topicsWrap01 li img {
					display: block !important;
					margin: -15px -15px 20px  -15px;
					max-width: calc(100% + 30px);
				}

				.list_foot a {
					padding: 15px 10px 15px;
					font-size: 4.8vw;
				}
					.ico_calendar span {
						padding-left: 9%;
						background: url("common/img/ico_calendar01.png") no-repeat left top;
						-webkit-background-size: 12%;
						background-size: 12%;
					}
					.ico_showall span {
						padding: 1% 0 0 10%;
						background: url("common/img/ico_list02_sp.png") no-repeat left 0.3em;
						-webkit-background-size: 10%;
						background-size: 10%;
					}
}

/*PC*/
@media screen and (min-width: 751px) {
#topics01 {
	padding: 60px 0;
}
		#topics01 h2 {
			margin-bottom: 40px;
			padding: 0;
			border-bottom: none !important;
		}
			#topics01 h2 img {
				width: 121px;
			}
	#topicsTab {
		width: 960px;
		margin: 0 auto;
	}
			#topicsTab #topicsBtn li {
				width: 143.3px;
				margin: 0 0 30px 20px;
				padding: 20px 0;
				font-size: 16px;
			}
			#topicsTab #topicsBtn li:first-child {
				margin-left: 0;
			}
			#topicsTab #topicsBtn li:after {
				bottom: -8px;
				height: 8px;
				-webkit-background-size: 15px !important;
				background-size: 15px !important;
			}
			#topicsTab #topicsBtn li.infoBtn.active:after,
			#topicsTab #topicsBtn li.infoBtn:hover:after {
				background: url("img/bg_topics01.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.newsBtn.active:after,
			#topicsTab #topicsBtn li.newsBtn:hover:after {
				background: url("img/bg_topics02.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.studyBtn.active:after,
			#topicsTab #topicsBtn li.studyBtn:hover:after {
				background: url("img/bg_topics03.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.eventBtn.active:after,
			#topicsTab #topicsBtn li.eventBtn:hover:after {
				background: url("img/bg_topics04.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.admissionBtn.active:after,
			#topicsTab #topicsBtn li.admissionBtn:hover:after {
				background: url("img/bg_topics05.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.awardBtn.active:after,
			#topicsTab #topicsBtn li.awardBtn:hover:after {
				background: url("img/bg_topics06.png") no-repeat center bottom;
			}
		#topicsTab #eventList ul,
		#topicsTab #admissionList ul,
		#topicsTab #awardList ul {
			padding: 15px;
			background: #ffffff;
		}
			#topicsTab #infoList.topicsWrap01 li,
			#topicsTab #newsList.topicsWrap01 li,
			#topicsTab #studyList.topicsWrap01 li {
				float: left;
				box-sizing: border-box;
				width: 310px;
				margin: 0 0 20px 15px;
				padding: 20px;
			}
			#topicsTab #infoList.topicsWrap01 li:nth-child(1),
			#topicsTab #infoList.topicsWrap01 li:nth-child(2),
			#topicsTab #newsList.topicsWrap01 li:nth-child(1),
			#topicsTab #newsList.topicsWrap01 li:nth-child(2),
			#topicsTab #studyList.topicsWrap01 li:nth-child(1),
			#topicsTab #studyList.topicsWrap01 li:nth-child(2) {
				width: 470px;
			}
			#topicsTab #infoList.topicsWrap01 li:nth-child(2),
			#topicsTab #newsList.topicsWrap01 li:nth-child(2),
			#topicsTab #studyList.topicsWrap01 li:nth-child(2) {
				margin-left: 20px;
			}
			#topicsTab #infoList.topicsWrap01 li:nth-child(1),
			#topicsTab #infoList.topicsWrap01 li:nth-child(3),
			#topicsTab #infoList.topicsWrap01 li:nth-child(6),
			#topicsTab #newsList.topicsWrap01 li:nth-child(1),
			#topicsTab #newsList.topicsWrap01 li:nth-child(3),
			#topicsTab #newsList.topicsWrap01 li:nth-child(6),
			#topicsTab #studyList.topicsWrap01 li:nth-child(1),
			#topicsTab #studyList.topicsWrap01 li:nth-child(3),
			#topicsTab #studyList.topicsWrap01 li:nth-child(6) {
				margin-left: 0;
			}
				#topicsTab .topicsWrap01 li img {
					display: block !important;
					max-width: 470px;
					margin: -20px -20px 20px;
				}
				#topicsTab .topicsWrap01 li:nth-child(3) img,
				#topicsTab .topicsWrap01 li:nth-child(4) img,
				#topicsTab .topicsWrap01 li:nth-child(5) img,
				#topicsTab .topicsWrap01 li:nth-child(6) img,
				#topicsTab .topicsWrap01 li:nth-child(7) img,
				#topicsTab .topicsWrap01 li:nth-child(8) img {
					max-width: 310px;
				}
				#topicsTab .topicsWrap01 li:hover img {
					opacity: 0.7;
				}

			.list_foot:after {
				clear: both;
				content:"";
				display: block;
			}
			.list_foot {
				width: 600px;
				margin: 30px auto 20px;
			}
				.list_foot a {
					padding: 22px 10px 18px;
					font-size: 18px;
				}
				#event .list_foot a {
					float: left;
					width: 403px;
					margin-left: 30px;
				}
				#event .list_foot a:first-child {
					margin-left: 0;
				}
					.ico_calendar span {
						padding-left: 34px;
						background: url("common/img/ico_calendar01.png") no-repeat left top;
						-webkit-background-size: 24px;
						background-size: 24px;
					}
					.ico_showall span {
						padding-left: 28px;
						background: url("common/img/ico_list02.png") no-repeat left 0.2em;
						-webkit-background-size: 18px;
						background-size: 18px;
					}
}

/*Print*/
@media print {
#topics01 {
	padding: 60px 0;
}
		#topics01 h2 {
			margin-bottom: 40px;
			padding: 0;
			border-bottom: none !important;
		}
			#topics01 h2 img {
				width: 121px;
			}
	#topicsTab {
		width: 100%;
		margin: 0 auto;
	}
			#topicsTab #topicsBtn li {
				width: 30%;
				margin: 0 0 30px 5%;
				padding: 20px 0;
				font-size: 16px;
			}
			#topicsTab #topicsBtn li:first-child,
			#topicsTab #topicsBtn li:nth-child(4) {
				margin-left: 0;
			}
			#topicsTab #topicsBtn li:after {
				bottom: -8px;
				height: 8px;
				-webkit-background-size: 15px !important;
				background-size: 15px !important;
			}
			#topicsTab #topicsBtn li.infoBtn.active:after {
				background: url("img/bg_topics01.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.newsBtn.active:after {
				background: url("img/bg_topics02.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.studyBtn.active:after {
				background: url("img/bg_topics03.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.eventBtn.active:after {
				background: url("img/bg_topics04.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.admissionBtn.active:after {
				background: url("img/bg_topics05.png") no-repeat center bottom;
			}
			#topicsTab #topicsBtn li.awardBtn.active:after {
				background: url("img/bg_topics06.png") no-repeat center bottom;
			}
		#topicsTab #eventList ul,
		#topicsTab #admissionList ul,
		#topicsTab #awardList ul {
			padding: 15px;
			background: #ffffff;
		}
			#topicsTab #infoList.topicsWrap01 li,
			#topicsTab #newsList.topicsWrap01 li,
			#topicsTab #studyList.topicsWrap01 li {
				float: left;
				box-sizing: border-box;
				width: 50%;
				margin: 0 0 20px;
				padding: 20px;
			}
			#topicsTab #infoList.topicsWrap01 li:nth-child(odd),
			#topicsTab #newsList.topicsWrap01 li:nth-child(odd),
			#topicsTab #studyList.topicsWrap01 li:nth-child(odd) {
				clear: left;
			}
				#topicsTab .topicsWrap01 li img {
					display: block !important;
					max-width: auto;
					margin: -20px 0 20px;
				}
				#topicsTab .topicsWrap01 li img {
					max-width: auto;
				}

			.list_foot:after {
				clear: both;
				content:"";
				display: block;
			}
			.list_foot {
				width: 600px;
				margin: 30px auto 20px;
			}
				.list_foot a {
					padding: 22px 10px 18px;
					font-size: 18px;
				}
				#event .list_foot a {
					float: left;
					width: 403px;
					margin-left: 30px;
				}
				#event .list_foot a:first-child {
					margin-left: 0;
				}
					.ico_calendar span {
						padding-left: 34px;
						background: url("common/img/ico_calendar01.png") no-repeat left top;
						-webkit-background-size: 24px;
						background-size: 24px;
					}
					.ico_showall span {
						padding-left: 28px;
						background: url("common/img/ico_list02.png") no-repeat left 0.2em;
						-webkit-background-size: 18px;
						background-size: 18px;
					}
}


/* largebanner
----------------------------------------------------- */
#largebanner01,
#largebanner02 {
	text-align: center;
}
#largebanner01:after,
#largebanner02:after {
	clear: both;
	content:"";
	display: block;
}
#content-inner #largebanner01 h2,
#content-inner #largebanner02 h2 {
	padding-bottom: 0;
	border-bottom: none;
}

	#climatechange p,
	#researchtimes p,
	#interview01 p,
	#movie01 p {
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	#climatechange h2 + p,
	#researchtimes h2 + p,
	#interview01 h2 + p,
	#movie01 h2 + p {
		margin-bottom: 2em;
	}

	#climatechange h2 img {
		filter: drop-shadow(0 0 2px #4f4f4f);
	}
	#climatechange h2 span {
		display: inline-block;
	}

	#climatechange p {
		color: #fff;
		text-shadow: #4f4f4f 0 0 2px;
	}

#researchtimes {
	background: #fff;
}

#interview01 {
	background: #fff;
}

	#movie01 p {
		color: #fff;
	}

#largebanner01 .moreBtn01,
#largebanner02 .moreBtn01 {
	padding: 0.2em 1em;
	border: 1px solid #fff;
	color: #fff;
}

#researchtimes .moreBtn01,
#interview01 .moreBtn01 {
	border: 1px solid #333;
	color: #333;
}

#largebanner01 .moreBtn01:hover,
#largebanner02 .moreBtn01:hover {
	background: #4b4b4b;
	text-decoration: none;
	color: #fff;
}


/*SP*/
@media screen and (max-width: 750px) {
#climatechange {
	padding: 8vw 0;
	background: url("img/img_climatechange01_sp.jpg") no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}
	#climatechange h2 img {
		width: 70%;
	}
	#climatechange h2 span {
		margin-bottom: 5vw
	}
		#climatechange h2 span img {
			width: 10vw;
		}

#researchtimes {
	padding: 8vw 0;
}
	#researchtimes h2 img {
		width: 70%;
	}

#interview01 {
	border-top: 1px solid #03832e;
	padding: 8vw 0;
}
	#interview01 h2 img {
		width: 70%;
	}


#movie01 {
	padding: 8vw 0;
	background: url("img/img_movie02_sp.jpg") no-repeat center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
}
	#movie01 h2 {
		margin-bottom: 15px;
		padding-bottom: 20px !important;
		background: url("img/bg_h2_sp.png") no-repeat center bottom;
		-webkit-background-size: 7.73%;
		background-size: 7.73%;
	}
	#movie01 h2 img {
		width: 25.33%;
	}

}

/*PC & Print*/
@media print, screen and (min-width: 751px) {
#largebanner01:after,
#largebanner02:after {
	clear: both;
	content:"";
	display: block;
}
#climatechange,
#researchtimes,
#interview01,
#movie01 {
	box-sizing: border-box;
	min-height: 400px;
}

#climatechange {
	float: left;
	width: 45%;
	padding: 40px 0;
	background: url("img/img_climatechange01.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
	#climatechange h2 {
		margin-bottom: 80px;
	}
		#climatechange h2 img {
			width: 400px;
		}
	#climatechange h2 span {
		margin-bottom: 20px;
	}
		#climatechange h2 span img {
			width: 50px;
		}

#researchtimes {
	float: right;
	width: 55%;
	padding: 110px 0 0;
}
	#researchtimes h2 {
		margin-bottom: 97px;
	}
		#researchtimes h2 img {
			width: 500px;
		}
#interview01 {
	float: left;
	width: 55%;
		padding: 60px 0 0;
}
	#interview01 h2 {
		margin-bottom: 30px;
	}

		#interview01 h2 img {
			width: 450px;
		}

#movie01 {
	float: right;
	width: 45%;
	padding: 90px 0 0;
	background: url("img/img_movie02.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
	#movie01 h2 {
		margin-bottom: 78px;
		padding-bottom: 40px !important;
		border-bottom: none !important;
		background: url("img/bg_h2_sp.png") no-repeat center bottom;
		text-align: center;
	}
			#movie01 h2 img {
				width: 135px;
			}




}

/*Print*/
@media print {
}




/* Link
----------------------------------------------------- */
#link01 {
	background: #bbbbbb;
}
	#link01 h2 {
		border-bottom: none !important;
		text-align: center;
	}
	#link01 ul:after,
	#bannerLink li a:after {
		clear: both;
		content:"";
		display: block;
	}
		#link01 ul li {
			float: left;
			border: 1px solid #989898;
			background: #ffffff;
		}
			#link01 ul li img {
				display: block;
			}
			#bannerLink li a {
				display: block;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-align-items: center;
				align-items: center;
				flex-shrink: 0;
				overflow: hidden;
				max-width: 100%;
				box-sizing: border-box;
				color: #2a2a2a;
			}
			#bannerLink li a:hover {
				text-decoration: none;
			}
				#bannerLink li img {
					float: left;
					display: block;
					box-sizing: border-box;
				}
				#bannerLink li span {
					float: left;
					display: block;
					width: 100%;
					text-align: center;
				}
			.textCenter {
				justify-content: center;
				-webkit-justify-content: center;
				align-items: center;
			}

		#otherLink li {
			border: 1px solid #989898;
		}
			#otherLink li a {
				display: block;
				background: #eeeeee;
				color: #2a2a2a;
				text-align: center;
			}
			#otherLink li a:hover {
				background: #ffffff;
				text-decoration: none;
			}

/*SP*/
@media screen and (max-width: 750px) {
#link01 {
	padding: 60px 10px 40px;
}
	#link01 h2 {
		margin-bottom: 30px;
	}
		#link01 h2 img {
			width: 18.66%;
		}
	#link01 ul {
		margin: 0 auto 10px;
	}
		#facilityLink li {
			width: calc(49% - 2px);
			margin-left: 2%;
			margin-bottom: 5px;
		}
		#facilityLink li:nth-of-type(odd) {
			margin-left: 0;
		}
		#bannerLink li {
			width: calc(49% - 2px);
			margin-left: 2%;
			margin-bottom: 5px;
			font-size: 2.6vw;
		}
		#bannerLink li:nth-of-type(odd) {
			margin-left: 0;
		}
			#bannerLink li a {
			}
				#bannerLink li img {
					width: calc(27% - 2px);
				}
				#bannerLink li span {
					width: 100%;
				}
				#bannerLink li img + span {
					float: left;
					display: block;
					width: 100%;
					text-align: center;
				}
			.textCenter {
				padding: 10px 5px !important;
			}
		#otherLink li {
			width: calc(32% - 2px);
			margin-left: 2%;
			margin-bottom: 5px;
		}
		#otherLink li:first-child,
		#otherLink li:nth-child(3n+1) {
			margin-left: 0;
		}
			#otherLink li a {
				padding: 10px 0;
				font-size: 2.1vw;
			}
}

/*PC & Print*/
@media print, screen and (min-width: 751px) {
#link01 {
	padding: 60px 0;
}
	#link01 h2 {
		margin-bottom: 30px;
	}
		#link01 h2 img {
			width: 97px;
		}
	#link01 ul {
		width: 960px;
		margin: 0 auto 10px;
	}
		#facilityLink li,
		#bannerLink li {
			box-sizing: border-box;
			width: 300px;
			margin-left: 30px;
			margin-bottom: 15px;
		}
		#facilityLink li a:hover {
		}
		#facilityLink li:first-child,
		#facilityLink li:nth-child(3n+1),
		#bannerLink li:first-child,
		#bannerLink li:nth-child(3n+1) {
			margin-left: 0;
		}

			#bannerLink li a {
				min-height: 78px;
			}
				#bannerLink li img {
					width: 78px;
				}
				#bannerLink li span {
				}
				#bannerLink li img + span {
				}
		#link01 #otherLink {
			width: 830px;
			margin: 0 auto;
		}
		#otherLink li {
			width: 180px;
			margin: 0 10px 5px;
		}
		#otherLink li:first-child {
		}
			#otherLink li a {
				padding: 10px 0;
				font-size: 16px;
			}
}

/*PC & Print*/
@media print {
#link01 {
	padding: 30px 0;
}
	#link01 h2 {
		margin-bottom: 30px;
	}
		#link01 h2 img {
			width: 78px;
		}
	#link01 ul {
		width: calc(100% - 20px);
		margin: 0 10px 10px;
	}
		#facilityLink li {
			width: 31.7%;
			margin-left: 2%;
			margin-bottom: 15px;
		}
		#facilityLink li:first-child,
		#facilityLink li:nth-child(3n+1) {
			margin-left: 0;
		}
		#bannerLink li {
			width: 23.2%;
			margin-left: 2%;
			margin-bottom: 15px;
			font-size: 14px;
		}
		#bannerLink li:first-child,
		#bannerLink li:nth-child(4n+1) {
			margin-left: 0;
		}
			#bannerLink li a {
				padding: 10px;
			}
				#bannerLink li img {
					width: 56px;
					margin-right: 10px;
				}
		#otherLink li {
			width: 23.2%;
			margin-left: 2%;
		}
}

/*covid-19*/
#covid-19{
	margin-top:60px;
}
#covid-19 .img_list {
	background: #d0dfd4;
}
#covid-19 .img_list:after {
clear: both;
content:"";
display: block;
}

#covid-19 .img_list h2 {
	padding: 10px 0;
	background: #157e2d;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
}
#covid-19 .img_list li{
	text-align: center;
	float: left;
	width: 21%;
	margin: 0 0 15px 30px;
}
#covid-19 .img_list li span{
		display: block;
		margin-bottom: 10px;
	}
#covid-19 .img_list li:last-child{
	margin-right: 30px;
}
#covid-19 .img_list li a:hover{
	opacity: 0.7;
}
/*PC*/
@media screen and (min-width: 751px) {
	#covid-19 .img_list {
	margin: 0 auto;
	width: 960px;
}
}
/*SP*/
@media screen and (max-width: 750px) {
	#covid-19 .img_list {
	margin: 0 10px;
	}
	#covid-19 .img_list li{
		float: left;
		margin: 20px 20px 20px 0;
		width: calc(50% - 30px);
		background: #ffffff;
	}
	#covid-19 .img_list li:first-child{
		margin-bottom: 0;
		margin-left: 20px;
	}
	#covid-19 .img_list li:nth-child(2){
		margin-bottom: 0;
	}
	#covid-19 .img_list li:first-child,
	#covid-19 .img_list li:nth-child(3){
		margin-left: 20px;
	}
	#covid-19 .img_list li:last-child{
		margin-right: 20px;
	}
	#covid-19 .img_list li img{
		width:100%;
	}
}

/* vaccine */
#vaccine .img_list h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	background: #065a82;
	text-align: center;
	font-weight: bold;
	border-bottom: none;
	font-size: 120%;
}
#vaccine .img_list h2 img{
	display: inline-block;
	height: 3rem;
	margin: 0 0.5rem;
}
#vaccine .img_list h2 a{
	display: inline-block;
}

@media screen and (min-width: 751px){
	#vaccine .img_list {
		margin: 0 auto;
		width: 960px;
	}
}

@media screen and (max-width: 750px) {
	#vaccine .img_list {
		margin: 0 10px;
	}
	#vaccine .img_list h2 img{
		width: 8.3vw;
		height: auto;
	}
}
