.privacy-wrapper {
  max-width: 1000px;
  margin: 2.5rem auto; /* 中央寄せ */
  padding: 1rem 2rem;
  color: #1f2937;
  line-height: 1.75;
}

.privacy-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.privacy-section {
  margin-bottom: 2rem;
}

.privacy-section h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.privacy-section p {
  margin-left: 1.5rem; /* ← ここで1段下げる */
  text-indent: 0;      /* ← text-indentはオフにする */
}

.privacy-date {
  text-align: right;
  font-size: 0.875rem;
  color: #1f2937;
}
