body.page-home {
  background: #ffffff;
  color: #111111;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

body.page-home main {
  padding-bottom: 56px;
}

body.page-home header {
  background: #ffffff;
  border-bottom: 1px solid #c8c8c8;
  box-shadow: none;
  backdrop-filter: none;
}

body.page-home .mini-topbar a,
body.page-home .nav-rows a,
body.page-home .hd_bottom nav a,
body.page-home .hd_bottom nav summary {
  color: #168d2d;
}

body.page-home .mini-topbar a:hover,
body.page-home .nav-rows a:hover,
body.page-home .hd_bottom nav a:hover,
body.page-home .hd_bottom nav summary:hover {
  background: transparent;
  color: #0f6b21;
  opacity: 1;
}

body.page-home .hd_bottom nav a.active::after,
body.page-home .hd_bottom nav summary.active::after {
  background: #168d2d;
}

body.page-home footer .ft_bottom p {
  color: #666666;
}

body.page-home button,
body.page-home input,
body.page-home textarea,
body.page-home select {
  background: #ffffff;
  color: #111111;
  border: 1px solid #999999;
  border-radius: 0;
}

.home-shell {
  max-width: 1560px;
  margin: 0 auto;
  padding: 8px 6px 0;
}

.home-search {
  display: grid;
  grid-template-columns: auto minmax(220px, 360px) auto minmax(0, 1fr);
  align-items: center;
  gap: 8px 10px;
  font-size: 14px;
}

.home-search__label {
  font-weight: 500;
}

.home-search input {
  min-width: 0;
  padding: 6px 8px;
  font-size: 14px;
}

.home-search button {
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}

.home-search__help {
  grid-column: 4;
  margin: 0;
  color: #222222;
  line-height: 1.45;
}

.home-links {
  margin-top: 12px;
  padding: 10px 0 11px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}

.home-links a {
  display: inline-block;
  margin-right: 16px;
  color: #1c9b34;
  text-decoration: none;
  line-height: 1.6;
  white-space: nowrap;
}

.home-links a:hover {
  color: #0f6b21;
  text-decoration: underline;
}

.home-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 438px;
  gap: 12px;
  margin-top: 12px;
  align-items: start;
}

.home-main,
.home-side {
  border: 1px solid #bdbdbd;
  background: #ffffff;
}

.home-main {
  padding: 18px 18px 20px;
}

.home-side {
  padding: 18px;
  display: grid;
  gap: 20px;
}

.home-head {
  display: grid;
  gap: 10px;
  min-height: 180px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cfcfcf;
}

.home-head__kicker {
  margin: 0;
  font-size: 13px;
  color: #1c9b34;
}

.home-head h1,
.home-panel h2,
.home-side h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.home-head h1 {
  text-align: center;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.08;
  color: #06840d;
  font-weight: 700;
}

.home-head__lead {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #111111;
}

.home-featured {
  margin-top: 18px;
  padding: 12px 14px;
  border: 2px solid #ff2d2d;
}

.home-featured__meta {
  margin: 0;
  color: #ff2d2d;
  font-size: 14px;
  line-height: 1.55;
}

.home-featured__meta span {
  color: #1c9b34;
  margin-left: 10px;
}

.home-featured__title {
  display: inline-block;
  margin-top: 8px;
  color: #1c9b34;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.home-featured__title:hover {
  color: #0f6b21;
  text-decoration: underline;
}

.home-featured__excerpt {
  margin: 10px 0 0;
  color: #111111;
  line-height: 1.8;
}

.home-panel {
  margin-top: 20px;
}

.home-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.home-panel__head a {
  color: #1c9b34;
  text-decoration: none;
  font-size: 14px;
}

.home-panel__head a:hover {
  color: #0f6b21;
  text-decoration: underline;
}

.home-panel h2,
.home-side h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
}

.home-recent-list {
  display: grid;
  gap: 0;
}

.home-recent {
  padding: 12px 0;
  border-top: 1px dotted #bdbdbd;
}

.home-recent:first-child {
  border-top: 1px solid #cfcfcf;
}

.home-recent__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #666666;
  font-size: 12px;
}

.home-recent__title {
  display: inline-block;
  margin-top: 6px;
  color: #1c9b34;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.home-recent__title:hover {
  color: #0f6b21;
  text-decoration: underline;
}

.home-recent__excerpt,
.home-empty {
  margin: 8px 0 0;
  color: #111111;
  line-height: 1.7;
}

.home-side__section + .home-side__section {
  border-top: 1px solid #cfcfcf;
  padding-top: 18px;
}

.home-side__list,
.home-side__stats,
.home-side__route {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-side__list li,
.home-side__stats li,
.home-side__route li {
  margin: 0 0 10px;
}

.home-side__list a,
.home-side__route a,
.home-side__latest a {
  color: #1c9b34;
  text-decoration: none;
}

.home-side__list a:hover,
.home-side__route a:hover,
.home-side__latest a:hover {
  color: #0f6b21;
  text-decoration: underline;
}

.home-side__list a,
.home-side__stats li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.home-side__list strong,
.home-side__stats strong {
  color: #111111;
  font-size: 15px;
}

.home-side__stats span {
  color: #222222;
}

.home-side__date,
.home-side__latest {
  margin: 0;
}

.home-side__date {
  color: #ff2d2d;
  font-size: 14px;
}

.home-side__latest {
  margin-top: 8px;
  line-height: 1.6;
}

@media (max-width: 1120px) {
  .home-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-shell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-search {
    grid-template-columns: 1fr;
  }

  .home-search__help {
    grid-column: auto;
  }

  .home-head {
    min-height: 0;
  }

  .home-main,
  .home-side {
    padding: 14px;
  }
}
