/* 会社概要テーブル */
.company-info {
  margin-bottom: 40px;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #7a8c96;
}
  border-top: 1px solid #ccc;  /* ← 表の上に線を追加 */
}

.info-table th {
  width: 180px;
  background: #eaf2f5;
  text-align: left;
  padding: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.info-table td {
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

/* アクセス */
.access h2 {
  margin-bottom: 10px;
}

.map-wrapper {
  margin-top: 15px;
  position: relative;
  padding-bottom: 60%;
  height: 0;
}

.map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .info-table th {
    width: 120px;
  }
}
