@import url(style_lp_pc.css) ; /* デフォルト：1000px以上用（PC用）の記述 */
@import url(style_lp_tab.css) screen and (max-width: 999px); /* 999px以下用（タブレット用）の記述 */
@import url(style_lp_sp.css) screen and (max-width: 764px); /* 764px以下用（スマフォ用）の記述 */

