@charset "UTF-8";

/*PC*/
@import url(style_pc.css) screen and (min-width: 768px);

/*SP*/
@import url(style_sp.css) screen and (max-width: 767px);