
.fv{
	height: 400px;
	background: url("img/privacy_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.page_ttl {
    line-height: 60px;
}
h6{
	color: #0422cb;
	margin: 30px auto 10px
}
main{
	margin: auto;
	width: 1000px;
	padding: 50px 0
}
.privacy_contact{
	margin-top: 30px
}
@media screen and (max-width: 767px) {
	
main{
	margin: auto;
	width: 90%;
}
.page_ttl {
    top: 40%;
}	
}