/* =======================================================
common
======================================================= */
.c-cat-outer {
  margin-bottom: 40px;
}

@media screen and (width <= 750px) {
  .c-cat-outer {
    margin-bottom: 56px;
  }
}
/* =======================================================
news
======================================================= */
.ly-news {
  padding: 56px 0;
}

@media screen and (width <= 750px) {
  .ly-news {
    padding: 80px 0;
  }
}