/* ==================================================
   会社概要ページ固有スタイル
   ================================================== */
.content-narrow { max-width: 860px; margin: 0 auto; }

.company-sec { padding: 80px 0; }
.table-company { width: 100%; border-collapse: collapse; margin-bottom: 60px; }
.table-company th, .table-company td { padding: 18px 20px; border-bottom: 1px solid #e2e8e2; font-size: 0.95rem; }
.table-company th { width: 28%; font-weight: 700; color: var(--color-dark); background-color: #f7f9f7; text-align: left; }

.map-wrap { border-radius: 8px; overflow: hidden; height: 400px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); margin-top: 25px; }
.map-wrap iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 768px) {
  .table-company th, .table-company td { display: block; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
}
