.site-main__flow .flow-list .item {
  position: relative;
  margin-top: 25px;
  padding: 25px;
  background: #efefef;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}
.site-main__flow .flow-list .item:first-child {
  margin-top: 0;
}
.site-main__flow .flow-list .item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 25px;
  background: #DB392A;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item:not(:last-child):after {
    bottom: -50px;
    width: 100px;
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 50px;
  }
}
.site-main__flow .flow-list .item .contents .num {
  font-family: "Poppins", sans-serif;
  color: #DB392A;
  letter-spacing: 0;
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}
.site-main__flow .flow-list .item .contents .title {
  margin-top: 15px;
  font-size: clamp(1.25rem, 0.966rem + 1.21vw, 1.875rem);
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .contents .title {
    margin-top: 25px;
  }
}
.site-main__flow .flow-list .item .contents .desc {
  margin-top: 15px;
  line-height: 1.5em;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .contents .desc {
    margin-top: 27px;
  }
}
.site-main__flow .flow-list .item .contents .desc p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .contents .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.site-main__flow .flow-list .item .contents .desc p a {
  color: #DB392A;
  text-decoration: underline;
}
.site-main__flow .flow-list .item .img {
  margin-top: 25px;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main__flow .flow-list .item .img {
    margin-top: 0;
    width: 45%;
  }
}