/* =============================================
   PRIVACY POLICY SECTION
============================================= */
.privacy-section {
  padding: 100px 0 150px;
}

.privacy-inner {
  max-width: 800px;
  margin: 0 auto;
}

.privacy-lead {
  font-family: var(--font-body-ja);
  font-size: 16px;
  line-height: 1.9;
  color: #2b2b2b;
  margin-bottom: 0;
}

.privacy-block {
  margin-bottom: 48px;
}

.privacy-heading {
  font-family: var(--font-body-ja);
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #654097;
}

.privacy-block p {
  font-family: var(--font-body-ja);
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

.privacy-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.privacy-list li {
  font-family: var(--font-body-ja);
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  padding: 6px 0 6px 20px;
  position: relative;
}

.privacy-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #654097;
}

.privacy-contact {
  margin-top: 16px;
  padding: 24px 28px;
  background: #f8f5fb;
  border-left: 4px solid #654097;
  border-radius: 0 4px 4px 0;
}

.privacy-contact p {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.8;
  color: #2b2b2b;
}

.privacy-contact p:last-child {
  margin-bottom: 0;
}

.privacy-contact a {
  color: #654097;
  text-decoration: underline;
  transition: opacity var(--transition);
}

.privacy-contact a:hover {
  opacity: 0.7;
}

.privacy-date {
  font-family: var(--font-body-ja);
  font-size: 14px;
  color: #888;
  text-align: right;
  margin-top: 60px;
}


/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1024px) {
  .privacy-section { padding: 80px 0 100px; }
}

@media (max-width: 768px) {
  .privacy-section { padding: 60px 0 80px; }
  .privacy-heading { font-size: 17px; }
  .privacy-block { margin-bottom: 36px; }
  .privacy-block p,
  .privacy-list li { font-size: 14px; }
  .privacy-contact { padding: 18px 20px; }
}
