.mainContents {
  width: 750px;
  margin: 0 auto;
}
.mainContents img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
.mainContents .poRe {
  position: relative;
}
.mainContents .btn_cv01 {
  position: absolute;
  max-width: 610px;
  width: 81.33%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
.mainContents .btn_cv01 img {
  box-shadow: 0px 5px 20px 0px rgba(37, 108, 32, 0.7);
  border-radius: 100px;
}
.mainContents .btn_link {
  position: absolute;
  max-width: 398px;
  width: 53.07%;
  margin: 0 auto;
  bottom: 5%;
  left: 0;
  right: 0;
}
.mainContents .btn_cv02 {
  position: absolute;
  max-width: 300px;
  width: 40%;
  top: 16.8%;
  right: 5%;
}
.mainContents .btn_cv02 img {
  box-shadow: 0px 6px 8px 0px rgba(10, 2, 5, 0.2);
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .mainContents {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */