<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.demand-ttl {
	color: #FF6600;
	font-weight: bold;
	font-size: 3rem;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 5px;
	margin-top: 20px;
}
.demand-p {
	font-size: 2rem;
}
.demand-box {
	margin-right: auto;
	display: flex;
	width: 80%;
}</pre></body></html>