@charset "UTF-8";
.top {
  padding-bottom: 80px;
  text-align: center;
  font-size: 30px;
  color: #387d39;
}
.under-wrap {
  background-color: #fff;
  max-width: 1200px;
  border-radius: 20px;
  margin: 0 auto 80px auto;
  position: relative;
  width: 95%;
}
.under-img {
  position: absolute;
  top: -120px;
  left: -125px;
}
.under-img img {
  width: 100%;
}
