@charset "UTF-8";
body {
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

#ghead {
  position: relative;
}

#ghead .inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1060px;
  height: 75px;
}

#ghead .logo {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  padding-top: 10px;
}

#ghead .logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 88px;
}

#ghead a.btn-contact {
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

#ghead a.btn-contact i {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 75px;
  width: 75px;
  height: 75px;
  background: #004f9b;
}

#ghead a.btn-contact span {
  color: #004f9b;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

#ghead .gnavi {
  border-bottom: solid 1px #004f9b;
}

#ghead .gnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
}

#ghead .gnavi ul li {
  width: 16.60377%;
}

#ghead .gnavi ul li a {
  display: block;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}

#ghead .gnavi ul li a:after {
  content: '';
  width: 1px;
  height: 60%;
  background: #ccc;
  position: absolute;
  top: 20%;
  right: 0;
}

#ghead .gnavi ul li a:hover {
  color: #fff;
  background: #004f9b;
  transition: background .25s linear;
}

#ghead .gnavi ul li a:hover:after {
  display: none;
}

#ghead .gnavi ul li a:hover span {
  color: #fff;
}

#ghead .gnavi ul li:last-child a:after {
  display: none;
}

#ghead .gnavi ul li.current a {
  color: #fff;
  background: #004f9b;
  transition: background .25s linear;
}

#ghead .gnavi ul li.current a:after {
  display: none;
}

#ghead .gnavi ul li.current a span {
  color: #fff;
}

#ghead .spnavi, #ghead .tgl {
  display: none;
}

#wrap {
  overflow: hidden;
}

#gfoot {
  background: #f6f6f8;
}

#gfoot .inner {
  margin: 0 auto;
  padding: 40px 16px;
  max-width: 1060px;
}

#gfoot .inner .fnavi {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #004f9b;
}

#gfoot .inner .fnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#gfoot .inner .fnavi ul li a {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
}

#gfoot .inner .fnavi ul li a:hover {
  color: #004f9b;
  text-decoration: underline;
}

#gfoot .inner .logo {
  text-align: center;
}

#gfoot .inner .logo img {
  display: block;
  margin: 20px auto;
  width: 88px;
}

#gfoot .inner .logo .catch-copy {
  text-align: center;
}

#gfoot .inner .logo .catch-copy strong {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#gfoot .inner .logo p {
  margin-bottom: 10px;
}

#gfoot .inner .logo br {
  display: none;
}

#gfoot .copy {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background: #004f9b;
}

.clear {
  clear: both;
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.cf {
  min-height: 1px;
  _height: 1%;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (max-width: 960px) {
  #ghead .gnavi ul li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px 5px;
  }
}

@media (max-width: 736px) {
  body {
    padding-top: 60px;
  }
  #ghead .sp-inner {
    width: 100%;
    background: #fff;
    border-bottom: solid 2px #004f9b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #ghead .inner {
    padding: 10px;
    height: 60px;
  }
  #ghead .logo img {
    display: inline-block;
    width: 50px;
  }
  #ghead .logo span {
    display: none;
  }
  #ghead .gnavi {
    display: none;
  }
  #ghead .spnavi {
    background: #004f9b;
  }
  #ghead .spnavi li {
    border-bottom: solid 1px #fff;
  }
  #ghead .spnavi li a {
    display: block;
    color: #fff;
    padding: 10px;
  }
  #ghead .spnavi li:last-child {
    border-bottom: none;
  }
  #ghead .tgl {
    display: block;
    cursor: pointer;
    color: #000;
    margin-right: 5px;
    width: 60px;
    height: 60px;
    background: #004f9b;
    position: absolute;
    top: 0;
    right: -5px;
  }
  #ghead a,
  #ghead a span {
    display: inline-block;
    transition: all .6s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #ghead a span {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
  }
  #ghead a span:nth-of-type(1) {
    top: 20px;
  }
  #ghead a span:nth-of-type(2) {
    top: 30px;
  }
  #ghead a span:nth-of-type(3) {
    top: 40px;
  }
  #ghead a.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  #ghead a.active span:nth-of-type(2) {
    opacity: 0;
  }
  #ghead a.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  #ghead a.btn-contact {
    display: none;
  }
  #gfoot .inner {
    padding: 20px 16px;
  }
  #gfoot .inner .fnavi {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #gfoot .inner .fnavi ul {
    justify-content: space-between;
  }
  #gfoot .inner .fnavi ul li {
    width: 50%;
  }
  #gfoot .inner .fnavi ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #gfoot .inner .logo br {
    display: inline;
  }
  #gfoot .copy {
    padding: 10px;
  }
}
