

.topVisual { width: 100%; height: 340px; text-align: center; position: relative; margin: 90px 0 0; background: url(../img/privacy/top.jpg); background-size: cover; display: flex; align-items: center; justify-content: center; }
.topVisual h2 { background: #005BAB; width: 540px; height: 140px; color: #FFF; font-size: 40px; line-height: 50px; box-sizing: border-box; padding: 25px; }
.topVisual h2 span { display: block; font-size: 20px; }

.topPrivacy { width: 100%; margin: 0; padding: 80px 0 0; }
.topPrivacy h3 { font-size: 40px; font-weight: 900; line-height: 60px; text-align: center; margin: 0 0 80px; }
.topPrivacy h3 span { display: block; color: #005BAB; font-size: 20px; line-height: 30px; }
.topPrivacy h4 { font-size: 20px; line-height: 30px; margin: 40px 0 0; text-align: left; }
.topPrivacy p { font-size: 16px; line-height: 25px; margin: 0; text-align: left; }
.topPrivacy p+p { font-size: 16px; line-height: 25px; margin: 20px 0 0; text-align: left; }

.topPrivacy ol { font-size: 16px; line-height: 25px; margin: 20px 0; }
.topPrivacy ol li { list-style: numeric; margin: 0 0 0 2em; }


@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1260px) {
	.topVisual { width: 100%; margin: 70px 0 0; }

}


@media only screen and (max-width: 520px) {
	.topVisual { padding: 0 20px; box-sizing: border-box; }

	.topVisual { width: 100%; height: 230px; margin: 70px 0 0; padding: 0 20px; }
	.topVisual h2 { width: 100%; height: 110px; color: #FFF; font-size: 32px; line-height: 30px; padding: 30px; }
	.topVisual h2 span { font-size: 12px; }

	.topPrivacy { padding: 40px 20px 0; box-sizing: border-box; }
	.topPrivacy h3 { font-size: 24px; line-height: 40px; margin: 0 0 40px; }
	.topPrivacy h3 span { font-size: 16px; line-height: 25px; }

	.topPrivacy h4 { }
	.topPrivacy p { }


}