@charset "UTF-8";
.news {
  width: 61.25vw;
  margin-bottom: 9.7222222222vw;
  color: #524e46;
  display: flex;
  flex-direction: column;
  row-gap: 9.7222222222vw;
  margin-bottom: 9.7222222222vw;
}
.news__item {
  width: 100%;
}
.news__item a {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.news__img {
  line-height: 0;
  width: 29.1666666667vw;
}
.news__img img {
  width: 100%;
  height: auto;
}
.news__content {
  width: 29.1666666667vw;
}
.news__vol {
  display: block;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
  font-weight: 600;
  font-size: 15px;
  color: #524e46;
  margin-bottom: 5px;
  line-height: normal;
}
.news__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.625em;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 9px;
}
.news__title .sp {
  display: none;
}
.news__desc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #524e46;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .news {
    width: 86.6666666667vw;
    margin: 0 auto 21.3333333333vw;
    row-gap: 21.3333333333vw;
  }
  .news__item {
    width: 100%;
  }
  .news__item a {
    flex-direction: column;
    gap: 4vw;
  }
  .news__img {
    width: 100%;
  }
  .news__content {
    width: 100%;
  }
  .news__vol {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
  .news__title {
    font-size: 4.2666666667vw;
    line-height: 1.5em;
    height: auto;
    display: block;
    margin-bottom: 2.4vw;
  }
  .news__title .pc {
    display: none;
  }
  .news__title .sp {
    display: block;
  }
  .news__desc {
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
  }
}

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