@charset "utf-8";

footer {
	background: #008377;
	position: relative;
}

/* トップへ戻る */
#pagetop {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 9998;
}

#pagetop a {
	display: block;
	width: 95px;
	height: 169px;
	position: absolute;
	top: -150px;
	right: 38px;
}
/* //トップへ戻る */

.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	max-width: 876px;
	margin: 0 auto;
	padding: 90px 0 70px;
}

.nav-list li {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
	width: 100%;
	line-height: 28px;
}

.nav-list li a {
	display: block;
	background: url(../images/arw02.png) no-repeat left center;
	color: #fff;
	text-indent: 15px;
}

.nav-list-lower li {
	height: 21px;
	line-height: 21px;
}

.nav-list-lower li:last-child {
	margin-bottom: 12px;
}

.nav-list-lower li a {
	background: url(../images/arw03_pc.png) no-repeat 15px center;
	font-size: 1.2rem;
	font-weight: normal;
	padding-left: 15px
}

.footer-sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 65px 55px;
}

.footer-sns ul li {
	margin-left: 53px;
}

.footer-sns ul li:first-child {
	margin-left: 0;
}

.footer-copyright {
	background: #dfdfdf;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.footer-copyright small {
	color: #008377;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.96px;
  
}


/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
	.footer-inner {
		flex-direction: column;
		padding: 0 20px;
	}

	.nav-list {
		width: 100%;
	}

	.nav-list li {
		font-size: 1.4rem;
		line-height: 40px;
		width: 100%;
	}

	.nav-list li {
		border-top: 1px solid #fff;
	}

	.nav-list:first-child li:first-child {
		border-top: none;
	}

	.nav-list li a {
		background: url(../images/arw03_sp.png) no-repeat 97% center;
		background-size: 5px;
		text-indent: 10px;
	}

	.nav-list-lower {
		display: none;
	}

	/* トップへ戻る */
	#pagetop {
		width: 100%;
	}
	
	#pagetop a {
		width: 47.5px;
		height: 100%;
		top: -70px;
		right: 15px;
	}
	/* //トップへ戻る */

	.footer-sns {
		padding: 0 20px 18.5px;
	}

	.footer-sns ul {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		height: 40px;
		padding: 0;
	}

	.footer-sns ul li {
		justify-content: space-between;
		align-items: center;
		width: 50%;
		height: 100%;
		margin: 0 auto;
	}

	.footer-sns ul li:first-child {
		margin-left: auto;
	}

	.footer-sns ul li a {
		display: flex;
		align-items: center;
		height: 100%;
		line-height: 40px;
	}

	.footer-facebook img,
	.footer-twitter img {
		display: block;
		margin: 0 auto;
		transform: scale(0.5); 
	}

	.footer-twitter {
		border-left: 1px solid #fff;
	}

	.footer-copyright {
		height: 50px;
		line-height: 15px;
    padding: 5px 10px;
	}

	.footer-copyright small {
  font-size : 0.7rem !important;
  word-break: break-all;
  word-wrap: break-word;
	}
}