@charset "utf-8";
/* footer css */

.footer .footer-main {
    position: relative;
    padding: 36px 0;
    background-color: var(--navy);
}

.footer .footer-main .share ul {
    display: block;
    text-align: center;
    font-size: 0;
}
.footer .footer-main .share ul li {
    display: inline-block;
    width: 42px;
    margin: 0 5px;
}
.footer .footer-main .share ul li:first-child a {
    background: url(/img/twitter.png) no-repeat;
    background-size: 100% 100%;
}

.footer .footer-main .company {
    margin: 32px 0 0 0;
}
.footer .footer-main .company ul {
    text-align: center;
    font-size: 13px;
}
.footer .footer-main .company ul li:first-child {
    border-left: 0;
}
.footer .footer-main .company ul li {
    display: inline-block;
    padding: 0 16px;
    border-left: 2px solid #fff;
}
.footer .footer-main .company ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.footer .footer-main .copyright {
    margin: 24px 0 0 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

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

.footer .footer-main {
    padding: 6.875% 0;
}
.footer .footer-main .share ul li {
    font-size: 14.6875vw;
    width: 1em;
    margin: 0 0.12766em;
}
.footer .footer-main .share ul li:first-child a {
    background-image: url(/img/twitter_big.png);
}
.footer .footer-main .company {
    margin-top: 6.25%;
}
.footer .footer-main .company ul {
    font-size: 3.75vw;
}
.footer .footer-main .company ul li:first-child {
    margin-top: 0;
}
.footer .footer-main .company ul li a {
    text-decoration: underline;
    font-weight: normal;
}
.footer .footer-main .copyright {
    margin-top: 8.4375%;
    font-size: 3.4375vw;
}

}