@charset "UTF-8";

.f_topNav {
  position: absolute;
  top: 0;
  left: 28px;
  z-index: 10;
}

.f_topNavWrap {
  background: url(../img/top/topNav_bg.jpg) repeat-y;
  background-size: 376px;
  width:  27.143em;
  min-height: auto;
  position: relative;
}

.f_topNavInner {
  padding: 10px 0;
}

.f_topNav h1 {
  border-bottom: 1px solid #5c4b61;
  padding: 6px 0 16px;
  margin: 0 10px;
}

.f_topNav h1 a {
  display: block;
  background: #3f3844;
  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;
  /*height: 48px;*/
  padding: 5px 0;
}

.f_topNav h1 a img {
  max-width: 14.286em;
  /*width: 21.429em;
  height: 27px;*/
}

.f_topNav .m_topNavList {
  width: 100%;
}

.f_topNav .m_topNavItem {
  position: relative;
}

.f_topNav .m_topNavItem:after {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 1.42em);
  height: 1.1px;
  background: #5c4b61;
}

.f_topNav .m_topNavItem > a {
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 44px;
  padding: 0 5px;
}

.f_topNav .p_subNav {
  position: absolute;
  top: auto;
  left: 375px;
  z-index: 3;
  height: auto;
  margin-top: -44px;
  white-space: nowrap;
  display: none;
}

.f_topNav .p_subNav.is-open {
  display: block;
}

.f_topNav .p_subNav:before {
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#150d1c), to(#3f3844));
  background: linear-gradient(90deg, #150d1c, #3f3844);
  width: 100%;
  height: 100%;
  opacity: .65;
  position: absolute;
  left: 0;
  top: 0;
}

.f_topNav .p_subNavItem {
  margin-right: 28px;
  margin-bottom: 10px;
}

.f_topNav .p_subNav .inner {
  padding: 24px 15px 24px 22px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  float: left;
  flex-wrap: wrap;
}

.f_topNav .p_subNav h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.f_topNav .p_subNav ul {
  margin-left: 14px;
}

.f_topNav .p_subNav ul li {
  padding: 1px 0 2px;
}

.f_topNav .p_subNav ul li a {
  color: #fff;
  text-align: left;
  padding: 4px 5px 4px 0;
  display: inline-block;
}

.f_topNav .p_subNav ul li a:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M24 24H0V0h24v24z'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M6.5 20.1l1.8 1.8 9.9-9.9-9.9-9.9-1.8 1.8 8.1 8.1-8.1 8.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-right: 4px;
  width: 0.714em;
  height: 0.857em;
  background-size: 100% auto;
  position: relative;
  top: 2px;
}

