@charset "utf-8";

body {
  background-color: #fff;
  background: none;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
}
main {
  padding-bottom: 40px;
}
#navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: none;
}
#navigation span {
  display: block;
  margin: 0 auto;
  padding: 0 2.1% 0 1.1%;
  width: 950px;
  max-width: 950px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ",
    Meiryo, serif;
  font-size: 20px;
  font-weight: normal;
  color: #021d5c;
}
.page-title {
  text-align: center;
  background: #000a4b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px 10px;
  height: 188px;
}
.page-title:before,
.page-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #c8c9ca;
}
.page-title:before {
  height: 1px;
  bottom: 20px;
}
.page-title:after {
  height: 3px;
  bottom: 14px;
}

@media screen and (max-width: 950px) {
  #navigation span {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #navigation span {
    padding-left: 5px;
    font-size: 14.5px;
  }
  .page-title {
    height: 155px;
    padding: 10px 10px 10px;
  }
}
