/*+ 免税情報：免税履歴CSS*/
/**設定リセット*/
ul{
    color: black;
    padding: 0;
}

/*+表示条件 filter*/
/*旅券番号、伝票番号・バーコード・レシート番号、連携種別共通*/
.passport_no .div_flex,
.slip_barcode_receipt_no .div_flex,
.integration_type .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.passport_no .div_flex p,
.slip_barcode_receipt_no .div_flex p,
.integration_type .div_flex p{
    width: 48%;
}

.passport_no .div_flex img,
.slip_barcode_receipt_no .div_flex img,
.integration_type .div_flex img{
    width: 35%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/**旅券番号 passport_no*/

/**伝票番号・バーコード・レシート番号 slip_barcode_receipt_no*/

/**連携種別 integration_type*/


/*+免税履歴 taxfree_history*/
/**免税履歴　各項目 taxfree_history div_1*/
.taxfree_history .div_1 .table_1{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.taxfree_history .div_1 .table_1 th img{
    width: 35%;
}

.taxfree_history .div_1 .table_2{
    width: 95%;
    margin: 0 auto;
}

.taxfree_history .div_1 .table_2 th{
    width: 14.4%;
}
