.p-association__list li::before {
    content: "■" !important;
}

.is-fixed .np-keyword-suggest {
    top: 42px !important;
}

.np-keyword-suggest {
    top: 42px !important;
}

.is-fixed .np-item-suggest-v2 {
    top: 28px !important;
}

.np-item-suggest-v2 {
    top: 40px !important;
}


.np-keyword-suggest {
    width: 320px !important;
    border-radius: 5px !important;
}

.np-item-suggest-v2 {
    left: 340px !important;
    font-family: "Noto Sans JP", sans-serif !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: unset !important;
    overflow: unset !important;
}

.suggest_upper_content {
    display: flex;
    width: 100% !important;
    align-content: flex-start;
    justify-content: space-between;
    width: 100%;
    font-size: 14px !important;
}

.upper::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: rgba(0, 0, 0, 0) #0086cd rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    top: 40px;
    left: -15px;
}

.upper::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    position: absolute;
    top: 40px;
    left: -12px;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.upper {
    position: relative;
    padding: 16px 24px;
    width: 100% !important;
    height: auto !important;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #0086cd;
    padding: 16px 24px;
    overflow: unset !important;
}

.np-item-suggest-v2 {
    padding: 0px !important;
    width: 451px !important;
}

.suggest_upper_content ul {
    width: 100% !important;
    display: flex;
}

.suggest_upper_content ul li {
    max-width: 105px;
    object-fit: contain;
    margin: 0px 15px;
}

.suggest_upper_content ul .suggest_detail_title {
    max-width: 105px;
    font-size: 14px !important;
    line-height: 1.4 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.suggest_upper_content .suggest_detail_price {
    max-width: 105px;
    font-size: 14px !important;
}

.suggest_upper_content ul li:hover img {
    scale: 1.2;
}

.suggest_upper_content ul li:hover {
    background-color: white;
}

.suggest_detail_image .image,
.suggest_upper_content .suggest_detail_image {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.p-product-list__item .c-card-product-point__tag {
   min-width: 93px;
   text-align: center;
}

.form-error-msg {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 14px;
    border-top: 1px solid #ddd;
    font-weight: bold;
}

.mypage-about .c-form-error {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .suggest_upper_content ul li {
        max-width: 95px;
    }

    .np-item-suggest-v2 {
        width: 426px !important;
    }

    .suggest_detail_image .image,
    .suggest_upper_content .suggest_detail_image {
        width: 95px !important;
        height: 95px !important;
    }

}

@media screen and (max-width: 860px) {
    .suggest_upper_content ul li {
        max-width: 65px;
    }

    .suggest_detail_image .image,
    .suggest_upper_content .suggest_detail_image {
        width: 65px !important;
        height: 65px !important;
    }

    .np-item-suggest-v2 {
        width: 336px !important;
    }
}

@media screen and (max-width: 767px) {
    .np-item-suggest-v2 {
        display: none !important
    }
}

.thumb-contain {
    height: 95px;
    object-fit: contain;
}

.similar-round-frame {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: white;
    margin-left: 10px;
    border: 0.1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;

}

.similar-round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    border-radius: 30px;
}

.similar-picture {
    border-radius: 30px;
    height: 100%;
    width: 100%
}
