#Toolbar {
    /* Toolbar下の線（影）を消す */
    background-image: none;
}

#Toolbar .Logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Toobarボタンの整列 */
.toolbar-button {
    line-height: 1;
    font-size: 17px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}