.itemTable {
  width: 100%;
  margin-bottom: 32px;
}

.itemTable th {
  width: 20%;
  padding: 8px 24px 8px 0;
  white-space: nowrap;
  text-align: left;
  font-size: 1.1rem;
  font-weight: normal;
  border-bottom: 1px dotted #cccccc;
  font-weight: bold;
}

.itemTable td {
  padding: 8px 0;
  border-bottom: 1px dotted #cccccc;
  font-size: 1.1rem;
}

.itemTable ol > li {
  margin-left: 32px;
}

.itemTablePlan {
  width: 100%;
  text-align: center;
  line-height: 1.8;
  border-collapse: collapse;
}

.itemTablePlan th {
  font-size: 0.9rem;
  background-color: #ffb74d;
  border-bottom: 1px dotted white;
  white-space: nowrap;
}

.itemTablePlan td {
  border-bottom: 1px dotted #cccccc;
  line-height: 2;
  padding: 8px 0;
}
