@charset "utf-8";

.news-list {
  font-size: 1.8rem;
  line-height: 1.5em;
}

.news-list dl {
  padding-bottom: 1.0em;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #000;
}

.news-list dt {
  margin-right: 2.0em;
}

.news-list dd a:hover {
  color: #bf0000;
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
  .news-list {
    font-size: 1.4rem;
  }

  .news-list dl {
    padding-left: 1.0rem;
    padding-right: 1.0rem;
  }
}
