@charset "utf-8";

@media only screen and (max-width: 900px){
  .spview{
    display: none;
  }
  }

@media only screen and (min-width: 901px){
  .pcview{
    display: none;
  }
  }