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

/* --------------------------------------------------------
contents CSS
-------------------------------------------------------- */

.big_fonts{font-size:130%;color: #000;font-weight:bold;}
.text_black{color: #000;}
.text_red_big{color:#d96666;font-size:120%;font-weight:bold;}

.concept_box{
	position:relative;
	z-index:-1;
	background:#fff5e3;
	padding:20px;
	width:660px; 
	border-radius:10px;
	margin-bottom:30px;
	}

.marker {
	width:98%;
	margin-bottom:15px;
}

.concept_box ul{color:#7f4f21;font-size:100%;}

.concept_box li{margin-bottom:12px;}

.concept_box li:before{ content:"\25cf";}

.text_red{color:#c97474;}
.text_green{color:#71a906;}

.point_box{border-bottom:1px solid #CCC;padding-bottom:15px;margin-bottom:15px;}
.point_box&gt;div:first-child{width:235px;float:left;}
.point_box&gt;div {width:465px;float:left;}

.point_box img{border:4px solid #b9e3e3; border-radius:10px;}
.point_marker{width:97%;}












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