html {
    font-size: 62.5%;
}

body {
    font-size: 1.35rem;
    line-height: 1.75;
    font-family: "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #4D4D4D;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
}

.header h1 {
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6px;
}

.header h1 span {
  position: absolute;
  font-size: 0;;
  top: 6px;
  left: 2px;
}

.header h1 span img {
  width: 140px;
  vertical-align: middle;
}

.content {
  padding-top: 8px;
  text-align: left;
}

.content h1 {
  position: relative;
  display: block;
  width: 100%;
  height: 25px;
  text-align: center;
  margin-bottom: 34px;
}

.content h1 span {
  font-size: 0;
  top: 6px;
  left: 2px;
}

.content h1 span img {
  width: 100px;
  vertical-align: middle;
}

.footer {
  position: relative;
  font-size: 0.8rem;
  text-align: center;
  padding: 2px 0px 2px;
  border-color: #009933;
  border-top: 2px solid;
}

.footer p {
  background-color: #E9E9E9;
  padding: 25px 0px 2px;
  margin: 6px 0px 0px 0px;
}