@charset "UTF-8";

/* スマートフォン */
@import url("style_sp.css") only screen and (max-width:750px);
/* デスクトップ */
@import url("style_pc.css") only screen and (min-width:751px);