.news {
  overflow-x: hidden;
  margin-top: -100px;
  padding-top: 60px;
}
.news__inner {
  padding-bottom: 30px;
}
.news__box {
  padding: 20px 0 30px;
}
.news__title {
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #56C68D;
  padding-bottom: 15px;
  line-height: 1.2727272727;
}
.news__time {
  display: none;
}
.news__text {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4375;
}

@media screen and (min-width: 768px) {
  .news {
    margin-top: -170px;
    padding-top: 55px;
  }
  .news__inner {
    padding-bottom: 85px;
  }
  .news__box {
    padding: 45px 0 40px;
  }
  .news__title {
    padding-bottom: 20px;
  }
  .news__time {
    display: block;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding-bottom: 15px;
  }
}/*# sourceMappingURL=news.css.map */