@charset “utf-8”;
@import url(style-pc.css) screen and (min-width: 681px); /* 681以上 */
@import url(style-smart.css) screen and (max-width: 680px); /* 680以下 */