/* ==== ベース ==== */
body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background: #f4f7fa;
  color: #333;
  margin: 0;
  padding: 0 0 60px;
}

/* ==== セクション見出し ==== */
.seiso {
  background: #2c5282;
  padding: 24px 20px;
  margin: 0 0 20px;
  text-align: center;
}

.seiso h1 {
  color: #fff;
  font-size: 22px;
  margin: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* 2つ目以降のセクション見出しに上マージンを追加 */
.section + .seiso {
  margin-top: 50px;
}

/* ==== テーブルを囲むセクション ==== */
.section {
  display: block;
  padding: 0 20px;
}

/* ==== テーブル本体 ==== */
table.blue.address {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

table.blue.address th {
  background: #2c5282;
  color: #fff;
  padding: 12px 8px;
  font-size: 14px;
}

table.blue.address td {
  border-bottom: 1px solid #e2e8f0;
  padding: 10px 8px;
  vertical-align: middle;
}

table.blue.address tr:hover {
  background: #f0f6ff;
}

table.blue.address h6 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

table.blue.address audio {
  display: block;
  margin: 0 auto;
}

.col022 {
  width: 51%;
}

.col0155 {
  width: 19%;
  text-align: center;
}
