@charset "UTF-8";

/* c-footer
----------------------------------------*/
.c-footer {
	background: #E5F5FD;
	padding-top: 49px;
}
.c-footer__nav {
	width: 1000px;
	margin: 0 auto;
}
.c-footer__nav > ul {
	width: 285px;
	float: left;
	list-style: none;
}
.c-footer__nav > ul:last-child {
	width: auto;
	margin-right: -35px;
}
.c-footer__nav > ul > li {
	margin-bottom: 14px;
}
.c-footer__nav > ul > li > a {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	letter-spacing: 2.8px;
}
.c-footer__nav > ul > li > a::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/common/ico-arrow-g.svg) no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
}
.c-footer__nav > ul > li > a:hover::before {
	background-image: url(../img/common/ico-arrow-b.svg);
}
.c-footer__nav > ul > li > a[target="_blank"]::after,
.c-footer__jfw a[target="_blank"]::after {
	content: "";
	width: 12px;
	height: 11px;
	background: url(../img/common/ico-pop-g.svg) no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 2px 4px;
}
.c-footer__nav > ul > li > a[target="_blank"]:hover::after,
.c-footer__jfw a[target="_blank"]:hover::after {
	background-image: url(../img/common/ico-pop-b.svg);
}
.c-footer__nav li a {
	display: block;
	color: #494949;
	font-size: 1.3rem;
	line-height: 1.2;
	padding: 5px 5px 4px;
	position: relative;
}
.c-footer__nav li a:hover {
	color: #002f7b;
	text-decoration: none;
}
.c-footer__nav li ul {
	margin: 8px 0 0 20px;
	letter-spacing: 1px;
}
.c-footer__jfw {
	color: #494949;
	font-size: 1.4rem;
	width: 1000px;
	margin: 0 auto;
	padding: 53px 0 15px;
	letter-spacing: 1.95px;
}
.c-footer__jfw a {
	color: inherit;
}
.c-footer__jfw a[target="_blank"]::after {
	margin: 0 0 3px 6px;
}
.c-footer__jfw a:hover {
	color: #002f7b;
}
.c-footer__copyright {
	background: #002F7B;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 2.4px;
	text-align: center;
	padding: 24px 20px;
	
}

@media only screen and (max-width: 767px) {
	.c-footer {
		background: none;
		padding-top: 0;
	}
	.c-footer__nav {
		width: auto;
		background: #fff;
	}
	.c-footer__nav > ul {
		width: 49.733%;
		margin-left: .534%;
		margin-bottom: 2px;
		background: #E5F5FD;
	}
	.c-footer__nav > ul:nth-child(2n+1) {
		margin-left: 0;
	}
	.c-footer__nav > ul:last-child {
		width: 100.534%;
		margin: 0 0 -2px -.534%;
		background: none;
	}
	.c-footer__nav > ul li {
		margin: 0;
	}
	.c-footer__nav > ul:last-child > li {
		background: #E5F5FD;
		width: 49.466%;
		margin-left: .53%;
		margin-bottom: 2px;
		float: left;
	}
	.c-footer__nav > ul:last-child > li:first-child {
		float: right;
		margin-top: -62px;
	}
	.c-footer__nav-pc {
		display: none;
	}
	.c-footer__nav > ul > li > a {
		padding: 21px 5px;
		text-align: center;
		height: 60px;
	}
	.c-footer__nav > ul > li > a::before {
		display: inline-block;
		position: static;
		vertical-align: -5px;
		margin-right: 5px;
	}
	.c-footer__nav li ul,
	.c-footer__jfw {
		display: none;
	}
	.c-footer__copyright {
		font-size: 1.1rem;
		line-height: 1.85;
		letter-spacing: 2px;
		padding: 20px 20px 24px;
		
	}
}
