/*+決済別・現金収支別：決済別集計一覧CSS--*/
ul{
    color: black;
    margin-bottom: 0;
}

/*+表示条件 filter*/
/*//部門選択 filter category*/
.filter .category .div_flex{
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.filter .category .div_flex p{
    width: 100%;
    position: absolute;
    top: 5%;
}

/*table*/
.filter .category .div_flex table{
    width: 50%;
    height: fit-content;
    margin: auto 0;
}

.filter .category .div_flex table th{
    width: 25%;
    padding: 0.5em 0;
}

.filter .category .div_flex table th img{
    margin: 0 auto;
}

/*ALL*/
.filter .category .div_flex table tr:last-of-type th{
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.3em;
}

/*右側の画像*/
.filter .category .div_flex > img:last-of-type{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*+決済別集計一覧・決済別比率集計一覧*/
/*//パネルに検索条件を表示 on_panel*/
.on_panel{
    width: 100%;
}

.on_panel p:first-of-type{
    width: 96%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.on_panel p:last-of-type{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-left:2em;
}

/*p左チェックボックス*/
.on_panel p:last-of-type::before{
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../common_img/check_on.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}

/*店舗、グループ表示*/
.on_panel .div_flex{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.on_panel .div_flex div{
    width: 50%;
}

.on_panel .div_flex div h4{
    all: unset;
    color: black;
    padding-left: 3em;
}

/*h4左丸*/
.on_panel .div_flex div h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.on_panel .div_flex div img{
    width: 90%;
}

/*//アイコン icon*/
.icon th{
    width: 10%;
}

.icon td{
    width: calc(50% - 10%);
}

/*CSV出力時QRコードブランド列を追加*/
.icon .tr_2 th{
    width: 100%;
    line-height: 50px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.15em;
    padding-left: 2%;
}

.icon .tr_3 td p{
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

.icon .tr_3 td .div_flex{
    width: 75%;
    justify-content: space-between;
    margin-left: 3%;
    margin-bottom: 1em;
}

.icon .tr_3 td .div_flex div{
    width: 49%;
}

.icon .tr_3 td .div_flex h5{
    font-size: unset;
    color: black;
    letter-spacing: 0.1em;
}

/*QRコードブランド列を追加しない*/
.icon .tr_3 td .div_flex .d_1 h5{
    display: inline-flex;
    align-items: center;
}

.icon .tr_3 td .div_flex .d_1 h5::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../common_img/check_off.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}

.icon .tr_3 td .div_flex .d_1 img{
    width: 70%;
    margin-left: 3%;
}

/*QRコードブランド列を追加する*/
.icon .tr_3 td .div_flex .d_2 h5{
    display: inline-flex;
    align-items: center;
}

.icon .tr_3 td .div_flex .d_2 h5::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../common_img/check_on.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}

.icon .tr_3 td .div_flex .d_2 img{
    width: 93.5%;
}

/*このパネルの場所を上下の範囲内に移動します。*/
.icon td span{
    display: inline-block;
    width: 6.5em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #809ED0;
    border: 2px dotted #809ED0;
    border-radius: 5px;
    margin: 0 0.3em;
}

/**決済別集計一覧 product_payment*/
.product_payment > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

/*//一覧上部のスイッチ切り替え product_payment div_1*/
.product_payment .div_1 p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

.product_payment .div_1 ul{
    width: 50%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 1em;
}

.product_payment .div_1 ul li{
    width: auto;/*幅設定したら変になる*/
    height: 35px;
    line-height: 35px;
    padding: 0 0.2em;
}

.product_payment .div_1 ul .li_1{
    border: 3px solid #FF0000;
}
.product_payment .div_1 ul .li_2{
    border: 3px solid #0084FF;
}

.product_payment .div_1 ul .li_3{
    border: 3px solid #6FD63F;
}

/*ONスイッチ*/
.product_payment .div_1 ul li span{
    display: inline-flex;
    align-items: center;
}

.product_payment .div_1 ul li span::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 30px;
    background-image: url(img/payment_type_on.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.product_payment .div_1 img{
    width: 90%;
    margin-bottom: 1.5em;
}

/*局指定*/
.product_payment .div_1 p:last-of-type{
    width: 100%;
    padding-left: 1em;
}

/*OFFスイッチ*/
.product_payment .div_1 p:last-of-type span{
    display: inline-flex;
    align-items: center;
}

.product_payment .div_1 p:last-of-type span::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 30px;
    background-image: url(img/payment_type_off.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/**決済別比率集計一覧 payment_share*/
.payment_share > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

/*//一覧上部のスイッチ切り替え payment_share div_1*/
.payment_share .div_1 p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

.payment_share .div_1 ul{
    width: 35%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 1em;
}

.payment_share .div_1 ul li{
    width: auto;/*幅設定したら変になる*/
    height: 35px;
    line-height: 35px;
    padding: 0 0.2em;
}

.payment_share .div_1 ul .li_1{
    border: 3px solid #FF0000;
}
.payment_share .div_1 ul .li_2{
    border: 3px solid #0084FF;
}

/*ONスイッチ*/
.payment_share .div_1 ul li span{
    display: inline-flex;
    align-items: center;
}

.payment_share .div_1 ul li span::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 30px;
    background-image: url(img/payment_type_on.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.payment_share .div_1 img{
    width: 90%;
    margin-bottom: 1.5em;
}

/*局指定*/
.payment_share .div_1 p:last-of-type{
    width: 100%;
    padding-left: 1em;
}

/*OFFスイッチ*/
.payment_share .div_1 p:last-of-type span{
    display: inline-flex;
    align-items: center;
}

.payment_share .div_1 p:last-of-type span::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 30px;
    background-image: url(img/payment_type_off.png);
    background-repeat: no-repeat;
    background-size: contain;
}
