/* GIGA SHIFT 法的文書ページ共通スタイル */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1f2937;
  line-height: 1.9;
  background: #f9fafb;
}
.site-header {
  background: #1e3a8a;
  padding: 14px 20px;
}
.site-header a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.02em;
}
main {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
h1 {
  font-size: 24px;
  margin-bottom: 8px;
  color: #111827;
}
.updated {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 32px;
}
h2 {
  font-size: 17px;
  margin: 36px 0 12px;
  padding-left: 10px;
  border-left: 4px solid #1e3a8a;
  color: #111827;
}
p, li { font-size: 15px; }
p { margin-bottom: 12px; }
ol, ul { padding-left: 24px; margin-bottom: 12px; }
li { margin-bottom: 6px; }
table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  background: #fff;
}
th, td {
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
th {
  background: #f3f4f6;
  width: 32%;
  font-weight: 700;
  white-space: nowrap;
}
.note {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13.5px;
  color: #1e40af;
  margin: 16px 0;
}
.site-footer {
  border-top: 1px solid #e5e7eb;
  background: #fff;
  padding: 24px 20px;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}
.site-footer a {
  color: #1e3a8a;
  text-decoration: underline;
  margin: 0 8px;
}
@media (max-width: 480px) {
  th { width: auto; white-space: normal; }
}
