@charset "utf-8";

.page-news .h1-block {
  background-image: url(../image/news/bg-header.jpg);
}

/* list ------------------------------------- */
.filter-block form {
  justify-content: center;
  gap: 1.8rem 6rem;
}
.checkboxes {
  justify-content: center;
}
.checkboxes.categories {
  width: auto;
}

.news-list {
  padding: 0 1rem;
}
.news-list > li {
  margin: 0 auto 2rem;
}
@media screen and (max-width: 800px) {
  .news-list-wrap {
    display: flex;
    justify-content: center;
  }
}

.paginate-block {
  display: none;
}
.navigation-block {
  padding: 1rem 0 9rem;
}



/* post ------------------------------------- */
.section-news-post .inner {
  max-width: 900px;
}
.post-header {
  border-left: solid 3px var(--main-color);
  padding-left: 1.4rem;
  margin-bottom: clamp(2.5rem, 1.273rem + 5.45vw, 4rem);
}
.post-info .post-date {
  display: inline-block;
  margin-right: 2.5em;
}
.post-info .post-category {
  font-weight: 900;
}
.post-header h2.post-title {
  font-size: clamp(1.125rem, 0.818rem + 1.36vw, 1.5rem);
  font-weight: 500;
}
.post-content * {
  margin-bottom: 1.5em;
}
.post-content strong {
  font-weight: 900;
}
.post-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.post-content li {
  margin-bottom: .5em;
}

.sub-content {
  margin-bottom: 3rem;
}
.sub-content.document-block {
  margin-top: 4rem;
}
.sub-content.document-block > dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 8rem;
}
.sub-content > dl dt {
  border-left: 4px solid var(--main-color);
  line-height: 1;
  padding-left: 1.3em;
  margin-bottom: 2rem;
}

.sub-content.document-block > dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.sub-content.document-block > dl dt {
  margin-bottom: 0;
}

.sub-content.gallery-block .gallery-wrap {
  width: 84%;
  margin: 0 auto;
}
.sub-content.gallery-block .gallery-wrap .caption {
  text-align: center;
}

.youtube-wrap {
  width: 84%;
}
.youtube-wrap + .caption {
  text-align: center;
}


.single-post .button-block {
  margin-top: clamp(3.5rem, 0.636rem + 12.73vw, 7rem);
}
