/*+ 売上日報：ポイント集計*/

/*+表示条件 filter*/

/*+ポイント集計　ポイント（一覧） point*/
/*//パネルに検索条件を表示 point div_1*/
.point .div_1{
    width: 100%;
}

.point .div_1 p:first-of-type{
    width: 96%;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

.point .div_1 p:last-of-type{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-left:2em;
}

/*p左チェックボックス*/
.point .div_1 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;
}

/*店舗、グループ表示*/
.point .div_1 .div_flex{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.point .div_1 .div_flex div{
    width: 50%;
}

.point .div_1 .div_flex div h4{
    all: unset;
    color: black;
    padding-left: 3em;
}

/*h4左丸*/
.point .div_1 .div_flex div h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.point .div_1 .div_flex div img{
    width: 90%;
}

/**ポイント集計　各項目 point div_2*/
.point .div_2 p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.point .div_2 table{
    width: 95%;
    margin: 0 auto;
    margin-top: 2em;
}

.point .div_2 table tr{
    width: 50%;
}

.point .div_2 table th{
    width: 17.75%;
    height: 3.6em;
    line-height: 3.6em;
    font-weight: bold;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    background-color: #ececff;
}

.point .div_2 table td{
    font-size: 14px;
}

/**ポイント（一覧）　各項目 point div_3*/
.point .div_3 p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.point .div_3 table{
    width: 95%;
    margin: 0 auto;
    margin-top: 2em;
}

.point .div_3 table tr{
    width: 50%;
}

.point .div_3 table th{
    width: 17.75%;
    height: 3.6em;
    line-height: 3.6em;
    font-weight: bold;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    background-color: #ececff;
}

.point .div_3 table td{
    width: calc(50% - 17.75%);/*こっちはこれがないとずれる*/
    font-size: 14px;
}
