/* 縛りなし　タブレット用 */
@media (min-width: 768px) and (max-width: 1280px) {
  /* newsページ */
  .news-day{
    width: 14%;
  }
  .news-title{
    width: 72%;
  }
  .news-content{
    padding: 40px 35px 60px;
  }
  section.news-list{
    padding: 0;
  }
  .content-box-inner.empty-top{
    max-width: 680px;
    margin: 0 auto;
  }
  li.List-Item:nth-child(1){
    min-width: 100px;
  }
  li.List-Item:nth-child(2){
    min-width: 110px;
  }
  footer:not(.exclusion)#footer-menu-r2{
    padding: 0;
  }
  /* newsページここまで */
}