header {
    margin: auto;
    padding: 10px 0;
    background-color: #FFFCF2;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-style: normal;
}

footer {
    padding: 20px 0 10px;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    font-family: "Noto Sans JP", YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

footer ul {
    padding-left: 0;
}

footer p {
    margin: 0 auto !important;
}

footer a {
    color: inherit;
}

.besure {
    color: #db2519;
    padding: 30px 0 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}