@import url(global.css);
@import url(common.css);
@import url(sp.css) screen and (max-width : 740px);
@import url(sp_2020.css) screen and (max-width : 740px);
@import url(pc.css) print, screen and (min-width : 741px);
@import url(pc_2020.css) print, screen and (min-width : 741px);
