/********************
 company CSS
********************/

/* #area-headding ----------*/
#area-headding{
	height: 400px;
	text-align: center;
	background: url(../images/company/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/company/ico_company.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: 27px;
	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{
	float: left;
	margin-left: 3em;
	line-height: 1.6667em;
}
#sect-contents .box-contact dd{
	margin-left: 180px;
	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{
		margin-left: 0;
	}
	#sect-contents .box-contact dd{ margin-left: 80px; }
}


@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: 20px;
		padding-top: 30px;
		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{ float: none; }*/
	#sect-contents .box-contact dd{ margin-left: 4em; }
}


/* #sect-greeting ----------*/
#sect-greeting{ margin-bottom: 60px; }
#sect-greeting .txt-greeting,
#sect-greeting .txt-name{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.75em;
	letter-spacing: 0.075em;
}
#sect-greeting .txt-name{
	margin-top: 1.5em;
	text-align: right;
}


@media screen and (max-width: 991px) {
	#sect-greeting{ margin-bottom: 40px; }
	#sect-greeting .txt-greeting,
	#sect-greeting .txt-name{
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	#sect-greeting{ margin-bottom: 30px; }
	#sect-greeting .txt-greeting,
	#sect-greeting .txt-name{
		letter-spacing: 0.05em;
	}
}


/* #sect-overview ----------*/
#sect-overview{ margin-bottom: 60px; }
#sect-overview dl{ margin-bottom: 0; }
#sect-overview dl{ border-top: 1px solid #ccc; }
#sect-overview dl dt,
#sect-overview dl dd{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.6667em;
	letter-spacing: 0.1em;
}
#sect-overview dl dt{
	float: left;
	margin-left: 20px;
	font-weight: normal;
}
#sect-overview dl dd{
	padding-left: 160px;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 991px) {
	#sect-overview{ margin-bottom: 40px; }
	#sect-overview dl dt,
	#sect-overview dl dd{
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	#sect-overview{ margin-bottom: 30px; }
	/*#sect-overview dl dt,
	#sect-overview dl dd{
		font-size: 14px;
	}*/
	#sect-overview dl dt{
		float: none;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#sect-overview dl dd{
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 10px;
	}
}


/* #sect-business ----------*/
#sect-business{ margin-bottom: 60px; }
#sect-business h3{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
#sect-business h2 + h3{ margin-top: 0; }
.box-business{
	padding: 20px;
	border-bottom: 1px solid #ccc;
}
#sect-business h3 + .box-business{
	border-top: 1px solid #ccc;
}
.box-business h4,
.box-business p{
	margin: 0;
	font-size: 15px;
}
.box-business p{ margin-top: 10px; }

@media screen and (max-width: 991px) {
	#sect-business{ margin-bottom: 40px; }
	#sect-business h3{
		margin-top: 30px;
		margin-bottom: 15px;
		text-align: center;
	}
	.box-business{
		padding: 15px;
	}
}

@media screen and (max-width: 767px) {
	#sect-business{ margin-bottom: 30px; }
	#sect-business h3{
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.box-business{
		padding: 10px 0;
	}
	/*.box-business h4,
	.box-business p{
		font-size: 14px;
	}*/
	.box-business p{ margin-top: 5px; }
}


/* #sect-access ----------*/
#sect-access #google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 450px;
    overflow: hidden;
}
#sect-access #google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
	#sect-access #google-map {
		padding-bottom: 50%;
	}
}

@media screen and (max-width: 767px) {
	#sect-access #google-map {
		padding-bottom: 56.25%;
	}

}