@charset "UTF-8";
.p-flow.p-main {
  padding-bottom: 20px;
}
.p-flow .c-outlink {
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}
.p-flow .c-outlink__item {
  height: 60px;
  min-width: 293px;
}

.p-flow-individual {
  padding-bottom: 100px;
  padding-top: 100px;
}
.p-flow-individual__boxs {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 30px;
}

.p-flow-individual__desc {
  margin-top: 15px;
}

.p-flow-customer {
  background-color: #fff;
  padding-bottom: 100px;
  padding-top: 100px;
}
.p-flow-customer__sections {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin-top: 31px;
}

.p-flow-customer__section-desc {
  margin-top: 14px;
}

.p-flow-customer__boxs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 75px;
}

.flow-customer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}
.flow-customer:not(:last-child) .flow-customer__container::after {
  background-color: #e6ebf6;
  bottom: -14px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 21px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 43px;
}

.flow-customer__step {
  align-items: center;
  background-color: #215aab;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 70px;
  justify-content: center;
  margin-bottom: -25px;
  margin-inline: auto;
  position: relative;
  width: 70px;
  z-index: 2;
}
.flow-customer__step p {
  color: #fff;
  font-family: "Prompt", sans-serif;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(106, 156, 222, 0.12);
}
.flow-customer__step p:nth-of-type(1) {
  font-size: 12px;
  font-weight: 500;
}
.flow-customer__step p:nth-of-type(2) {
  font-size: 23px;
}

.flow-customer__container {
  background-color: #f7f8fc;
  margin-inline: auto;
  max-width: 600px;
  padding: 50px 20px 40px;
  position: relative;
  width: 100%;
}

.flow-customer__wrap {
  width: 100%;
}

.flow-customer__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: calc(26 / 18);
}

.flow-customer__desc {
  margin-top: 14px;
}

.p-flow-customer__box--step2-adjust-sp .flow-customer__desc {
  letter-spacing: 0.2px;
}

@media (min-width: 414px) {
  .p-flow-customer__section--section2 .p-flow-customer__section-desc {
    letter-spacing: 1px;
  }
  .p-flow-customer__box--step2-adjust-sp .flow-customer__desc {
    letter-spacing: normal;
  }
}

@media (min-width: 768px) {
  .p-flow-customer__section--section2 .p-flow-customer__section-desc {
    letter-spacing: normal;
  }
}

@media (min-width: 1024px) {
  .p-flow .c-outlink {
    justify-content: flex-start;
  }
  .p-flow .c-outlink {
    gap: 20px;
  }
  .p-flow-customer {
    padding-bottom: 150px;
  }
  .flow-customer {
    flex-direction: row;
    gap: 60px;
  }
  .flow-customer::after {
    background-color: #d3d3d3;
    content: "";
    height: 1px;
    left: 70px;
    position: absolute;
    top: 35px;
    width: 60px;
  }
  .flow-customer__step {
    margin-bottom: 0;
    margin-inline: 0;
  }
  .flow-customer__container {
    padding: 40px 20px;
  }
}