@charset "utf-8";
/* CSS Document */

#news-list{
	margin: 80px auto;
}
#news-list h2{
	text-align: center;
	font-size: 200%;
	margin-bottom: 1em;
}
	
#news-list .panel{
	margin: 20px auto;
}
#news-list .panel .l_btn{
	text-align: center;
	margin: 25px auto 0 auto;
	min-width: 100px;
	max-width: 150px;
}

#contents,section#en{
	margin-top:60px
}

#visual .h1-bar em{
	white-space:nowrap;
}


@media screen and (max-width: 999px){ /* tablet,smartphone */
	#visual{
		height: 60vh;
	}
	
	#visual .h1-bar{
		line-height: 1.4;
	}
	#visual .h1-bar em{
		padding-left: 0;
		margin-bottom: 15px;
	}
	#visual .h1-bar em,
	#visual .h1-bar small span{
		display: block;
		font-size:2.4em;
	}

	.pickup li{
		width: 50%;
	}
	.pickup figure{
		height: 250px;
	}
}
@media screen and (min-width: 0px) and (max-width: 600px){ /* smartphone */
	#visual{
		height: 80vh;
	}

	#news-list .panel{
		padding: 15px 10px;
	}

	.news_box .panel ul > li:nth-of-type(4){
		display: none;
	}
}

/* print-css */
@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;
}

}