
#header h1{

}

#wrap {
	width: 100%;

	margin: 0 auto;
	padding: 0 0 0 0;
}

#kv{
	margin: 0 auto 50px;
	padding: 0 0 0 0;
	position:relative;
	height: 245px;
	background: url(../../images/privacy/sp_kv_bg.jpg)  center center no-repeat;
	background-size:cover;
	min-width: auto;
}

#kv_inner{
	margin: 0 auto;
	padding: 0 0 0 0;
	min-width: auto;
	position:relative;
	height: 245px;
}


#kv_inner h2{
	position: absolute;
	margin: auto;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#kv_inner h2 img{
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.0));
	width:220px;
	height:auto;
	
opacity: 0;
animation-name: animationTxt;
animation-duration: 3.0s;
animation-timing-function: ease;
animation-delay: 0.5s;
animation-fill-mode: forwards;
}

@keyframes animationTxt {
0% {
opacity: 0;
-webkit-transform: translate(0, 0);
}
100% {
opacity: 1;
-webkit-transform: translate(0, 0);
}
}






.content_wrap{
	margin: 0 20px 80px;
	padding: 0 0 0;
	position:relative;
	width: auto;
}



h3.h3_style{
	margin: 0 0 10px;
	padding: 0 0 0;
	text-align:justify;
	position:relative;
	
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:1px;
	color:#000;	
}

.privacy_txt{
	margin: 0 0 20px 25px;
	padding: 0 0 0;
	text-align:justify;
	position:relative;
	
	font-size: 12px;
	font-weight:normal;
	line-height: 1.5;
	letter-spacing:1px;
	color:#000;	
}






.effect{
-webkit-box-shadow: 0 7px 6px -6px #666;
-moz-box-shadow: 0 7px 6px -6px #666;
box-shadow: 0 7px 6px -6px #666;
}

.center{
	text-align:center;
}

.pc_only{
	display:none;
}

.img_pc {
	display:none;
}



