@charset "utf-8";




/*===============================
    base
================================*/
ul, ol, a {
  list-style: none;
  text-decoration: none !important;
}





/*===============================
    Mobile
================================*/
@media only screen and (max-width: 767px) {






}












/*===============================
    PC
================================*/
@media only screen and (min-width: 768px) {


}
