/* CSS Document */
.forSP{display: none}
@media screen and (max-width: 768px){
  .forSP{display: block;}
  .forPC{display: none;}
}