@import url(pc.css) screen and (min-width: 500px); /* 500px以上 */
@import url(sp.css) screen and (max-width: 499px); /* 499以下 */