<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*style_import.css*/

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

@import url("sp.css") screen and (max-width:740px);
</pre></body></html>