.complete {
  position: relative;
}
.complete__inner {
  padding: 4em 0;
}
@media (max-width: 768px) {
  .complete__inner {
    padding: 2.5em 0;
  }
}
.complete__title {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .complete__title {
    margin-bottom: 3.125em;
  }
}
.complete__text {
  text-align: center;
  line-height: 2;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .complete__text {
    font-size: 0.875em;
    margin-bottom: 1.5em;
  }
}
.complete__tel {
  max-width: 285px;
  margin: 0 auto 1.25em;
}
.complete__tel a {
  border-width: 2px;
}
@media (max-width: 768px) {
  .complete__tel a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.complete__tel a::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icons/tel-blue.svg) no-repeat center center/contain;
}
.complete__tel a::after {
  display: none;
}
.complete__time {
  text-align: center;
  margin-bottom: 3.125em;
}
.complete__btn {
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .complete__btn {
    width: 100%;
  }
}
.complete__btn a {
  font-size: 1.125em;
}
@media (max-width: 768px) {
  .complete__btn a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.complete__btn a::after {
  display: none;
}