/* news/index RWD */
@media (max-width: 600px) {
  .news-table,
  .news-table tbody,
  .news-table tr,
  .news-table td {
    display: block;
    width: 100%;
  }
  .news-date {
    padding-bottom: 2px;
    font-weight: 600;
  }
  .news-title {
    padding-top: 0;
  }
}
