@charset "utf-8";

footer .container{
	background-color: #333;
	color: #bcbcbc;
}
/****** btn-page-top ******/
.btn-page-top{
	text-align: center;
	padding: 12px auto;
}
.btn-page-top a{
	color: #bcbcbc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	vertical-align: baseline;
}
.btn-page-top a:hover{
	cursor: pointer;
}
.btn-page-top a::before{
	content: url(../images/page_top.png);
	margin-right: 0.85rem;
	display: inline-block;
}
@media screen and (min-width:768px){
	.content-footer-sub{
		width: 100%;
		margin: auto;
	}
	.btn-page-top{
		text-align: right;
		width: 20%;
		margin: auto;
	}
}
@media screen and (min-width:1240px){
	.btn-page-top{
		width: 10%;
	}
}

/****** .footer-nav copyright ******/
.content-footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 13px;
	line-height: 2;
	width: 80%;
	margin: auto;
}
.content-footer-nav ul li{
	width: 45%;
}
.content-footer-nav ul li a{
	display: inline-block;
	box-sizing: border-box;
	color: #bcbcbc;
	vertical-align: top;
}
.content-footer-nav ul.list-text li a::before{
	content: url(../images/list_arrow.png);
	margin-right: 0.55rem;
}
ul.list-text{
	margin-bottom: 24px;
}
.footer-copyright{
	margin-top: 20px;
	text-align: center;
	color: #666;
}
.footer-copyright h1{
	display: block;
	width: 20%;
	margin: auto;
}
@media screen and (min-width:768px){
	.content-footer-nav{
		display: flex;
	}
	.content-footer-nav ul{
		line-height: 1.5;
	}
	ul.list-text li{
		width: 25%;
	}
	.footer-copyright h1{
		display: block;
		width: 10%;
		margin: auto;
	}
}