/********************
 security CSS
********************/

/* #area-headding ----------*/
#area-headding{
	height: 400px;
	text-align: center;
	background: url(../images/security/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/security/ico_security.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: 60px; }


@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: 40px; }
}
@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: 30px; }
	#sect-contents .box-images div:first-child{ margin-bottom: 15px; }
}


#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 .box-security-type{ margin-bottom: 20px; }
#sect-contents .box-security-type dt{
	width: 140px;
	height: 140px;
	margin: 0 auto 20px;
	text-align: center;
	border: 4px solid #3a6bb4;
	border-radius: 50%;
	position: relative;
}
#sect-contents .box-security-type dt > span{
	display: block;
	color: #3a6bb4;
	font-size: 28px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
#sect-contents .box-security-type dd{
	font-size: 15px;
}

#sect-home-security,
#sect-office-security{ margin-bottom: 60px; }

#sect-office-security .box-security-image{
	margin-bottom: 40px;
}
#sect-office-security .box-performance{
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
}
#sect-office-security .box-performance h3{
	margin: 0 0 10px;
	font-size: 20px;
	color: #f73169;
}
#sect-office-security .box-performance p{
	margin: 0;
}

#sect-service .box-service-image{
	text-align: center;
}

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

/* .box-contact ----------*/
#sect-contents .box-contact{
	margin-top: 40px;
}
#sect-contents .box-contact h3{
	margin: 0 0 10px;
	font-size: 20px;
	color: #f73169;
	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) {
	#sect-contents .box-security-type{ margin-bottom: 10px; }
	#sect-home-security,
	#sect-office-security{ margin-bottom: 40px; }
	#sect-office-security .box-security-image{
		margin-bottom: 30px;
	}
	#sect-office-security .box-performance p{
		font-size: 15px;
	}
	#sect-service .box-service-image img{
		max-width: 100%;
	}

	#sect-service + hr.bd-section{ margin-top: 40px; }
	#sect-contents .box-contact{ margin-top: 30px; }
	#sect-contents .box-contact h3{ font-size: 18px; }
	#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) {
	#sect-contents h2{
		margin-bottom: 20px;
		padding-top: 30px;
		font-size: 24px;
	}
	#sect-contents .txt-lead br.sm-only,
	#sect-office-security .box-performance br.sm-only{
		display: none !important;
	}

	#sect-contents .box-security-type dt{
		width: 120px;
		height: 120px;
		margin-bottom: 15px;
	}
	#sect-contents .box-security-type dt > span{
		font-size: 24px;
	}
	#sect-contents .box-security-type dd{
		font-size: 14px;
	}

	#sect-contents .box-security-type{ margin-bottom: 0; }
	#sect-home-security,
	#sect-office-security{ margin-bottom: 30px; }
	#sect-office-security .box-security-image{
		margin-bottom: 20px;
	}
	#sect-office-security .box-performance p{
		text-align: left;
	}

	#sect-service + hr.bd-section{ margin-top: 30px; }
	#sect-contents .box-contact{ margin-top: 20px; }
	/*#sect-contents .box-contact h3{ font-size: 16px; }*/
	#sect-contents .box-contact dl{ padding: 10px; }
	#sect-contents .box-contact dt{ padding: 0 1em 0 0; }

}
