@charset "UTF-8";
/* template area */
.l-footer-bottom{
	margin-bottom:200px;
}
.gotop {
	bottom: 220px;
}


/* COMMON */
.footer_flo_bnr{
  position: fixed;
  z-index:10;
  width:100%;
  padding:15px;
  left:0px;
  bottom:0px;
  background-color:#efefef;
	text-align: center;
}
.footer_flo_bnr a img{
	margin:0 auto 0 175px;
	max-width: 980px;
	width:100%;
}


@media (max-width: 1180px) {
	.footer_flo_bnr a img{
		margin-left:0;
	}
	.footer_flo_bnr{
	  left:0px;
	  text-align: center;
	}
}

@media (max-width: 768px) {
	.gotop {
	bottom: 180px;
	}
	.footer_flo_bnr a img{
		margin-left:0;
	}
	.l-footer-bottom{
	margin-bottom:100px;
	}
	.footer_flo_bnr{
	  bottom:56px;
	}
}