.footer_navi {
    list-style: none;
}

footer {
    background-color: #f3c05e;
}

.footer_navi a {
    color: #474f67;
    text-decoration: none;
}
.footer_navi a:hover {
    color: #2e3344;
}
@media screen and (max-width: 576px) {
    .text-center-text-left-wrap {
        text-align: center;
    }
    .text-center-text-left__child {
        text-align: left;
        display: inline-block;
      }
}