@charset "utf-8";
/* ------------------------------------------------------------

  group sp

------------------------------------------------------------ */
.spOnly { display: none !important; }

@media screen and (max-width: 980px) {

.spNone { display: none !important; }
.spOnly { display: block !important; }

}

