@charset "UTF-8";

/* contentGpArticleDoc, contentPage
----------------------------------------------- */
.contentGpArticleDoc h2,
.contentPage h2 {
  font-weight: 450;
  background-color: var(--ac-color-blue-13);
  border: none;
  border-radius: 6px;
}

.contentGpArticleDoc h3,
.contentPage h3 {
  padding: 2px 8px;
  font-weight: 450;
  background-color: var(--ac-color-blue-13);
  border-left: 8px solid var(--ac-color-blue-5);
  border-radius: 6px;
}

.contentGpArticleDoc h4,
.contentPage h4 {
  padding: 4px 0 0 16px;
  margin: 32px 0 16px;
  font-size: 18px;
  font-weight: 450;
  border-bottom: none;
}

.contentGpArticleDoc h4::before,
.contentPage h4::before {
  top: 0;
  left: 0;
  z-index: 0;
  width: 8px;
  height: 32px;
  content: "";
  background-color: var(--ac-color-blue-5);
  border-radius: 10px;
}

.contentGpArticleDoc h5,
.contentPage h5 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 450;
}

.contentGpArticleDoc h5::before,
.contentPage h5::before {
  content: none;
}

/* 議員紹介
----------------------------------------------- */
#page-gikai-docs-2025103000021-index .table_bn,
#page-gikai-docs-2025103000021-index .table_bn td,
#page-gikai-docs-2025103000021-index .table_bn tr,
#page-gikai-docs-2025103000021-index .table_bn th {
  border: none;
}

#page-gikai-docs-2025103000021-index .table_bn table,
#page-gikai-docs-2025103000021-index .table_bn table td,
#page-gikai-docs-2025103000021-index .table_bn table tr,
#page-gikai-docs-2025103000021-index .table_bn table th {
  border: 1px solid var(--mono-color-6);
}
