@charset "utf-8";
/*////////////////////////////////////
セキュリティーポリシー
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#security_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
}
#under_title {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
#under_title h2 {
	font-size: 5rem;
	font-weight: 300;
	line-height: 1.2;
	color: #555;
}
#under_title h2::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 20px;
	border-top:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#under_title h2::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 20px;
	border-bottom:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

}
@media screen and (min-width: 0px) and (max-width: 767px) {
#security_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
}
#under_title {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
#under_title h2 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.2;
	color: #555;
}
#under_title h2::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 10px;
	border-top:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#under_title h2::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 10px;
	border-bottom:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

}

@media screen and (min-width: 768px) {
.security_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px;
	border-bottom: 1px solid #EEE;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.security_info {
	position: relative;
	width: 49%;
	margin-right: 1%;
}
.security_info h3 {
	color: #555;
	font-size: 2.4rem;
	margin-bottom: 1em;
}
.security_info p {
	font-size: 1.6rem;
	line-height: 2;
}
.security_photo {
	position: relative;
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	border: 1px solid #EEE;
}
.security_bt a {
	display: inline-block;
	padding: 16px 50px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #555;
	background: #FFF;
	border: 1px solid #555;
	border-radius: 5px;
	transition: all 0.3s;
}
.security_bt a:hover {
	background: #D6EBF6;
}
.security_bt a i {
	color: #E42B2E;
	margin: 0 10px;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.security_place {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	border-bottom: 1px solid #EEE;
}
.security_info {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.security_info h3 {
	color: #555;
	font-size: 2.4rem;
	margin-bottom: 1em;
}
.security_info p {
	font-size: 1.6rem;
	line-height: 2;
}
.security_photo {
	position: relative;
	width: 100%;
	border: 1px solid #EEE;
}
.security_bt a {
	display: inline-block;
	padding: 16px 10px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #555;
	background: #FFF;
	border: 1px solid #555;
	border-radius: 5px;
	transition: all 0.3s;
}
.security_bt a:hover {
	background: #D6EBF6;
}
.security_bt a i {
	color: #E42B2E;
	margin: 0 10px;
}
}
