.privacy-wrap {
	padding: 48px 24px 40px;
	background-color: #f0f0f0;
}

.privacy-title {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	line-height: 1.5;
	margin-bottom: 8px;
}

.privacy-title span {
	font-size: 16px;
	font-weight: 700;
}

.privacy-company {
	font-size: 14px;
	color: #555;
	margin-bottom: 24px;
}

.privacy-intro {
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 32px;
}

.privacy-section {
	margin-bottom: 28px;
}

.privacy-section h2 {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}

.privacy-section p {
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	margin-bottom: 8px;
}

.privacy-section ul {
	padding-left: 16px;
	margin-top: 4px;
}

.privacy-section ul li {
	font-size: 13px;
	line-height: 1.8;
	color: #333;
	list-style-type: disc;
	margin-bottom: 2px;
}

.privacy-contact {
	margin-top: 8px;
	font-size: 13px;
	line-height: 2;
}

.privacy-contact a {
	color: #333;
	text-decoration: underline;
}

.privacy-back {
	margin-top: 40px;
	text-align: center;
}

.privacy-back a {
	font-size: 13px;
	color: #555;
	text-decoration: underline;
}

/* フッターリンク（index.html / privacy.html 共通） */
.footer-links {
	text-align: center;
	padding: 12px 0 16px;
	background-color: #1a1a1a;
}

.footer-links a {
	font-size: 11px;
	color: #aaa;
	text-decoration: underline;
	letter-spacing: 0.05em;
}

.footer-links span {
	font-size: 11px;
	color: #666;
	margin: 0 6px;
}
