/* Write your styles */
.footer_tel{
	display: flex;
	height: 55px;
	align-items: center;
	text-align: center;
	background-color: #0e90d2;
	position: fixed;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: white;
}
.footer_tel li{
	flex: 1;
	list-style-type: none;
}
.footer_tel li a{
	color: white;
}
.footer_ico{
	display: block;
	color: white;
	font-size: 2.5rem;
    margin-bottom: -0.8rem;
}
}
