@charset 'UTF-8';

/*footer*/
footer {
    border-top: 5px #0066B5 solid;
    background-color: #F5F5F5;
    padding: 3rem 0 0;
}

footer .footer-top .footer-logo span:first-child img {
    max-width: 160px;
    margin-right: 10px;
}

footer .footer-top .footer-logo span:last-child img {
    max-width: 155px;
}

@media (max-width: 991px) {
    footer {
        padding: 2rem 0 0;
    }


    footer .footer-top .footer-logo span:first-child img {
        max-width: 140px;
    }

    footer .footer-top .footer-logo span:last-child img {
        max-width: 135px;
    }
}

footer .footer-top .seed-jp-web {
    background-color: #fff;
    border-radius: 50px;
    border: 1px #0066B5 solid;
    box-shadow: 0 3px 1px rgba(0, 102, 180, 0.2);
}

footer .footer-top .seed-jp-web a {
    text-decoration: none;
    color: #0066B5;
    line-height: 40px;
    padding: 5px 10px;
}

footer .footer-top .seed-jp-web a i {
    background-color: #0066B5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

footer .footer-top .seed-jp-web:hover {
    background-color: #eaf6ff;
    box-shadow: 0 3px 1px rgba(0, 102, 180, 0);
    transition: all 0.3s ease-in-out;
}

footer .footer-link-div {
    margin-top: 2rem;
}

@media (max-width: 1199px) {
    footer .footer-link-div {
        display: none;
    }
}

footer .footer-link-div .link-list .item {
    position: relative;
}

footer .footer-link-div .link-list .item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translate(0, -50%);
    width: 1px;
    height: 18px;
    border-right: 1px #AEAEAE dashed;
}

footer .footer-link-div .link-list .item:last-child:after {
    content: none;
}

footer .footer-link-div .link-list .item a {
    text-decoration: none;
    color: #5A5C5E;
    font-weight: 400;
    margin-right: 20px;
    font-size: 15px;
    letter-spacing: 2px;
}

footer .footer-link-div .link-list .item:last-child a {
    margin-right: 0;
}

@media (max-width: 1399px) {
    footer .footer-link-div .link-list .item a {
        margin-right: 13px;
    }
}

footer .footer-link-div .link-list .item a:hover {
    color: #0066B5;
    transition: all 0.3s ease-in-out;
}

footer .footer-warning {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px #C4C4C4 solid;
    color: #7C7C7C;
}

footer .footer-warning .txt-left {
    margin-right: 1rem;
}

footer .footer-warning .txt-left p:first-child {
    font-size: 18px;
}

footer .footer-warning .txt-left p,
footer .footer-warning .txt-right span {
    font-size: 14px;
}

footer .footer-warning .txt-right {
    flex: 0 0 360px;
}

@media (max-width: 991px) {
    footer .footer-warning {
        margin-bottom: 1rem;
    }

    footer .footer-warning .txt-right {
        flex: 1;
    }
}

footer .footer-warning .txt-right span {
    display: block;
    font-variant: tabular-nums;
}

footer .footer-info {
    width: 100%;
}

footer .footer-service {
    width: 100%;
}

footer .footer-service .title {
    font-size: 18px;
    display: block;
    font-weight: 400;
    width: 50px;
    letter-spacing: 3px;
    color: #4593CF;
    border-right: 1px #CDCDCD solid;
    margin-right: 1rem;
}

footer .footer-service .txt-info a {
    text-decoration: none;
}

footer .footer-service .txt-info .tel,
footer .footer-service .txt-info .tel i,
footer .footer-service .txt-info .tel a,
footer .footer-service .txt-info .mail i {
    color: #0066B5;
    margin-right: 6px;
}

footer .footer-service .txt-info .tel a {
    font-size: 21px;
    margin-right: 6px;
    font-weight: bold;
}

footer .footer-service .txt-info .mail a {
    color: #77858F;
    white-space: nowrap;
}

footer .footer-service .footer-community-link {
    margin-left: 10px;
}

@media (max-width: 575px) {
    footer .footer-service .footer-community-link {
        margin-top: 1rem;
        margin-left: 0;
    }
}

footer .footer-service .footer-community-link a img {
    max-width: 40px;
    margin-right: 5px;
}

footer .footer-service .footer-app img {
    max-width: 136px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    footer .footer-service .footer-app {
        margin-top: 1rem;
    }

    footer .footer-service .footer-app img {
        margin-left: 0;
        margin-right: 10px;
    }
}

.copyright {
    text-align: center;
    margin-top: 2rem;
    background-color: #555555;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 8px;
}