@charset "utf-8";
.co2 .machine .kvImg {
  width: 206px;
}

.flow .item-list .item {
  padding-bottom: 20px;
  border-left: 1px solid var(--redbrown);
  font-size: 18px;
}

.flow .item-list .item::before {
  content: "step";
}

@media screen and (max-width: 768px) {
  .co2 .sp-size {
    width: 60%;
    padding-top: 5px;
    line-height: 1.3em;
  }

  .co2 .machine .kvImg {
    width: 120px;
  }
}
