@charset "UTF-8";

/* ========================================
 *  Template Name: News Style Sheet
 * =======================================*/

.news {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}

.news-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  width: 100%;
}

.news-date {
  width: 120px;
  font-size: 0.9em;
  color: #888;
  margin-right: 16px;
}

.news-ttl {
  font-size: 1em;
  flex: 1;
}

.news-none {
  padding: 10px;
  color: #777;
  font-size: 0.9em;
}

/* ========================================
 *  画面の横幅が768px以上 (Tablet)
 * =======================================*/
@media screen and (min-width: 768px) {



}

/* ========================================
 *  画面の横幅が1024px以上 (Desktop)
 * =======================================*/
@media screen and (min-width: 1024px) {



}