/*商品一覧ページ*/
.ec-layoutRole .ec-layoutRole__contents{
    display: block;
}
.ec-shelfRole .ec-secHeading{
    padding-bottom: 10px;
    margin:30px 0 16px;
    display: block;
}
.price02-default{
    color: #DE5D50;
}

.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image{
    width: 100px;
    aspect-ratio: 1/1;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
    width: 100%;
    padding: 0;
    display: block;
    flex-direction: inherit;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding:0;
}
.ec-shelfRole .ec-shelfGrid  .ec-shelfGrid__item-center{
    padding-left: 16px;
}
.ec-shelfRole .ec-shelfGrid  .ec-shelfGrid__item-center a{
    color: #1A0DAB;
    text-decoration: underline;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item-box{
    width: 80%;
    float: right;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn{
    margin: 0;
}
.ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn button{
    padding: 6px;
    height: auto;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
}

.ec-topicpath {
    display: none;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    border: 0;
    margin: 0;
    padding: 0 20px;
    background: #F8F8F8;
}


.ec-select .form-select {
    background: #fff;
    border: 1px solid #212121;
}

.ec-pager {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.d-flex-start.sp {
    display: flex;
}

.d-flex-start.pc {
    display: none;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
    display: block;
    padding: 0;
}

.pager-count-sp {
    margin: 0 45px;
}

/*
.pager-prev {
    margin-left: 20px;
}
*/

.pager-last {
    margin-left: 20px;
}

.ec-pager .ec-pager__item a span {
    display: none;
}

.ec-shelfGrid .product_list-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 15px;
    margin: 17px 0 10px;
}

.ec-shelfGrid .product_list-tag img {
    width: 30px;
    height: auto;
}

.ec-shelfGrid .ec-shelfGrid__item img {
    max-height: none;
}

#page_product_list .section-03 .category-std-item {
    border: 0;
    text-align: center;
}

.search_page .recommend_product,
body:not(.hierarchy-1) .top-section.recommend_product {
    display: none;
}





@media only screen and (min-width: 768px) {
    body:not(.search_page) .top-section.recommend_product {
        display: block;
    }

    #page_product_list .section-03 .category-std-item {
        text-align: left;
        border-bottom: 1px solid #525263;
    }

    .ec-shelfGrid .product_list-tag {
        gap: 15px;
        margin: 17px 0;
    }

    .ec-pager {
        gap: 0 15px;
    }

    .d-flex-start.sp {
        display: none;
    }

    .d-flex-start.pc {
        display: flex;
    }

    .ec-layoutRole .ec-layoutRole__contents{
        display: flex;
    }
    .ec-shelfRole .ec-secHeading{
        border-bottom: 1px solid #525263;
        text-align: left;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item{
        width: 100%;
        padding: 0 16px;
        border-bottom: 1px solid #707070;
        display: flex;
    }
    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding-bottom: 36px;
        margin: 0 16px 36px 16px;
    }
    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image{
        padding: 0;
        float: none;
    }
    .ec-shelfRole .ec-shelfGrid  .ec-shelfGrid__item-center{
        width: 50%;
        padding-right: 16px;
    }
    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item-box{
        width: 30%;
        height: max-content;
        padding: 10px;
        border: 1px solid #000;
        border-radius: 6px;
    }
    
    .ec-searchnavRole .ec-searchnavRole__infos {
        line-height: 65px;
        margin-bottom: 20px;
    }

    .ec-pager .ec-pager__item a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #212121;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ec-pager .ec-pager__item--active a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #1A0DAB;
        border: 1px solid #1A0DAB;
        color: #fff;
        padding: 0;
    }

    .pager-last {
        margin-left: 0;
    }

}



