#main {
  position: relative;
  background: linear-gradient(#CCE9C7, #fff);
}
#main:before {
  content: '';
  display: block;
  background: url(../img/leaves.svg) center 146px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.entry {
  color: #4a4a4a;
  text-align: center;
  padding-top: 125px;
}
.entry h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  color: #000;
}
.entry .define {
  display: flex;
  justify-content: center;
  text-align: left;
  font-size: 16px;
}
.entry .screenshoot {
  margin-top: 120px;
  margin-bottom: 120px;
}
.filter .screenshoot {
  margin-top: 35px;
}
.remarks .screenshoot {
  margin-top: 80px;
}
.props .screenshoot {
  margin-top: 50px;
}
.trace .screenshoot {
  margin-top: 40px;
}
@media all and (max-width:720px) {
  .entry {
    padding-top: 4.5rem;
  }
  .entry h2 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
  }
  .entry .define {
    font-size: 0.7rem;
    width: 70%;
    text-align: left;
    margin: 0 auto;
  }
  .entry .define br {
    display: none;
  }
  #main:before {
    background: url(../img/leaves.svg) center 10rem no-repeat;
    background-size: 120%;
  }
  .entry .screenshoot {
    width: 85%;
    margin: 4rem auto;
  }
  .entry .screenshoot img {
    width: 100%;
  }
  .remarks .screenshoot {
    margin: 4rem auto;
  }
}