.footer_box ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}

.footer_box ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}

.footer_box ul li:before {/*疑似要素*/
	font-family: FontAwesome;
	content: "\f138";/*アイコンの種類*/
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
	color: white;/*アイコン色*/
}
