.suggest-candi ul{
    padding-left:0;
}

.suggest-li {
    display: flex;
    align-items: center;

    list-style:none;
    cursor: pointer;
    padding: .5rem .75rem;
    font-weight: 600;
    opacity: 1
}

.suggest-even {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.suggest-odd {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.suggest-li svg {
    margin-right: 1px; /* 必要に応じて調整 */
    width: 40px;
    height: 40px;
}