@charset "UTF-8";
/* =====================
	SPECIALページカスタマイズ用
 ======================= */


/**********************************/
/** recommend2 表示用 設定 **/
/**********************************/
.special_healthy_dashi h2 {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.special_healthy_dashi h2 img:last-child {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.special_healthy_dashi .item_slider {
  margin-top: 40px;
}

/* スマホのみ
  ------------------------ */
/* タブレット以上
  ------------------------ */
@media (min-width: 768px) {
  .special_healthy_dashi h2 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 6px 0;
    margin-bottom: 10px;
  }
}