/*親カテゴリー*/
.category-parent-explanation img{
    margin: 0 auto;
    padding: 20px 0;
}
.category-parent-explanation p{
    padding-bottom: 20px;
}
.category-parent-child-list{
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between; */
    gap: 20px;
}
.category-parent-child-list li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
    border: 1px solid #707070;
    font-size: 0;
    text-align: center;
}
.category-parent-child-list li a{
    padding: 6px;
    color: #262626;
    display: block;
    font-size: 12px;
}
.category-parent-child-list li img{
    width: auto;
    height: 45px;
    margin: 0 auto;
}
.category-parent-recommend{
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}
.category-parent-recommend li{
    width: calc((100% / 2) - 10px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.category-parent-recommend a{
    padding: 10px;
    display: block;
}
.category-parent-recommend span{
    margin-bottom: 10px;
    height: 75px;
    line-height: 75px;
    padding: 0 6px;
    background: #00A497;
    border-radius: 3px;
    color: #fff;
    display: block;
    text-align: center;
}
.category-parent-recommend p{
    padding-bottom: 10px;
    color: #2C484D;
    font-size: 14px;
}
.category-parent-recommend img{
    width: auto;
    height: 60px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .category-parent-child-list{
        display: flex;
    }
    .category-parent-child-list li{
        width: calc((100% - 60px) /4); 
    }
    .category-parent-child-list li a{
        padding: 6px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    .category-parent-child-list li img{
        margin: 0 10px 0 0;
    }
    .category-parent-recommend li{
        width: calc((100% / 3) - 10px);
    }
    .category-parent-recommend::after{
        content:"";
        display: block;
        width: calc((100% / 3) - 10px);
    }
    .category-parent-recommend img{
        width: auto;
        height: auto;
        max-height: 100px;
        margin: 0;
    }
}
/*詳細検索*/
.ec-layoutRole .ec-layoutRole__left{
    background: #fff;
    display: block;
    position:relative;
}
.ec-layoutRole .ec-layoutRole__left .ec-contactRole{
    padding: 0;
}
.ec-borderedDefs{
    border:none;
}
.ec-borderedDefs dl{
    padding: 0 10px;
    border: none;
}
.ec-borderedDefs dt{
    margin-bottom: 6px;
    padding: 10px 0;
    border-bottom: 1px solid #525263;
    font-weight: bold;
}
.ec-borderedDefs dd{
    line-height: 2;
}
.ec-layoutRole__left .ec-borderedDefs .ec-searchDetail__toggleArea{
    height: 90vh;
    top:50%;
    left: 50%;
    width: 90%;
    background: #fff;
    border: 1px solid #525263;
    border-radius: 5px;
    display: none;
    overflow: scroll;
    position: relative;
    transform: translate(-50%, -50%);
    overflow: auto;
}
.ec-layoutRole__left .ec-borderedDefs .ec-searchDetail__toggleArea.is_active{
    position: fixed;
    z-index: 200000;
}

.ec-searchDetail__head{
    padding: 20px 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#productplus_4 .ec-checkbox-item,
#productplus_7 .ec-checkbox-item{
    margin-bottom: 6px;
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 5px;
}
#productplus_4 .ec-checkbox-item span,
#productplus_7 .ec-checkbox-item span{
    padding: 0 3px;
    font-size: 12px;
}
#productplus_4 input[type=checkbox],
#productplus_7 input[type=checkbox]{
    display: none; 
}
#productplus_4 .ec-checkbox-item:has(input[type=checkbox]:checked),
#productplus_7 .ec-checkbox-item:has(input[type=checkbox]:checked){
    background: #eee;
}
#productplus_5,
#productplus_6 {
    display: flex;
    flex-wrap: wrap;
}
#productplus_5 .ec-checkbox-item,
#productplus_6 .ec-checkbox-item{
    width:calc(100% / 3);
}
.ec-checkbox .ec-checkbox-item{
    margin: 0;
    align-items: baseline;
    display: flex;
}
.ec-checkbox input{
    margin: 0 4px 0 0;
}
.ec-checkbox label{
    margin:0;
}
.ec-checkbox span{
    font-size: 14px;
}
.ec-searchDetail__toggleArea .ec-blockBtn--cancel{
    padding: 6px;
    height: auto;
    align-items: center;
    display: flex;
    font-weight: normal;
    font-size: 16px;
    justify-content: center;
    line-height: normal;
}
.ec-searchDetail__toggleArea .ec-blockBtn--cancel img{
    width: 16px;
    height: 16px;
}
.ec-off4Grid .ec-off4Grid__cell{
    width: 100%;
    margin: 10px 0;
    padding: 0 10px;
}
.ec-layoutRole__left .ec-borderedDefs .ec-searchDetail__togglelBtn{
    margin: 20px;
    padding: 10px;
    background: #525263;
    color: #fff;
    display: block;
    text-align: center;
    display: none;
}
.ec-searchDetail__toggleArea .ec-searchDetailClose{
    display: block;
}
.ec-searchDetailCloseBtn{
    display: none;
}
.is_active .ec-searchDetailCloseBtn{
    top: 10px;
    right: 10px;
    background: none;
    display: block;
    position: absolute;
    z-index: 3000;
}
.ec-searchDetailCloseBtn .fa-times:before{
    color:#212121 ;
}
.ec-searchDetail__overlay{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    background: transparent;
    transform: translateX(0);
    transition: all 0.3s;
    visibility: hidden;
    z-index: 150000;
}
.ec-searchDetail__overlay.is_active{
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    
}
.ec-searchDetail__cancel{
    width: 100%;
    background: #fff;
    border:1px solid #212121;
    text-align: center;
}
.ec-searchDetail__cancel:hover{
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__left{
        position: relative;
    }
    .ec-layoutRole__left .ec-borderedDefs .ec-searchDetail__toggleArea{
        top:0;
        left: 0;
        width: 100%;
        height: auto;
        border: 1px solid #525263;
        display: block!important;
        transform: translate(0);
        overflow: visible;
    }
    .ec-searchDetail__head{
        margin-bottom: 16px;
        padding: 10px;
        background:#525263 ;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
    }
    .ec-searchDetailClose{
        display: none!important;
    }
/*
    .ec-layoutRole__left .ec-borderedDefs .ec-searchDetail__togglelBtn{
        display: none;
    }
*/
    #productplus_5 .ec-checkbox-item,
    #productplus_6 .ec-checkbox-item{
        width: 50%;
    }
}

