@charset "UTF-8";

.top-footer-box{display:table;margin:0 auto;width:100%;max-width:1400px;table-layout:fixed;}
.top-footer-box:after{content:'';display:block;clear:both;}

.top-footer-box .footer-util-box{display:table-cell;width:100%;}
.top-footer-box .footer-util-box ul{padding:18px 0;}
.top-footer-box .footer-util-box ul li{display:inline-block;position:relative;margin:0 58px 0 0;padding:0 60px 0 0;vertical-align:top;}
.top-footer-box .footer-util-box ul li:after{content:'';display:block;position:absolute;top:50%;right:0;width:2px;height:22px;background:#999;transform:translateY(-50%);}
.top-footer-box .footer-util-box ul li:last-of-type{margin:0;padding:0;}
.top-footer-box .footer-util-box ul li:last-of-type:after{display:none;}
.top-footer-box .footer-util-box ul li a{display:inline-block;font-size:1rem;color:#7c7c7c;line-height:1.5rem;}
.top-footer-box .footer-util-box ul li.privacy a{color:#0f0000;}

@media screen and (max-width :768px) {
	.top-footer-box{display:block;padding:10px 20px;width:auto;}
	
	.top-footer-box .footer-util-box{display:block;text-align:center;}
	.top-footer-box .footer-util-box ul{padding:0 0 10px 0;}
	.top-footer-box .footer-util-box ul li{margin:0 16px 0 0;padding:0 18px 0 0;}
	.top-footer-box .footer-util-box ul li:after{height:13px;}
	.top-footer-box .footer-util-box ul li a{font-size:0.928rem;line-height:1.428rem;}
}