/* =============================
    記事一覧
============================= */

@media screen and (max-width: 1023px) {
  /* トピックス・レコメンド */
  #topics,
  #recommend {
    display: none;
  }

  /* 記事一覧 */
  .article-card__desc {
    display: none;
  }
  /* サイドバー・フッター */
  .sidebar,
  footer {
    display: none;
  }
}

/* =============================
    Tablet styles overwrite
============================= */

/* =============================
    PC styles overwrite
============================= */
@media screen and (min-width: 1024px) {
  /* トピックス・レコメンド */
  /* #topics, #recommend{
    display: block;
  } */
}

/* =============================
    汎用リンクボタン
============================= */
/* 記事詳細ページのボタンスタイルは single-article.css に記述 */
