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


/*=================================
 :: requirements
=================================*/

#mv.message{
	background: url(../images/bg_message_mv.jpg) center top no-repeat;
	width: 100%;
}

#mv.message div.mvInr{
	padding: 175px 0 245px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#mv.message h1{
	 text-align: left;
	 padding-left: 115px;
}

/* デバイスの横幅が画像サイズを超えた場合 */
@media only screen and (min-width: 1500px) {
#mv.message{
	background-size: cover!important;
}
#mv.message div.mvInr{
	padding: 200px 0 220px;
}
}

#contents article.message p{
	font-size: 15px;
}

#contents article.message div.fltR{
	width: 785px;
}







