/* =========================================================
  モジュールパーツ 調整
========================================================= */
.article-header {
  margin: 0 0 24px;
}
.page-search-inner {
  padding: 0 16px;
}

/* 大カテゴリーリンク
--------------------------------------------------------- */
.image-link.lg-cat {
  > a {
    margin: 10px 0 0;
    font-size: 1.7rem;
    font-weight: 600;
  }
  &:hover > a {
  text-decoration: underline;
  }
}
@media screen and (max-width: 979px) {
  .image-link.lg-cat {
    > a {
      text-decoration: underline;
    }
  }
}

/* 文中テキストリンク
--------------------------------------------------------- */
.lg-cat-link {
  display: inline-block;
  line-height: 2;
}
.lg-cat-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 979px) {
  .lg-cat-link {
    text-decoration: underline;
  }
}


/* =========================================================
  レイアウトクラス 追加
========================================================= */
@media screen and (max-width: 979px) {
  .sp-flex {
    display: flex;
    justify-content: flex-start;
  }
  .sp-wrap {
    flex-wrap: wrap;
  }
}


