@charset "UTF-8";
/* CSS Document */
#testoutofpocketcare {
	width: 628px;
    margin-right: 20px;
}
#testoutofpocketcare h3 {
	border-left: 10px solid #1B7E47;
	border-bottom: 1px solid #1B7E47;
	margin: 20px 0 10px;
	padding: 4px 0 4px 10px;
}
#testoutofpocketcare ul {
	margin: 20px 0 30px;
	padding: 20px;
	background: rgba(143,195,31,0.1);
}
#testoutofpocketcare ul li {
	list-style-type: none;
	margin-bottom: 1em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#testoutofpocketcare ul li:last-of-type {
    margin-bottom: 0;
}
#testoutofpocketcare ul li::before {
	content: "●";
	margin-right: 0.2em;
	color: #8ec31f;
}