@charset "UTF-8";
/* CSS Document */
.top-img{
	margin-top: 50px;
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
 url("../img/inquiry-img/24613063_m.jpg");
	background-position: bottom;
	background-size: cover;
	clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0 70%);
	height: 50vh;
}
.top-img h1{
	font-size: 2rem;
	padding-top: 200px;
	color: #fff;
letter-spacing: 0.5px; /* 文字の間隔を少し広げる */
}


.privacy-text{
	width: 80%;
	margin: 200px auto;
	text-align: left;
}
.privacy-text h2{
	font-size: 1.5rem;
	margin-top: 50px;
}
.privacy-text p{
	font-size: 1.2rem;
}