@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: 1.0714285714vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-flow-item-num .-txt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@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;
    line-height: 0.8;
  }
}
@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;
  }
}

.p-flow-item-list li:not(:first-child) {
  margin-top: 0;
}

@media only screen and (max-width: 740px) {
  .p-service-block {
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
.p-service-block:not(:last-child) {
  border-bottom: 1px solid #e0e4e7;
}
@media only screen and (max-width: 740px) {
  .p-service-block:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-block:not(:last-child) {
    padding-bottom: 2.8571428571vw;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-block:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.p-service-block > p:not(:first-child) {
  margin-top: 1em;
}

.p-service-table {
  border: 1px solid #1d2951;
  width: 100%;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-service-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-table {
    font-size: 1.1428571429vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-service-table tr:first-child th {
  border-bottom: 1px solid #1d2951;
  padding: 0.5em 0;
}
.p-service-table tr:first-child th:not(:first-child) {
  background: #595959;
  color: #fff;
}
.p-service-table tr:first-child th:not(:first-child):not(:last-child) {
  border-right: 1px solid #fff;
}
.p-service-table tr:first-child th:first-child {
  width: 25%;
}
.p-service-table tr:first-child th.-integroup {
  background: #0071bc;
}
@media only screen and (max-width: 740px) {
  .p-service-table tr:first-child th.-integroup {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-service-table tr:first-child th.-integroup {
    font-size: 1.4285714286vw;
  }
}
@media only screen and (min-width: 1400px) {
  .p-service-table tr:first-child th.-integroup {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-service-table tr:first-child th:nth-child(3), .p-service-table tr:first-child th:nth-child(4), .p-service-table tr:first-child th:nth-child(5) {
  width: 17%;
}
.p-service-table tr:not(:first-child) th {
  background: #f1f3f6;
  border: 1px solid #1d2951;
  padding: 1em;
}
.p-service-table tr:not(:first-child) td {
  border: 1px solid #1d2951;
  padding: 1em 0;
}
.p-service-table tr:not(:first-child) td.-integroup {
  background: rgba(0, 113, 188, 0.1);
  color: #0071bc;
  font-weight: bold;
}
.p-service-table tr:not(:first-child) td sup {
  margin-inline: -0.3em -3.3em;
}