.ImgDiagnosis {
  max-width: 200px;
  margin: 0 auto;
}

.Table_Inspection {
  border-spacing: 2px;
  border-collapse: separate;
}

.Table_Inspection thead {
  background-color: #008fb3;
  color: #fff;
}

.Table_Inspection thead tr th {
  color: #fff;
  padding: 5px;
  width: 150px;
}

.Table_Inspection thead tr th:last-of-type {
  width: calc(100% - 130px);
}

.Table_Inspection tr td {
  padding: 5px;
}

.Table_Inspection .FirstColumn {
  background-color: #A6D6E6;
  font-weight: bold;
}

.Table_Inspection tr td:nth-child(n + 2) {
  background-color: #d0e8f2;
}

.ImgCt {
  margin: 0 auto 20px;
  max-width: 270px;
  text-align: center;
}

.ImgCt figcaption {
  color: #EB5E00;
}

.DrSupervision {
  max-width: 15.5em;
}

@media screen and (max-width: 350px) {
  .DrSupervision {
    max-width: 100%;
  }
}

.ImgFlow {
  max-width: 400px;
  margin: 0 auto;
}
