/* footer */
.footer {
	background-color: #e9f3fa;;
	color: #fff;
	padding: 40px 0 30px;
}
.footer .footerTop .col {
	width: 20%;
	padding-right: 10px;
}
.footer .footerMiddle {
	border-top: 1px solid rgba(0, 0, 0, .2);
	display: flex;
	margin-top: 30px;
	padding-top: 24px;
}
.footer .footerMiddle .col {
	width: 33%;
	padding-right: 10px;
}
.footer .footerTop ul + .category,
.footer .footerMiddle ul + .category {
	margin-top: 40px;
}
.footer .footerTop .category a ,
.footer .footerMiddele .category a {
	font-size: 16px;
	font-weight: bold;
}
.footer .footerTop .col > ul,
.footer .footerMiddle .col > ul {
	margin-top: 20px;
}
.footer .footerTop .col > ul li + li,
.footer .footerMiddle .col > ul li + li {
	margin-top: 10px;
}
.footer a,
.footer .footerTop .col > ul a,
.footer .footerMiddle .col > ul a {
	color: #004ea2;
}
.footerBottom {
	border-top: 1px solid rgba(0, 0, 0, .2);
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: 35px;
	padding-top: 24px;
}
.footerBottom ul {
	display: flex;
	padding: 15px 0;
	border-bottom: .1rem solid #fff;
}
.footerBottom ul li + li {
	margin-left: 32px;
}
 /* footer module.cssの下部に記載あり */
.footer {
	padding: 24px 0 24px;
}
.footer .footerMiddle {
	border-top: 1px solid rgba(0, 0, 0, .2);
	display: flex;
	margin-top: 30px;
	padding-top: 20px;
}
.footer .footerMiddle .col {
	width: 33%;
	padding: 5px 10px;
}
.footerBottom {
	border-top: none;
	display: block;
	margin-top: 0;
	padding-top: 0;
	background-color: #004ea2;
}
.footerBottom ul li + li {
	margin-left: 20px;
	padding-left: 21px;
	position: relative;
}
.footerBottom ul li + li:before {
	background-color: #fff;
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	left: 0;
	top: 50%;
}
.footerBottom ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	color: #fff;
	font-size: 14px;
}
.footerBottom #copyright {
	padding: 15px 0;
    text-align: center;
    font-size: 11px;
    color: #fff;
}
/* 「フッター上部のリンク」ブロック */
.footFastLink {
	background-color: #fff;
	width: 100%;
}
.footFastLink ul {
	border: 1px solid #a8c3f0;
	display: flex;
}
.footFastLink ul li:nth-of-type(1) {
	width: 12.5%;
}
.footFastLink ul li:nth-of-type(2),
.footFastLink ul li:nth-of-type(3),
.footFastLink ul li:nth-of-type(4) {
	width: 9.5%;
}
.footFastLink ul li:nth-of-type(5) {
	width: 18.4%;
}
.footFastLink ul li:nth-of-type(6) {
	width: 12.5%;
}
.footFastLink ul li:nth-of-type(7) {
	width: 17%;
}
.footFastLink ul li:nth-of-type(8) {
	width: 11.1%;
}
.footFastLink ul li + li {
	border-left: 1px solid #a8c3f0;
}
.footFastLink ul li a {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.footFastLink ul li a .icn {
	display: block;
	margin-bottom: 10px;
}