
/*	フッター
================================================== */
footer {
	position: relative;
	background: #333;
	color: #fff;
	margin: 0 auto;
	padding: 60px 0 60px;
}
footer section{
	margin: 0 auto;
}
footer section .flex{
	padding: 0 7%;
}
footer section .flex .logo{
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #666;
}
footer section .flex .logo .box{
	margin-bottom: 22px;
}
footer section .flex .logo figure{
	width: 100px;
	margin-bottom: 22px;
	box-sizing: border-box;
}
footer section .flex .logo figure a {
	display: block;
}
footer section .flex .logo ol{
}
footer section .flex .logo ol li{
	margin-bottom: 6px;
}
footer section .flex .logo ol li a{
}
footer section .flex .logo ol li a i{
	font-size: 10px;
}
footer section .flex .logo ol li a i:before{
	display: inline-block;
	font-size: 14px;
	width: 1em;
	text-align: center;
	margin-right: 0.2em;
}
footer section .flex .logo ul{
}
footer section .flex .logo ul li{
	margin-bottom: 6px;
}
footer section .flex .logo ul li a{
	color: #fff !important;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}
footer section .flex .logo ul li a:before{
	content: "";
	display: block;
	width: 9px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
footer section .flex .logo ul li a:after{
	content: "";
	display: block;
	width: 1px;
	height: 9px;
	background: #fff;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -7px;
}

footer section .flex nav{
	box-sizing: border-box;
	padding: 0 7%;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
}
footer section .flex nav ul{
	width: 50%;
	position: relative;
}
footer section .flex nav ul:nth-of-type(1){
	order: 1;
}
footer section .flex nav ul:nth-of-type(2){
	order: 3;
}
footer section .flex nav ul:nth-of-type(3){
	order: 2;
	top: 49px;
}
footer section .flex nav ul:nth-of-type(4){
	order: 4;
	top: 32px;
}
footer section .flex nav p{
	order: 5;
	margin-top: 45px;
}
footer section .flex nav ul li{
	display: block;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
footer section .flex nav ul li a{
	color: #fff !important;
}
footer section .flex nav ul li ol{
	margin-top: 12px;
	padding-left: 1em;
}
footer section .flex nav ul li ol li{
	font-size: 12px;
	margin-bottom: 4px;
}
footer section .flex nav p{
	font-size: 12px;
	letter-spacing: 0.1em;
}

