@charset "UTF-8";
.foot2021-wrapper{
	background-color: #2f5eab;
	color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.nav-link,
.nav-link:link,
.nav-link:hover,
.nav-link:visited{
	color: #7194B6;
}
.oneriver-footer-logo{
	width: 100%;
	max-width: 240px;
	height: auto;
	margin-top: 20px;
}
@media screen and (max-width: 575px) {
.oneriver-footer-logo{
	width: 100%;
	max-width: 120px;
	height: auto;
	margin-top: 20px;
}
}
.footer-icon{
	color: white;
	margin-right: 40px;
	font-size: 20px;
}
.footer-icon.footer-icon-last{
	margin-right: 0;
}
.footer-icon:link,
.footer-icon:hover,
.footer-icon:visited{
	color: white;
}


.footer2021-menu-child-h{
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.footer2021-menu-child-link{
	margin-bottom: 10px;
	font-size: 12px;
}
.footer2021-menu-child-link a,
.footer2021-menu-child-link a:link,
.footer2021-menu-child-link a:visited{
	text-decoration: none;
	color: white;
}
.footer2021-menu-child-link a:hover{
	text-decoration: underline;
}
.footer2021-menu-parent{
	font-size: 16px;
}
.footer2021-menu-parent a,
.footer2021-menu-parent a:link,
.footer2021-menu-parent a:hover,
.footer2021-menu-parent a:visited{
	color: white;
	text-decoration: none;
}
.footer2021-menu{
	margin: 20px 20px 40px;
}
.footer2021-banner-box{
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0 40px;
}
.footer-oneriver-logo{
	margin-bottom: 40px;
}
.footer-icon .fab{
	font-size: 30px;
    font-family: "Font Awesome 5 Brands","Font Awesome 6 Brands"!important;

}
.footer_banner{
	width: 100%;
	height: auto;
}
.footer_banner.footer_banner1{
	margin-bottom: 20px;
}

.footer_banner.footer_banner2{
	/*opacity: 0.5;*/
}
.footer-oneriver-sns{
	text-align: center;
}
.copyright-text{
	text-align: center;
	margin-right: 20px;
}
.footer-oneriver-logo-wrapper{
	/*padding-left: 20px;*/
	text-align: center;
}
@media (max-width: 576px) {
	.footer-oneriver-sns{
		text-align: center;
	}
	.copyright-text{
		text-align: center;
	}
	.footer2021-menu-parent{
		text-align: center;
		margin-bottom: 0.5em;
	}
}