/* =========================
   Privacy Policy Page (TubeCast)
   ========================= */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Noto Sans JP", Arial, sans-serif;
  margin: 0;
  background: #f3f5f8;
  color: #1f2937;
  line-height: 1.85;
}

.container {
  max-width: 980px;
  margin: 48px auto;
  padding: 0 18px;
}

.privacy {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  padding: 40px 44px;
}

.head_title p {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.updated {
  margin-top: 10px;
  font-size: 16px;
  color: #6b7280;
}

.privacy-ttl {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}

.privacy-ttl i {
  color: #2563eb;
  font-size: 18px;
}

hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 0 0 18px 0;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0 0;
}

.list-unstyled li {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.list-unstyled li i {
  margin-top: 6px;
  color: #2563eb;
}

.contact-box {
  margin-top: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 18px;
  background: #fafafa;
}

.contact-row {
  display: flex;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
}

.contact-row:last-child {
  border-bottom: none;
}

.contact-label {
  width: 120px;
  min-width: 120px;
  font-weight: 700;
  color: #374151;
}

.contact-value {
  flex: 1;
  color: #111827;
}

.footer {
  margin-top: 44px;
  padding-top: 18px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #2563eb;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.copyright {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

@media (max-width: 767px) {
  .container {
    margin: 24px auto;
  }
  .privacy {
    padding: 26px 20px;
    border-radius: 16px;
  }
  .head_title p {
    font-size: 30px;
  }
  .privacy-ttl {
    font-size: 20px;
  }
  .contact-label {
    width: 96px;
    min-width: 96px;
  }
}
