@charset "UTF-8";
/* Message.css */

	

/* pc */
@media screen and (min-width: 501px) {
/*ここにpc用スタイルを記述*/


/*------------ Message ------------*/

#background_message {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/message_bg.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}

h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	color:#483838;
	letter-spacing: 0.15em;
	top: 0;
	padding: 2% 0 3% 6.3%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

h3.font_message {
	font-family: "M PLUS 1p";
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: 800;
	text-align: left;
	padding: 0 0 1.3% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
}

h4.font_message02 {
	font-family: "M PLUS 1p";
	font-size: 1.1em;
	line-height: 1.8em;
	color:#5c5c5c;
	width: 86%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 12% 6.5%;
	margin-top: -0.0em;
	margin-bottom: -0.0em;
	display: inline-block;
}

}
 
 

 
/* smartPhone */
@media screen and (max-width: 500px) {
/*ここにスマホ用スタイルを記述*/



/*------------ Message ------------*/

#background_message {
	margin: 0 auto;
	width: 100%;
	top: 0;
	padding: 0 0 0 0;
	text-align: left;
	background-color: #ffffff;
	background-image: url(../images/message_bg_sp.jpg);
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
}


h2.font_indextitle {
	font-family: 'Quicksand', sans-serif;
	font-size:1.15rem;
	font-weight: normal;
	letter-spacing: 0.05rem;
	top: 0;
	padding: 2% 0 3% 6.3%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}

h3.font_message {
	font-family: "M PLUS 1p";
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4rem;
	text-align: left;
	padding: 0 0 1.3% 6.5%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
}

h4.font_message02 {
	font-family: "M PLUS 1p";
	font-size: 0.78rem;
	font-weight: normal;
	line-height: 1.2rem;
	color:#5c5c5c;
	width: 88%;
	text-align: left;
	padding: 0 0 10% 6.5%;
	margin-top: -0.0rem;
	margin-bottom: -0.0rem;
	display: inline-block;
}

}




