#footer{
    width: 100%;
    padding: 20px 0  20px;
    background: #ff387b;
    font-family: "Noto Sans JP";
}
.footer_list{
    display: flex;
    justify-content: center;
}
.footer_item{
    margin: 0 30px;
    color: #ffffff;
    text-decoration: none;
}
.footer_text{
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    margin: 10px 0 0 0;
}