/* 先方様サイト */
.rc-site-footer-section {
    background-color: #3c3c3c;
}

.rc-site-footer-bar {
    border-bottom: #3c3c3c 1px solid;
    width: 100%;
    margin: 0;
}


.rc-site-footer-section * {
    color: #ffffff
}


.rc-site-footer-section .rc-sns-link:hover,
.rc-site-footer-section .rc-sns-link:focus {
    opacity: 0.7;
}


.rc-site-footer-section .rc-site-footer-wrapper .rc-sns-wrapper {
    height: 25px;
    margin: 25px 0 0;
}

.rc-site-footer-section .rc-site-footer-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

.page-width {
    padding-left: 11px;
    padding-right: 11px;
    max-width: 1000px;
    margin: 0 auto;
}

.rc-site-footer-section .rc-site-footer-wrapper .rc-sns-wrapper {
    display: flex;
    justify-content: center;
}

.rc-site-footer-section .rc-site-footer-wrapper .rc-sns-wrapper img {
    width: 25px;
    height: 25px;
    margin: 0 7px;
}

.rc-site-footer-section .rc-site-footer-wrapper .rc-footer-menu-wrapper {
    margin: 40px auto 0;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 640px;
}

.rc-site-footer-section .rc-site-footer-wrapper .rc-footer-menu-wrapper a {
    font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * .87em);
    font-size: 13px;
}

.rc-site-footer-section .rc-site-footer-wrapper .rc-footer-menu-wrapper a:first-of-type {
    padding: 0 10px;
    margin-bottom: 4px;
}

.rc-site-footer-section .rc-site-footer-wrapper .rc-footer-menu-wrapper a+a {
    border-left: #fff 1px solid;
    flex: 0 0 auto;
    padding: 0 10px;
    margin-bottom: 4px;

}

.rc-site-footer-section .rc-site-footer-wrapper .rc-copyright {
    text-align: center;
    padding: 15px;
}
