#fs-wrappingInfo-container .fs-c-checkout-confirmationList__price { display: none !important; }

.fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-deliveryInfoList__giftInfo .fs-c-string--label{
    display: block;
    position: relative;
}
.fs-c-orderPerAddressee__orderDeliveryInfo .fs-c-deliveryInfoList__giftInfo .fs-c-string--label:before{
    display: block;
    content: "置き配指定";
    position: absolute;
    left: 0;
    top: 0%;
    background: #f5f5f5;
    padding-right: 3.5em;
    white-space: nowrap;
}