body {
    /* font-size: 0.875rem; */
    /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", Meiryo, sans-serif; */
    /* font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN",
        "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
        Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    /* color: black;
    font-weight: 600; */
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main>.container {
    padding: 60px 15px 0;
}

td {
    vertical-align: middle !important;
}

.form-floating>label {
    font-size: smaller;
}

/* Calendar */
div.ui-datepicker {
    font-size: 0.9em;
}

/* Child item */
.child-item {
    /* padding: 0.25rem; */
    margin-bottom: 0.25rem;
    border-radius: 0.25rem;
}

.child-item:hover {
    background: rgba(0, 0, 0, 0.075);
}

.child-item:nth-child(odd) {
    background: rgba(0, 0, 0, 0.075);
}