@charset "UTF-8";

.sp-on{
  display: none;
}
@media screen and (min-width:481px) and ( max-width:630px){
   .sp-on{
      display: block;
   }
}
