@charset "UTF-8";
/* CSS Document */

@media screen and (min-width:100px) and (max-width:767px) {
  /*　for Mobile 　*/
  .et-hero-tabs, .et-slide{
  padding: 0 1em !important;
  }
}

@media screen and (min-width:768px) and (max-width:1080px) {
  /*　for Tablet　*/
}

@media screen and (min-width:768px) {
  /*　for PC　*/
 .pcScroll{
 padding-top: 90px!important;
 }
}


