/*+ 売上日報：月別売上*/

/*+表示条件 filter*/

/*+月別売上表示画面*/
/*//上部リンク nav_list*/
.nav_list ul{
    width: 90%;
    display: flex;
    justify-content: space-around;
    color: black;
    padding: 0;
    margin: 2em auto;
}

.nav_list ul li{
    width: 8.5em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    color: white;
    background-color: #585A67;
    border-radius: 5px;
    padding: 0 0.5em;
}

.nav_list ul .now{
    color: #3F5DA5;
    background-color: #CCCCCC;
}

.nav_list p{
    width: 100%;
    padding-left: 1em;
}

/*//詳細表示 detailed_view*/
.detailed_view h3 span{
    display: inline-block;
    width: 7.5em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    color: white;
    font-weight: normal;
    font-size: 16px;
    background-color: #585A67;
    border-radius: 5px;
}

.detailed_view div{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.detailed_view div img{
    width: 65%;
}

/*//パネルに検索条件を表示 .on_panel*/
.on_panel{
    width: 100%;
}

.on_panel p:first-of-type{
    width: 97%;
    margin: 0 auto;
    margin-bottom: 1em;
}

.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: 80%;
}

/*+月別集計　月別売上 monthly*/
/*//上部アイコン monthly div_1*/
.monthly .div_1 table{
    margin-bottom: 0;
}

.monthly .div_1 table tr{
    width: 50%;
}

.monthly .div_1 table th img{
    width: 30%;
    margin: 0.2em auto;
}

.monthly .div_1 table th{
    width: 17.75%;
    background-color: #EDECEC;
}

.monthly .div_1 table td{
    width: calc(50% - 17.75%);
}

.monthly .div_1 table 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;
}

/**月別集計・月別売上　一覧 monthly div_2*/
/*h4左丸*/
.monthly .div_2 h4{
    font-weight: normal;
    color: black;
    width: 100%;
}

.monthly .div_2 h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

/*画像上下に線(濃いめ)*/
.monthly .div_2 img{
    border-top: 1px solid #AEAFB3;
    border-bottom: 1px solid #AEAFB3;
}

/*//人数、販売数、売上、前年売上、粗利、仕入数、仕入金額 monthly div_2_1*/
.monthly .div_2_1{
    width: 95%;
    margin: 0 auto;
}

.monthly .div_2_1 p{
    width: 90%;
    margin: 0 auto;
    margin-top: 1em;
}

.monthly .div_2_1 span{
    display: inline-block;
    width: 4em;
    height: 35px;
    line-height: 35px;
    text-align:  center;
    border: 3px solid black;
    margin: 0 0.2em;
}

.monthly .div_2_1 .spa_1{
    border-color: #FF0000;
}

.monthly .div_2_1 .spa_2{
    border-color: #0084FF;
}

/*//前年比、粗利率 monthly div_2_2*/
.monthly .div_2_2{
    width: 95%;
    margin: 0 auto;
}

.monthly .div_2_2 p{
    width: 90%;
    margin: 1em auto;
}

.monthly .div_2_2 .div_flex{
    width: 90%;
    display: flex;
    margin: 0 auto;
}

.monthly .div_2_2 .div_flex h5{
    width: 13%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    color: black;
}

/*右向き矢印*/
.monthly .div_2_2 .div_flex h5::after{
    content: "→";
    display: inline-block;
    font-size: 20px;
}

.monthly .div_2_2 .div_flex .spa_1{
    display: inline-block;
    width: 25%;
    height: 40px;
    line-height: 40px;
    color: black;
    padding-left: 2em;
}

.monthly .div_2_2 .div_flex ul{
    width: 62%;
    color: black;
    padding: 0;
}

.monthly .div_2_2 .div_flex ul li{
    display: flex;/*リストの中身全部並べる*/
    align-items: center;
}

/*･･･*/
.monthly .div_2_2 .div_flex ul li .spa_2{
    display: inline-block;
    width: 30%;
    display: flex;/*spanと疑似を横並びで端寄せ*/
    justify-content: space-between;
}

.monthly .div_2_2 .div_flex ul li .spa_2::after{
    content: "･･･";
    display: inline-block;
    width: 25%;
    font-size: 18px;
    font-weight: bold;
}

/*緑（前年対比）・オレンジ（粗利率）*/
.monthly .div_2_2 .div_flex h5{
    display: flex;
}

.monthly .div_2_2 .div_flex .color_1,
.monthly .div_2_2 .div_flex .color_2{
    display: inline-block;
    width: fit-content;
    height: 40px;
    line-height: 40px;
    padding: 0 0.3em;
}

.monthly .div_2_2 .div_flex .color_1{
    background-color: #D3F2C5;
    border: 3px solid #6FD63F;
}

