.l-footer{
    margin: 0;
    color: #000;
    background-color: #00b2b3;
}

.l-footer__notes{
    list-style: none;
    background: #f4f4f4;
    padding: 15px;
    font-size: 13px;
    line-height: 1.5;
}

.l-footer__text{
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
}

.l-footer__wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.l-footer__link{
    color: #fff;
    display: flex;
    justify-content: center;
}

.l-footer__item{
    list-style: none;
    font-size: 13px;
    font-weight: bold;
}

.l-footer__item:first-child::after{
    content: "|";
    margin: 0 6px;
    color: #ffffff;
}

.l-footer__anchor{
    color: #fff;
    text-decoration: none;
}

.l-footer__copy{
    font-size: 10px;
}