.contentWrap h2{
  margin-bottom: 24px;
}
.contentWrap a:not(.btn01) {
  color: var(--comBlue) !important;
  text-decoration: underline;
}
.column-box03b.palegray_bg .box {
  background: var(--palegray);
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-center > p {
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 0;
}
.column-box03b.non-margin-tb .box {
  padding-top: 0;
  padding-bottom: 0;
}
.column-box03b.palegray_bg_box .box {
  background: var(--palegray);
}
.column-box03b .box p {
  margin-top: 16px;
  line-height: 1.7;
}
.column-box03b + a.btn01 {
  margin-top: 60px;
  height: 80px;
  font-size: 24px;
  border-radius: 50px;
}
.feature .column-box03b {
  margin-top: 37px;
}
.feature .box h3 {
  margin-top: 0;
  min-height: 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.criterion .box p span {
  display: block;
  padding-top: 16px;
}
.criterion > span:last-child {
  display: block;
  margin-top: 16px;
  text-align: right;
}
.flow .box {
  position: relative;
}
.flow .box:not(:last-of-type)::after {
  position: absolute;
  right: -1.3em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 11.5px;
  height: 11.5px;
  border-top: 3px solid #002896;
  border-right: 3px solid #002896;
  content: "";
}
.flow .box h3 {
  background: #ceedfd;
  line-height: 54px;
  font-weight: normal;
  font-size: 25px;
  margin-top: 0;
}
.flow .box h4 {
  margin-top: 30px;
  min-height: 4em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.flow .box p {
  text-align: left;
  font-size: 16px;
  padding: 0 40px 40px;
}
.flow .box {
  box-sizing: border-box;
  position: relative;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  max-width: 375px;
  background: #fff;
}
.flow .flow-cta-btn {
  margin-top: 60px;
  height: 80px;
  font-size: 24px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .contentWrap p {
    font-size: 14px;
  }
  .flex-center > p {
    margin-top: 0;
  }
  .column-box03b {
    padding-top: 0;
    gap: 40px;
  }
  .column-box03b .box p {
    font-size: 14px;
  }
  .column-box03b + a.btn01 {
    margin-top: 48px;
    height: 56px;
    font-size: 17px;
  }
  .criterion .box p span {
    padding-top: 0;
  }
  .criterion > span:last-child {
    text-align: center;
  }
  .feature .box h3 {
    min-height: auto;
    margin-bottom: 16px;
  }
  .flow .box:not(:last-of-type)::after {
    position: absolute;
    right: 50%;
    bottom: -2em;
    top: auto;
    transform: rotate(135deg) translateX(-50%);
  }
  .flow .box h3 {
    line-height: 39px;
    font-size: 18px;
  }
  .flow .box h4 {
    margin-top: 24px;
    min-height: auto;
  }
  .flow .box p {
    text-align: center;
    font-size: 14px;
    padding: 0 24px 24px;
  }
  .flow .box {
    width: 100%;
    max-width: 328px;
  }
  .table-no-scroll .table-normal {
    min-width: auto;
  }
  .flow .flow-cta-btn {
    margin-top: 48px;
    height: 56px;
    font-size: 17px;
  }
}