@charset "UTF-8";
.p-gnavi {
  height: 61px;
  max-width: 1280px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-gnavi_item > a {
  display: block;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  color: #000;
  transition: color .3s cubic-bezier(.06, .7, .25, 1.01);
}

.p-gnavi_item > a:hover {
  color: #3880bf;
}

.p-gnavi_item {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-gnavi_item:first-child {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 12.5%;
}

.p-gnavi_item:first-child a {
  text-align: left;
}

.p-gnavi_item--fixed {
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 2.9%;
}

#search {
  position: relative;
}

.p-megaDropDown {
  overflow: hidden;
  position: absolute;
  top: 61px;
  padding-top: 5px;
  left: 0px;
  width: 100%;
  margin: 0;
  height: 205px;
}

.p-megaDropDown > * {
  float: left;
  width: 25%;
  height: 100%;
  border-right: 1px dotted #F8F8F6;
  background: #3880bf;
}

.p-megaDropDown a {
  color: #fff;
}

.mdd_lv2 a {
  text-align: left;
}

.mdd_lv2 .ttl {
  text-align: center;
  display: block;
}

.p-gnaviOverlay {
  width: 100%;
  height: 205px;
  background: #3880bf;
  position: fixed;
  z-index: -1;
  top: 176px;
  left: 0;
  display: none;
}

nav#gnavi ul.mdd_lv2 > li {
  background: none;
}

#mdd_overlay {
  pointer-events: none;
}

nav#gnavi ul.mdd_lv2 > li.sub-box > ul li{
  margin-bottom: 0.8em;
}

nav#gnavi ul.mdd_lv2 > li.sub-box > ul{
  padding-top: 1.8em;
}