main #main-content section > img {
  width: 100%;
  margin-bottom: 32px;
}

main #main-content section .evaluate-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

main #main-content section .evaluate-step > div {
  padding: 0px 15px;
  position: relative;
}

main #main-content section .evaluate-step > div:nth-child(n+2)::before {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 0;
  width: 36px;
  height: 59px;
  background-image: url("/images/component/icon/function/right-yellow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  main #main-content section .evaluate-step > div img {
    width: 200px;
  }
  main #main-content section .evaluate-step > div:nth-child(n+2)::before {
    width: 30px;
    height: 50px;
  }
}

@media (max-width: 976px) {
  main #main-content section .evaluate-step > div img {
    width: 160px;
  }
  main #main-content section .evaluate-step > div:nth-child(n+2)::before {
    width: 25px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  main #main-content section .evaluate-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #main-content section .evaluate-step > div img {
    width: 200px;
  }
  main #main-content section .evaluate-step > div:nth-child(n+2) {
    margin-top: 54px;
  }
  main #main-content section .evaluate-step > div:nth-child(n+2)::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%) rotate(90deg);
            transform: translate(-50%, -100%) rotate(90deg);
  }
}
/*# sourceMappingURL=f024.css.map */