*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,li{
    list-style: none;
    padding-left: 0px;
}
.fs-l-footer{
    background: white !important;
    border-top: 0px solid #7c8790 !important;
}
footer{
    width: 100%;
}
.footer-sns{
    width: 1200px;
    margin: 0 auto;
}
.footer-sns-wrap{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0px;
}
.footer-info-wrap{
    padding: 30px 0px;
    border-bottom: 1px solid #eee;
}
.footer-info{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.footer-sns ul{
    display: flex;
    justify-content: center;
}
.footer-sns ul li{
    width: 30px;
    margin: 0px 10px;
    text-align: center;
}
.footer-sns ul li a{
    text-decoration: none;
    color: black;
    font-size: 1.5em;
}
.footer-sns ul li a:hover{
    color: rgba(98, 98, 98, 0.867);
}
.footer-info > div{
    max-width: 300px;
}
.footer-info-guide{
    margin: 0 100px;
}
.footer-list-item{
    margin-bottom: 10px;
}
.footer-list-item a{
    font-size: 0.9em;
    color: black;
    text-decoration: none;
}
.footer-list-item a:hover{
    text-decoration: underline;
}
.footer-list-title{
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer-list-item{
    font-size: 0.9em;
}
.footer-copy{
    text-align: center;
    font-size: 0.8em;
    padding: 15px 0px;
}

@media screen and (max-width:1024px){
    .footer-sns{
        width: 100%;
    }
    .footer-info{
        width: 100%;
        flex-wrap: wrap;
    }
    .footer-info > div{
        max-width: 100%;
        width: 70%;
        margin: 0 auto 40px;
    }
}