#page-complete .section {
  margin-bottom: 14.4rem;
}
#page-complete .section .sec-tit {
  position: relative;
  font-family: "Sawarabi Mincho", serif;
  font-size: 7.2rem;
  text-align: center;
}
#page-complete .section .sec-tit::before {
  content: "";
  display: block;
  height: 1.15em;
  margin-bottom: 0.52em;
  background: url(../img/common/icon-complete.svg) center/contain no-repeat;
}
#page-complete .section .sec-text {
  font-size: 32px;
  line-height: 2;
  max-width: 800px;
  width: 100%;
  margin: 15rem auto 0;
}
#page-complete .section .sec-tel {
  border: 2px solid #000;
  border-radius: 30px;
  padding: 24px 10px;
  max-width: 800px;
  width: 100%;
  margin: 15rem auto 0;
  text-align: center;
}
#page-complete .section .sec-tel .tel-top {
  font-size: 7.2rem;
  margin-bottom: 2.4rem;
  line-height: 1;
}
#page-complete .section .sec-tel .tel-bottom {
  font-size: 24px;
}
#page-complete .section .sec-tel .tel-bottom span + span {
  margin-left: 50px;
}
@media print, screen and (max-width: 1024px) {
  #page-complete .section {
    margin-bottom: 90px;
  }
  #page-complete .section .sec-text {
    font-size: 24px;
    margin-top: 96px;
  }
  #page-complete .section .sec-tel {
    margin-top: 96px;
  }
  #page-complete .section .sec-tel .tel-top {
    font-size: 52px;
    margin-bottom: 20px;
  }
  #page-complete .section .sec-tel .tel-bottom {
    text-align: left;
    display: inline-block;
  }
  #page-complete .section .sec-tel .tel-bottom span {
    display: block;
  }
  #page-complete .section .sec-tel .tel-bottom span + span {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #page-complete .section {
    margin-bottom: 40px;
  }
  #page-complete .section .sec-tit {
    font-size: 40px;
  }
  #page-complete .section .sec-tit::before {
    height: 51px;
    margin-bottom: 23px;
  }
  #page-complete .section .sec-text {
    font-size: 16px;
    margin-top: 42px;
  }
  #page-complete .section .sec-tel {
    margin-top: 42px;
    padding: 5rem 0;
    white-space: nowrap;
  }
  #page-complete .section .sec-tel .tel-top {
    margin-bottom: 2.4rem;
    font-size: 3.2rem;
  }
  #page-complete .section .sec-tel .tel-bottom {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=complete.css.map */