@charset "utf-8";
/*------------------------------------------------------------------

  動画配信

------------------------------------------------------------------*/

/* PC以下サイズ------------------------------- */
.main_visual_sub h1 span {
  background: url(../img/stream/title_icon.png) left center no-repeat;
  background-size: 60px;
}

/* PCのみサイズ------------------------------- */
@media screen and (min-width:1025px) {

}

/* タブレット（iPad Pro）以下サイズ------------------------------- */
@media screen and (max-width:1024px) {

}


/* タブレット（iPad）以下サイズ------------------------------- */
@media screen and (max-width:1023px) {


}


/* スマホサイズ------------------------------- */
@media screen and (max-width:767px) {
.main_visual_sub h1 span {
  background: url(../img/stream/title_icon.png) left center no-repeat;
  background-size: 44px;
}

}