.p-flow__listArea {
  padding: 56px 0 64px;
}
@media (max-width: 896px) {
  .p-flow__listArea {
    padding: 40px 0;
  }
}
.p-flow__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
}
@media (max-width: 896px) {
  .p-flow__boxes {
    gap: 32px;
    padding: 0 20px;
  }
}
.p-flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-left: 120px;
  padding-bottom: 24px;
  position: relative;
}
@media (max-width: 896px) {
  .p-flow__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-left: 92px;
    padding-bottom: 20px;
  }
}
.p-flow__box::before {
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: 1px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 896px) {
  .p-flow__box::before {
    width: calc(100% - 92px);
  }
}
.p-flow__box::after {
  content: "";
  width: 2px;
  height: calc(100% - 96px);
  background: url(../../cmn/img/flow_line.svg) center top/100% auto repeat-y;
  position: absolute;
  left: 39px;
  bottom: 0;
}
.p-flow__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-flow__numArea {
  font-family: "Zen Maru Gothic", serif;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 10px;
  background-color: #0181CC;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 896px) {
  .p-flow__numArea {
    width: 70px;
    height: 70px;
  }
}
.p-flow__step {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: capitalize;
}
.p-flow__num {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
.p-flow__ttl {
  font-family: "Zen Maru Gothic", serif;
  color: #0181CC;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 896px) {
  .p-flow__ttl {
    font-size: 22px;
  }
}
.p-flow__txtArea {
  font-size: 16px;
  line-height: 2;
  margin-top: 32px;
}
@media (max-width: 896px) {
  .p-flow__txtArea {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
  }
}
.p-flow__txtArea p:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 896px) {
  .p-flow__txtArea p:not(:first-child) {
    margin-top: 14px;
  }
}
.p-flow__txtArea a {
  text-decoration: underline;
}
.p-flow__color {
  color: #0181CC;
}
.p-flow__txtL {
  color: #0181CC;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 896px) {
  .p-flow__txtL {
    font-size: 14px;
  }
}
.p-flow__imgArea {
  width: 334px;
  max-width: 100%;
}
.p-flow__imgArea img {
  width: 100%;
  height: auto;
}
.p-flow__cvArea {
  padding: 80px 0;
  background-color: #EFF7FC;
}
@media (max-width: 896px) {
  .p-flow__cvArea {
    padding: 46px 0;
  }
}