.wrapper footer {
    font-size: 15px;
    padding: 1% 0;
    text-align: center;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
    color: white;
    text-decoration: none;
}
.wrapper footer .copyright span:before {
    background: url(../img/c_moji.png) no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    width: 15px;
}
.wrapper footer .operation {
    padding-bottom: 10px;
}
.wrapper footer .contact {
    padding-bottom: 10px;
}