/* --ショッピングを続けるのボタンを隠す-- */
.fs-body-cart .fs-c-continueShopping:not(.fs-c-continueShopping--enable){
display:none;
}

/*　高額購入割引の送料の文字色・サイズの変更　*/
.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__info{
font-size: 18px; 
color:#000000;
line-height: 120%;
font-weight: bold;
}