.h2privacy {
	margin: 20px auto 10px auto;
	padding: 0 0 10px 0;
	color: #00B7E1;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url("images/counselor/title_bar.svg");
	background-position: bottom center;
	background-size: 170px;
	background-repeat: no-repeat;
}
.h2privacy-bottom {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.privacySec00 {
	margin: 0 auto;
	padding: 168px 20px 0 20px;
	width: calc(100% - 40px);
	max-width: calc(782px - 40px);
	/*text-align: center;*/
}

.privacySec01 {
	margin: 0 auto;
	padding: 0 20px 70px 20px;
	width: calc(100% - 40px);
	max-width: calc(900px - 40px);
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:12px;
	letter-spacing:0.1em;
}

@media only screen and (max-width: 899px) {
	.privacySec00 {
		padding: 100px 20px 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.privacySec00 {
		max-width: 500px;
	}
	.privacySec01 {
		max-width: 500px;
	}
}









