/* ========================================
   個人情報の取り扱いページ
======================================== */

.privacy-content {
  max-width: 720px;
  margin: 0 auto;
}

.privacy-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin: 0 0 16px;
}

.privacy-meta {
  margin: 0 0 32px;
  padding: 16px 20px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

.privacy-meta dt {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

.privacy-meta dt:first-child {
  margin-top: 0;
}

.privacy-meta dd {
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 600;
}

.privacy-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 40px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}

.privacy-content h2:first-of-type {
  margin-top: 0;
}

.privacy-content p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.privacy-content ul {
  margin: 0 0 16px;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.privacy-content li {
  margin-bottom: 8px;
}

.privacy-content li:last-child {
  margin-bottom: 0;
}

.privacy-note {
  font-size: 14px;
  color: #666;
  padding-left: 12px;
  border-left: 3px solid #ddd;
}

.privacy-contact {
  margin: 20px 0 24px;
  padding: 20px 24px;
  background-color: #f7f7f7;
  border-radius: 8px;
}

.privacy-contact p {
  margin: 0 0 4px;
  font-size: 15px;
}

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

.privacy-contact-name {
  font-weight: 600;
  margin-bottom: 8px !important;
}

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

.privacy-back .btn--wide {
  min-width: 220px;
}
