@charset "UTF-8";
/* CSS Document */
.top-img{
	background-image: url("../img/privacy-img/DSC04153.jpg");
	min-height: 60vh;
	background-position: center center;
}


.privacy-text{
	width: 75%;
	margin: 80px auto 100px;
}
.privacy-text h1{
	font-size: 2rem;
}
.privacy-text h2{
	font-size: 1.5rem;
	text-align: left;
	margin-top: 30px;
}
.privacy-text p{
	font-size: 1.2rem;
	text-align: left;
}


.contact-top {
	width: 100%;
	margin-bottom: 0;
	display: block; /* ←これを追加 */
}