@charset "UTF-8";
.mainArea {
  /*感謝資訊*/
}
.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: #202698;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}
.mainArea .side_contactInfo {
  margin-top: 20px;
}
.mainArea .thankInfo {
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}
.mainArea .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -5px;
}
@media (max-width: 480px) {
  .mainArea .infoList {
    display: none;
  }
}
.mainArea .infoList li {
  margin-bottom: 0;
  padding: 10px 10px;
}
.mainArea .infoList li i {
  display: none;
}
.mainArea .infoList li a,
.mainArea .infoList li span {
  color: #414141;
  line-height: 1;
  position: relative;
}
@media (min-width: 1181px) {
  .mainArea .infoList li a:hover {
    color: #202698;
  }
}
.mainArea .ImgArea {
  margin-top: 30px;
}
.mainArea .ImgArea .Img {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.mainArea .ImgArea .Img.pc {
  display: block;
}
@media (max-width: 768px) {
  .mainArea .ImgArea .Img.pc {
    display: none;
  }
}
.mainArea .ImgArea .Img.mb {
  display: none;
}
@media (max-width: 768px) {
  .mainArea .ImgArea .Img.mb {
    display: block;
  }
}
.mainArea .ImgArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}