/*+伝票・明細情報：分類別CSS*/
/*共通*/
.div_flex{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.spa_block{
    display: block;
}

table,ul{
    margin-bottom: 0;
}

ul{
    color: black;
}

.div_flex_h3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

img{
    height: fit-content;
}

/**指定期間 period*/
.period > p:first-of-type{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.period .div_flex{
    justify-content: space-between;
}

.period .div_flex div{
    width: 48%;
}

.period .div_flex div p{
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}

/*p左丸*/
.period .div_flex div p::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.period .div_flex div img{
    width: 60%;
}

/**店舗コード shop_code*/
.shop_code{
    position: relative;
}

.shop_code .div_flex{
    justify-content: space-between;
}

img[data-original="../../2-sales_details/2-1-010/img/shop_code_1.png"]{
    width: 60%;
}

.shop_code .div_1{
    width: 40%;
    position: absolute;
    top: 45%;
    left: 4.2%;
    left: 3.5em;
}

.shop_code .div_1 div:first-of-type{
    margin-bottom: 1.5em;
}

/*p左丸*/
.shop_code .div_1 p::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.shop_code .div_1 img{
    width: 90%;
}

/**グループ検索 group*/
.group{
    position: relative;
}

.group .div_flex{
    justify-content: space-between;
}

img[data-original="../../2-sales_details/2-1-010/img/group_search_1.png"]{
    width: 60%;
    margin-bottom: 5em;/*ｸﾞﾙｰﾌﾟｺｰﾄﾞ用スペース*/
}

/*//ｸﾞﾙｰﾌﾟｺｰﾄﾞ group_code*/
.group_code{
    width: 63%;
    position: absolute;
    top: 48%;
    left: 2em;
}

.group_code p{
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
}

img[data-original="../../2-sales_details/2-1-010/img/group_code_1.png"]{
    width: 68%;
}

/**分類　分類範囲 category*/
.category .div_1 p{
    width: 42%;
}

.category .div_1 p span{
    margin-top: 1em;
}

.category .div_1 img{
    width: 35%;
}

.category .div_2 p{
    width: 100%;
    padding-left: 2.5%;
    margin-top: 2em;
    margin-bottom: 1em;
}

.category .div_2 img{
    width: 80%;
}

/*//分類２ category_sub*/
.category_sub p{
    width: 100%;
    padding-left: 2.5%;
    margin-bottom: 1em;
}

.category_sub img{
    width: 80%;
}

/**税抜表示 tax_excl*/
.tax_excl p{
    width: 100%;
    padding-left: 1em;
}

.tax_excl ul{
    color: black;
    margin-top: 0.5em;
    margin-left: 5%;
    margin-bottom: 1em;
}

.tax_excl ul li span{
    text-decoration: underline;
}

/**稼働有無 status*/
.status p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 2em;
}

.status h4{
    font-family: "ＭＳ Ｐゴシック", sans-serif;	
    color: black;
    font-size: 17px;
    padding-left: 3em;
}

.status .div_1{
    margin-bottom: 2em;
}

/*check_off*/
.status .div_1 h4::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../common_img/check_off.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.3em;
}

/*check_on*/
.status .div_2 h4::before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../common_img/check_on.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.3em;
}

.status img{
    width: 80%;
}

/**返品表示 return_display*/
.return_display .div_flex table{
    width: 45%;
}

.return_display img{
    width: 35%;
    height: fit-content;
}

/**日別・月別表示 daily_monthly*/
.daily_monthly p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 2em;
}

.daily_monthly div{
    width: 95%;
    margin: 0 auto;
}

.daily_monthly div:not(.daily_monthly .div_3){
    margin-bottom: 2em;
}

.daily_monthly h4{
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}

/*h4左丸*/
.daily_monthly h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.daily_monthly img{
    width: 80%;
}

/**店舗別表示 by_store*/
.by_store p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.by_store .div_flex{
    justify-content: space-between;
}

.by_store .div_flex div{
    width: 49%;
}

.by_store h4{
    font-weight: normal;
    color: black;
    margin-bottom: 0;
}

/*h4左丸*/
.by_store h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

img[data-original="../../2-sales_details/2-1-010/img/by_store_1.png"]{
    width: 69%;
}

img[data-original="../../2-sales_details/2-1-010/img/by_store_2.png"]{
    width: 100%;
}

/**粗利計算金額 gross_profit*/
.gross_profit .div_flex{
    width: 95%;
    justify-content: space-between;
}

.gross_profit .div_1{
    width: 44%;
}

.gross_profit .div_1 img{
    width: 97%;
    margin-top: 0.5em;
}

.gross_profit table{
    width: 55%;
}

.gross_profit table .tr_1 th{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    font-weight: bold;
    color: #3D4449;
    background-color: #ECECFF;
    padding-left: 1em;
}

.gross_profit table .tr_2 td{
    font-weight: bold;
}

.gross_profit table th{
    width: 10%;
}

.gross_profit table tr:not(.tr_1):not(.tr_2) th,
.gross_profit table tr:not(.tr_1):not(.tr_2) td {
    font-size: 14px;
}

/**表示項目 display_items*/
.display_items .tr_1 th{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: #000088;
    text-align: left;
    padding-left: 1em;
}

.display_items .tr_2 td{
    width: 100%;
    text-align: left;
    padding-left: 1em;
}

.display_items th{
    width: 8%;
}

.display_items td{
    width: calc(50% - 8%);
}

/**表示順 display_order*/
.display_order p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.display_order ul{
    color: black;
    margin-top: 0.5em;
    margin-left: 5%;
    margin-bottom: 1em;
}

.display_order ul li{
    line-height: 2em;
}

.display_order ul li span{
    text-decoration: underline;
}

/**データダウンロード download*/
.download p{
    width: 100%;
    padding-left: 1em;
    margin-bottom: 1em;
}

.download .div_flex{
    justify-content: space-between;
}

.download .div_flex div{
    width: 49%;
}

.download .div_flex div h4{
    font-weight: normal;
    color: black;
    margin-bottom: 0.3em;
}

/*h4左●*/
.download .div_flex div h4::before{
    content: "●";
    display: inline-block;
    font-size: 20px;
}

.download .div_flex div img{
    width: 20%;
    margin-right: 7%;
}