@charset "UTF-8";
/*
footer
=======================================================================*/

footer{
	padding:8vw 0;
	background: #FFFFFF;
}
@media all and (min-width: 769px) {
	footer{
		padding:40px 0;
		background: #FFFFFF;
	}
}


.logo-footer{
	display: flex;
	justify-content: center;
}
.logo-footer a{
	width: 45.0666667vw;
	margin-bottom: 2vw;
}
@media all and (min-width: 769px) {
	.logo-footer a{
		display: flex;
		justify-content: center;
		width: 314px;
		height: auto;
		margin-bottom: 28px;
	}
}


footer .footer_copyright{
	color: #000000;
	font-size: 2.6666667vw;
	text-align: center;
	font-weight: 500;
	font-style: normal;
}
@media all and (min-width: 769px) {
	footer .footer_copyright{
		font-size: 16px;
	}
}


