.news-list {
  max-width: 124rem;
  margin: 20px auto 100px;
  padding: 0 2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width:767px) {
  .news-list {
    font-size: 1.3rem;
  }
}
.news-list dl {
  margin: 0 0 1.5rem 0;
  background: rgba(232, 236, 246, 0.3);
  border-radius: 0.5rem;
  padding: 2.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  position: relative;
}
.news-list dl:hover {
  background: rgba(232, 236, 246, 0.8);
}
@media only screen and (max-width:1024px) {
  .news-list dl {
    flex-direction: column;
    padding: 2.5rem;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .news-list dl {
    padding: 1.5rem 2rem;
  }
}
.news-list dl dt {
  width: 20%;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(102, 102, 102, 0.6);
  flex-shrink: 0;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width:1024px) {
  .news-list dl dt {
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .news-list dl dt {
    font-size: 1.2rem;
  }
}
.news-list dl dd {
  width: 100%;
  font-size: 1.4rem;
}
@media only screen and (max-width:767px) {
  .news-list dl dd {
    font-size: 1.2rem;
  }
}
.news-list dl dd a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

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