.mainArea {
  padding: 100px 0;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .mainArea {
    padding: 80px 0;
  }
}
.mainArea.successPage {
  min-height: 400px;
  -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;
  text-align: center;
}
@media (max-width: 1180px) {
  .mainArea.successPage {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage {
    min-height: 250px;
  }
}
.mainArea.successPage .contentBox {
  display: block;
}
.mainArea.successPage .successTxt {
  color: #be2b19;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1180px) {
  .mainArea.successPage .successTxt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage .successTxt {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .mainArea.successPage .successTxt {
    font-size: 18px;
  }
}

.contentBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1180px) {
  .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.contentBox .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
}
@media (max-width: 1366px) {
  .contentBox .leftBox {
    width: 260px;
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}
/*# sourceMappingURL=material.css.map */