@charset "UTF-8";

.only-pc{
  display: block!important;
}
.only-sp{
  display: none!important;
}
@media screen and (max-width:767px) {
  .only-pc{
    display: none!important;
  }
  .only-sp{
    display: block!important;
  }
}


  .GlobalContentColumn {
    flex-direction: column;
  }
  .GlobalContentColumn__main {
    max-width: 100%;
  }

/*---------------------------------------------

Aerosol

----------------------------------------------*/
.AerosolTabList__link.ModuleTabList__link.-footer span{
  line-height: 1.5em;
}





