.news-title {
  color: #00612C;
  font-family: "Noto Sans JP";
  font-weight: 600;
}

.news-row {
  padding: 10px 0px;
  border-top-style: solid;
  border-width: 1px;
  border-color: gray;
}

.news-row:last-child {
  border-bottom-style: solid;
}

.news-row-date {
  font-size: 12px;
  font-weight: bold;
  color: #adadad;
  width: 100%;
}

.news-row-title {
  font-size: 20px;
  line-height: 2.4rem;
}

.news-see-more {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 20px;
  color: #00612C;
}

.news-important {
  color: red;
}