@charset "UTF-8";
/*------------------------------------------------------------common*/
#pagetitle{
	background: url(../img/title_img/coating.png) top center no-repeat;
	background-size: cover;
	min-height: 300px;
}
.pagetitle{
	position: relative;
}
.pagetitle h2{
	position: absolute;
	top: 115px;
	left: 10px;
	font-size: 48px;
	line-height: 90%;
}
.pagetitle p{
	font-size: 30px;
	font-weight: 700;
}
section{
	width: 100%;
	min-width: 1140px;
	padding: 60px 0;
}
h3{
	font-family: "NotoSansBold";
	font-size: 30px;
	color: #B80032;
	margin-bottom: 30px;
}
h4{
	font-family: "NotoSansBold";
	font-size: 18px;
	margin-bottom: 10px;
}
h5{
	font-family: "NotoSansBold";
	font-size: 22px;
	margin-bottom: 10px;
}
section p{
	text-align: left;
	margin-bottom: 6px;
}
/*------------------------------------------------------------bodycoat*/
.boby01 div{
	float: left;
	width: 510px;
	min-height: 470px;
	padding: 30px;
}
#boby01{
	background: #000;
}
#body02{
	background: url(../img/common_img/stripe_bg.png);
}
#body03{
	text-align: left;
	background: #000;
	border-top: 1px #dfdfdf solid;
	padding: 25px 15px;
}
.txt_area{
	width: 800px;
}
.ph_area{
	width: 230px;
}
/*------------------------------------------------------------barrier*/
.barrier div{
	float: left;
	width: 510px;
	min-height: 410px;
	padding: 30px;
}
#barrier01{
	background: #171c20;
}
#barrier02{
	background: url(../img/common_img/stripe_bg.png);
}