@charset "utf-8";
/* CSS Document */
.news_header {
	background-image: url(../img/news/head_bg.jpg);
	height: 514px;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.news_header_h1 {
	text-align: center;
	margin-bottom: 26px;
}
.news_header_h1 span {
	font-size: 50px;
	padding-bottom: 20px;
}
.news_header_h1 h1 {
	font-size: 20px;
	font-weight: normal;
}
.news_detail_header {
	text-align: center;
	margin-bottom: 50px;
}
.news_detail_header span {
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
}
.news_detail_header h2 {
	margin: 0;
	padding: 0;
	line-height: 1;
	color: #91c419;
	font-size: 36px;
}
.news_detail_body p{
	font-size: 18px;
	line-height: 1.8;
}
.news_detail_body p a {
	color: #628bff;
	text-decoration: underline;
}
.news_detail_footer {
	padding-top: 50px;
	text-align: center;
}
.news_detail_footer a.btn {
	padding-left: 30px;
	padding-right: 30px;
}




@media screen and (max-width: 990px) {
	.news_detail_body p{
		padding: 0 20px;
	}
	.news_header {
		background-image: url(../img/news/head_bg.jpg);
		height: 40vw;
		background-size: auto 100%;
		margin-bottom: 10vw;
	}
	.news_header_h1 span {
		font-size: 8vw;
		padding-bottom: 20px;
	}
	.news_header_h1 h1 {
		font-size: 3vw;
	}
	.news_header_h1 {
		margin-bottom: 2vw;
	}
	.news_detail_header h2 {
		font-size: 5vw;
	}
	.news_detail_header span {
		margin-bottom: 1.5vw;
		font-size: 3.5vw;
	}
	.news_detail_header {
		margin-bottom: 8vw;
	}
	.news_detail_footer a.btn {
		padding-left: 7vw;
		padding-right: 7vw;
		font-size: 4vw;
	}
	.news_detail_footer {
		padding-top: 10vw;
	}
}












