@charset "UTF-8";
@import url("responsive_pc.css") screen and (min-width: 700px);
@import url("responsive_sp.css") screen and (max-width: 700px);