@charset "UTF-8";

.spImage {
  display: none;
}
@media screen and (max-width:767px) {
.spImage {
    display: block;
  }
.pcImage {
    display: none;
  }
}
