@charset "UTF-8";

.footer {
	background-color: #FFF;
	color: #0C1946;
	border-top: 1px solid #CCC;
	padding: 40px;
	text-align: center;
}

.footer__logo {
	display: block;
	margin: 0 auto;
}

.footer__text {
	display: inline-block;
	line-height: 1.8;
	text-align: left;
}

.footer__tel {
	font-size: 20px;
}

.footer__instagram {
	margin-top:30px;
	margin-bottom:0;
}

.instagram__img {
	width:30px;
	height:auto;
}

.footer__instagram a:hover .instagram__img {
	opacity:.4;
}