footer {
	border-top: solid 2px #313198;
	background-color: #f3f8fe;
	margin-top: 80px;
}

.footer-top__wrap {
	margin: 0 auto;
	padding: 35px 0 30px;
	max-width: 1244px;
	background-image: linear-gradient(to right, #313198 6px, transparent 6px);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.footer-top {
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.footer__logo {
	margin-right: 40px;
	flex: 0 1 auto;
	width: 370px;
}

.footer__address {
	flex: 0 1 auto;
	width: fit-content;
	font-size: .14rem;
}

.footer__map {
	margin-left: 15px;
	display: inline-block;
	color: #3e6eb3;
}

.footer-nav__wrap {
	margin: 0 auto;
	padding: 30px 0 20px;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-nav {
	max-width: 1080px;
	flex: 0 1 auto;
	width: 76%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-nav__list {
	flex: 0 1 auto;
}

.footer-nav__item {
	margin-bottom: 22px;
}

.footer-nav__link {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: .14rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer-nav__arrow {
	flex: 0 1 auto;
	position: relative;
	display: inline-block;
	padding-left: 15px;
}

.footer-nav__arrow::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border: solid 1px #3e6eb3;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -3px;
	margin-top: -5px;
}

.footer-nav__arrow::after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	border: 0;
	border-top: solid 1px #3e6eb3;
	border-right: solid 1px #3e6eb3;
	position: absolute;
	top: 50%;
	left: 1px;
	transform: rotate(45deg);
}

.footer-nav__item--kikou:not(:first-child) {
	margin-left: 10px;
}

.footer-nav__item--kikou {
	margin-bottom: 14px;
}

.footer__banner {
	flex: 0 1 auto;
	width: 211px;
}

.footer__banner--img {
	width: 100%;
}

.footer-small {
	padding: 10px 0 10px;
	display: block;
	background-color: #3e6eb3;
	color: #fff;
	text-align: center;
	font-size: .13rem;
}

@media(max-width: 1280px) {
	.footer-top__wrap {
		width: calc(100% - 40px);
	}
}

@media(max-width: 1220px) {
	.footer-nav__wrap {
		width: calc(100% - 40px);
	}
	.footer-nav {
		width: 80%;
	}
	.footer__banner {
		width: 18%;
	}
}

@media(max-width: 1200px) {}

@media(max-width: 1110px) {}

@media(max-width: 900px) {
	.footer-top {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer__logo {
		margin-right: 0;
		margin-bottom: 30px;
		width: 330px;
	}
	.footer__address {
		width: 100%;
	}
	.footer-nav {
		flex-wrap: wrap;
	}
	.footer-nav__list {
		width: 49%;
	}
}


@media(max-width: 767px) {
.footer-small {
	padding: 10px 0 70px;
}
}

/*スマホ*/

@media(max-width: 699px) {
	.footer-nav__wrap {
		flex-direction: column;
	}
	.footer-nav {
		width: 100%;
	}
	.footer__banner {
		margin-top: 20px;
		width: 230px;
		margin: 30px auto 15px;
	}
	.footer-nav__link {
		line-height: 1.6;
		letter-spacing: .0em;
	}
	.footer__map {
		margin-left: 0;
	}
}