@charset "UTF-8";
/* CSS Document */
#slit {
	width: 628px;
    margin-right: 20px;
}
#slit h3 {
	border-left: 10px solid #1B7E47;
	border-bottom: 1px solid #1B7E47;
	margin: 20px 0 10px;
	padding: 4px 0 4px 10px;
}
#slit .flowBox h4 {
	margin: 20px 0 10px;
	padding: 6px 1em;
	border: 1px solid #8ec31f;
	color: #1B7E47;
	font-weight: bold;
}
#slit .flowBox .number {
	font-size: 120%;
}
#slit .flowBox .bar {
	margin-top: 10px;
	text-align: center;
}
#slit ul {
	margin: 20px 0 30px;
	padding: 20px;
	background: rgba(143,195,31,0.1);
}
#slit ul.underP {
	margin-bottom: 20px;
}
#slit ul li {
	list-style-type: none;
	margin-bottom: 1em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#slit ul li:last-of-type {
    margin-bottom: 0;
}
#slit ul li::before {
	content: "●";
	margin-right: 0.2em;
	color: #8ec31f;
}