@charset "utf-8";
/* CSS Document */
#visual{
	display: block;
	position: relative;
	height: 80vh;
	overflow: hidden;
}
#visual > ul::after{
	content: "";
	position: absolute;
	width: 30%;
	max-width: 450px;
	min-width: 300px;
	height: 314px;
	background: url("/lab/lab_hg/images/top/img_visual_txt.png") no-repeat left center;
	background-size: contain;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}
#visual > ul{
	position: relative;
	height: 80vh;
	overflow: hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
#visual .slick-list,
#visual .slick-track{
	height: 100%;
}
#visual .slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.top_contents{
	padding-bottom: 60px;
}
.top_contents > article,
.top_contents > section{
	margin-top: 60px;
}
.slider li{
	box-sizing: border-box;
	padding: 0 10px;
}
.slider li img{
	margin: 0 auto;
}

.topics{
	max-width: 1360px;
}

#news-list{
	background:rgba(241,244,244,1.00);
	padding: 40px 0 0 0;
}
#news-list h2{
	text-align: center;
	font-size: 200%;
	margin-bottom: 1em;
}
#news-list .tablabel{
	width: 98%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#news-list .tablabel li{
	padding-right: 1em;
	text-align: center;
	font-size: 90%;
}
#news-list .tablabel li.cate_all{ padding-right: 5em; }
#news-list .tablabel li a{
	display: block;
	border-radius: 20px;
	padding: 3px 20px;
	min-width: 90px;
	background: #212121;
	color: #fff;
	border: 2px solid #212121;
	transition: all ease .3s;
}
#news-list .tablabel li.cate_yaku1 a{ background:#d73a27; border-color: #d73a27; }
#news-list .tablabel li.cate_yaku2 a{ background:#e67928; border-color: #e67928; }
#news-list .tablabel li.cate_yaku3 a{ background:#639746; border-color: #639746; }
#news-list .tablabel li.cate_yaku4 a{ background:#e8566f; border-color: #e8566f; }
#news-list .tablabel li.cate_yaku5 a{ background:#742d71; border-color: #742d71; }
#news-list .tablabel li.cate_yaku6 a{ background:#342dd0; border-color: #342dd0; }

#news-list .tablabel li.active a,#news-list .tablabel li a:hover{ color: #212121; background: #fff; }
#news-list .tablabel li.active.cate_all a,#news-list .tablabel li.cate_all a:hover{ color: #212121; }
#news-list .tablabel li.active.cate_yaku1 a,#news-list .tablabel li.cate_yaku1 a:hover{ color: #d73a27; border-color: #d73a27; }
#news-list .tablabel li.active.cate_yaku2 a,#news-list .tablabel li.cate_yaku2 a:hover{ color: #e67928; border-color: #e67928; }
#news-list .tablabel li.active.cate_yaku3 a,#news-list .tablabel li.cate_yaku3 a:hover{ color: #639746; border-color: #639746; }
#news-list .tablabel li.active.cate_yaku4 a,#news-list .tablabel li.cate_yaku4 a:hover{ color: #e8566f; border-color: #e8566f; }
#news-list .tablabel li.active.cate_yaku5 a,#news-list .tablabel li.cate_yaku5 a:hover{ color: #742d71; border-color: #742d71; }
#news-list .tablabel li.active.cate_yaku6 a,#news-list .tablabel li.cate_yaku6 a:hover{ color: #342dd0; border-color: #342dd0; }

	
#news-list .panel{
	width: 98%;
	margin: 20px auto;
	background: #fff;
	box-sizing: border-box;
}
#news-list .panel div{
	padding: 20px;
}
#news-list .panel .l_btn{
	text-align: center;
	margin: 25px auto 0 auto;
	min-width: 100px;
	max-width: 150px;
}

