@charset "UTF-8";

/*style_import.css*/

@import url("styles.css") screen and (min-width:1024px);

@import url("tb.css") screen and (min-width:641px) and (max-width:1023px);

@import url("sp.css") screen and (max-width:640px);

@import url("sass-compiled.css");

