/* 2021リニューアル */
/* -------------------------------

タクソノミーページ

------------------------------- */
.taxonomy_wrap:not(:last-child) {
  margin-bottom: 40px;
}

.taxonomy_title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.taxonomy_title::before,
.taxonomy_title::after {
  content: "";
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
}

.taxonomy_title::before {
  width: 15%;
  min-width: 100px;
  background-color: var(--main-bg-color);
  z-index: 2;
}

.taxonomy_title::after {
  width: 100%;
  background-color: var(--title-bg-color);
}

.taxonomy_heading1 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.taxonomy_item a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--title-bg-color);
  color: var(--main-bg-color);
}

.taxonomy_date {
  color: var(--subtitle-border-color);
  font-weight: bold;
  font-size: .8rem;
}

.taxonomy_subtitle {
  font-weight: 400;
}
