#about {
  border-top: 1px solid #eee;
  padding-top: 64px;
}
#about .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
#about h2 {
  font-size: 2rem;
  margin-bottom: 1em;
}
#result {
  border-top: 1px solid #eee;
  padding-top: 64px;
}
#result h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #result h2 {
    font-size: 1.2rem;
    padding: 0 1em;
  }
}
#result h2 span {
  background: linear-gradient(transparent 60%, #40ffed 60%);
}

#single {
  border-top: 1px solid #eee;
  padding-top: 64px;
}
#single .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
#single h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #single h2 {
    font-size: 1.2rem;
  }
}
#single .img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#single .img .tagWrap {
  margin-bottom: 20px;
}
#single .img figure {
  text-align: center;
}
#single .img figure + p {
  text-align: right;
  padding-top: 0.2em;
  margin-bottom: 64px;
}
#single .btn {
  text-align: center;
}
#single .btn a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #333;
  padding: 0.8em 1.8em;
  border-radius: 32px;
}
#single .sec00 {
  margin-bottom: 64px;
}
#single .sec01 {
  padding-top: 64px;
  background-color: #eee;
}/*# sourceMappingURL=styles.css.map */