/* bottom-footer */
.bottom-footer-wrap{padding:30px 0;background:#f2f2f2;}
.bottom-footer-box{position:relative;margin:0 auto;max-width:1280px;}
.bottom-footer-box > div{text-align:center;}
.bottom-footer-box .footer-logo-box{padding:0 0 17px;}
.bottom-footer-box .footer-info-box p{display:inline-block;position:relative;margin:0 4px 0 0;padding:0 10px 0 0;font-size:16px;line-height:24px;color:#999999;}
.bottom-footer-box .footer-info-box p:after{content:'';display:block;position:absolute;top:7px;right:0;width:1px;height:10px;background:#b3b3b3;}
.bottom-footer-box .footer-info-box p:last-of-type{margin:0;padding:0;}
.bottom-footer-box .footer-info-box p:last-of-type:after{display:none;}
.bottom-footer-box .btn-top{display:block;position:absolute;top:-70px;left:100%;z-index:10;padding:15px;width:70px;height:70px;border:1px solid #e1e1e1;background:#f0f0f0;text-align:center;box-sizing:border-box;}
.bottom-footer-box .btn-top span{display:inline-block;padding:20px 0 0;background:url(../img/common/ico-top.png) no-repeat center top;background-size:14px;font-size:17px;font-weight:500;color:#333;}
.bottom-footer-box address{font-style:normal;}

@media screen and (max-width: 1480px) {
	/* bottom-footer */
	.bottom-footer-box .btn-top{left:unset;right:0;}
}
@media screen and (max-width: 1024px) {
	/* bottom-footer */
	.bottom-footer-wrap{padding:30px 10px;}
	.bottom-footer-box .footer-logo-box{padding:0 0 10px;}
	.bottom-footer-box .footer-info-box p{display:block;margin:0;padding:0 0 9px;font-size:15px;line-height:23px;}
	.bottom-footer-box .footer-info-box p:after{display:none;}
	.bottom-footer-box .btn-top{top:-55px;padding:12px;width:50px;height:50px;}
	.bottom-footer-box .btn-top span{padding:12px 0 0;background-size:10px;font-size:13px;}
}