@charset "UTF-8";

body {
  color: #808088;
  font-size: 14px;
  font-family: 'Haru TP R', sans-serif;
}

.layout-header,
.layout-content {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

.layout-main,
.layout-footer {
  width: 100%;
}

.layout-header {
  margin-top: 62px;
  margin-bottom: 80px;
}

.layout-content {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(128, 128, 136, 0.2);
  margin-bottom: 80px;
}

.layout-content-footer {
  margin-top: -40px;
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.layout-global-footer-content {
  margin-bottom: 0;
}

.layout-eyecatch {
  float: left;
  width: 470px;
}

.layout-body {
  padding-left: 510px;
}

.layout-download-button {
  margin-top: 40px;
  margin-bottom: 20px;
}

.layout-eyecatch-logo {
  margin-bottom: 60px;
}

.layout-footer-links {
  float: left;
  width: 470px;
  padding-top: 40px;
}

.layout-footer-link {
  margin-top: 40px;
}

.layout-footer-author {
  text-align: right;
}

.layout-footer-logo {
  margin-top: 60px;
}

.layout-footer-copyright {
  margin-top: 40px;
}

.global-footer {
  color: #fff;
  background-color: #808088;
}

.content-header {
  font-size: 22px;
  font-weight: normal;
  font-family: 'Haru TP M', sans-serif;
  margin-bottom: 40px;
}

.content-body {
  line-height: 2;
}

.main-title {
  font-weight: normal;
}

.main-lead {
  font-weight: normal;
  font-family: 'Haru TP M', sans-serif;
}

.download-button {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #f57;
  padding: 20px 40px;
  border-radius: 2px;
  text-decoration: none;
}

.download-button:hover {
  background-color: #808088;
}

.last-update {
  font-size: 11px;
}

.notices {
  font-size: 12px;
  line-height: 2;
  margin-left: 0;
  margin-right: 0;
  padding-left: 14px;
  padding-right: 0;
}

.footer-link {
  list-style: none;
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer-link > li {
  display: inline-block;
}

.footer-link > li a {
  text-decoration: none;
  margin-right: 20px;
  color: #fff;
}

.footer-link-main {
  font-weight: normal;
  font-family: 'Haru TP M', sans-serif;
}

.copyright {
  font-size: 11px;
}

.link:hover {
  opacity: 0.4;
}