@charset "utf-8";
/*------------------------------------------------------------
	general
------------------------------------------------------------*/
.section {
	margin: 0 auto;
	width: 90%;
}

.headLine01 {
	margin-bottom: 40px;
	color: #000;
	font-size: 45px;
	line-height: 1.4;
	text-align: center;
}

.headLine01 span {
	margin-bottom: 10px;
	padding-bottom: 12px;
	display: block;
	color: #EB5C20;
	font-size: 34px;
	font-weight: normal;
	position: relative;
}

.headLine01 span:before {
	margin-left: -30px;
	width: 56px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #EB5C20;
}

.pageLead {
	height: 560px;
	position: relative;
	background: url(../images/page_lead01.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.productBg {
	background: url(../images/product_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.newsBg {
	background: url(../images/news_page.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.caseBg {
	background: url(../images/case_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead.contactBg {
	background: url(../images/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageLead h2 {
	margin: 0 auto;
	width: 90%;
	padding-top: 250px;
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	position: relative;
	z-index: 2;
	text-align: center;
}

.pageLead h2 span {
	display: block;
	font-size: 30px;
	font-weight: 200;
	text-transform: uppercase;
}

.pagePath {
	background: #EBEDF0;
}

.pagePath .sub {
	margin: 0 auto;
	padding:  0;
	width: 90%;
	font-size: 17px;
}

.pagePath .left {
	margin-top: 15px;
	padding-left: 40px;
	float: left;
	background: url(../images/home.png) no-repeat left center;
	background-size: 28px 28px;
}

.pagePath .tel {
	padding: 10px 0 10px 36px;
	float: right;
	color: #d40000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../images/icon01.png) no-repeat left center;
	background-size: 26px 26px;
}
