#special-cart-box>.box {
    background-color: #fff;
    line-height: 150%;
    padding: 10px;
    letter-spacing: 0;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;

}




#special-cart-box .note {
    margin-bottom: 0;
}



#special-cart-box dd,
#special-cart-box dt {
    line-height: 150%;
    padding-bottom: 6px !important;
}


#special-cart-box dt label {
    font-size: 17px;
}

#special-cart-box dd {
    font-size: 16px;
}

#special-cart-box dd .num {
    font-size: 19px;
    font-family: "Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif !important;
    font-weight: bold;
    padding: 0 0 0 4px; 
}

#special-cart-box .note01 {
    border: 2px #E73A46 solid;
    padding: 9px 15px 8px 13px;
    color: #E73A46;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 160%;
}

#special-cart-box .note02 {
    font-size: 16px;
    color: #000;
    background-color: #F7F3ED;
}

#special-cart-box .note01 span {
    display: block;
    text-indent: -16px;
    padding-left: 16px;
}

#special-cart-box .heading5 {
    background-color: #F7F3ED;
    padding-top: 16px;
    padding-left: 13px;
    font-size: 18px;
}

#special-cart-box .cart-price-set>div {
    background-color: #F7F3ED;
    padding: 0 15px 14px 13px;
}

#special-cart-box .cart-price-set>div:last-child {
    background-color: #F7F3ED;
    padding-bottom: 6px;
}

/* #special-cart-box .cart-price-set>div:nth-child(3) {
    margin-bottom: 24px;
} */

#special-cart-box .cart-price-set .label {
    font-size: 17px;
}

.hanpukai div.box {
    padding-top: 14px;
}

#special-cart-box .hanpukai dd {
    color: #000;
    font-size: 14px;
    padding: 0 0 0 10px !important;
    margin-top: 0;
}

#special-cart-box .hanpukai>.box>.priceArea .label01 {
    width: fit-content;
    /* min-width: 158px; */
    line-height: 140%;
}

#special-cart-box .hanpukai>.box>.priceArea .label01._red {
    border: 1.5px #E73A46 solid;
    color: #E73A46;
    padding: 6px 8px 4px;
}

#special-cart-box .hanpukai>.box>.priceArea .label01._blue {
    border: 1.5px #1E7D97 solid;
    color: #1E7D97;
    padding: 6px 7px 4px 5px;
    white-space: nowrap;
}

#special-cart-box .hanpukai>.box>.priceArea .label01 span {
    font-weight: bold;
}

#special-cart-box .hanpukai>.box>.priceArea .price {
    font-size: 16px;
    margin: 4px 0 8px 9px;
}

#special-cart-box .hanpukai>.box>.priceArea .price span {
    font-size: 19px;
    font-weight: bold;
}



#special-cart-box .hanpukai>.box>.priceArea .bubble {
    font-size: 16px;
    font-weight: bold;
    background-color: #1E7D97;
    padding: 7px 10px 5px 10px;
    color: #fff;
    /* width: 223px; */
    width: fit-content;
    position: relative;
    margin-top: 12px;
    white-space: normal;
}


#special-cart-box .hanpukai>.box>.priceArea .bubble::before {
    content: '';
    background-image: url(/campaign/webad/1106515/assets/images/figure_modal_01.svg);
    background-repeat: no-repeat;
    display: block;
    width: 24.65px;
    height: 15.57px;
    position: absolute;
    left: 30px;
    top: -10px;
}

#special-cart-box .note02::after {
    content: '';
    border-bottom: 1px #CACACA solid;
    display: block;
    margin: 0 auto;
    margin-top: 9px;
}

#special-cart-box .cart-btn-set {
    background-color: #F7F3ED;
    margin: 0;
    padding: 0 3px 43px 9px;
    border: none;
}



#special-cart-box .cart-btn-set .btn {
    width: 145px;
}

#special-cart-box .cart-btn-set .btn button {
    width: 145px;
    font-weight: bold !important;
    font-size: 16px !important;
}

#special-cart-box .btn>* {
    background-color: #E73A46;
}

.cart-btn-set .btn > button {
    min-width: auto;
}


