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

/*--------------------------------------
　下層MV
---------------------------------------*/
.mv_lower {
	background-image: url("../images/news/mv.jpg");
}




/*--------------------------------------
　NEWS詳細
---------------------------------------*/
.data {
	font-size: 1.4rem;
	text-align: right;
	margin-bottom: 4rem;
}
.content_field p {
	line-height: 2.25;
}
.content_field p + p {
	margin: 2rem 0;
}
.content_field img {
	margin: 5rem auto;
	display: block;
	
}



@media screen and (max-width: 768px) {
	
	
/*--------------------------------------
　NEWS詳細
---------------------------------------*/
.data {
	margin-bottom: 2rem;
}
.content_field p {
	line-height: 2;
}
.content_field p + p {
	margin: 1.5rem 0;
}
.content_field img {
	margin: 4rem auto;
	display: block;
	
}	
	
	
}