@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi03 a {
	border-bottom: 2px solid #fff;
}

.pageTitle {
	background: url(../img/oem/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .contentBox {
	margin-bottom: 110px;
}

#main .headLine01 {
	margin-bottom: 80px;
}

#main .text {
	margin-bottom: 57px;
	line-height: 1.63;
}

#main .imgBox {
	margin-bottom: 58px;
}

#main .imgBox .photoBox {
	float: left;
}

#main .imgBox .textBox {
	width: 420px;
	float: right;
}

#main .imgBox .textBox h3 {
	margin-bottom: 22px;
	font-size: 24px;
}

#main .imgBox .textBox p {
	line-height: 1.63;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		background: url(../img/oem/sp_page_title_bg.jpg) no-repeat center center;
		background-size: cover;
	}

	#main .contentBox {
		margin: 0 15px 25px;
	}

	#main .headLine01 {
		margin-bottom: 22px;
	}

	#main .text {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 1.5;
	}

	#main .imgBox {
		margin-bottom: 18px;
	}

	#main .imgBox .photoBox {
		margin-bottom: 4px;
		float: none;
	}

	#main .imgBox .photoBox img {
		width: 100%;
	}

	#main .imgBox .textBox {
		width: auto;
		float: none;
	}

	#main .imgBox .textBox h3 {
		margin-bottom: 0;
		font-size: 20px;
	}

	#main .imgBox .textBox p {
		font-size: 12px;
		line-height: 1.5;
	}
}

#main .comTopBox .textBox h2 {
	font-size: 50px;
}