.monthly .div_2_2 .div_flex .color_2{
    background-color: #FFD2B2;
    border: 3px solid #ff6d01;
}

/**月別集計・月別売上 各項目 .monthly .div_3*/
.monthly .div_3{
    padding-bottom: 0;
}

.monthly .div_3 .div_flex{
    width: 100%;
    display: flex;
    align-items: stretch;/*左右の高さを揃える*/
    margin: 0 auto;
}

.monthly .div_3 .left,
.monthly .div_3 .right{
    width: 50%;
}

.monthly .div_3 .com_h4,
.monthly .div_3 h4,
.monthly .div_3 table{
    margin-bottom: 0;
}

.monthly .div_3 h4,
.monthly .div_3 table th{
    height: 3.6em;
    line-height: 3.6em;
    font-weight: bold;
    font-family: "YuGothicM", "Yu Gothic", Meiryo, sans-serif;
    color: black;
    background-color: #ececff;
}

.monthly .div_3 h4{
    width: 100%;
    border-bottom: 1px solid #D8DCDE;	
}

.monthly .div_3 h4 span{
    display: inline-block;
    width: 35%;
    text-align: center;
}

.monthly .div_3 p{
    margin: 0.5em;
}

.monthly .div_3 table th{
    width: 35%;
}

.monthly .div_3 table td,
.monthly .div_3 p{
    font-size: 14px;
}

/*//左*/
.monthly .div_3 .left{
    border-right: 1px solid #D8DCDE;
}
.monthly .div_3 .left table th{
    border-left: none;
}

.monthly .div_3 .left table td{
    border-right: none;
}

/*売上*/
.monthly .div_3 .left .d_1 p{
    margin-bottom: 0;
}

.monthly .div_3 .left .ul_flex{
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 0.5em;
    margin: 0 auto;
}

.monthly .div_3 .left .ul_flex ul{
    list-style: disc;
    margin-top: 0.5em;
    margin: 0;
}

.monthly .div_3 .left .ul_flex ul li{
    font-size: 14px;
    color: black;
}

.monthly .div_3 .left .ul_flex ul li::marker {
  font-size: 12px;   /* 点のサイズ */
}

/*前年売上*/
.monthly .div_3 .left .d_2{
    border-top: 1px solid #D8DCDE;
}

/*//右*/
.monthly .div_3 .right h4{
    border-top: 1px solid #D8DCDE;
}

.monthly .div_3 .right table th{
    border-left: none;
}

.monthly .div_3 .right table td{
    border-right: none;
}

.monthly .div_3 .right table tr:last-of-type th,
.monthly .div_3 .right table tr:last-of-type td{
    border-bottom: none;
}

/*+ 決済種別 payment_type*/
/*//上部アイコン payment_type div_1*/
.payment_type .div_1 table{
    margin-bottom: 0;
}

.payment_type .div_1 table tr{
    width: 50%;
}

.payment_type .div_1 table th img{
    width: 30%;
    margin: 0.2em auto;
}

.payment_type .div_1 table th{
    width: 17.75%;
    background-color: #EDECEC;
}

.payment_type .div_1 table td{
    width: calc(50% - 17.75%);
}

.payment_type .div_1 table 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;
}

/**円グラフ .payment_type .div_2*/
.payment_type .div_2{
    width: 100%;
}

.payment_type .div_2 h3{
    width: 100%;
    height: auto;
    display:  flex;
    align-items: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.payment_type .div_2 h3 img{
    width: 4.7%;
    height: fit-content;
    margin: 0;
    margin-right: 1em;
}

.payment_type .div_2 div{
    width: 95%;
    display: flex;
    margin-left: 1em;
}

.payment_type .div_2 div img{
    width: 45%;
}

/**棒グラフ .payment_type .div_3*/
.payment_type .div_3{
    width: 100%;
}

.payment_type .div_3 h3{
    width: 100%;
    height: auto;
    display:  flex;
    align-items: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

.payment_type .div_3 p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.payment_type .div_3 h3 img{
    width: 4.7%;
    height: fit-content;
    margin: 0;
    margin-right: 1em;
}


/*+Zチャート z_chart*/
/*//上部アイコン z_chart div_1*/
.z_chart .div_1{
    width: 100%;
}

.z_chart .div_1 table{
    margin-bottom: 0;
}

.z_chart .div_1 table tr{
    width: 50%;
}

.z_chart .div_1 table th img{
    width: 30%;
    margin: 0.2em auto;
}

.z_chart .div_1 table th{
    width: 17.75%;
    background-color: #EDECEC;
}

.z_chart .div_1 table td{
    width: calc(50% - 17.75%);
}

.z_chart .div_1 table 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;
}


/**Zチャート表示項目 z_chart div_2*/
.z_chart .div_2 p{
    width: 100%;
    padding-left: 1em;
}

