.section table td {
  vertical-align: top;
}

.tableStyle01 th {
  text-align: center;
}

.td_inner {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.item_text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.item_image {
  max-width: 100%;
  height: auto;
}

.before {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}

.before .arrow_bottom {
  height: 10px;
  width: 20px;
  background-color: #000;
  position: relative;
  margin: 20px auto 0;
  transform: rotate(90deg);
}

.before .arrow_bottom::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: -50%;
  left: 100%;
}

.after {
  font-size: 16px;
}

.after .strong {
  font-size: 22px;
  text-decoration: underline;
}
