@charset "UTF-8";
/* CSS Document */
	
header{
	width: 100%;
	height: 488px;
	background: url("../img/privacy/title_bg01.jpg") no-repeat center;
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;
}
header #hero{
	width: 100%;
	height: 100%;
}
header #hero h2{
    font-size: 32px;
    color: #fff;
    position: relative;
}
header #hero h2:before{
	content:"";
	position: absolute;
	display: block;
	width: 300px;
	height: 50px;
	background: url("https://maruokeikaku.co.jp/img/privacy/privacy_text.png") no-repeat;
	right: 0;
	top: 0;
}
header #hero h3{
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
header #hero{
	position: relative;
}
header #hero .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#wrapper{position: static;}
#content{
	background: url("../img/common/cont_bg.png") top center;
}

#privacy-wrap{
    padding: 100px 0 100px 0;
}
#privacy-wrap .inner{
	background-color: rgb(255,255,255,.6);
	/*filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));*/
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.2);
	padding: 40px;
}
#privacy-wrap h1{
    text-align: center;
    font-size: 24px;
    color: #0068BB;
    font-weight: bold;
    margin-bottom: 20px;
}
#privacy-wrap h2{
    text-align: center;
    margin-bottom: 20px;
}
#privacy-wrap h3{}

#privacy-wrap h4{
	border-left: 10px solid #0068BB;
	padding-left: 10px;
    font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#privacy-wrap p{
	margin-bottom: 40px;}
#privacy-wrap p.privacy_txt{
	padding-left: 20px;
}





@media print, screen and (max-width: 767px){
header{
	height: 40vh;
}
header #hero .inner{
	position: relative;
	width:90%;
	margin: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
header #hero h2{
    font-size: 24px;
}
header #hero h3{
    font-size: 16px;
    margin-top: 4%;
}
#privacy-wrap{
    padding: 10% 0 10% 0;
}

#privacy-wrap h1{
    margin-bottom: 6%;
}

#privacy-wrap h4{
	padding-left: 2%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2%;
}
#privacy-wrap p{
	margin-bottom: 8%;
	text-align: justify;
	}
#privacy-wrap p.privacy_txt{
	padding-left: 4%;
}
#privacy-wrap .inner{margin: 4%;padding: 8% 4%;}
}