/*スライドショー*/

.slick-prev{
    left: 0;
    z-index: 1;
}
.slick-next{
    right: 0;
}

.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
}
.slick-prev:before,.slick-next:before{
    content: " ";
    width: 30px;
    height: 30px;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #525263;
    position: absolute;
}
.slick-prev:after,.slick-next:after{
    content: " ";
    width: 8px;
    height: 8px;
    top: 25px;
    left: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg) ;
    transform: rotate(-135deg) ;
    position: absolute;
}
.slick-prev:after{
    
}
.slick-next:after{
    left: 9px;
    -webkit-transform: rotate(45deg) ;
    transform: rotate(45deg) ;
}
.slick-next:before{
    right: inherit;0
}

.section-04 {
    margin-bottom: 40px;
}

.ec-checkProductRole .ec-shelfGrid .ec-shelfGrid__item {
    min-width: auto !important;
}

.ec-role {
    padding: 0;
    max-width: 1280px;
}

.top-section h3 {
    padding-inline: 15px;
}

@media screen and (min-width: 768px) {
    .ec-newItemRole__list {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding-right: 0;
}

.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 0;
}

.ec-shelfRole {
    padding-left: 0;
    padding-right: 0;
}

.ec-pageHeader h1::before {
    left: 0;
}

.ec-list-price {
    font-size: 20px;
}

.ec-list-price > span {
    font-size: 12px;
    display: inline-block;
    margin-left: 6px;
}

.quantity.form-control {
    width: 80px;
}

.pager-num-full {
    color: #DE5D50;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}

.ec-pagerRole-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
    min-width: auto;
}

.tag-sp {
    display: flex !important;
}

.tag-pc {
    display: none !important;
}

.ec-pageHeader + .ec-searchDetail__togglelBtn {
    display: none;
}

.search_page .ec-pageHeader + .ec-searchDetail__togglelBtn {
    display: block;
}

