/* ==========================================================================
   Sellbot - ご利用の流れ
   ========================================================================== */

.l-main-flow__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1256px;
  padding: 80px 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-main-flow__inner {
    padding: 40px 16px;
  }
}

.p-card-flowList {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  row-gap: 30px;
}

@media screen and (max-width: 767px) {
  .p-card-flowList {
    margin-top: 30px;
    row-gap: 15px;
  }
}

.p-card-flowList li {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 40px;
}

@media screen and (max-width: 767px) {
  .p-card-flowList li {
    column-gap: 20px;
  }
}

.p-card-flowList__textwrap {
  display: flex;
  flex-basis: 75%;
  flex-direction: column;
  background-color: #eeeeed;
  gap: 1em;
  padding: 30px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-card-flowList__textwrap {
    gap: 0.5em;
    padding: 15px;
  }
}

.p-card-flowList__textwrap::before {
  border-right: 3px solid #dae5f7;
  content: "";
  display: block;
  height: 80%;
  left: -71.5px;
  position: absolute;
  top: 50%;
  width: 0;
}

@media screen and (max-width: 767px) {
  .p-card-flowList__textwrap::before {
    left: -51.5px;
  }
}

.p-card-flowList__textwrap.step2::before {
  height: 100%;
  top: 0;
}

.p-card-flowList__textwrap.step3::before {
  bottom: 50%;
  height: 120%;
  transform: translateY(-100%);
}

.c-heading-flowList {
  color: #fff;
  background-image: url(../../img/product/collaboration/sellbot/hexagon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 10;
}

.c-heading-flowList p {
  text-align: center !important;
  line-height: 1.24em !important;
}

.c-heading-flowNomber {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-heading-flowNomber span {
  font-size: 1.25em;
}

.c-heading-flowItem {
  color: #00b3e8;
  font-size: 1.375em;
  font-weight: bold;
}
