@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
.hiragino {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
}

#news-main .solid {
  border: unset;
}

.page-news {
  padding-top: clamp(2rem, 2.5vw, 4rem);
  margin: 0 auto clamp(40px, 5vw, 70px);
  max-width: unset;
  width: 100%;
  position: relative;
}
.page-news .subtitle-container {
  margin-top: 3rem;
}

.news-container {
  margin-top: clamp(2rem, 4vw, 6rem);
  margin-bottom: clamp(4rem, 6.25vw, 10rem);
}
.news-container .single-news {
  width: 100%;
  justify-content: start;
  border-bottom: 1px solid #e2e2e2;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  padding: 1.2em 0;
  align-items: center;
  line-height: 1;
}
.news-container .single-news:nth-child(1) {
  border-top: 1px solid #e2e2e2;
}
.news-container .single-news .news-content {
  gap: 0.1em;
  display: flex;
  flex-direction: row;
  width: 100%;
  line-height: 1;
  vertical-align: baseline;
}
.news-container .single-news .news-content .date-cat {
  font-size: clamp(1rem, 0.75vw, 1.2rem);
  column-gap: clamp(2rem, 2.5vw, 4rem);
  white-space: no-wrap;
}
.news-container .single-news .news-content .date-cat .date {
  margin: auto 0.5em auto;
  white-space: nowrap;
}
.news-container .single-news .news-content .date-cat .cat {
  color: #ffffff;
  background-color: #3d3f58;
  line-height: 1;
  padding: 0.3em 0.3em;
  margin: auto;
  white-space: nowrap;
  font-weight: 500;
}
.news-container .single-news .news-content .title {
  display: block;
  padding-inline: 4rem;
  width: calc(100% - 330px);
  margin: auto 0;
}
@media screen and (max-width: 1000px) {
  .news-container .single-news {
    padding: 0.9em;
  }
  .news-container .single-news .news-content {
    flex-direction: column;
    align-items: start;
  }
  .news-container .single-news .news-content .date-cat {
    gap: 1em;
  }
  .news-container .single-news .news-content .date-cat .date {
    vertical-align: bottom;
  }
  .news-container .single-news .news-content .date-cat .cat {
    font-size: 1.2rem;
  }
  .news-container .single-news .news-content .title {
    width: 100%;
    max-width: unset;
    padding-left: 0.5em;
    line-height: 1.8;
  }
}

.post-body h1 {
  line-height: 1.4;
  font-size: clamp(1.6rem, 1.5vw, 2.4rem);
  font-weight: 500;
  margin-top: 6rem;
  margin-bottom: 4rem;
}
.post-body .post-date {
  margin-bottom: 0.5em;
}

.post-inner {
  background-color: hsl(0, 0%, 94%);
  color: #000000;
  border-radius: 1em;
  min-height: 18rem;
  padding: clamp(1.2em, 2vw, 2em);
}

.nav-elements {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 10em 1fr;
  grid-template-rows: auto;
  margin: 1.5em auto 10rem;
}
.nav-elements a {
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  width: fit-content;
  color: #2d4294;
}
.nav-elements a {
  grid-row: 1/2;
}
.nav-elements a.prev-link {
  grid-column: 1/2;
  margin: auto auto auto 0;
}
.nav-elements a.return-link {
  grid-column: 2/3;
  text-align: center;
  margin: auto;
}
.nav-elements a.next-link {
  grid-column: 3/5;
  text-align: end;
  margin: auto 0 auto auto;
}

/*# sourceMappingURL=news.css.map */
