@charset "utf-8";
/* CSS Document */

#toggle, nav .megamenu {display: none;}

header .row h1 {
  width: 150px;
  height: 65px;
}
 header .row h1 img {
  width: 120px;
}

nav {
  width: calc(100% - 150px);
  height: 65px;
  line-height: 1.0;
  font-weight: bold;
}
nav ul#gnav {
  width: 100%;
  height: 65px;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #d9d9d9;
}
nav ul#gnav > li {
  padding-left: 17px;
}
nav ul#gnav > li > a {
  display: block;
  height: 100%;
  color: #000;
  text-decoration: none;
  padding-top: 24px;
  position: relative;
}

nav ul#gnav > li:hover > a:not(.notStyle) {
  color: #144dc2;
}
nav ul#gnav > li.btInq {
  margin-left: auto;
}
nav ul#gnav > li.btInq a {
  width: 75px;
  height: 65px;
  padding-top: 0;
  background: #eee;
  border-right: 2px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
nav ul#gnav > li.btInq a:after {
  display: none;
}
nav ul#gnav > li.btInq a span {
  position: relative;
}


  
  
  