.round_box {
  display: block;
}
.round_box > dt {
  justify-content: left;
  flex-direction: initial;
  padding: 10px 10px 0;
}
.round_box > dt h4 {
  font-size: 3vw;
  margin: 0 10px 0 0;
}
.round_box > dt > div > dl + dl {
  margin: 5px 0 0;
}
.round_box > dt > div > dl > dt {
  font-size: 2.5vw;
  margin-right: 10px;
  width: auto;
}
.round_box > dt > div > dl > dd {
  display: flex;
  align-items: center;
}
.round_box > dt > div > dl > dd p {
  font-size: 2.5vw;
}
.round_box > dt > div > dl > dd p span {
  font-size: 2vw;
}
.round_box > dt > div > dl > dd p + p {
  margin: 0 0 0 5px;
}
.round_box > dd {
  padding: 10px;
  display: block;
}
.round_box > dd h5 {
  font-size: 14px;
}
.round_box > dd p {
  font-size: 14px;
}
.round_box > dd p span {
  font-size: 10px;
}
.round_box > dd ul {
  grid-template-columns: 1fr 1fr;
  padding: 0 !important;
}
.round_box + .round_box {
  margin: 40px auto 0;
}
.round_box + .round_box:after {
  top: -29px;
  left: calc(50% - 32px);
  box-sizing: border-box;
  width: 64px;
  height: 20px;
  border: 32px solid transparent;
  border-bottom: 0;
  border-top: 20px solid #000;
}