.liver_score {
    border-collapse: collapse;
    background-color: #f4cfc9;
    width: 100%;
}

.diagonal-header {
    position: relative;
    padding: 0.75em;
    width: 250px;
    background-image:linear-gradient(to bottom left,#eab6b0  48%,#fff 50%,#eab6b0  52%)
  }
  
  /* .diagonal-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 103%;
    height: 2px;
    background: #fff;
    transform: rotate(14deg);
    transform-origin: top left;
  } */
  
  .diagonal-header .koumoku{
    position: absolute;
    top: 30px;
    left: 11px;
  }

  .diagonal-header .point {
    position: absolute;
    bottom: 30px;
    right: 11px;
  }

th, td {
    border: 2px solid #fff;
    padding: 10px;
    text-align: center;
}

th {
    background-color: #eab6b0;
    font-weight: bold;
    height: 64px;
}

.item_col {
    background-color: #eab6b0;
    font-weight: bold;
    min-width: 250px;
}

.child_pugh_table {
    border-collapse: collapse;
    background-color: #d7ebf3;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.child_pugh_table td {
    border: 2px solid #fff;
    padding: 10px;
    min-width: 250px;
}

.Contents1{
    text-align: center;
    vertical-align: middle;
    min-width: 120px;
}


.Contents2{
    text-align: center;
    width: 230px;
}

.category_cell {
    background-color: #9ccfe4;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    max-width: 250px;
}

.kome{
    position: relative;
    top: 12px;
    left: 1px;
}

small{
    display: block;
    text-align: right;
}

.has_text{
    text-align: left;
    margin-bottom: 1em;
}
