/* れこぐま 法務ページ共通スタイル */
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #FBF6ED;
  color: #6A5D57;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro",
    "Zen Maru Gothic", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.9;
}
.wrap { max-width: 720px; margin: 0 auto; padding: 32px 20px 64px; }
header.site { text-align: center; margin-bottom: 28px; }
header.site .app-name { font-size: 20px; font-weight: 800; color: #A85D72; }
header.site .app-name a { color: inherit; text-decoration: none; }
h1 {
  font-size: 22px;
  color: #A85D72;
  border-bottom: 3px solid #F9CBD6;
  padding-bottom: 10px;
  margin: 0 0 24px;
}
h2 { font-size: 17px; color: #8d6a5a; margin: 32px 0 8px; }
p { margin: 8px 0; }
ul { padding-left: 22px; }
table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
th, td { text-align: left; padding: 12px 14px; border-bottom: 1px solid #EFE3D7; vertical-align: top; font-weight: normal; }
th { width: 34%; background: #FAF1E6; font-weight: 700; color: #8d6a5a; }
tr:last-child th, tr:last-child td { border-bottom: none; }
.meta { color: #A99A91; font-size: 13px; margin-top: 40px; }
.box { background: #fff; border-radius: 14px; padding: 4px 18px 14px; }
footer.links { margin-top: 36px; font-size: 13px; text-align: center; color: #A99A91; }
footer.links a { color: #A85D72; margin: 0 8px; }
@media (max-width: 480px) { th { width: 40%; } body { font-size: 14px; } }
