html {
  height: 100%;
}

body {
  background: #fff;
  height: 100%;
  line-height: 2;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.header-area {
  background: #1a4488;
  border-bottom: double #ccc;
}
.header-area .link {
  color: #fff;
}

.header-box {
  color: #fff;
  margin: auto;
  max-width: 62em;
  padding: 1em;
}

.main-area {
  margin: 3em auto;
  max-width: 38em;
}

.footer-area {
  background: #F5F5F5;
  border-top: double #ccc;
  position: sticky;
  top: 100vh;
}

.footer-box {
  margin: auto;
  max-width: 980px;
}

.richText-box img {
  border: 1px solid #ccc;
  margin: 1em auto;
}

.content-heading {
  line-height: 1.3;
}

.content-footer {
  margin: 3em auto 0 auto;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
