.newspage {
  padding-top: 100px;
}

.newspage_list {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #0000FF;
  list-style: none;
}

.newspage_list a {
  text-decoration: underline;
  line-height: 1.4;
}

.newspage_list:first-child {
  border-top: 1px solid #0000FF;
}

.newspage_list time {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #777;
}

@media screen and (min-width: 900px) {
  .newspage {
    padding-top: 162px;
  }

  .newspage_list {
    display: flex;
    align-items: center;
    padding: 30px 0;
    font-size: 20px;
  }

  .newspage_list time {
    width: 120px;
    margin-right: 30px;
    margin-bottom: 0;
    font-size: 20px;
  }
}