.pickup{
	padding: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.pickup li{
	width: 25%;
}
.pickup li a{
	display: block;
	color: #fff !important;
	text-decoration: none !important;
	transition: all ease .3s;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.pickup li a:hover{
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.1);
}
.pickup article{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: #fff;
	padding: 5px 30px;
	width: 100%;
	box-sizing: border-box;
	transform: translateY(40%);
	transition: all ease .5s;
}
.pickup a:hover article{
	transform: translateY(0);
}
.pickup .date_cate{
	font-size: 90%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.pickup .title{
	font-weight: bold;
	transition: all ease .3s;
}
.pickup .title span{
	font-weight: normal;
	margin-top: 10px;
	display: block;
	font-size: 90%;
}
.pickup figure{
	width: 100%;
	height: 280px;
	overflow: hidden;
	background: #000;
}
.pickup figure img{
	transition: all ease .3s;
	opacity: 0.8;
	transform: scale(1.02);
}
.pickup a:hover figure img{
	transform: scale(1.06);
	opacity: 0.5;
}

.parents_links img{
	object-position: center top;
}
.parents_links section:last-of-type{
	width: 100%;
	margin-bottom: 0;
}
.parents_links h2 span{
	font-size: 1.6em;
}
.parents_links section:nth-of-type(1) h2{
	border-color: #2e4fb5 !important;
}
.parents_links section:nth-of-type(2) h2{
	border-color: #860920 !important;
}
.parents_links section:nth-of-type(3) h2{
	border-color: #249652 !important;
}
.parents_links section:nth-of-type(4) h2{
	border-color: #ab660e !important;
}
.parents_links section:nth-of-type(5) h2{
	border-color: #942eb5 !important;
}

.parents_links section:nth-of-type(1) li{
	background: rgba(35,154,241,1.00);
}
.parents_links section:nth-of-type(2) li{
	background: #860920;
}
.parents_links section:nth-of-type(3) li{
	background: #249652;
}
.parents_links section:nth-of-type(4) li{
	background: #ab660e;
}
.parents_links section:nth-of-type(5) li{
	background: #942eb5;
}


@media screen and (max-width: 999px){ /* tablet,smartphone */
	#visual,
	#visual > ul{
		height: 60vh;
	}
	#visual > ul::after{
		width: 40%;
	}

	#news-list .tablabel{
		width: 100%;
	}
	#news-list .tablabel li{
		padding-right: 10px;
	}
	#news-list .tablabel li.cate_all{ padding-right: 30px }
	#news-list .tablabel li a{
		padding: 3px 10px;
		min-width: 64px;
	}

	.pickup li{
		width: 50%;
	}
	.pickup figure{
		height: 250px;
	}
}
@media screen and (min-width: 0px) and (max-width: 600px){ /* smartphone */
	#visual,
	#visual > ul{
		height: 80vh;
	}
	#visual > ul::after{
		opacity: 0.8;
		width: 40%;
		left: 53%;
		transform: translate(-50%,-50%)
	}

	#news-list .tablabel{
		width: 96%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	#news-list .tablabel li{
		width: 32%;
		padding-right: 1%;
		margin-bottom: 5px;
	}
	#news-list .tablabel li.cate_all{ padding-right: 0; width: 99%; }
	#news-list .tablabel li a{
		padding: 3px 10px;
		min-width: none ;
	}
	#news-list .panel{
		padding: 15px 10px;
	}

}

/* print�pcss */
@media print{
body{
	width:100%;
	box-sizing:border-box;
}
#container{
	width:100%;
	display:flex;
}
header#side{
	display:block;
	width: 25%;
	max-width:250px;
	z-index: 10;
}
#side nav{
	display:block;
	width:100%;
	height:100%;
}
header#side .box{
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	width: 100%;
	background: #fff;
	border-bottom:none;
	border-right: 1px solid #ddd;
}
header#side nav .side_links{
	margin-top: 50px;
}
#fix_navi{
	display:block;
	position:absolute;
	width: 100%;
}
#fix_navi .box{
	font-size:0.7vw;
}

#visual,
#visual > ul{
	width:100%;
	height: auto ;
	max-height:400px;
}
#visual .slick-list,
#visual .slick-track{
	width:100%;
	height: auto;
	max-height:400px;
}
#visual img{
	width:100%;
	height:400px;
}
#visual .slide-animation{
    animation: fade 0s 0s !important;
}
@keyframes fade {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

#news-list .tablabel li a{
	min-width:auto;
	box-sizing:border-box;
	font-size:1vw;
	white-space:nowrap;
	padding:2px 15px;
}

#f_sitemap{
	display:block;
}

}