/*+免税詳細CSS*/
table,ul{
    color: black;
    padding: 0;
    margin: 0;
}

/*+免税伝票情報*/
/*img 免税伝票情報*/
#img_duty_free_slip_info{
    width: 85%;
}

/**表示項目 slip_display_item*/
.slip_display_item{
    width: 100%;
}

.slip_display_item th{
    width: 13%;
}

.slip_display_item td{
    width: 37%;
}

/*印刷アイコン fa-print*/
.fa-print{
    display: inline-block;
    font-size: 33px;
    line-height: 33px;
}

.fa-print::before{
    display: inline-block;
    line-height: 0.9;/* 行の高さを詰める */
    background: #fff;
    border-radius: 2px;
    margin-top: 0.1em;
}

/*+購入商品情報*/
/**消耗品 consumable_goods*/
.consumable_goods p{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.consumable_goods img{
    width: 90%;
}

/**一般物品 general_goods*/
.general_goods p{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.general_goods img{
    width: 90%;
}

/**送信情報 sent_information*/
.sent_information p{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.sent_information img{
    width: 90%;
}