@import url("./style.css?v=5"); /* default css */
/*
@import url("./style_tab.css") screen and (max-width:1200px);
*/
@import url("./style_pc.css") screen and (min-width: 1500px);
@import url("./style_sp.css") screen and (max-width: 768px);
