/*+顧客分析：顧客カルテ（顧客カルテ一覧）CSS*/
ul li{
    color: black;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

table{
    height: fit-content;
    margin: 0;
}

table .div_flex{
    width: 100%;
}

button,
.button{
    all: unset;
}

img{
    width: 100%;
}

/*//注意点 div_h1*/
.div_h1{
    background: #fff5f5;
    border-color: red;
    padding: 0.5em 1em;
}

.div_h1 h2{
    color: black;
    margin: 0;
}

/*+表示条件*/
/**店舗選択 select_store*/
.select_store .div_flex{
    justify-content: space-between;
}

.select_store .div_flex div{
    flex: 0.9;
}

.select_store .div_flex div p{
    margin-bottom: 0.5em;
}

.select_store .div_flex div table{
    width: 80%;
}

.select_store .div_flex div table th{
    width: 20%;
}

/*clear*/
.select_store .div_flex div table th span{
    display: inline-block;
    width: 4.5em;
    text-align: center;
    letter-spacing: 0.15em;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: #1A5EFF;
    background-color: #CCCCCC;
}

.select_store .div_flex img{
    max-width: 350px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*+顧客カルテ一覧*/
/*//上部リンク nav_list*/
.nav_list ul li,
.nav_list ul li a{
    display: flex;
    justify-content: center;
    gap: 0.5em;
    padding: 0.1em;
}

.nav_list ul li span{
    font-size: 20px;
}
/**質問 question*/
.question p{
    width: 95%;
    margin: 0 auto;
}
.question img{
    max-width: 1446px;
    width: 95%;
    margin: 0.5em auto;
    margin-bottom: 1em;
}

/*絞り込み*/
.question .button{
    display: inline-block;
    width: 6.5em;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    color: white;
    background-color: #585A67;
    border-radius: 5px;
    padding: 0.1em 0;
    margin-right: 0.2em;
}

/*再検索*/
.question .button .fa-refresh{
    margin-right: 0.2em;
}

/**顧客カルテ customer_chart*/
#img_customer_chart{
    max-width: 1449px;
    margin: 1em auto;
}

.customer_chart th{
    width: 10em;
}

/*==印刷 print*/
.print th .fa-print{
    display: inline-block;
    font-size: 45px;
    line-height: 1;
    padding-top: 3px;
    position: relative;
    z-index: 1;
}

/*アイコンに白背景*/
.print th .fa-print::after{
    content: "";
    display: inline-block;
    width: 0.55em;
    height: 0.75em;
    background-color: white;
    border-top-right-radius: 10px;
    position: absolute;
    transform: translate(-50%);
    top: 15%;
    left: 47%;
    z-index: -1;
}

/*==顧客ベスト customer_best*/
.customer_best th .div_1{
    width:8.4em;
    justify-content: center;
    align-self: baseline;
    letter-spacing: 0.2em;
    color: white;
    background-color: #585A67;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0.2em 0;
    margin: 0.3em auto;
}

.customer_best th .div_1 img{
    max-width: 35px;
    width: 27px;
    margin: 0;
}

/*==枝番 sub_number*/
.sub_number td .div_flex{
    justify-content: space-between;
}

.sub_number td .div_flex p{
    flex: 0.95;
}
.sub_number .img_zoom{
    display: block;
    max-width: 774px;
    width: 46%;
    box-shadow: none;/*1pxのborderっぽく囲う*/
    margin: 0;
}

.sub_number .img_zoom:hover{
    border-color: #78D1F3;/*透明な2pxに色をつける*/
    border-radius: 7px;
}


/*==カルテ chart*/
.chart td .fa-file-text{
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    color: #585A67;
    margin-right: 0.3em;
}
/**/
/**/
/**/
/**/
/**/
/**/