footer.legal-footer {
    height: 54px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
}
.footer-container{
    max-width: 940px;
    width: 100%;
    margin: 0 16px;
    display: flex;
    justify-content: flex-start;
}
.copy-right {
    height: 16px;
    flex-grow: 0;
    font-family: NotoSansJP;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}