.subpage_sub {
	background: #e9f9fe;
	padding: 30px 0;
}
.privacy_ttl {
	border-bottom: 1px dashed #b5b1a0;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 10px 0 6px;
}
 @media screen and (max-width: 767px) {
.subpage_sub {
	padding: 30px 0;
}
.privacy_ttl {
	margin-top: 10px ;
}
}
 @media screen and (min-width: 768px) {
.privacy_ttl {
	margin-top: 20px;
}
}