<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 */
#cover_img{
	background:#fcf1f1;
}
/*基本のタイトル*/
h2 {
    border-left: #FC6969 solid 20px;
}
#l_side .wide_title {
    border-top: 10px solid #FC6969;
}
h3::before, h3::after {
	background: #FC6969;
}
h3::before {
    left: 15px;
}
/* ol */
.circle_ol &gt; li::before {
    color: #FC6969;
    border: 2px solid #FC6969;
}
/*ul*/
.smpl_ul &gt; li::before {
    color: #FC6969;
}</pre></body></html>