@charset "UTF-8";
.security{
	background-color: #ebebf5;
}
#catch {
	position: absolute;
	width: 100%;
	height: 500px;
	margin-top: 70px;
	background-image: url("../image/security-back.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	overflow: hidden;
	z-index: -1;
}
#securityContainer{
	width: 100%;
	background-color: #ebebf5;
	padding: 100px 0;
}
.contents{
	left:0;
	right:0;
	margin: 0 auto;
	max-width: 1024px;
}
.flexBox{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
.flexBox p{
	width: 83%;
	margin: 0 5% 0 0;
	text-align: justify;
}
#pmark{
	padding: 0 0 50px 0;
}
#pmarkLogo{
	width:12%;
	height: 100%;
}
#pmark h2{
	color: #0050c8;
	padding: 0 0 20px 0;
}
.securityKey{
	width: 20%;
	height: 100%;
	padding: 0 5%;
}
#support h2{
	color: 	#0050c8;
	padding: 0 0 30px 0; 
}
#support h3{
	letter-spacing: 0.1em;
	color: 	#0050c8;
	padding: 5px 0;
	border-bottom: solid 1px #333;
	margin: 0 0 20px 0;
}
#support p{
	text-align: justify;
	padding: 0 0 30px 0;
	font-size: 1.2em;
}
#support{
	padding: 50px 0;
}
@media screen and (max-width: 1024px) {
	#securityContainer{
		padding: 25px 0;
	}
	.contents{
		width: 90vw;
		padding: 25px 0;
	}
}
@media screen and (max-width: 414px) {
	#pmarkLogo{
		width: 60%;
		padding: 5% 20%;
	}
	.flexBox{
		display: block;
	}
	.flexBox p{
		width: 100%;
	}
	.securityKey{
		width: 60%;
		height: 100%;
		padding: 5% 20%;
	}
}