@charset "utf-8";
/*////////////////////////////////////////////////
File Name : footer.css
Created   : 2015.11.09
Up Date   : 2017.09.12
////////////////////////////////////////////////*/

/*========*/
/* footer */
/*========*/

/* layout */

.l-footer {
	clear: both;
	width: 100%;
}

.l-footer-inner {
	width: 100%;
	padding: 16px 0 8px;
	background: #000;
}

/* フッタカルーセル */
.l-footer-carousel {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	height: 64px;
}

.l-footer-carousel-list {
	width: 1248px;
	margin: 0 auto;
}

.l-carousel-prev {
	position: absolute;
	top: 0;
	left: 0;
}

.l-carousel-next {
	position: absolute;
	top: 0;
	right: 0;
}

/* フッタナビゲーション */
.l-footer-nav {
	width: 1280px;
	margin: 0 auto;
	padding-top: 24px;
}

.l-footer-nav::after {
	content: "";
	clear: both;
	display: block;
}

.l-footer-col {
	float: left;
	width: 235px;
	margin-right: 26px;
}

.l-footer-col:nth-child(4) {
	margin-right: 27px;
}

.l-footer-col:nth-child(8) {
	margin-right: 288px;
}

.l-footer-col:nth-child(5),
.l-footer-col:last-child {
	margin-right: 0;
}

.l-footer-col:nth-last-child(-n+4) {
	margin-top: -170px;
}

/* フッタコピーライト */
.l-copyright {
	width: 100%;
	padding: 16px 0;
	background: #FFF;
}

.l-copyright img {
	height: 25px;
}

/* module */

/* フッタカルーセル */
.carousel-prev a {
	display: block;
	width: 16px;
	height: 64px;
	background: url(/img/common/carousel_ic01.png) no-repeat 0 0;
	text-indent: -9999px;
}

.carousel-next a {
	display: block;
	width: 16px;
	height: 64px;
	background: url(/img/common/carousel_ic01.png) no-repeat -16px 0;
	text-indent: -9999px;
}

/* フッタナビゲーション */
.footer-nav {
	color: #fff;
	text-align: left;
	line-height: 1.3;
}

.footer-nav a {
	display: block;
	color: #fff;
}

.footer-nav p {
	border-bottom: solid 1px #43a3d5;
	font-weight: bold;
	line-height: 1.3;
}

.footer-nav p:first-of-type {
	padding-top: 0;
}

.footer-nav p a {
	padding: 8px 0;
	text-decoration: none;
}

.footer-nav p span {
	display: inline-block;
	padding: 8px 0;
}

.footer-nav li {
	font-size: 13px;
}
.footer-nav li a {
	padding: 8px 0;
}

/* フッタコピーライト */
.copyright-txt {
	margin-top: 16px;
	color: #01195C;
	font-size: 10px;
}

/* 別ウィンドウアイコン */
.footer-nav .external-icon span {
	position: relative;
	padding-right: 20px;
}

.footer-nav .external-icon span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/img/common/footer_ic01.png) no-repeat 0 0;
}
