.el-column-box .el-heading-lv3 {
  margin: 0;
}
.el-series__area {
  background: #ed6b0014;
  padding: 2rem 3rem;
  border-radius: 1.6rem;
}
.el-series__area .el-catch {
  font-weight: bold;
  margin: 0 auto 0.5rem;
}
.column-2-merit {
  gap: 2rem;
  padding-bottom: 2rem;
}
.column-2-merit p {
  font-size: 1.2em;
  line-height: 1.8em;
}
.column-2-merit img {
  max-width: 80%;
  margin: 0 auto;
}
.rangehood-flow__list__list {
  display: flex;
  justify-content: center;
  gap: min(64px, 64 / 750 * 100vw);
  margin: min(35px, 35 / 750 * 100vw) 0 0;
  counter-reset: rangenum;
}
.rangehood-flow__list__item {
  flex: 0 0 auto;
  width: min(148px, 148 / 750 * 100vw);
}
.rangehood-flow__list__item .text {
  display: flex;
  align-items: flex-start;
  gap: min(8px, 4 / 750 * 100vw);
  margin: min(10px, 10 / 750 * 100vw) 0 0;
  line-height: 1.1764705882;
  font-size: clamp(1.1rem, 17 / 750 * 100vw, 1.7rem);
}
.rangehood-flow__list__item .text::before {
  font-size: min(4rem, 40 / 750 * 100vw);
  color: #006cbe;
  font-weight: 700;
  counter-increment: rangenum;
  content: counter(rangenum);
}
.rangehood-flow__list__item img {
  max-width: 100%;
  height: auto;
}
.rangehood-flow__list__item .image {
  position: relative;
  width: 100%;
}
.rangehood-flow__list__item:not(:last-child) .image::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(min(18px, 18 / 750 * 100vw), -50%);
  width: min(30px, 30 / 750 * 100vw);
  height: min(40px, 40 / 750 * 100vw);
  background: url(../img/arrow.png) 0 0 / contain no-repeat;
  content: "";
}


@media screen and (min-width: 768px) {
  .rangehood-flow__list__item .text {
      white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .sm_none {
      display: none !important;
  }
  .rangehood-flow__list__item .text {
    gap: 1rem;
  }
}