@charset "utf-8";
*{
	marging: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.footer{
    width: 100vw;
    display: block;
    overflow: hidden;
    padding: 70px 0;
    box-sizing: border-box;
    background-color: aqua;
    float: none;
    text-align: center;
}
.inner_footer{
	display: block;
	margin: 0 auto;
	width: 1100px;
	height: 100%;
}
.inner_footer .logo_container{
	width: 35%;
	float: left;
	height: 100%;
	display: block;
}
.inner_footer .logo_container img{
	width: 65px;
	height: auto;
}
.inner_footer .footer_third{
	width: calc(21.66666667% - 20px);
	margin-right: 10px;
	float: left;
	height: 100%;
		
}
.inner_footer .footer_third:last-child{
	margin-right: 0;
}
.inner_footer .footer_third h1{
	font-family: "source-sans-pro";
	font-size: 22px;
	color: black;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.inner_footer .footer_third p{
	font-family: "source-sans-pro";
	font-size: 18px;
	color: black;
	display: block;
	font-weight: 200;
	width: 100%;
	padding-bottom: 5px;
}
.inner_footer .footer_third li{
	display: inline-block;
	padding: 0 5px;
	font-size: 20px;
}
