/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.infection__tbl1 {
  width: 100%;
}
.infection__tbl1 tbody th {
  text-align: center;
}

/****************************************************************************************************
****************************************************************************************************/
.infectionStep1 {
  position: relative;
  margin-bottom: 40px;
}
.infectionStep1 dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.3rem;
}
.infectionStep1::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #666 transparent transparent transparent;
}
.infectionStep1:last-child {
  margin-bottom: 0;
}
.infectionStep1:last-child::before {
  content: none;
}

.infectionStep__icon1 {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  background-color: #666;
  color: #fff;
}

/****************************************************************************************************
****************************************************************************************************/
.infection__bg1 {
  background-color: #ff0;
}

/****************************************************************************************************
****************************************************************************************************/
.infection__textBox1 {
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #333;
}

/*# sourceMappingURL=infection.css.map */
