body {
  line-height: 1.8;
  font-size: 18px;
}
@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;
  }
}
a {
  color: #0657B5;
  font-weight: 800;
}
.bg-primary {
  background-color: #0657B5 !important;
}
.btn-primary {
  background-color: #0657B5 !important;
  border-color: #0657B5 !important;
}
.page-title {
  border-top: 15px solid #0657B5;
  border-bottom: 5px solid #0657B5;
}
.page-subtitle {
  color: #AAA;
}
.page-content h2 {
  font-weight: 800;
  border-bottom: 1px solid #CCC;
  padding-top: .5em;
  padding-bottom: .2em;
  margin-bottom: .5em;
}
.page-content h3 {
  font-size: 20px;
  font-weight: 800;
  padding-top: .5em;
  padding-bottom: .5em;
}
.home-cover {
  background: url("/img/home-cover.jpg") 50% 50%;
  color: #FFF;
  display: block;
  width: 100%;
  height: 655px;
}
