.innerPageHeadTitle p {
  font-size: 36px;
  color: #fff;
}

.entryThnaksBGWrap {
  width: 100%;
  text-align: center;
  background-color: #f7f7f7;
}
.resultTitle {
  padding-top: 108px;
  margin-bottom: 31px;
}
.resultTitle p {
  font-size: 30px;
  font-weight: 500;
}
.resultText {
  padding-bottom: 56px;
}
.resultText p {
  font-size: 16px;
  line-height: 1.875;
}

.thanksBtnWrap {
  background-color: #f7f7f7;
  padding-bottom: 119px;
}

@media all and (max-width: 768px) {


  .resultTitle {
    padding-top: 30vw;
    margin-bottom: 6.5vw;
  }
  .resultTitle p {
    font-size: 7.25vw;
    font-weight: 500;
  }
  .resultText {
    padding-bottom: 6.5vw;
    width: 68%;
    margin: 0 auto;
  }
  .resultText p {
    font-size: 3.625vw;
    line-height: 1.666;
  }

  .thanksBtnWrap {
    background-color: #f7f7f7;
    padding-bottom: 32.6vw;
  }
  .commonButton.sizeLarge {
    padding: 4.43vw 14.2%;
    border-radius: 100vw;
  }
  .commonButton.sizeLarge span {
    margin-right: 1.6vw;
    font-size: 3.473vw;
  }
  .commonButton.sizeLarge span::after {
    width: 6.2%;
    height: 2.867vw;
    top: 53%;
    right: 6%;
  }
}