@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.news_dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media screen and (960px <= width) {
  .news_dateWrap {
    gap: 3.7rem;
  }
}
.news_dateWrap_date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (960px <= width) {
  .news_dateWrap_date {
    font-size: 1.8rem;
  }
}
.news_dateWrap_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  border-radius: 100vh;
  background-color: #D01F1F;
  color: #FFF;
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  padding-inline: 1rem;
}
@media screen and (960px <= width) {
  .news_dateWrap_label {
    font-size: 1.4rem;
    height: 2.3rem;
  }
}

.news_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 0.57rem;
  padding-bottom: 1.65rem;
  border-bottom: max(0.1rem, 1px) solid #888888;
}
@media screen and (960px <= width) {
  .news_head {
    font-size: 2.5rem;
    padding-bottom: 2.59rem;
  }
}

.news_contents {
  margin-top: 2.83rem;
}
.news_contents p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.5714285714;
}
@media screen and (960px <= width) {
  .news_contents p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.4;
  }
}
.news_contents p + p,
.news_contents p + figure,
.news_contents p + img,
.news_contents figure + p,
.news_contents figure + figure,
.news_contents figure + img,
.news_contents img + p,
.news_contents img + figure,
.news_contents img + img {
  margin-top: 2rem;
}

.news_btn {
  margin-top: 9.7rem;
}
@media screen and (960px <= width) {
  .news_btn {
    margin-top: 12rem;
    width: 23rem;
    margin-inline: auto;
  }
}/*# sourceMappingURL=single-news.css.map */