/*
*******************************************************************************************************
# css/footer.css
*******************************************************************************************************
*/

/*------------------------------------
	Layout
------------------------------------*/
.wrp-footer {
	padding: 67px 20px 58px;
	background-color: #333333;
	color: #ffffff;
}

.wrp-footer .footer-nav-ope .nav-ope:after,
.wrp-footer .footer-nav-ope .sub-nav.column2:after,
.wrp-footer .footer-link:after {
	content: '';
	display: block;
	clear: both;
}

.wrp-footer a {
	color: #ffffff;
	text-decoration: none;
}
.wrp-footer a:hover {
	text-decoration: underline;
}

.wrp-footer-inner {
	width: 1000px;
	margin: 0 auto;
}

.wrp-footer-inner .btn-footer-menu {
	display: none;
}

.wrp-footer .footer-policy {
	margin-bottom: 66px;
	font-size: 10px;
	color: #999999;
}
.wrp-footer .footer-policy li {
	margin-bottom: 5px;
}
.wrp-footer .footer-policy li:last-child {
	margin-bottom: 0;
}

.wrp-footer .logo-footer {
	margin-bottom: 46px;
	text-align: center;
}
.wrp-footer .logo-footer a {
	display: inline-block;
}
.wrp-footer .logo-footer a.logo-takasu {
	width: 180px;
	height: 29px;
	margin-right: 13px;
}
.wrp-footer .logo-footer a.logo-area {
	width: 120px;
	height: 30px;
}

.wrp-footer .copyright {
	font-size: 14px;
	text-align: center;
}

.wrp-footer .footer-menu {
	margin-bottom: 61px;
	color: #999999;
}

.wrp-footer .footer-menu ul li {
	float: left;
	width: 25%;
}

.wrp-footer .footer-menu h2 {
	font-size: 20px;
	margin-bottom: 33px;
	color: #ffffff
}

.wrp-footer .footer-menu ul li dt {
	font-size: 18px;
	margin-bottom: 30px;
	color: #ffffff
}


.wrp-footer .footer-menu ul li dd {
	font-size: 12px;
	line-height: 25px;
}

.wrp-footer .footer-menu:after {
	content: '';
	display: block;
	clear: both;
}



