/* --------------------------------------------------
Contents
-------------------------------------------------- */
body #wrapper #contents .news-list { margin: 0 0 80px; }
body #wrapper #contents .news-list li { font-size: 1.2rem; letter-spacing: .04em; line-height: 1.58; }
body #wrapper #contents .news-list li time { display: block; font-family: monotype-grotesque, sans-serif; }
body #wrapper #contents .news-list li h3 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body #wrapper #contents .news-list li + li { margin: 25px 0 0; }

@media screen and (orientation: landscape) { body #wrapper #contents h2 { width: 78px; }
  body #wrapper #contents .news-list { margin: 0 0 50px; }
  body #wrapper #contents .news-list li { font-size: 1.5rem; line-height: 1.67; display: flex; }
  body #wrapper #contents .news-list li time { font-size: 1.6rem; width: 120px; }
  body #wrapper #contents .news-list li h3 { flex: 1; } }
