/* ============================================
   買取ホムラ LP - リーガルページ共通CSS
   ============================================ */

* { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
}

body {
  background: #faf8f3;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
               "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px 60px;
}

.legal-inner > * + * {
  margin-top: 32px;
}

header {
  border-bottom: 2px solid #c9a961;
  padding-bottom: 20px;
}

.back {
  display: inline-block;
  color: #8b2c2c;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
}
.back:hover {
  text-decoration: underline;
}

h1 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.updated {
  color: #888;
  font-size: 12px;
}

section {
  margin-bottom: 24px;
}

h2 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 17px;
  font-weight: 700;
  color: #8b2c2c;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(201, 169, 97, 0.4);
  letter-spacing: 0.04em;
}

p, ul, ol {
  font-size: 14px;
  color: #333;
  line-height: 1.9;
}

ul, ol {
  padding-left: 24px;
  margin-bottom: 12px;
}

li {
  margin-bottom: 6px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.legal-table tr {
  border-bottom: 1px solid rgba(201, 169, 97, 0.3);
}

.legal-table th {
  text-align: left;
  padding: 14px 12px;
  width: 35%;
  background: #f5f0e6;
  font-weight: 700;
  color: #1a1a1a;
  vertical-align: top;
}

.legal-table td {
  padding: 14px 12px;
  color: #333;
  vertical-align: top;
}

@media (max-width: 480px) {
  h1 { font-size: 22px; }
  .legal { padding: 16px 14px 40px; }
  .legal-table th { width: 40%; font-size: 13px; }
  .legal-table td { font-size: 13px; }
}
