<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 "reset-lp.css";
@import url("layout.css") screen and (min-width:769px);

/* 以下スマホサイズ用CSS */
@import "reset-lp.css";
@import url("layout-sp.css") screen and (max-width:768px);
</pre></body></html>