
.sp{display:none;}
@media screen and (max-width: 768px) {
  .sp{display:inline-block;}
  .pc{display:none;}
}