/********************
 equipment CSS
********************/

/* #area-headding ----------*/
#area-headding{
	height: 400px;
	text-align: center;
	background: url(../images/equipment/header.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
#area-headding:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 24, 24, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#area-headding h1{
	display: inline-block;
	margin: 150px 0 0;
	padding-left: 1.2em;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.05em;
	position: relative;
}
#area-headding h1:before{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/equipment/ico_equipment.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

/* #sect-contents ----------*/
#sect-contents{
	background-color: #fff;
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}

#sect-contents .txt-lead{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 0.1em;
}

#sect-contents .box-images{ margin-bottom: 20px; text-align: center; }
#sect-contents .box-images img{ max-width: 100%; }

#sect-contents h2{
	margin: 0 0 30px;
	padding-top: 40px;
	font-size: 28px;
	line-height: 1.1em;
	text-align: center;
	position: relative;
}
#sect-contents h2:before{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #3a6bb4;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}

#sect-contents h3{
	margin-top: 0;
	margin-bottom: 10px;
	color: #f73169;
	font-size: 20px;
}
#sect-contents h3 + p{
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.5em;
}

#sect-contents hr.bd-section{
	margin-top: 60px;
	margin-bottom: 0;
}

/* .box-contact ----------*/
#sect-contents .box-contact{
	margin-top: 60px;
}
#sect-contents .box-contact h3{ text-align: center; }
#sect-contents .box-contact dl{
	margin-bottom: 0;
	padding: 20px;
	font-size: 18px;
	border: 1px solid #ccc;
}
#sect-contents .box-contact dt{
	display: table-cell;
	padding: 0 3em;
	line-height: 1.6667em;
	vertical-align: middle;
}
#sect-contents .box-contact dd{
	display: table-cell;
	font-weight: bold;
	line-height: 1.6667em;
}


@media screen and (max-width: 991px) {
	#area-headding{
		height: 360px;
	}
	#area-headding h1{
		margin-top: 130px;
		font-size: 32px;
		line-height: 36px;
	}
	#area-headding h1:before{
		width: 36px;
		height: 36px;
	}
	#sect-contents{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#sect-contents .txt-lead{
		margin-bottom: 40px;
		font-size: 15px;
	}
	#sect-contents .box-images{ margin-bottom: 15px; }
	#sect-contents h3{ font-size: 18px; }

	#sect-contents hr.bd-section{ margin-top: 40px; }
	#sect-contents .box-contact{ margin-top: 40px; }
	#sect-contents .box-contact dl{ font-size: 16px; padding: 16px; }
	#sect-contents .box-contact dt{ padding: 0 1.5em; }
}


@media screen and (max-width: 767px) {
	#area-headding{
		height: 200px;
	}
	#area-headding h1{
		margin-top: 80px;
		font-size: 28px;
		line-height: 32px;
	}
	#area-headding h1:before{
		width: 32px;
		height: 32px;
	}

	#sect-contents{
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#sect-contents .txt-lead{
		margin-bottom: 30px;
		text-align: left;
	}
	#sect-contents .box-images{ margin-bottom: 0; }
	#sect-contents .box-images div{ margin-bottom: 10px; }

	#sect-contents h2{
		margin-bottom: 15px;
		padding-top: 20px;
		font-size: 24px;
	}

	#sect-contents h3{ margin-bottom: 5px; }
	/*#sect-contents h3 + p{
		font-size: 13px;
		line-height: 1.5em;
	}*/

	#sect-contents hr.bd-section{ margin-top: 30px; }
	#sect-contents .box-contact{ margin-top: 30px; }
	#sect-contents .box-contact dl{ padding: 10px; }
	#sect-contents .box-contact dt{ padding: 0 1em 0 0; }
}



#sect-contents .box-equipment-list ul{
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.5em;
}
#sect-contents .box-equipment-list li{
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	/*#sect-contents .box-equipment-list ul{ font-size: 14px; }*/
}