@charset "utf-8";
/* CSS Document */

#mainv div{
	background-image: url("/wp-content/themes/shirayuri/img/privacy/mainv.png");
	background-position: center bottom -340px;
}

@media (max-width: 768px) {
	#mainv div{
		background-position: center bottom;
	}
}

#sec01 .inner{
	max-width: 1240px;
	margin: 120px auto 0;
}

#sec01 .inner h3{
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #3b3c3c;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

#sec01 .inner p{
	margin-bottom: 20px;
}

@media (max-width: 1240px) {
	#sec01 .inner{
		width: 90%;
		margin: 100px auto 0;
	}
}

@media (max-width: 768px) {
	
}