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

/* 
 * PC・スマホ　スタイル振り分け
 */

@import url('pc.css');
@import url('sp.css') all and (max-device-width: 720px);</pre></body></html>