.unisuggest_list {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    z-index: 999;
    padding: 0 0 0 0;
    border: 1px solid #B3B4B5;
    width: 100%;
}
.ec-headerSearch {
    position: relative;
}
.hint_keywords {
    margin: 30px 0 0;
    display: flex;
    align-items: baseline;
}
.hint_keywords dt {
    white-space: nowrap;
}
.hint_keywords dd {
    display: flex;
    flex-wrap: wrap;
    gap:1em 1.5em;
}
.hint_keywords a {
    display: block;
}
.hint_keywords a:hover {
    opacity: .7;
    text-decoration: underline;
}
.sort_message {
    margin: 0 0 10px;
    line-height: 1.5;
}
#page_category .sort_message {
    margin: 10px 0 10px;
}
.sort_word {
    color: #cc3333;
    font-weight: 900;
}
.fallback_message {
    margin: 0 0 10px;
    line-height: 1.5;
}
.fallback_word {
    color: #cc3333;
    font-weight: 900;
}
.fallback_delete_word {
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}
.pagination_limit_message {
    margin: 0 0 10px;
    line-height: 1.5;
}
.search_suggest_item {
    width: 100%;
    padding: 0;
}
.search_suggest_item a {
    color: #525263;
    line-height: 1.5;
    width: 100%;
}
.search_suggest_item div {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: .5em 0 .5em 1em;
}
.search_suggest_item img {
    margin: 0 .5em 0 0;
}
.search_suggest_history_header {
    border-bottom: solid 1px #B3B4B5;
    padding: .5em 1em .5em 1em;
    display: flex;
    justify-content: space-between;
}
.delete_all_history {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}
.delete_all_history:hover {
    opacity: .7;
    text-decoration: none;
}
.history_suggest_item {
    padding: 0 1em 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delete_history {
    cursor: pointer;
    margin: 0;
}
.delete_history:hover {
    opacity: .7;
}
/*@media only screen and (max-width: 767px) {
    .is_searchword:nth-of-type(n+8) {
        display: none;
    }
}*/
/*#denchiya_hd .hdcategory_select {
    display: block;
    min-height: 40px;
}
@media only screen and (max-width: 767px) {
    #denchiya_hd .head_searcharea {
        flex-wrap: wrap;
    }
}*/

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #107667;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.hint_keywords a {
    line-height: 1.5;
}
.hint_keywords_more {
    background: #f2f2f2;
    border: none;
    padding: 7px 0;
    min-width: 9em;
    font-size: 13px;
    border-radius: 26px;
    display: none;
    color: #3f3f3f;
    white-space: nowrap;
    margin: 10px auto 0;
}
.search_suggest_item.is_active,
.search_suggest_item.is_active a {
    background: #f2f6ff;
}

.search_suggest_item.is_active div {
    background: #f2f6ff;
}
@media only screen and (max-width: 767px) {
    .js-hint_keywords {
        max-height: 1.5em;
        overflow: hidden;
        transition: max-height .4s ease;
    }
    .hint_keywords_more {
        display: block;
    }
}