@charset "utf-8";

@import url("contents_sp.css") screen and (max-width:767px);
@import url("contents_pc.css") screen and (min-width:768px);
@import url("contents_pc.css") print;
