.breadcrumb {
  font-size: 1.2rem;      /* 12px → 1.2rem */
  margin-bottom: 1rem;    /* 10px → 1rem */
}

.new {
  color: #f33;
  font-weight: bold;
}

.news-list {
  list-style: none;
  padding: 0;
}

.news-list li {
  border-bottom: 1px solid #ccc;
  padding: 0.6rem 0;             /* 6px → 0.6rem */
}

.breadcrumbPane {
  margin-bottom: 1rem;  /* 10px */
}

.page-sub .contentArea h2 a {
  color: #333;
  text-decoration: none;
  font-size: 2.2rem;
}

.page-sub .contentArea h2 a:hover {
  color: #CF0027;
  text-decoration: underline;
}

.page-sub .contentPane .contentArea {
  padding-top: 0.5rem !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-sub main > section:first-of-type .contentPane {
  border-top: none;
  padding-top: 1rem;
}

.page-sub main > section:first-of-type {
  margin-top: 0;
}

/* ★ ナビ中央配置 */
nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

/* お知らせ用リンク */
.news-link {
  max-width: var(--content-area-width);
  padding: 0 var(--content-area-sidePadding);
  margin: 0 auto 1em;
  text-align: right;
  font-size: 1.1rem;
}

.news-link a {
  color: #666666;
  text-decoration: underline;
}

.news-link a:hover,
.news-link a:visited { 
  color: #666666;
}

.toc-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.toc {
  margin-bottom: 20px;
}
.toc li {
  margin-bottom: 5px;
}

.date {
  color: #666;
  margin-left: 0.5em;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #333;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  display: none;
}

.page-top:hover {
  background: #666;
}

a:visited {
  color: #86001E;
}



``
