@charset "UTF-8";
.mainArea .titleBox {
  text-align: left;
  padding-top: 0;
}
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #0095e9;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contentBox {
  padding-top: 50px;
}
.contentBox .leftBox {
  padding: 10px 50px 10px 20px;
  position: relative;
}
.contentBox .leftBox::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  border-radius: 15px;
  background-color: #eeeeee;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1023px) {
  .contentBox .leftBox::after {
    width: 100%;
  }
}
.contentBox .leftBox .titleBox {
  margin-bottom: 10px;
}
.contentBox .rightBox {
  padding: 0;
}

.side_contactInfo {
  margin-top: 20px;
}

/*感謝資訊*/
.thankInfo {
  margin-bottom: 10px;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}