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

/* CSS Document */

/***********************************************************************
  index
***********************************************************************/

@media all {
p.introduction {
	width: 800px;
	max-width: 100%;
	margin: 0 auto 40px;
}

}

@media all and (max-width: 767px) {
p.introduction {
	width: 90%;
}

}
</pre></body></html>