@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a img {
	visibility: hidden;
}

.pageTitle {
	margin-bottom: 0;
	/*margin-bottom: 37px;*/
	background: url(../../img/service/page_title_bg01.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/service/page_title_bg01.jpg',  sizingMethod='scale');
}

#main {
	width: auto;
}

#main .comImgBox03 .photoBox span {
	padding-top: 37px;
	height: 418px;
	background: url(../../img/service/photo01.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox01 .photoBox span {
	height: 454px;
	background: url(../../img/service/photo02.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox01.bg01 .photoBox span {
	height: 350px;
	background: url(../../img/service/photo04.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox02.bg02 .photoBox span {
	height: 351px;
	background: url(../../img/service/photo05.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#main .comImgBox01 .textBox {
	background-color: #F0F2EE;
}

.notation {
	padding: 10px 0;
	background-color: #F0F2EE;
}

.notation p {
	margin: 0 auto;
	width: 980px;
	font-size: 18px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		margin-bottom: 23px;
		background: url(../../img/service/sp_page_title_bg01.jpg) no-repeat center top;
		background-size: 100% auto;
	}	

	#main {
		margin: 0;
	}
	
	#main .comImgBox03 {
		margin-bottom: 40px;
	}
	
	#main .comImgBox02 {
		margin-bottom:40px;
	}
	
	#main .comImgBox01 .photoBox {
		margin-bottom: 0;
	}
	
	#main .comImgBox01 .textBox {
		padding: 20px 23px 55px;
	}
	
	.notation p {
		width: auto;
		font-size: 14px;
	}
}

@media all and (min-width: 737px) and (max-width: 1050px) {
	#main .comImgBox03 .textBox .subBox {
		padding-left: 32.5%;
	}
	
}