@charset "utf-8";
/* =========================
   共通構造（聖域）
========================= */
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 20px; /* 16 → 17 or 18 */
  line-height: 1.8; /* 行間を広く */
  background-image: url(../img/b008.jpg);
  background-repeat: repeat;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-main {
  min-height: 60vh;
}
.site-footer {
  font-size: 14px;
}
section {
  padding-top: 20px;
  padding-bottom: 20px;
}
a {
  text-decoration: none; /* 下線を消す */
  /* color: black; /* 必要であれば色も変更 */
}
/*=========================
アイコンフォント
=========================*/
/* =========================
   メニューページ
========================= */
.menu-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-page-list li {
  border-bottom: 1px solid #e5e5e5;
}
.menu-page-list a {
  display: block;
  padding: 16px;
  font-size: 24px;
  color: #333;
}
.menu-page-list a:hover {
  background-color: cornflowerblue;
  color: aliceblue;
}
.img-fluid {
  margin-bottom: 20px;
}
.officer-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}
/*.officer-table tr {
  background: #ffffff;
}*/
.officer-table th, .officer-table td {
  padding: 0.75em 0.8em;
  vertical-align: middle;
}
.officer-table th {
  width: 32%;
  font-weight: 600;
  /* background: #f3f6f8;*/
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.officer-table td {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.officer-table tr + tr {
  margin-top: 0.5em;
  display: table-row;
}