/*+顧客カルテ情報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;
}

/*+顧客カルテ情報表示*/
/**表示項目 details_list*/
#img_customer_chart_info{
    max-width: 1479px;
    margin: 1em auto;
}

.details_list th{
    width: 11em;
}

/*==顧客情報 customer_info*/
.customer_info 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_info th .div_1 img{
    max-width: 35px;
    width: 27px;
    margin: 0;
}

/*==購買履歴 purchase_history*/
.purchase_history 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-top: 0.2em;
    margin: 0.3em auto;
}

.purchase_history th .div_1 img{
    max-width: 35px;
    width: 27px;
    margin: 0;
}

/*==印刷 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;
}

/**アンケート survey*/
.survey p{
    width: 95%;
    margin: 0 auto;
}

#img_survey{
    max-width: 1479px;
    width: 98%;
    margin-top: 1em;
}