@charset "UTF-8";

footer,
footer * {
	all: revert;
	box-sizing: border-box;
}

footer ul,
footer ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer p,
footer div {
	margin: 0;
	padding: 0;
}

footer img {
	display: block;
	width: attr(width px, auto);
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	body.wg-page:not(#home):not(.list_under) footer {
		margin-top: 0;
	}
}

.copy img {
	width: 263px;
}