@charset "utf-8";

@import url("module-s.css") only screen and (max-width: 736px);
@import url("module.css") only screen and (min-width: 737px);