@charset "utf-8";


/**************************************************50
 * footer
 **************************************************/
#footer_wrap{
	background-color: #344351;
	color: #FFFFFF;
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2;
}
#footer_box{
	text-align: center;
}
#footer_box h2{
	text-align: center;
}
#footer_box h2 img{
	height: auto;
	width: 62.5%;
}
#footer_box p{
	line-height: 1.5;
	margin: 0.5em 0;
}
#footer_wrap nav{
	font-size: 75%;
}
#footer_wrap nav a{
	color: #FFFFFF;
	display: inline-block;
	margin: 0.5em 0.5em 0;
	text-decoration: none;
}
#footer_wrap nav a:hover,
#footer_wrap nav a *{
	color: #FFFFFF !important;
}
#footer_wrap nav a span{
	display: inline-block;
	position: relative;
	vertical-align: baseline;
}
#footer_wrap nav a span:after{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0.35em;
	left: 0;
	transition: width 0.2s ease-out 0s;
	width: 0;
}
#footer_wrap nav a img{
	height: 2em;
	margin-right: 0.25em;
	vertical-align: middle;
}
#footer_wrap nav > a:hover span:after{
	width: 100%;
}
#copyright{
	font-size: 75%;
	height: auto;
	margin: 0;
	position: static;
	text-align: center;
}
#copyright a{
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover,
#copyright a *{
	color: #FFFFFF !important;
}
@media screen and (max-width:767px){
	#footer_wrap{
	}
	#footer_box{
		padding-top: 6.25%;
	}
	#footer_box h2 img{
	}
	#footer_box p{
		padding: 0 3.125%;
	}
	#footer_wrap nav{
		display: none;
	}
	#copyright{
		line-height: 1.5;
		padding: 3.125% 3.125%;
	}
	#copyright .sp_hide{
		display: none !important;
	}
}
@media screen and (min-width:768px){
	#footer_wrap{
	}
	#footer_box{
		padding-top: 3.125em;
	}
	#footer_box h2{
		margin-bottom: 3.125em;
	}
	#footer_box h2 img{
	}
	#copyright{
		height: 2.5em;
		line-height: 2.5;
	}
	#copyright .sp_show{
		display: none !important;
	}
}
@media screen and (max-width:1279px){
	#footer_wrap nav{
		display: none;
	}
}
@media screen and (min-width:1280px){
	#footer_box{
		padding-bottom: 50px;
	}
	#footer_box:after{
		clear: both;
		content: "";
		display: block;
	}
	#footer_wrap nav{
	}
	#footer_wrap nav:first-child{
		margin-top: 31px;
	}
}


