.copyright {
    width: 80%;
    margin: 0 auto;
}

.footer_title {
    width: 38%;
}

.footer_sns {
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-footer {
    text-align: center;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}
.site-footer p {
    text-align: center;
}


@media only screen and (max-width: 768px){
    .site-footer {
        margin-top: 0px;
    }
    .site-footer p {
        font-size: 10px;
    }
    .footer_sns {
        width: 50%;
        margin: 0 auto;
    }
    .footer_title {
        width: 81%;
    }
}
