
/* SP */
@media (max-width: 768px) {
  /* STEP */
  .reserve-procedure {
    padding: 20px 12px 40px;
    background-color: #cfe2f3;
  }
  .reserve-procedure .step-box {
    position: relative;
    border-radius: 20px;
    padding: 65px 20px 30px;
    margin-top: 45px;
    background-color: #fff;
    text-align: center;
  }
  .reserve-procedure .step-box span {
    width: 22.3880597%;
    position: absolute;
    top: -8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reserve-procedure .step-box-2 p:nth-child(3), .reserve-procedure .step-box-3 p:nth-child(3), .reserve-procedure .step-box-3-2 p:nth-child(3), .reserve-procedure .step-box-4 p:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .reserve-procedure .step-box-3-2 p:nth-child(3) {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .reserve-procedure .step-box-2 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-image: url(../images/icon-finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 16.1194029851%;
    height: 20%;
    bottom: 35vw;
    right: 25vw;
  }
  .reserve-procedure .step-box-3 p:nth-child(3) {
    margin-top: 45px;
  }
  .reserve-procedure .step-box-3 p:nth-child(3):after {
    content: "";
    position: absolute;
    background-image: url(../images/icon-finger.png);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
    width: 16.1194029851%;
    height: 20%;
    bottom: -4vw;
    right: 12vw;
  }
  .reserve-procedure .step-box-3 p:nth-child(3) img {
    width: 100%;
  }
  .reserve-procedure .etc-box {
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
  }
}
/* PC:2022-04 */
@media (min-width: 769px) {
    /* STEP */
    .reserve-procedure {
      padding: 30px 20px 40px;
      background-color: #cfe2f3;
      /* STEP-Basic */
      /* STEP-etc */
    }
    .reserve-procedure .step-box {
      position: relative;
      border-radius: 20px;
      padding: 56px 20px 30px;
      margin: 60px auto 0;
      background-color: #fff;
      text-align: center;
      width: 50%;
    }
    .reserve-procedure .step-box span {
      width: 12%;
      position: absolute;
      top: -3vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    .reserve-procedure .step-box-2 p:nth-child(3), .reserve-procedure .step-box-3 p:nth-child(3), .reserve-procedure .step-box-3-2 p:nth-child(3) {
      width: 70%;
      margin: 20px auto 0;
    }
  
    .reserve-procedure .step-box-3-2 p:nth-child(3) {
      margin-top: 20px;
      margin-bottom: 0;
    }
    .reserve-procedure .step-box-2 p:nth-child(3):after {
      content: "";
      position: absolute;
      background-image: url(../images/icon-finger.png);
      background-repeat: no-repeat;
      background-size: contain;
      max-width: 100%;
      width: 10%;
      height: 20%;
      bottom: 14vw;
      right: 17vw;
    }
    .reserve-procedure .step-box-3 p:nth-child(3) {
      margin-top: 45px;
    }
    .reserve-procedure .step-box-3 p:nth-child(3):after {
      content: "";
      position: absolute;
      background-image: url(../images/icon-finger.png);
      background-repeat: no-repeat;
      background-size: contain;
      max-width: 100%;
      width: 10%;
      height: 20%;
      bottom: -2vw;
      right: 13vw;
    }
    .reserve-procedure .etc-box {
      width: 50%;
      margin: 20px auto 0;
      background-color: #fff;
      border-radius: 20px;
      padding: 30px 20px;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
    }
}

.l-lp {
  color: #000;
}
.l-lp h3 {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

.container {
  text-align: center;
}

.reserve-procedure h1 {
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

h2.sba-page {
  font-size: 2.2rem;
}

h2 {
  color: #000;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33rem;
  height: 7rem;
  margin: 0.625rem auto;
  background-color: #0b5394;
  color: #fff;
  text-decoration: none;
  border-radius: 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  border: 3px solid #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1.1;
}

.button:hover {
  opacity: 0.8;
  color: #fff;
}
a.button:visited {
  color: #fff;
}

.text {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.3;
}

.text a {
  color: #157ED8;
}

.step-box.step-box-1 .button {
  width: 29rem;
  cursor: none;
}
.step-box.step-box-1 .button:hover {
  opacity: 1;
}

.etc-box {
  margin-top: 20px;
}

.etc-box p {
  margin: 0;
  font-weight: bold;
}