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