/*背景変更*/
div#cart-footer, footer {
    height: auto;
    background: #35459C;
}

div#cart-footer div.cart-nav, footer nav, #copyright {
    width: 80%;
    float: none;
    margin: 0 auto;
    font-size: 80%;
    text-align: center;
}

div#cart-footer nav.footer-nav, footer nav, #copyright {
    width: 80%;
    float: none;
    margin: 0 auto;
    font-size: 80%;
    padding:20px;
    text-align: center;
}

/*範囲調整*/
.footer-wrap {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.footer-box {
    margin: 0 auto;
}

/*項目調整*/
ul.footer-list {
    display: flex;
}

ul.footer-list li a {
    color: white;
}

ul.footer-list li {
    width: calc(100%/6);
    font-size: 14px;
}

/*SNSアイコン*/
ul.footer-icon {
    display: flex;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

ul.footer-icon li {
    width: 14%;
}

ul.footer-icon li img {
    width: 40%;
    margin: 0 auto;
}


 @media screen and (max-width: 768px) {
.footer-wrap {
    width: 100%;
}

ul.footer-list {
    display: block;
}

ul.footer-list li {
    line-height: 3;
    width: 100%;
}

ul.footer-icon {
    width: 100%;
}

ul.footer-list li {
    list-style: none;
}

ul.footer-icon {
    list-style: none;
}

div#copyright ul {
    list-style: none;
}

}
