.footer {
    align-items: center;
    background: #F9F9FC;
    display: flex;
    flex-direction: column;
    justify-items: center;

    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 161.8%;
}

.footer_title {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;

    border-color: #DEDEDE;
    border-width: 1px 0px;
    border-style: solid;
    background-color: #DEDEDE;
}

.footer_row {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;

    border-color: #DEDEDE;
    border-width: 1px 0px;
    border-style: solid;
}

.footer_row>a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #373F4F;
}

.center {
    justify-content: center;
}

.copyright {
    background: #F9F9FC;
    color: #999999;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 161.8%;
    text-align: center;
}