@charset "UTF-8";
/*--------------------------------------------
HEADER
---------------------------------------------*/
header{
	min-width : 1080px;
}
header .wrap{
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	height : 66px;
	padding-left : 50px;
	padding-right : 50px;
}
header h1 a{
	display : block;
}
/*--------------------------------------------
Footer
---------------------------------------------*/
footer{
	min-width : 1080px;
}
footer .wrap{
	padding-top : calc( 72px - 12px * .3 );
}
footer ul{
	display : -webkit-box;
	display : -ms-flexbox;
	display : flex;
	-webkit-box-pack : center;
	-ms-flex-pack : center;
	justify-content : center;
	-webkit-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	padding-bottom : calc( 42px - 14px * .3 );
}
footer ul li:nth-child(2){
	margin-left : calc( 14px * 6 );
}
footer a{
	padding-top : calc( 10px - 14px * .3 );
	font-size : 14px;
	line-height : 1.6;
	font-weight : 500;
	color : #616161;
	display : inline-block;
}
footer a:hover{
	color : #2196f3;
	background : url("../images/footer/icon.png") center top no-repeat;
}
footer p{
	border-top : 1px solid #bdbdbd;
	text-align : center;
	font-size : 12px;
	line-height : 1.6;
	font-weight : 500;
	letter-spacing : .025em;
	color : #757575;
	padding-top : calc( 16px - 12px * .3 );
	padding-bottom : calc( 59px - 12px * .3 );
}