@import url("index_pc.css") screen and (min-width:1025px);
@import url("index_tab_l.css") screen and (min-width:769px) and (max-width:1024px);
@import url("index_tab_s.css") screen and (min-width:481px) and (max-width:768px);
@import url("index_sp.css") screen and (max-width:480px);