    @charset "UTF-8";
/* ==================================================
  特集ページ　レスポンシブ専用CSS
  コンテンツ幅 992px

  デスクトップ 1025px以上
  タブレット 768~1024px
  スマホ 767px以下

  ※font-family: 'Noto Sans JP'; 使えます
  ※画像遅延読み込み <img class="lazyload" data-src="" alt=""> で使えます
================================================== */

/* ------------------------------
  共通
------------------------------ */
span.item_icon_online{
  background: #FFEB5E !important;
  color: #000 !important;
}


/* ------------------------------
  タブレットのみ
------------------------------ */
@media screen and (min-width: 767px) and (max-width: 1024px) {
}


/* ------------------------------
  タブレット 縦のみ
------------------------------ */
@media screen and (max-width: 1024px) and (orientation: portrait) {
}

/* ------------------------------
  スマホ以下
------------------------------ */
@media screen and (max-width: 767px) {

}

