/**
 * プライバシーポリシーページ
 */

.privacy-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 24px 48px;
  min-height: 60vh;
}

.privacy-container {
  background-color: white;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.privacy-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #ff6b35;
}

.privacy-updated {
  font-size: 13px;
  color: #888;
  margin: 0 0 32px 0;
}

.privacy-section {
  margin-bottom: 32px;
}

.privacy-section h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ff6b35;
  margin: 0 0 12px 0;
}

.privacy-section p,
.privacy-section ul {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin: 0 0 12px 0;
}

.privacy-section ul {
  padding-left: 24px;
}

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

.privacy-section a {
  color: #0066cc;
  text-decoration: none;
}

.privacy-section a:hover {
  text-decoration: underline;
}

/* 特定商取引法に基づく表記 */
.tokushoho-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.tokushoho-table th,
.tokushoho-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
}

.tokushoho-table th {
  width: 180px;
  background-color: #f8f8f8;
  font-weight: bold;
  color: #333;
}

.tokushoho-table td {
  color: #555;
  line-height: 1.7;
}

.tokushoho-table a {
  color: #0066cc;
  text-decoration: none;
}

.tokushoho-table a:hover {
  text-decoration: underline;
}

.tokushoho-table .tokushoho-shipping-list {
  margin: 8px 0;
  padding-left: 20px;
}

.tokushoho-table .tokushoho-shipping-list li {
  margin-bottom: 4px;
}
