.top-news {
  position: relative;
  z-index: 101;
  margin-top: 0;
  margin-top: -150px;
}
.top-news .news-list {
  max-width: 60rem;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-news .news-list {
    margin-bottom: 2rem;
  }
}
.top-news .news-list div {
  display: flex;
  border-top: 1px solid #d2d2d2;
  align-items: center;
  padding: 18px 0;
}
.top-news .news-list div:nth-last-child(1) {
  border-bottom: 1px solid #d2d2d2;
}
.top-news .news-list div dt {
  width: 13rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.015;
}
@media screen and (max-width: 768px) {
  .top-news .news-list div dt {
    font-size: 1.4rem;
  }
}
.top-news .news-list div dd {
  width: calc(100% - 13rem);
}
.top-news .news-list div dd a {
  color: #25b1de;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.015;
}
@media screen and (max-width: 768px) {
  .top-news .news-list div dd a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news .wrap {
    padding: 0 3rem;
  }
  .top-news .more {
    margin: 0 auto 0;
  }
}

#page-news .ttl {
  padding-top: 0;
}
#page-news section .wrap.no-img {
  justify-content: flex-end;
}
#page-news section .wrap p:not(:first-child) {
  margin-top: 1.5rem;
}
#page-news section a {
  color: #25b1de;
}/*# sourceMappingURL=news.css.map */