:root, [data-bs-theme=light] {
    --bs-heading-color: #ffaa00;
    --bs-body-color: #3e3833;
}

html {
    scroll-padding-top: 70px;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

#header {
    background-color: #ffaa00;
    color: #fff;
}

h3 {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    font-size: 1.2rem;
}


.table-responsive .table {
    min-width: 1000px;
}