#footer {
    background: #454a56;
}


#footer .widgets {
    display: flex;
    padding: 70px 0;
}

#footer .widgets .widget {
    flex: 1;
    padding-right: 20px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#footer .widget-header {
    color: #fff;
    margin-bottom: 20px;
}

#footer .widget-header .widget-title {
    font-size: 16px;
}


#footer .widget-body {
    color: #fff;
}

#footer .widget-body a {
    color: #fff;
}

#footer .widget-body ul li a:hover,
#footer .widget-body .cs-info a:hover {
    text-decoration: underline;
}

#footer .widget-body .info-menu li {
    margin-bottom: 15px;
}

#footer .widget-body .cs-info p {
    margin-bottom: 15px;
    line-height: inherit;
}

#footer .widget-body .cs-info span {
    display: inline-block;
}

#footer .widget-body .cs-info small {
    font-size: 10px;
}

#footer .widget-body .sns {
    margin-bottom: 20px;
    font-size: 0;
}


#footer .widget-body .sns a {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #fff;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #111;
    position: relative;
}

#footer .widget-body .sns a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 24px;
    line-height: 1;
}


#footer .widget-body .sns a:last-child {
    margin-right: 0;
}


#footer .widget-body .sns a .label {
    display: none;
}
#footer .footer-menu {
    padding: 12px 0;
    font-size: 0;
    text-align: center;
}

#footer .footer-menu li {
    display: inline-block;
}

#footer .footer-menu li:after {
    content: '|';
    font-size: 11px;
    color: #fff;
    margin: 0 4px;
}


#footer .footer-menu li:last-child:after {
    content: none;
}


#footer .footer-menu li a {
    color: #fff;
    font-size: 11px;
}

#footer .copy {
    text-align: center;
    font-size: 11px;
    color: #999;
    border-top: 1px solid rgba(255,255,255,.25);
    padding: 8px 12px;
}

#footer .copy span {
    display: inline-block;
    margin: 4px 0;
}

#footer .footer-logos img {
    display: inline-block;
    margin-bottom: 20px;
    height: 34px;
    margin-right: 10px;
}


#footer .footer-logos .logo1 {
    height: 40px;
    display: block;
}

#footer .footer-logos .logo6 {
	width:53px;
    display: block;
}


#footer .brand-site .selector {
    position: relative;
}

#footer .brand-site .selector .label {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    background: transparent url(../img/icons/selectdown.svg) 100% 50% no-repeat;
    padding: 0px 30px 0px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 220px;
    height: 44px;
    line-height: 42px;
    border-radius: 5px;
    border: solid 1px #979797;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

#footer .brand-site .selector .links {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 220px;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 100%;
    border: solid 1px #979797;
    background: #888888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 2px;
    padding: 8px 0;
}
#footer .brand-site .selector .links .brand-sites-menu {

}
#footer .brand-site .selector .links .brand-sites-menu li {
    /*margin-bottom: 10px;*/
}

#footer .brand-site .selector .links .brand-sites-menu li:last-child {
    margin-bottom: 0;
}

#footer .brand-site .selector .links .brand-sites-menu li a {
    font-size: 12px;
    opacity: .5;
    padding: 5px;
    display: block;
}

#footer .brand-site .selector .links .brand-sites-menu li a:hover {
    text-decoration: none;
}


#footer .brand-site .selector .links .brand-sites-menu > li > .sub-menu {

}

#footer .brand-site .selector .links .brand-sites-menu > li > .sub-menu a {
    opacity: 1;
    display: block;
    padding: 10px 14px;
}

#footer .brand-site .selector .links .brand-sites-menu > li > .sub-menu a:hover {
    text-decoration: none;
    background: rgba(2,53, 134, 0.15);
}

#menu-item-20110 a span {color:#ff2013;}

@media screen and (max-width: 989px) {

    #footer .widgets {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    #footer .widgets .widget {
        flex: 0 1 50%;
        margin-bottom: 50px;
        padding-right: 15px;
    }
}


@media screen and (max-width: 480px) {

    #footer .footer-menu li a {
        font-size: 9px;
    }
    #footer .copy {
        font-size: 10px;
    }

    #footer .widget-body .sns a {
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }


    #footer .footer-logos img {
        height: 30px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    #footer .footer-logos .logo1 {
        height: 30px;
        margin-bottom: 20px;
    }

}