@media screen and (min-width: 768px), print {
  .newslist li div {
    margin-top: 0;
  }
  .newslist li div time{
    color: #000000;
  }
  #news-list .newslist li p span.pdf-style {
    font-size: 0.6em;
    background-position: 0 0.1rem;
  }
}
@media screen and (max-width: 767px), print {
  #news-area li p span.pdf-style {
    background-position: 0 0.1rem;
  }
  .newslist li div time{
    font-size: 3.5vw;
  }
}