/* IMPORT CSS */
@import url("style.css");

/*外枠　グレー線ボックス*/
.box { margin: 0 0 2.0em 0; border:#CCC solid 1px; border-radius:5px; padding:2.0rem 2.0rem 0 2.5rem;}


ul.how { list-style:none;}

.checkmark001{
	padding-left:24px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:3px;
}