/*recommendation*/
.recommendation {
    background: #FFF5F0 !important;
}

.recommendation_inner {
    background: #FFEADD !important;
}

.recommendation_list li {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%) !important;
}

.recommendation_list li .emphasis {
    color: #B30 !important;
}

.recommendation_list li::before {
    background-color: #EE4411 !important;
}

/*/recommendation*/

/*product_nav*/
.product_nav li a::before {
    background: #EE4411 !important;
}

.product_nav li a::after {
    background-color: #EE4411 !important;
}

.product_nav li a:hover {
    background: linear-gradient(to bottom, #fff 0%, #fff 38%, #FFF5F0 100%) !important;
}

.product_nav li a:hover::before {
    background: #C2003D !important;
}

.product_hero .product_copy h2 {
    font-size: 22px;
    font-weight: bold;
}

.product_hero .product_copy h2.highlight01 {
    color: #25761C;
}

.product_hero .product_copy h2.highlight02 {
    color: #EB017D;
}

.product_hero .product_copy h2.highlight03 {
    color: #847701;
}

.product_hero .product_copy h2.highlight04 {
    color: #C2003D;
}

.price_list .price_list_table caption {
    background: #0d97f4 !important
}

.price_list .price_list_table td.number,
.price_list .price_list_table td.price {
    color: #0d97f4 !important
}

.product_feedback {
    background: linear-gradient(to bottom, #fff 0%, rgba(238, 247, 255, 1) 15%, rgba(238, 247, 255, 1) 75%, rgba(238, 247, 255, 1) 100%) !important;
}

.product_feedback .sub_title {
    color: rgba(2, 56, 142, 1) !important;
}

.user_info .name {
    color: rgba(2, 56, 142, 1) !important;
}

.user_info {
    border-left: 2px rgba(2, 56, 142, 1) solid !important;
}

.user_info .note {
    color: rgba(34, 34, 34, 1) !important;
}

.feedback_list li .text b {
    color: rgba(153, 109, 5, 1)
}

.feedback_list li figure img {
    padding: 20px;
}

.feedback_list li .info_block {
    flex: 1 !important;
}

.feedback_list li figure {
    width: 260px !important;
}

.indent {
    padding-left: 14px
}

.nav_all_pc button::before {
    background-color: #cfad39 !important
}

.nav_all_pc button::after {
    position: absolute !important;
    background: #cfad39 !important;
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product_nav ul {
    width: fit-content;
    margin: auto;
    gap: 9px;
}

.q_and_a_group {
    width: fit-content !important;
}

@media print,
screen and (max-width:768px) {
    .product_hero .product_copy h2.highlight01 {
        color: #25761C;
    }

    .product_hero .product_copy h2.highlight02 {
        color: #EB017D;
    }

    .product_hero .product_copy h2.highlight03 {
        color: #847701;
    }

    .product_hero .product_copy h2.highlight04 {
        color: #C2003D;
    }

    /*recommendation*/
    .recommendation {
        background: #FFF5F0 !important;
    }

    .recommendation_inner {
        background: #FFEADD !important;
    }

    .recommendation_list li {
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%) !important;
    }

    .recommendation_list li .emphasis {
        color: #B30 !important;
    }

    .recommendation_list li::before {
        background-color: #AD6500 !important;
    }

    /*/recommendation*/

    /*product_nav*/
    .product_nav li a::before {
        background: #EE4411 !important;
    }

    .product_nav li a::after {
        background-color: #EE4411 !important;
    }

    .product_nav li a:hover {
        background: linear-gradient(to bottom, #fff 0%, #fff 38%, #FFEBF1 100%);
        !important;
    }

    .product_nav li a:hover::before {
        background: #955700 !important;
    }

    /*/product_nav*/

    /*product_feedback*/

    .product_feedback {
        background: linear-gradient(to bottom, #fff 0%, #fee6cf 15%, #fee6cf 75%, #fee6cf 100%) !important;
    }

    /*/product_feedback*/

    /*user_info*/

    .user_info .age {
        color: #a86800 !important;
    }

    .user_info .note {
        color: #e03400 !important;
    }

    .product_feedback {
        background: linear-gradient(to bottom, #fff 0%, rgba(238, 247, 255, 1) 15%, rgba(238, 247, 255, 1) 75%, rgba(238, 247, 255, 1) 100%) !important;
    }

    .product_feedback .sub_title {
        color: rgba(2, 56, 142, 1) !important;
    }

    .user_info .name {
        color: rgba(2, 56, 142, 1) !important;
    }

    .user_info {
        border-left: 2px rgba(2, 56, 142, 1) solid !important;
    }

    .user_info .note {
        color: rgba(34, 34, 34, 1) !important;
    }

    .feedback_list li figure img {
        padding: 0px;
        width: 100% !important;
    }

    .feedback_list li figure {
        width: 100% !important;
    }

}