@media only screen and (max-width: 767px) {
    .list-price-wrap .classcategory-wrap select {
        height: 30px;
        padding-block: 0;
        font-size: 14px;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image{
        margin-top: 60px;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item-box {
        width: 100%;
        float: none;
        padding-left: 16px;
    }

    .ec-shelfGrid .ec-shelfGrid__item-image {
        margin: 0;
    }

    .ec-shelfGrid__item-info {
        flex: 1;
    }

    .ec-numberInput input[type=number] {
        width: 80px;
        text-align: center;
    }

    .ec-select-label {
        white-space: nowrap;
    }

    .ec-searchnavRole .ec-searchnavRole__infos {
        line-height: 55px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        flex-direction: row;
    }

    .ec-searchnavRole__infos-actions,
    .ec-searchnavRole__infos-counter {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    .ec-searchnavRole .ec-searchnavRole__infos-actions {
        display: flex;
        align-items: center;
    }
    
    .ec-searchnavRole .ec-searchnavRole__counter {
        display: flex;
        align-items: center;
        justify-content: end;
        margin: 0;
    }
    
    .ec-searchnavRole .ec-select .form-select {
        font-size: 12px;
    }

    .ec-searchnavRole__infos-counter .ec-select .form-select {
        display: none;
    }
    
    .ec-shelfRole {
        padding-inline: 15px;
    }

    .ec-shelfRole:has(h1) {
        padding-inline: 0;
    }

    .ec-shelfRole h1 {
        font-size: 24px;
    }

    .ec-searchDetail__togglelBtn-sp {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 35px;
        line-height: 35px;
        background: #525263;
        color: #fff;
        font-size: 16px;
        margin: 13px 15px 15px;
        gap: 0 5px;
    }

    .ec-pager .ec-pager__item a,
    .ec-pager .ec-pager__item--active a {
        line-height: 1;
        padding: 0;
    }

    .ec-shelfRole .ec-pageHeader h1 {
        padding-inline: 15px;
        border-top: 0;
    }

    .quantity.form-control {
        text-align: center;
    }

    .category-parent-explanation,
    .category-parent-explanation + .category-parent-child-list,
    .category-parent-explanation + .category-parent-child-list + .category-recommend {
        padding-inline: 15px;
    }

    .category-recommend {
        text-align: center;
    }

    .ec-layoutRole .ec-layoutRole__contents {
        padding-top: 0 !important;
    }

    .ec-borderedDefs {
        margin: 0;
    }

    .ec-searchDetail__togglelBtn {
        align-items: center;
        justify-content: center;
        margin: 0 20px;
        background-color: #525263;
        border-color: #525263;
        color: #fff;
        height: 40px;
        line-height: 40px;
        margin: 20px 15px;
    }

    .ec-searchDetail__togglelBtn img {
        width: auto;
        height: 18px;
        margin-right: 5px;
    }

    body:not(.search_page) .ec-searchDetail__togglelBtn {
        display: flex;
    }

    .ec-list-price .pc-tax {
        display: none;
    }

    .ec-layoutRole .ec-layoutRole__left .ec-para-normal {
        margin: 0;
    }

    .ec-layoutRole .ec-layoutRole__left .side-left-bnr {
        margin-top: 10px;
    }

    .recommend_product-slider .slick-slide, .ec-newItemRole .slick-track .slick-slide {
        max-width: 110px !important;
    }

    .auto_new_item .slick-prev,
    .auto_new_item .slick-next,
    .recommend_product-slider .slick-prev,
    .recommend_product-slider .slick-next {
        display: none !important;
    }

    .ec-pagerRole-wrap {
        height: 65px;
        line-height: 65px;
        background: #F8F8F8;
        margin-top: 60px;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
        margin: 15px 0 20px;
    }

    .quantity-label {
        width: 47px;
        font-size: 12px;
        vertical-align: middle;
        display: inline-block;
    }

    .ec-productRole__description {
        display: -webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 14px;
        line-height: 1.6;
    }

    .ec-productRole__actions .ec-select {
        margin: 0;
    }
    
    .ec-productRole__actions .ec-select .form-select {
        width: 100px;
        background:#F8F8F8;
    }

    .ec-list-sales-unit {
        font-weight: 700;
    }
/*
    .search_form_no-name + .ec-searchDetail__togglelBtn {
        margin-top: 0;
    }
*/
    .search_form_no-name.category-page-searchbtn + .ec-searchDetail__togglelBtn {
        margin-top: 5px;
    }

    .search_page .ec-pageList-titile {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
        margin-top: 25px;
    }

    .search_page .ec-pageList-titile:empty {
        margin-top: 0;
    }

    .ec-searchDetail__head {
        margin-bottom: 20px;
    }

    .hierarchy-1 .auto_new_item .auto_new_item_title {
        text-align: center;
    }

    .hierarchy-1 .auto_new_item .auto_new_item_title::after {
        display: inline-block;
        content: attr(data-title);
    }




    .hierarchy-1 .auto_new_item .auto_new_item_title span {
        display: none;
    }

    .hierarchy1_sidebar-title {
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid #212121;
    }

    .hierarchy1_sidebar-list li {
        padding: 8px 0;
    }

    .hierarchy1_sidebar-list li a {
        color: #212121;
        font-size: 14px;
    }

    .hierarchy1_sidebar-list li img {
        width: 6px;
    }
}


@media only screen and (min-width: 768px) {
    .search_page .ec-searchDetail__togglelBtn {
        display: none;
    }

    .top-section h3 {
        padding-inline: 0;
    }

    .ec-off1Grid .ec-off1Grid__cell {
        width: 100%;
        margin: 0;
    }

    .ec-pagerRole {
        margin-bottom: 40px;
    }

    .ec-pagerRole-wrap {
        justify-content: end;
        align-items: end;
    }

    .tag-sp {
        display: none !important;
    }

    .tag-pc {
        display: flex !important;
    }

    .list-price-wrap {
        display: contents !important;
    }

    .list-price-wrap,
    .ec-select {
        margin: 0;
    }

    .ec-select .form-select {
        width: 120px;
    }

    .ec-numberInput input[type=number] {
        width: 80px;
        margin: 0;
        text-align: center;
        padding-right: 0;
    }
    
    .d-md-flex-between:has(.list-price-wrap) {
        margin-bottom: 10px;
    }

}

.ec-shelfRole .ec-shelfGrid .slick-slide .ec-shelfGrid__item {
    margin: 0;
    border: 0;
} 

.ec-pageList-titile {
    font-weight: 700;
    font-size: 20px;
    padding-inline: 16px;
}

@media only screen and (min-width: 768px) {
    .ec-shelfGrid__item-info {
        display: contents;
    }
    
    .ec-searchnavRole {
        padding-inline: 0;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item-box {
        width: 280px;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-image {
        width: 125px;
    }

    .ec-shelfRole .ec-shelfGrid  .ec-shelfGrid__item-center a{
        font-size: 20px;
    }

    .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item-center {
        width: 485px;
        padding: 0;
        margin-left: 20px;
        margin-right: auto;
    }


    .ec-searchnavRole .ec-searchnavRole__actions,
    .order-by.form-select {
        width: 175px;
    }

    .ec-searchnavRole .disp-number.form-select {
        width: 85px;
    }

    .ec-searchnavRole .disp-number.form-select,
    .ec-searchnavRole .ec-searchnavRole__actions select {
        margin-left: 20px;
    }

    .ec-searchnavRole .ec-searchnavRole__counter {
        width: auto;
    }

    .ec-searchnavRole .ec-searchnavRole__infos {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ec-searchnavRole .ec-searchnavRole__infos > div{
        width: 50%;
    }

    .ec-searchnavRole__infos-actions {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .ec-searchnavRole__infos-counter {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .ec-pageList-titile {
        padding-inline: 0;
        font-size: 24px;
        border-bottom: 1px solid #525263;
        text-align: left;
        padding-bottom: 10px;
        margin: 30px 0;
    }

    .ec-searchDetail__head {
        font-size: 20px;
        font-weight: 700;
        padding: 13px 10px;
    }

    .hierarchy1_sidebar-title {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid #525263;
        color: #262626;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .ec-searchDetail__body {
        padding: 20px 15px;
    }

    .hierarchy1_sidebar-list li a {
        color: #262626;
        padding: 11px 0;
        font-size: 15px;
    }

    .hierarchy1_sidebar-list li span {
        flex: 1;
    }

    .hierarchy1_sidebar-list li a img {
        width: auto;
        height: 13px;
        margin-inline: 8px;
    }



}

