@charset "utf-8";

@import url("./style-s.css") screen and (min-width:0px) and (max-width: 679px);
@import url("./style-p.css") screen and (min-width:680px) and (max-width: 1500px);
@import url("./style-p.css") screen and (min-width:680px)

