@charset "UTF-8";

.c-product_info__co_selling__nav__list {
    width: 50%;
   border-bottom: none;
}
.c-product_info__co_selling__tab_content {
    padding: 20px 15px 30px;
    border-bottom: 1px solid #d8dddf;
    border-left: 1px solid #d8dddf;
    border-right: 1px solid #d8dddf;
}
.col-md-2,.col-xs-6{
    padding-left: 0;
}
.c-product_info__co_selling__tab_content__price .u-text--subhead {
    font-size: 22px !important;
    letter-spacing: 0;
}

.c-product_info__co_selling__nav .active a {
    background-color: #ed8b8b;
    font-weight: 500;
    font-size: 16px;
}
.c-pro-description ul{
   background: #eee;
   padding: 5%;
   font-size: 14px;
}
.c-pro-description ul li{
    margin-bottom:1%;
    padding-left: 1.3em;
    position:relative;
}
.c-pro-description ul li::before {
    content: '\02713';
    position: absolute;
    left: 0;
    top: 0;
    color: #ed8b8b;
}
.c-product_info__co_selling__nav__list a {
    background-color: #eee;
}

li.co-selling-tab.c-product_info__co_selling__nav__list.active {
    border-bottom: 1px solid #ed8b8b;
}
button.co-btn-add.c-product_info__co-selling-product__co-btn-add-wide.u-text--btn.u-color__btn--bg {
    background: #ed8b8b!important;
    font-size: 20px !important;
    font-weight: 500;
}

/*再入荷*/
a.co-btn-stock-waiting-list.u-text--btn.u-color__btn--bg,a#btn-stock-waiting-list{
    background: #999!important;
    font-size: 16px !important;
    font-weight: 500;
}

/*LINEバナー*/
a.productBnr{
    display: block;
    position: fixed;
    right: 64px;
    bottom: 43px;
    width: 214px;
    z-index: 10;
}

@media (max-width: 750px) {
    a.productBnr{
        right: 16px;
        bottom: 16px;
        width: 200px;
    }
}
