@charset "utf-8";

#main_contents h2 p {
	color: #333;
	margin-top: .75rem;
	font-size: 1.1rem;
}
.privacy_wrap:nth-of-type(1) {
	margin-top: clamp(50px, 10vw, 100px);
}
.privacy_wrap:not(:last-of-type) {
	margin-bottom: clamp(50px, 10vw, 100px);
}

.privacy_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: min(94%, 1200px);
	margin: auto;
	gap: clamp(25px, 5vw, 50px) clamp(25px, 5vw, 50px);
	.privacy_box h4 {
		font-size: 1.1rem;
		padding-bottom: .5rem;
		border-bottom: 1px solid #ddd;
		margin-bottom: .5rem;
		font-weight: bold;
	}
}

.purpose {
	width: 100%;
	border: 1px solid #333;
	margin-top: clamp(10px, 2vw, 20px);
	padding: 1.5rem 2rem 2rem;
	background: #fff;
	dt {
		font-weight: bold;
		color: #333;
		width: 100%;
		padding-bottom: .5rem;
		border-bottom: 1px dotted #333;
		margin-bottom: 1rem;
	}
	dd:not(:last-of-type) {
		margin-bottom: .25rem;
	}
}













