@charset "utf-8";
/*=========================================
【PC】footer
==========================================*/
footer{
	background: #fff;
}

/*=========================================
【PC】footer .inner
==========================================*/

footer .inner{
	padding: 8px 24px;
	overflow: hidden;
}

/*=========================================
【PC】g_nav
==========================================*/
footer .g_nav li{	
	font-size: 12px;
	padding-left: 12px;
	position: relative;
	display: inline-block;
}

footer .g_nav li::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #004593;
}

footer .g_nav a{	
	font-size: 12px;
	text-decoration: underline;
	display: inline-block;
	padding: 6px 0;
}

/*=========================================
【PC】small
==========================================*/
footer small{
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 8px 0;
	width: 100%;
	background: #225c9b;
	display: block;
}


