@charset "UTF-8";
/* col-md- 1199px以下 */
/* col-sm- 991px 以下 */
/* col-xs- 767px 以下 */
/* header
****************************************************************************************** */
header {
  width: 100%;
  position: relative; }
  header::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #00469b;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  header .logo {
    margin: 0;
    padding: 0;
    background: url(../img/logo.png) no-repeat center top;
    background-size: cover;
    display: block;
    width: 323px;
    height: 70px;
    overflow: hidden;
    text-align: left;
    text-indent: -100%;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 25px; }
    header .logo a {
      display: block; }
  header .container {
    position: relative;
    height: 125px; }
  header .btn {
    position: absolute;
    right: 0;
    top: 35px;
    width: 262px;
    height: 50px;
    line-height: 50px;
    background: #009FE8;
    color: #fff;
    padding: 0; }

@media screen and (max-width: 991px) {
  header {
    width: 100%;
    position: relative; }

  .header-group {
    display: block;
    height: 50px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee; }

  header .logo {
    width: 160px;
    height: 34px;
    top: 11px;
    left: 15px;
    background-size: auto 100%;
    background-position: left center; } }
/* nav
****************************************************************************************** */
nav {
  background: #00469b;
  z-index: 9999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  nav .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto; }
  nav.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%; }

#gnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  height: 60px;
  width: 100%; }
  #gnav ul li {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 0.1em;
    width: 20%; }
    @media screen and (max-width: 991px) {
      #gnav ul li {
        width: auto; } }
    #gnav ul li a {
      display: block;
      color: #fff;
      padding: 0.2em 1em;
      border-right: 1px solid #fff;
      text-align: center;
      font-weight: bold; }
    #gnav ul li:first-child a {
      border-left: 1px solid #fff; }

#menuBtn {
  display: none; }

#gnav ul li.current a {
  background: rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 0.5px #000,0 0 1px #000; }

@media screen and (max-width: 991px) {
  /*ハンバーガーメニュー*/
  #menuBtn {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    text-align: center; }
    #menuBtn.active {
      background: #00469b; }
      #menuBtn.active .menuIcon span {
        background: #fff; }

  .menuIcon {
    position: relative; }
    .menuIcon span {
      transition: all 0.3s;
      transform: rotate(0deg);
      background: #00469b;
      position: absolute;
      height: 1px;
      line-height: 1px;
      width: 25px;
      margin: 0;
      padding: 0;
      left: 14px; }
    .menuIcon .top {
      transform: translate(0px, 20px); }
    .menuIcon .middle {
      transform: translate(0px, 25px); }
    .menuIcon .bottom {
      transform: translate(0px, 30px); }

  #menuBtn.active .menuIcon .middle {
    background: rgba(255, 255, 255, 0); }
  #menuBtn.active .menuIcon .top {
    transform: rotate(-45deg) translate(-18px, 18px); }
  #menuBtn.active .menuIcon .bottom {
    transform: rotate(45deg) translate(18px, 18px); }

  /*ナビゲーション*/
  nav {
    background: #00469b;
    width: 100%;
    z-index: 30;
    position: relative; }

  #gnav {
    display: none;
    padding: 0; }
    #gnav ul {
      padding: 30px 15px;
      display: block;
      height: auto;
      overflow: scroll; }
      #gnav ul li {
        display: block;
        border: none; }
        #gnav ul li:last-child {
          width: auto;
          height: auto; }
        #gnav ul li:first-child a {
          border-left: none; }
        #gnav ul li:last-child a {
          border-bottom: 1px dotted #fff; }
        #gnav ul li a {
          padding: 0.7em 0;
          border: none;
          border-top: 1px dotted #fff !important; }
          #gnav ul li a:after {
            content: '\f105';
            font-family: FontAwesome;
            float: right; } }
