.main_header {
	margin-bottom: 63px;
	background: url("../images/privacy/bg_header.jpg") center 0 no-repeat;
}

@media (max-width: 767px) {
	.main_header {
		margin-bottom: 24px;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
.privacy_lead {
	font-size: 14px;
}

.privacy_content {
	margin-bottom: 60px;
}
.privacy_content .ttl01 {
	font-size: 16px;
	margin: 2em 0 1.5em;
}
.privacy_content p {
	font-size: 14px;
	line-height: 2;
}
