@charset "utf-8";

/*=========================================================================================================
    Mobile
===========================================================================================================*/
@media only screen and (max-width: 767px) {



}

/*=========================================================================================================
    PC
===========================================================================================================*/
@media only screen and (min-width: 768px) {
  ul,ol,dl,a {
    font-style: normal !important;
    list-style: none !important;
    text-decoration: none !important;
  }




}
