header>.inner #sc-logo {
    display: flex;
    height: 100%;
    padding: 0 0 0 10px;
    float: left;
    align-items: center;
}

header>.inner #sc-logo img {
    max-width: 300px;
    height: 100%;
}

header>.inner #member-sc-logo {
    padding-top: 6px;
    float: left;
    margin-right: 35px;
}

header>.inner #member-sc-logo img {
    padding: 13px 0;
    width: 237px;
}

/* header .inner #logo {
    max-width: 300px;
    object-fit: contain;
    height: 100%;
} */

footer {
    font-family: "Noto Sans JP", "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    background: linear-gradient(to bottom, #3273E9, #87DBF0);
    padding: 80px 0;
    color: white;
}

footer div.container {
    max-width: 1050px !important;
    margin: 0 auto;
}

footer div.container.detail {
    max-width: 1422px !important;
}

footer div.flex {
    display: flex;
}

footer div.upper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

footer div.upper .cols {
    width: 35%;
}

footer div.upper .cols:last-child {
    width: 30%;
}

footer div.upper .cols span.title {
    font-family: "Meiryo", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
}

footer div.upper .cols ul li {
    margin-bottom: 10px;
}

footer div.upper .cols ul li span {
    font-weight: 900;
}

footer div.upper .cols ul li a {
    font-size: 16px;
    font-weight: 200;
    line-height: 27px;
}

footer div.upper .cols ul li a span.sc-ico {
    height: 8px;
}

footer div.upper .cols ul li a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 600px) {
    header>.inner #member-sc-logo img {
        padding: 13px 5px;
        width: 180px;
    }

    header>.inner #sc-logo img {
       width: 180px;
    }

    footer div.container {
        padding: 0 20px;
    }

    footer div.upper {
        flex-direction: column;
        margin-bottom: 0;
    }

    footer div.upper .cols {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid white;
        margin-bottom: 30px;
    }

    footer div.upper .cols:last-child {
        width: 100%;
    }

    footer div.upper .cols span.title {
        font-size: 18px;
    }

    footer div.upper .cols ul li a {
        font-size: 15px;
    }

    footer div.lower {
        flex-direction: column-reverse;
    }

    footer div.lower .sns-sigma {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    footer div.lower .sns-sigma .sigma-wrapper {
        margin-bottom: 20px;
    }

    footer div.lower .sns-sigma .sigma-wrapper p {
        color: white;
        font-size: 13px;
    }
}

footer div.lower {
    align-items: center;
}

footer div.lower .sam-foot-logo img {
    margin-bottom: 10px;
    width: 312px;
}

footer div.lower .sns {
    display: flex;
    gap: 5px;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 35px;
    justify-content: end;
}

footer div.lower .sns a {
    display: flex;
    align-items: center;
}

footer div.lower .sns a.x-logo span.x {
    width: 16px;
    height: 16px;
}

footer div.lower .marks .misc {
    margin-bottom: 5px !important;
    align-items: center !important;
    gap: 10px !important;
}

footer div.lower .marks .misc a {
    font-size: 12px;
}

footer div.lower .copy {
    font-weight: 100;
    font-size: 12px;
}

footer div.lower .sigma-wrapper {
    align-items: center;
    gap: 10px;
}

footer div.lower .sigma-wrapper img {
    width: 80px;
}

footer div.lower .sigma-wrapper p {
    color: white;
    font-size: 15px;
}

footer div.lower>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer div.lower>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer div.lower>a>img {
    max-width: 309px;
}

footer a {
    color: inherit !important;
    text-decoration: inherit !important;
}

footer a:hover {
    color: white;
    opacity: 0.5;
    text-decoration: none;
}

footer a span.sc-ico.chevron-right {
    background-image: url("../css/assets/chevron-white.svg");
}

footer a span.sc-ico.x {
    background-image: url("../css/assets/x.svg");
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a span.sc-ico {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}

.justify-between {
    justify-content: space-between;
} 