.container-footer {
    /*
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    */
}

.footer-bg {
    background: linear-gradient(to right, #4acf65, #b3f233);
}

.footer-main {
    width: 100%;
    height: 302dp;
    display: flex;
    box-sizing: border-box;
}

.footer-left {
    width: 50%;
    margin: auto auto auto 30dp;
}

.footer-title {
    text-align: center;
    font-size: 0.7em;
    color: #FFFFFF;
    margin: 4px 0px;
}

.footer-logo {
    text-align: center;
    margin: auto 0px auto 0px;
}

.footer-right {
    width: 50%;
    padding: 10px;
    margin: auto 0;
}

.footer-others {
    text-align: center;
}

.footer-link-list {
    //    text-align: center;
    //    margin: 0px 0.5em;
    //    padding: 2px;
}

.footer-link-list2 {
    //    text-align: center;
    //    margin: 0px 0.5em;
}

.footer-link-list img {
    //    margin: 0px 4px;
}

.footer-link-list2 img {
    //    margin: 0px 4px;
}

.footer-link-list li a {
    //    text-align: center;
    //    font-size: 0.5em;
    //    color: #FFFFFF;
}

.footer-link-list2 li a {
    //    text-align: center;
    //    font-size: 0.5em;
    //    color: #FFFFFF;
}

.footer-title-font {
    text-align: center;
    font-size: 0.8em;
    color: #FFFFFF;
}

.footer-link-font {
    font-size: 1em;
    color: #FFFFFF;
}

.footer-title-font-sp {
    font-size: 0.8em;
    color: #FFFFFF;
}

.footer-link-font-sp {
    font-size: 0.5em;
    color: #FFFFFF;
}

.footer-bottom {
    color: #FFFFFF;
    font-size: 0.8em;
}

.footer-bottom-sp {
    color: #FFFFFF;
    font-size: 0.7em;
}

.footer-end {
    //    padding: 20px;
}

/* STR===== 2022/2/3 大城追加分 ===== */
#footer .aside3-top > div {
    background-color: #fff;
    color: #000;
    width: 270px;
    height: 44px;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----- SNS ----- */
@media (max-width: 768px) {
    footer .container-footer-sp .item-left .sns-Erea--footer {
        position: relative;
    }
    footer .container-footer-sp .item-left .sns-Erea--footer a {
        position: absolute;
        height: 100%;
        width: 33%;
        top: 0;
    }
    footer .container-footer-sp .item-left .sns-Erea--footer > a:nth-child(2) {
        left: 0;
    }
    footer .container-footer-sp .item-left .sns-Erea--footer > a:nth-child(3) {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    footer .container-footer-sp .item-left .sns-Erea--footer > a:last-child {
        right: 0;
    }
}
/* END===== 2022/2/3 大城追加分 ===== */