@charset "utf-8";

.listNews li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

.listNews li:first-child {
  padding-top: 0;
}

.listNews .date {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  margin: 0 0 5px;
}

.listNews .ttlNews {
  font-size: 1.8rem;
  line-height: 1.78;
  font-weight: bold;
}

.listNews .txt {
  line-height: 2;
}

.listNews .txt a {
  text-decoration: underline;
  transition: all 0.3s;
}

.listNews .txt a:hover {
  text-decoration: none;
  color: #9e1f00;
}


@media (max-width: 768px) {
  .listNews .txt {
    line-height: 1.6;
  }
}