/*+伝票・明細情報：顧客別CSS*/

/*共通*/
.div_flex{
    width: 95%;
    display: flex;
    margin: 0 auto;
}

.spa_block{
    display: block;
}

table,ul{
    margin-bottom: 0;
}

.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-005/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-005/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-005/img/group_code_1.png"]{
    width: 68%;
}

/***顧客コード customer_code*/
.customer_code img{
    width: 35%;
    height: fit-content;
}

/**処理種別 process_type*/
.process_type p{
    width: 55%;
}

.process_type .div_flex{
    justify-content: space-between;
}

.process_type .div_flex div{
    width: 40%;
}

.process_type .div_flex div img{
    width: 65%;
    margin-top: 1em;
}

.process_type table{
    width: 60%;
    height: fit-content;
    font-size: 14px;
}

.process_type table th{
    width: 10%;
}

.process_type table td span{
    display: block;
}

/**検索キー key_search*/
.key_search{
    position: relative;
}

.key_search .div_flex{
    justify-content: space-between;
}

.key_search .div_flex img{
    width: 43%;
    margin: 0;
    padding-bottom: 5em;/*table用余白*/
}

.key_search table{
    width: 62%;
    font-size: 14px;
    margin-left: 2em;
    position: absolute;
    top: 33.5%;
}

.key_search table th{
    width: 7.5em;
}

.key_search table td{
    padding: 0.5em 0.23em;
}

/**ＣＳＶ csv*/
.csv p{
    width: 35%;
    padding-left: 1em;
}

.csv ul{
    color: black;
    text-align: center;
    margin-bottom: 0;
}

.csv ul li span{
    text-decoration: underline;
}

/**表示項目 display_items*/
.display_items th{
    margin-bottom: 0;
}

.display_items .tr_1 th{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: left;
    background-color: #000080;
    padding-left: 1em;
}

.display_items .tr_2 td{
    text-align: left;
    padding-left: 1em;
}

.display_items th{
    width: 10%;
}

.display_items td{
    width: calc(50% - 10%);
}

/**画像表示 image_display*/
.image_display img{
    width: 25%;
}

/**データダウンロード*/
.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%;
}