/* =======================================================
news
======================================================= */
.ly-news {
  padding: 6rem 0 8rem;
}

.bl-news {
  max-width: 80rem;
}
.bl-news .c-post-wrapper {
  padding: 0;
  margin-bottom: 0;
}
.bl-news .c-post:last-of-type {
  border-bottom: 0.0625rem solid var(--color-main);
}
.bl-news .c-post:last-of-type .c-post-link {
  padding-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  .bl-news .c-post-wrapper {
    max-width: 43.125rem;
    margin: 0 auto;
  }
}