/* ===== 送信完了画面 ===== */

/* モバイル用改行はデスクトップで非表示 */
.sp-br {
  display: none;
}

.complete-page .contact-form__header {
  margin-bottom: 50px;
}

.complete-page .contact-form__title-wrap {
  margin-bottom: 0;
}

.complete__card {
  background-color: #ffffff;
  border-radius: 100px;
  box-shadow: 1px 1px 10px #00000029;
  padding: 80px 180px;
  text-align: center;
}

.complete__title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
  color: #555555;
  margin: 0 0 26px;
}

.complete__desc {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #555555;
  text-align: center;
  margin: 0 0 40px;
}

.complete__tel {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  color: #93C572;
  margin: 0 0 15px;
}

.complete__tel-label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 34px;
}

.complete__tel-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 51px;
}

.complete__hours {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 34px;
  color: #93C572;
  margin: 0 0 50px;
}

.complete__btn-wrap {
  display: flex;
  justify-content: center;
}

.complete__btn {
  display: inline-block;
  border: 2px solid #93C572;
  border-radius: 50px;
  background-color: #ffffff;
  color: #93C572;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.6px;
  padding: 17px 55px;
  text-decoration: none;
}

@media (max-width: 430px) {
  .complete-page .contact-form__header {
    margin-bottom: 0;
  }

  .sp-br {
    display: inline;
  }

  .complete__card {
    margin-top: 20px;
    padding: 30px 15px 30px;
    border-radius: 50px;
    text-align: center;
  }

  .complete__title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0px;
    color: #555555;
    margin: 0 0 20px;
  }

  .complete__desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
    margin: 0 0 30px;
  }

  .complete__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .complete__tel-label {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0px;
    color: #93C572;
    margin-bottom: 5px;
  }

  .complete__tel-number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0px;
    color: #93C572;
    margin-bottom: 1px;
  }

  .complete__hours {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: 0px;
    color: #93C572;
    margin: 0 0 30px;
  }

  .complete__btn {
    width: 200px;
    height: 50px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 27px;
    letter-spacing: 1.6px;
    color: #93C572;
    border: 2px solid #93C572;
    border-radius: 50px;
  }
}
