@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

/* h2 */
#contents h2{
	padding:150px 0 100px;
	background:url(images/title-bg.jpg) no-repeat center bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
	margin-bottom:50px;
}
#contents h2.slogan{
	background:url(images/title-bg-slogan.jpg) no-repeat center bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#contents h2.greeting{
	background:url(images/title-bg-greeting.jpg) no-repeat center bottom;
	background-size:100% auto;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-ms-background-size:100% auto;
	-o-background-size:100% auto;
}
#contents h2 span{
	display:block;
	background:#fff;
}
#contents h2 span em{
	display:block;
	width:1100px;
	height:50px;
	margin:0 auto;
	text-align:left;
}
@media screen and (max-width: 768px) {
	#contents h2{
		padding:20px 0 50px;
		background:url(images/title-bg.jpg) center 30px / auto 40px no-repeat ;
		margin-bottom:30px;
	}
	#contents h2.slogan{ background:url(images/title-bg-slogan.jpg) center 30px / auto 40px no-repeat;}
	#contents h2.greeting{ background:url(images/title-bg-greeting.jpg) center 30px / auto 40px no-repeat;}
	#contents h2 span em{
		width: auto;
		height: inherit;
	}
}



/*-----------------------------
	main
------------------------------*/

/* subtitle */
#contents h3{
	color:#595858;
	font-size:16px;
	padding-bottom:10px;
	border-bottom:1px dotted #5B5858;
	margin-bottom:15px;
}

.mb70{
	margin-bottom:70px;
}
.mb75{
	margin-bottom:75px;
}




