@charset "utf-8";

/* for smart phone */

@media screen and (max-width: 641px),
(device-height: 558px) and (-webkit-min-device-pixel-ratio: 2) {

  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  
  
}