@charset "utf-8";
.footer-box{
	width:100%;
	background: #999;
	padding: 2em;
}

.footer{
	width: 70vw;
	min-width: 800px;
	margin: auto;
	padding: 1em;
}

.footer .contact-img{
	position: absolute;
	height: 7rem;
	transition-duration: .3s;
}

.footer .contact-img:hover{
	height: 12rem;
}

.footer .link-box{
	width:50%;
	text-align: left;
}

.footer .link-box a{
	line-height: 1.8;
}

.footer h3{
	margin: 1em auto;
	color: #fff;
}
