@charset "utf-8";

@import url("pc.css") screen and (min-width:1920px) and (max-width: 5000px);
@import url("lap.css") screen and (min-width:1240px) and (max-width: 1919px);
@import url("tab.css") screen and (min-width:481px) and (max-width: 1239px);
@import url("sp.css") screen and (min-width:0px) and (max-width: 480px);
