h1,
h2,
h3,
p,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

dd {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}


body {
  margin: 0;
  height: 64px;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  color: #4D4D4D;
  font-size: 12px;
  line-height: 1.75;
}


.container {
  max-width: 1000px;
  margin: auto;
  padding: 0 10px;
}


.container-narrow {
  max-width: 640px;
  margin: auto;
  padding: 0 10px;
}


.global-header {
  box-shadow: 0 0 8px 0 #CCC;
}

.global-header-content {
  position: relative;
  height: 64px;
}

.global-header-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}


.page-home .global-header {
  box-shadow: none;
}


main {
  padding: 80px 0;
}


.page-home main {
  padding: 0;
}


.page-heading {
  border-bottom: 4px solid #DE0016;
  font-size: 14px;
}


.global-footer {
  background-color: #5D5D5D;
  color: white;
  padding: 40px 0 60px 0;
}

.global-footer-nav {
  text-align: center;
  font-size: 14px;
}

.global-footer-nav a {
  display: inline-block;
}

.global-footer-copyright {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}


.for-reader {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0;
}