/* stylelint-disable no-descending-specificity */
/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
/* $accent-color: #194569; */
/* $link-color: #194569; */
/* archive */
.news-list {
  margin-bottom: 2em;
}

.news-list-item {
  margin-bottom: 1em;
  padding: 1em 5% 1.5em;
  background-color: #fff;
}
.news-list-item:last-child {
  margin-bottom: 0;
}
.news-list-item .date {
  margin-bottom: 0.3em;
  font-size: 3.0666666667vw;
  color: #aaa;
}

@media (min-width: 769px) {
  .news-content {
    margin: 0 auto;
    max-width: 900px;
  }
  .news-list {
    margin-bottom: 40px;
  }
  .news-list-item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 30px 50px;
  }
  .news-list-item .date {
    margin-bottom: 0;
    width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .news-list-item .title {
    flex: 1;
  }
}
/* single */
.post-body {
  overflow-x: hidden;
  margin-bottom: 2em;
  padding: 2em 5%;
  background-color: #fff;
}

.post-header {
  margin-bottom: 2em;
}

.post-title {
  margin-bottom: 0.3em;
  font-size: 4.5333333333vw;
  font-weight: 700;
}

.post-date {
  font-size: 3.2vw;
}

.post-main-img {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.5/1;
}
.post-main-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
}
.post-main-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.post-header-content {
  position: absolute;
  z-index: 2;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5%;
  width: 100%;
  color: #fff;
}

.post-content {
  padding-bottom: 3em;
}
.post-content h2 {
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  border-bottom: 2px solid #ccc;
  font-size: 4.5333333333vw;
  font-weight: 700;
}
.post-content h3 {
  margin-bottom: 1em;
  padding: 0 0 0 3%;
  border-left: 5px solid #282828;
  font-size: 4vw;
  font-weight: 700;
}
.post-content h4 {
  margin-bottom: 1em;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.post-content p {
  margin-bottom: 1em;
}
.post-content img {
  margin-bottom: 1em;
}
.post-content a {
  text-decoration: underline;
}
.post-content ul {
  margin-bottom: 1em;
}
.post-content ul li {
  list-style: disc inside;
}
.post-content ol {
  margin-bottom: 1em;
}
.post-content ol li {
  list-style: decimal inside;
}

.single-page-nav {
  padding-top: 2em;
  border-top: 1px solid #ccc;
}
.single-page-nav .next a,
.single-page-nav .prev a {
  display: block;
  position: relative;
}
.single-page-nav .next a::before,
.single-page-nav .prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 3%;
  aspect-ratio: 1/1;
}
.single-page-nav .prev {
  margin-bottom: 1.5em;
}
.single-page-nav .prev a {
  padding-left: 20px;
}
.single-page-nav .prev a::before {
  left: 0;
  border-bottom: 1px solid #282828;
  border-left: 1px solid #282828;
}
.single-page-nav .next {
  margin-bottom: 1.5em;
}
.single-page-nav .next a {
  padding-right: 20px;
  text-align: right;
}
.single-page-nav .next a::before {
  right: 0;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
}
.single-page-nav .btn {
  text-align: center;
}

@media (min-width: 769px) {
  .post-body {
    margin: 0 auto 2em;
    padding: 50px;
    max-width: 900px;
  }
  .post-header {
    margin-bottom: 40px;
  }
  .post-header.bg-img {
    margin: -50px -50px 40px;
  }
  .post-title {
    margin-bottom: 5px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .post-date {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .post-header-content {
    bottom: 40px;
    padding: 0 40px;
  }
  .post-content {
    padding-bottom: 60px;
  }
  .post-content h2 {
    margin-bottom: 40px;
    padding: 15px 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .post-content h3 {
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .post-content h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .post-content p {
    margin-bottom: 30px;
  }
  .post-content img {
    margin-bottom: 30px;
  }
  .post-content ul {
    margin-bottom: 30px;
  }
  .post-content ol {
    margin-bottom: 30px;
  }
  .single-page-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
  }
  .single-page-nav .next,
  .single-page-nav .prev {
    width: 50%;
  }
  .single-page-nav .next a::before,
  .single-page-nav .prev a::before {
    width: 10px;
  }
  .single-page-nav .prev {
    margin-bottom: 30px;
    border-right: 1px solid #ccc;
  }
  .single-page-nav .prev a {
    padding: 10px 20px;
  }
  .single-page-nav .next {
    margin-bottom: 30px;
  }
  .single-page-nav .next a {
    padding: 10px 20px;
  }
  .single-page-nav .btn {
    width: 100%;
  }
}/*# sourceMappingURL=news.css.map */