.reform-basic .title-box h1 {
  font-weight: bold;
}
.reform-basic .content {
  padding: 0;
  background: none;
}
.reform-basic .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .reform-basic .step {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reform-basic .step__box {
  width: 27%;
  position: relative;
}
@media (min-width: 768px) {
  .reform-basic .step__box:nth-of-type(n+4) {
    margin-top: 90px;
  }
  .reform-basic .step__box:not(:nth-of-type(3n)):after {
    content: "";
    display: block;
    position: absolute;
    border-top: solid 30px transparent;
    border-bottom: solid 30px transparent;
    border-left: solid 20px #EAE8DB;
    right: -22%;
    top: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .reform-basic .step__box {
    width: 95%;
  }
  .reform-basic .step__box:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .reform-basic .step__box:nth-of-type(n+2):after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: none;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    border-top: solid 20px #EAE8DB;
    right: calc(50% - 30px);
    top: -30px;
  }
}
.reform-basic .step__link {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 40px 5px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reform-basic .step__link:hover .txt {
  color: #EF6D22;
}
@media (max-width: 767px) {
  .reform-basic .step__link {
    padding: 20px 5px 20px;
  }
}
.reform-basic .step .num-wrap {
  position: absolute;
  left: -12px;
  top: -20px;
  color: #fff;
  background: #EF6D22;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-top: 16px;
  text-decoration: none;
}
.reform-basic .step .num-wrap .num {
  display: block;
  font-size: 30px;
  letter-spacing: 0.02em;
  margin-top: 3px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .reform-basic .step .num-wrap {
    width: 70px;
    height: 70px;
    left: -9px;
    top: -13px;
    padding-top: 11px;
  }
}
.reform-basic .step .img-wrap {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .reform-basic .step .img-wrap {
    height: auto;
  }
}
.reform-basic .step .txt {
  width: 85%;
  margin: 15px auto 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  position: relative;
  color: #333333;
  text-align: left;
  padding-left: 25px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.reform-basic .step .txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  top: 5px;
}
.reform-basic .step .txt:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: solid 1px #EF6D22;
  border-right: solid 1px #EF6D22;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
  top: 12px;
}
@media (max-width: 767px) {
  .reform-basic .step .txt {
    font-size: 16px;
    width: 92%;
    margin-top: 20px;
  }
  .reform-basic .step .txt:before {
    top: 0;
  }
  .reform-basic .step .txt:after {
    top: 7px;
  }
}
.reform-basic .reform-basic__h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.046em;
  line-height: 1.375;
  color: #EF6D22;
  margin-bottom: -38px;
}
@media (max-width: 767px) {
  .reform-basic .reform-basic__h4 {
    font-size: 14px;
    line-height: 1.3571428571;
    margin-bottom: -10px;
  }
}
.reform-basic .h3-b-fmt2022 {
  margin: 30px 0 40px;
}
@media (max-width: 767px) {
  .reform-basic .h3-b-fmt2022 {
    margin: 30px 0 20px;
  }
}