@charset "utf-8";
.footer{
    background: #444;
    padding: 4rem 0 2rem;
}
.footer-list dl{
    float: left;
    margin-left: 4rem;
}
.footer-list dl.fdl{
    width: 450px;
}
.footer-list dl.fdl dd{
    float:left;
    width:50%;
    margin-top:0;
    font-weight: bold;
}
.footer-list dl:first-child{
    margin-left: 0;
}
.footer-list dl dt{
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}
.footer-list dl dt:before{
    content: "";
    background: #fff;
    height: 3px;
    width: 3rem;
    position: absolute;
    bottom: 0;
}
.footer-list dl dt a{
    color: #fff;
    font-size: 1.8rem;
}
.footer-list dl dd{
    line-height: 3rem;
    color: #ccc;
    font-weight: bold;
}
.footer-list dl dd a{
    color: #ccc;
}
.footer-list dl dd a:hover,.footer-icp a:hover{
    color: #fff;
}
.footer-list dl dd i{
    margin-right:1rem;
}
.footer-ewm dl{
    float: initial;
}
.footer-ewm dl img{
    margin: auto;
    display: block;
}
.footer-ewm dl p{
    text-align: center;
}
.footer-icp{
    margin-top:2rem;
    text-align: center;
    color: #ccc;
    border-top: 1px solid #565656;
    font-size: 1.2rem;
    padding-top: 1rem;
}
.footer-icp a{
    color:#ccc;
}


@media screen and (max-width: 1200px) {
    .footer{
        background: #444;
        padding: 3rem 0 2rem;
    }
    .footer-list dl{
        float: left;
        margin-left: 0;
        margin-bottom: 2rem;
    }
    .footer-list dl.fdl{
        width: 100%;
    }
    .footer-list dl:first-child{
        margin-left: 0;
    }
    .footer-list dl dt{
        margin-bottom: 1.5rem;
        position: relative;
        padding-bottom: 1rem;
    }
    .footer-list dl dt:before{
        content: "";
        background: #fff;
        height: 3px;
        width: 3rem;
        position: absolute;
        bottom: 0;
    }
    .footer-list dl dt a{
        color: #fff;
        font-size: 1.8rem;
    }
    .footer-list dl dd{
        line-height: 3.6rem;
        color: #ccc;
        font-weight: bold;
        font-size: 1.6rem;
    }
    .footer-ewm dl{
        width:100%;
    }
    .footer-ewm dl img{
        margin: auto;
        display: block;
        width: 40%;
    }
    .footer-ewm dl p{
        text-align: center;
        font-size: 1.6rem;
    }
    .footer-icp{
        margin-top: 0;
    }
    .footer-icp a{
        color:#ccc;
    }
}