@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/* */

body {
    margin: 0;
    padding: 3%;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    line-height: 1.6;
    background-color: #ededed;
    color: #222;
}

.area1, footer {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.area1 section { text-align: left;}
header {
    margin-top: 150px;
    margin-bottom: 150px;
}
header h1 {
    text-align: center;
}
header h1 img {
    width: 300px;
    margin-bottom:;
}
section {
}
p {
    margin-bottom: 1em;
}
img {
    width: 100%;
}
div {
    margin-top: 150px;
}
footer {
    margin-top: 150px;
    margin-bottom: 150px;
    font-size: 0.7em;
    text-align: center;    
}
footer img {
    width: 80px;
}

a:link,a:visited { color: #cf4d3e;}
.aligncenter { text-align: center;}


@media screen and (max-width: 1024px) {
    .area1, footer {
        margin: 0;
        width: 100%;
        text-align: left;
    }
    header h1 img { width: 30%;}
}

@media screen and (max-width: 896px) {
    header h1 img { width: 50%;}
    .hpaligncenter { text-align: center;}
}

@media screen and (max-width: 480px) {
    header h1 img { width: 100%;}
    .hpaligncenter { text-align: center;}
}