@charset "UTF-8";

/*
◆Follow Link （バッティング対策）
-----------------------------------------------------------------------------*/
.is-fixed {
	position: inherit;
	top: inherit;
	left: inherit;
	width: inherit;
	height: inherit;
}
#footer-conversion.is-fixed{
	display:block;
	position:fixed;
	width:100%;
	max-width:inherit;
	bottom:0;
	right:0;
	z-index:2000;
}