@charset "utf-8";

#cta_transform{
	position: relative;
	z-index: 1;
	background-color: #fff;
}

#cta_transform #cta_footer{
	position: relative;
	z-index: 2;
}
#cta_fix{
	z-index: 99;
}

/* footer banner */
.footer_banner_wrap {
	max-width: 880px;
	display: flex;
	margin: 0 auto;
	margin-bottom: 50px;
}
.footer_banner_wrap img {
	margin-right: 25px;
	margin-left: 10px;
	width: 190px;
}

@media screen and (max-width: 768px){
	.footer_banner_wrap {
    justify-content: flex-start;
    margin-top: 28px;
	}
	.footer_banner_wrap img {
		margin-right: 15px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 500px){
	.pic img {
    width: 46vw;
	}
	.footer_banner_wrap img {
		margin: 0;
	}
	.footer_banner_wrap {
		justify-content: space-around;
	}
}



