@media only screen and (max-width: 740px) {
  .p-flow-img {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-img {
    margin-top: 3.5714285714vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-img {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 740px) {
  .p-flow-img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-img img {
    width: 64.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-img img {
    width: 906px;
  }
}

@media only screen and (max-width: 740px) {
  .p-flow-list {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-list {
    margin-top: 7.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-list {
    margin-top: 100px;
  }
}

.p-flow-item {
  background: #f1f3f6;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-flow-item {
    border-radius: 10px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-item {
    border-radius: 20px;
    padding-block: 2.8571428571vw;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item {
    padding-block: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .p-flow-item:not(:first-child) {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-item:not(:first-child) {
    margin-top: 5.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item:not(:first-child) {
    margin-top: 80px;
  }
}
.p-flow-item:not(:first-child):before {
  content: "";
  display: block;
  background: url(/_assets/_common/img/ill-3arrow.svg) 50% 50%/contain no-repeat;
  position: absolute;
  left: 50%;
  translate: -50% 50%;
  rotate: 90deg;
}
@media only screen and (max-width: 740px) {
  .p-flow-item:not(:first-child):before {
    width: 40px;
    height: 68px;
    bottom: calc(100% + 40px);
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-item:not(:first-child):before {
    width: 2.8571428571vw;
    height: 4.8571428571vw;
    bottom: calc(100% + 2.8571428571vw);
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item:not(:first-child):before {
    width: 40px;
    height: 68px;
    bottom: calc(100% + 40px);
  }
}

.p-flow-item-num {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  color: #0071bc;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .p-flow-item-num {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-item-num {
    flex: 0 0 11.4285714286vw;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item-num {
    flex: 0 0 160px;
  }
}
@media only screen and (max-width: 740px) {
  .p-flow-item-num .-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-item-num .-txt {
    font-size: 1.4285714286vw;
    display: block;
    margin-bottom: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item-num .-txt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .p-flow-item-num .-num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-flow-item-num .-num {
    font-size: 5vw;
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item-num .-num {
    font-size: 70px;
    font-size: 7rem;
  }
}

@media print, screen and (min-width: 741px) {
  .p-flow-item-body {
    flex: 1 1 auto;
    padding-right: 2.8571428571vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item-body {
    padding-right: 40px;
  }
}