@import url(index_pc.css) screen;
/*
@import url(index_pc.css) screen and (min-width: 1025px); 
@import url(index_smart.css) screen and (max-width: 1024px); 
*/