.headingArea {
	padding: 100px 0;
	background: #EBEDEE url("../images/bg_index01.jpg") no-repeat right center/contain;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1000px) {
	.headingArea {
		padding: 82px 0;
	}
}
.headingArea .tit01 {
	font-size: 26px;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	.headingArea .tit01 {
		font-size: 24px;
	}
}

.privacyArea {
	margin-top: 70px;
}
.privacyArea h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
}
.privacyArea p {
	font-size: 15px;
	margin: 0 0 25px 0;
	line-height: 1.9;
}
.privacyArea ul {
	margin: 0 0 25px 0;
}
.privacyArea ul li {
	font-size: 15px;
	margin: 0 0 10px 25px;
	list-style-type: disc;
}
@media screen and (max-width: 767px) {
	.headingArea {
		padding: 45px 0;
		background: #EBEDEE url("../images/bg_index01_sp.jpg") no-repeat right center/contain;
	}
	.headingArea .tit01 {
		font-size: 20px;
	}
	.headingArea .txt01 {
		font-size: 16px;
		width: 50%;
	}
}
@media screen and (max-width: 767px) and (max-width: 550px) {
	.headingArea .txt01 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) and (max-width: 424px) {
	.headingArea .txt01 {
		margin-top: 15px;
		width: 55%;
	}
}
@media screen and (max-width: 767px) {
	.privacyArea {
		margin-top: 30px;
	}
	.privacyArea p {
		font-size: 14px;
	}
}