#price .sub-section__ttl {
  margin-bottom: 35px;
}

.sp-br {
  display: none;
}

.inquiry {
  font-size: 14px;
  margin-bottom: 60px;
}

.inquiry__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}

.complete__text {
  text-align: center;
  line-height: 3;
}

.submit {
  margin-top: 50px;
  text-align: center;
}

.complete__btn {
  display: block;
  width: 200px;
  line-height: 50px;
  color: #fff;
  background-color: #584f57;
}

.complete__btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 769px) {
  .sp-br {
    display: block;
  }
  #price .sub-section__ttl {
    margin-bottom: 30px;
  }
  .inquiry__container {
    max-width: 600px;
    padding: 0 20px;
  }
  .complete__text {
    line-height: 2.5;
  }
  .complete__btn {
    width: 100%;
  }
}
/*# sourceMappingURL=complete.css.map */