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

.contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
  width: calc(100% - 286px);
  margin: 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    width: 100%;
    padding: 0 0 30px 0;
    -ms-flex-order: 2;
        order: 2;
  }
}
.contentBox .rightBox {
  width: 286px;
  margin: 0;
}
.contentBox .rightBox .thankInfo {
  border: none;
  margin: 0;
}
@media (max-width: 1023px) {
  .contentBox .rightBox {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
}
.contentBox .side_contactInfo .infoList .infoItem {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/*感謝資訊*/
.thankInfo {
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #2f2f2f;
  line-height: 1.8;
}