@charset "UTF-8";
/* CSS Document */
/*
  ------------------------------------
   MediaScreen指定
  ------------------------------------
*/
/*
  ------------------------------------
   ベースプロパティ
  ------------------------------------
*/
/*
  ------------------------------------
   CSSからのIMGロード
  ------------------------------------
*/
/*
  ------------------------------------
   FONT指定
  ------------------------------------
*/
/*
  ------------------------------------
   FORM設定
  ------------------------------------
*/
/*
  ------------------------------------
   Responsive指定
  ------------------------------------
*/
#visual-2 {
  background: url("../../products/category/img/iot/visual_iot_ai.jpg") no-repeat center center/cover;
}

#visual-2 .visual_text {
  top: 44%;
}

@media screen and (max-width: 767px) {
  #visual-2 {
    background: url("../../products/category/img/iot/visual_iot_ai_sp.jpg") no-repeat center center/cover;
  }
  #visual-2 .visual_text {
    top: 45%;
  }
}
