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

/* PC版 */
@import url(pc.css) all and (min-width:768px);

/* スマホ版 */
@import url(smart.css) screen and (max-width:767px);</pre></body></html>