/* ===== 下層ページ共通スタイル ===== */
.page-hero {
  background: linear-gradient(rgba(27,67,50,0.85), rgba(45,106,79,0.85)),
              url('https://nagoyahosou.mirai-force.com/img/head.jpg') center/cover no-repeat;
  color: #fff; padding: 60px 0; text-align: center;
}
.page-hero h1 { font-size: 2rem; font-weight: 800; margin-bottom: 10px; }
.breadcrumb { font-size: 0.85rem; color: #d8f3dc; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { text-decoration: underline; }

.page-body { padding: 60px 0; }
.page-body .container { max-width: 880px; }

/* 会社概要テーブル */
.info-table { width: 100%; border-collapse: collapse; background:#fff; box-shadow: var(--shadow); border-radius: 12px; overflow:hidden; }
.info-table th, .info-table td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--border); font-size: 0.96rem; }
.info-table th { background: var(--green-700); color:#fff; width: 32%; font-weight: 700; vertical-align: top; }
.info-table tr:last-child th, .info-table tr:last-child td { border-bottom: none; }

/* プライバシーポリシー本文 */
.policy h2 { font-size: 1.25rem; color: var(--green-900); margin: 34px 0 12px; padding-left: 14px; border-left: 5px solid var(--green-500); }
.policy h2:first-of-type { margin-top: 0; }
.policy p { margin-bottom: 14px; color: var(--text-sub); }
.policy ul { margin: 0 0 16px 1.3em; color: var(--text-sub); }
.policy ul li { margin-bottom: 8px; }
.policy .updated { text-align: right; color: var(--text-sub); font-size: 0.88rem; margin-top: 30px; }

.back-link { display:inline-flex; align-items:center; gap:8px; margin-top: 40px; color: var(--green-700); font-weight:700; }
.back-link:hover { text-decoration: underline; }

@media (max-width: 768px) {
  .page-hero h1 { font-size: 1.5rem; }
  .info-table th { width: 38%; font-size: 0.9rem; }
  .info-table td { font-size: 0.9rem; }
}
