@media (min-width: 768px) {
  .row-step-type-second {
    display: none !important;
  }
}
.hide {
  display: none !important;
}
@media (max-width: 768px) {
  .row-step-type-second {
    background-color: #f8fff1;
    margin-top: 25px;
  }
  .row-step-type-second .head-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    position: relative;
    top: -20px;
  }
  .row-step-type-second .head-title .top-title {
    background-color: #90c31f;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 2px 10px;
    position: relative;
  }
  .row-step-type-second .head-title .top-title::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #90c31f !important;
    right: 50%;
    transform: translateX(50%);
    bottom: -16px;
  }
  .row-step-type-second .head-title .title {
    margin-top: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #4f4f4f;
  }
  .row-step-type-second .with-triangle {
    margin-bottom: 40px !important;
  }
  .row-step-type-second .with-triangle::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top: 14px solid #90c31f !important;
    right: 50%;
    transform: translateX(50%);
    bottom: -28px;
  }
  .row-step-type-second .step {
    border: 2px solid #90c31f;
    border-top: 2px solid transparent;
    width: 90vw;
    margin: 20px auto;
    background-color: white;
    padding: 20px 0 20px 0;
    position: relative;
    top: -20px;
  }
  .row-step-type-second .step .line {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 101%;
    display: flex;
    justify-content: space-between;
    z-index: 88;
  }
  .row-step-type-second .step .line span {
    display: inline-block;
    width: 30%;
    height: 2px;
    background-color: #90c31f;
  }
  .row-step-type-second .step .step-nums {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    text-align: center;
    color: #90c31f;
    font-size: 18px;
    font-weight: bold;
  }
  .row-step-type-second .step .step-nums span {
    font-size: 25px;
    font-weight: bold;
  }
  .row-step-type-second .step .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #4f4f4f;
  }
  .row-step-type-second .step .intro {
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
    line-height: 20px;
    color: #4f4f4f;
    font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif !important;
  }
  .row-step-type-second .step .intro span {
    font-size: 20px;
    color: #90c31f;
    font-weight: bold;
  }
  .row-step-type-second .step .img-list {
    display: flex;
    justify-content: center;
  }
  .row-step-type-second .step .img-list img {
    width: 50px;
    height: 50px;
    margin: 0 6px;
  }
  .row-step-type-second .step .img-three-list {
    display: flex;
    justify-content: center;
  }
  .row-step-type-second .step .img-three-list .item .tips {
    margin-top: 6px;
    color: #4f4f4f;
    font-weight: bold;
  }
  .row-step-type-second .step .img-three-list .item .tips span {
    color: #90c31f;
  }
  .row-step-type-second .step .img-three-list .item img {
    width: 60px;
    height: 60px;
    margin: 0 8px;
  }
  .row-step-type-second .step .bg-tips {
    display: flex;
    justify-content: center;
    background-color: #f3f7e8;
    align-items: center;
    margin: 10px 30px 0 30px;
    padding: 6px 0;
  }
  .row-step-type-second .step .bg-tips p {
    text-align: center;
    color: #90c31f;
    font-size: 12px;
    margin-right: 6px;
    font-family: 'Helvetica Neue', Helvetica, 'Noto Sans JP', sans-serif !important;
  }
  .row-step-type-second .step .bg-tips img {
    width: 22px;
    height: 22px;
  }
}
