@import url(common.css);
@import url(head.css);
@import url(foot.css);
.aboutWrap {
  max-width: 120rem;
  margin-top: 52px;
  min-height: calc(100vh - 200px);
  padding: 2rem;
  background-color: #ffffff;
  margin: 5rem auto 0;
}
.aboutWrap h1 {
  padding-bottom: 20px;
}
.aboutWrap h2 {
  font-size: 16px;
  margin-top: 20px;
}
.aboutWrap p {
  font-size: 14px;
}
.aboutWrap li {
  font-size: 14px;
}
