/* =============================================
   Privacy Policy Page Styles
   ============================================= */

.privacy-wrap {
	max-width: 860px;
	margin: 0 auto;
	padding: 48px 24px 64px;
}

/* ---- Page Title ---- */
.privacy-wrap .privacy-title {
	font-size: 24px;
	font-weight: 700;
	color: #2c2c2c;
	padding-bottom: 16px;
	margin-bottom: 40px;
	border-bottom: 2px solid #c8a96e;
	letter-spacing: 0.04em;
}

/* ---- Section Heading ---- */
.privacy-section {
	margin-bottom: 36px;
}

.privacy-section__heading {
	font-size: 16px;
	font-weight: 700;
	color: #2c2c2c;
	padding: 10px 16px;
	background-color: #f7f4ef;
	border-left: 4px solid #c8a96e;
	margin-bottom: 14px;
	line-height: 1.6;
}

/* ---- Body text ---- */
.privacy-section__body {
	font-size: 14px;
	color: #555;
	line-height: 2;
	margin: 0;
	padding: 0 4px;
}

.privacy-section__body + .privacy-section__body {
	margin-top: 10px;
}

/* ---- Unordered list ---- */
.privacy-section__list {
	list-style: none;
	padding: 0 4px;
	margin: 12px 0 0;
}

.privacy-section__list li {
	font-size: 14px;
	color: #555;
	line-height: 2;
	padding-left: 20px;
	position: relative;
}

.privacy-section__list li::before {
	content: "▸";
	position: absolute;
	left: 0;
	color: #c8a96e;
	font-size: 12px;
	top: 6px;
}

/* ---- Inline note lines (bullets with ・) ---- */
.privacy-section__note {
	font-size: 14px;
	color: #555;
	line-height: 2;
	padding: 0 4px;
	margin-top: 10px;
	padding-left: 10px;
	border-left: 2px solid #e0d5c5;
}

/* ---- Contact info block ---- */
.privacy-contact {
	margin-top: 16px;
	font-size: 14px;
	color: #555;
	line-height: 2.2;
	background: #fafaf8;
	border: 1px solid #e8e2d9;
	border-radius: 6px;
	padding: 16px 20px;
	display: inline-block;
	min-width: 280px;
}

.privacy-contact p {
	margin: 0;
}

/* ---- Attention / Important notice block ---- */
.privacy-attention {
	margin-top: 40px;
	background-color: #fff8f0;
	border: 1px solid #f0d9b5;
	border-radius: 6px;
	padding: 20px 24px;
	font-size: 14px;
	color: #555;
	line-height: 2;
}

.privacy-attention__label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	background-color: #c8a96e;
	border-radius: 3px;
	padding: 2px 10px;
	margin-bottom: 10px;
	letter-spacing: 0.06em;
}

/* ---- Responsive ---- */
@media (max-width: 640px) {
	.privacy-wrap {
		padding: 32px 16px 48px;
	}

	.privacy-wrap .privacy-title {
		font-size: 20px;
	}

	.privacy-section__heading {
		font-size: 15px;
	}
}