@media screen and (min-width:767px) {


    #special-cart-box>.box {
        background-color: #fff;
        line-height: 150%;
        padding: 29px;
    }

    #special-cart-box .label {
        font-size: 17px;
    }


    #special-cart-box .note {
        margin-bottom: 0;
    }

    #special-cart-box .cart-price-set dl {
        padding-top: 7px;
        white-space: nowrap;
        align-items: baseline;
    }

    #special-cart-box dd,
    #special-cart-box dt {
        line-height: 150%;
        padding: 0 !important;
        font-size: 17px;
    }

    #special-cart-box dd .num {
        font-size: 20px;
    }

    #special-cart-box .cart-price-set>div:not(.hanpukai) dt {
        width: 225px;
    }

    #special-cart-box .cart-price-set>div:not(.hanpukai) dd {
        width: calc(100% - 225px);
    }





    #special-cart-box .note01 {
        border: 2px #E73A46 solid;
        padding: 10px 6.91px 9.89px 8px;
        color: #E73A46;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 14px;
        line-height: 160%;
        white-space: normal;
    }

    #special-cart-box .note02 {
        font-size: 16px;
        color: #000;
        background-color: #F7F3ED;
    }

    #special-cart-box .note01 span {
        display: block;
        text-indent: -16px;
        padding-left: 16px;
    }

    #special-cart-box .heading5 {
        background-color: #F7F3ED;
        padding-top: 10px;
        padding-left: 12px;
        font-size: 20px;
        margin: 0;
    }

    #special-cart-box .heading5 br{
        display: none;
    }

    #special-cart-box .cart-price-set>div {
        background-color: #F7F3ED;
        padding: 0 0 14px 10px;
    }

    #special-cart-box .cart-price-set>div:last-child {
        background-color: #F7F3ED;
        padding-bottom: 6px;
    }

    /* #special-cart-box .cart-price-set>div:nth-child(3) {
        margin-bottom: 24px;
    } */

    #special-cart-box .cart-price-set .label {
        font-size: 20px;
    }

    .hanpukai div.box {
        padding-top: 14px;
    }

    #special-cart-box .hanpukai dl {
        flex-flow: column;
    }

    #special-cart-box .hanpukai dd {
        color: #000;
        font-size: 14px;
    }

    #special-cart-box .hanpukai>.box>.priceArea .block {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    #special-cart-box .hanpukai>.box>.priceArea .label01 {
        /* width: 164px; */
        /* min-width: 158px; */
        line-height: 140%;
    }

    #special-cart-box .hanpukai>.box>.priceArea .label01._red {
        border: 1.5px #E73A46 solid;
        color: #E73A46;
        padding: 6px 8px 4px;
    }

    #special-cart-box .hanpukai>.box>.priceArea .label01._blue {
        border: 1.5px #1E7D97 solid;
        color: #1E7D97;
        padding: 6px 7px 4px 5px;
    }

    #special-cart-box .hanpukai>.box>.priceArea .label01 span {
        font-weight: bold;
    }

    #special-cart-box .hanpukai>.box>.priceArea .price {
        font-size: 16px;
        margin: 0;
        width: calc(100% - 164px);
        padding-left: 24px;
    }

    #special-cart-box .hanpukai>.box>.priceArea .price span {
        font-size: 20px;
        font-weight: bold;
        padding-left: 4px;
    }



    #special-cart-box .hanpukai>.box>.priceArea .bubble {
        font-size: 16px;
        font-weight: bold;
        background-color: #1E7D97;
        padding: 7px 12px 8px;
        color: #fff;
        /* min-width: 319px; */
        width: fit-content;
        max-width: 332px;
        position: relative;
        margin-top: 12px;
    }

    #special-cart-box .hanpukai>.box>.priceArea .bubble br {
        display: none;
    }


    #special-cart-box .hanpukai>.box>.priceArea .bubble::before {
        content: '';
        background-image: url(/campaign/webad/1106515/assets/images/figure_modal_01.svg);
        background-repeat: no-repeat;
        display: block;
        width: 24.65px;
        height: 15.57px;
        position: absolute;
        left: 30px;
        top: -10px;
    }

    #special-cart-box .note02::after {
        content: '';
        border-bottom: 1px #CACACA solid;
        display: block;
        width: 562px;
        margin: 9px 0 0 0;
        /* margin-top: 9px;
        margin-left: 7px;
        width: 103%; */
    }

    #special-cart-box .cart-btn-set {
        background-color: #F7F3ED;
        margin: 0;
        padding: 0 3px 43px 9px;
        border: none;
    }



    #special-cart-box .cart-btn-set .btn {
        font-weight: bold;
        font-size: 16px;
        width: auto;
    }

    #special-cart-box .cart-btn-set .btn button {
        width: 222px;
    }

    #special-cart-box .cart-btn-set .btn-favorite {
        overflow: hidden;
    }

    #special-cart-box .btn>* {
        background-color: #E73A46;
    }

    #special-cart-box .col-right{
        padding-right: 22px;
    }

    #special-cart-box .cart-price-set>div:nth-of-type(1) {
        padding-bottom: 5px;
    }

    #special-cart-box .cart-price-set>div:nth-of-type(2)>dl {
        padding-bottom: 10px;
    }
}


@media screen and (max-width:319px) {
    #special-cart-box .hanpukai>.box>.priceArea .bubble {
        white-space: inherit;
        /* width: auto; */
        width: fit-content;
        padding: 7px 8px;
    }
}