@charset "utf-8";

@import url("/css/pc/pages/home.css") screen and (min-width: 1081px);
@import url("/css/pc/pages/company.css") screen and (min-width: 1081px);
@import url("/css/pc/pages/product.css") screen and (min-width: 1081px);
@import url("/css/pc/pages/community.css") screen and (min-width: 1081px);
@import url("/css/pc/pages/customer.css") screen and (min-width: 1081px);

@import url("/css/mobile/pages/home.css") screen and (max-width: 1080px);
@import url("/css/mobile/pages/company.css") screen and (max-width: 1080px);
@import url("/css/mobile/pages/product.css") screen and (max-width: 1080px);
@import url("/css/mobile/pages/community.css") screen and (max-width: 1080px);
@import url("/css/mobile/pages/customer.css") screen and (max-width: 1080px);