/*.f-anp-r{font-family: "AvenirNextLTPro-Regular"!important;}
.f-anp-b{font-family: "AvenirNextLTPro-Bold"!important;}
.f-anp-d{font-family: "AvenirNextLTPro-Demi"!important;}
.f-anp-i{font-family: "AvenirNextLTPro-It"!important;}*/
._en {
  letter-spacing: 0 !important;
  font-family: "AvenirNextLTPro-Demi" !important;
}

#flex_banner,
#flex_banner.show {
  display: none;
}

#header {
  position: fixed;
  top: 0; /*position: relative; position: absolute; top:0;*/
  z-index: 100;
  display: block;
  padding: 0;
  width: 100%;
  height: 54px;
  border-bottom: 1px #d1d6dd solid;
  background: white;
}

#header .inner {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

#header .inner .logo {
  position: absolute;
  top: 18px;
  left: 5%;
  display: block;
  width: 100px;
}

#header .inner .logo:hover {
  opacity: 0.8;
}

#header .inner .logo img.top {
  display: none;
}

#header .inner .logo img.sub {
  display: block;
}

#header .inner .menu-pride {
  display: none;
}

#header .inner .menu-btn {
  position: absolute;
  top: 17px;
  right: 5%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/icon_menu.png) 0 0 no-repeat;
  background-size: 20px 20px;
}

#header .inner .menu-btn.open {
  background: url(../../images/icon_closs.png) 0 0 no-repeat;
  background-size: 20px 20px;
}

#header .inner .menu-box {
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 9999;
  display: none;
  overflow-y: scroll;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 5px 0; /*padding: 5px 5% 5px 5%;*/
  width: 100%;
  height: calc(100vh - 54px); /*height:auto; background: rgba(255,255,255,1); */
  background: none;

  -webkit-box-sizing: border-box;
}

#header .inner .menu-box.open {
  display: block;
}

#header .inner ul.menu-list {
  padding-top: 5px;
  background: white;
}

#header .inner ul.menu-list li {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
  font-size: 1.8rem;
}

#header .inner ul.menu-list li a,
#header .inner ul.menu-list li span {
  display: block;
  padding: 20px 5%; /*padding:15px 0;*/ /*&:after{ content: "";width: 100%;height: 5px;background:none;display: block;position: relative;bottom: -17px;left :0; }*/
  color: #0f203e;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-out;

  -webkit-transition: all 0.3s ease-out;
}

#header .inner ul.menu-list li.contact a {
  color: #c85819;
}

#header .inner ul.menu-list li span {
  position: relative;
  display: block; /*display: inline-block;*/
  padding-right: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

#header .inner ul.menu-list li span:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 5%; /*top: 18px; right: 0;*/
  display: block;
  width: 5px;
  height: 10px;
  background: url(../../images/icon_arrow_accent1.png) 0 0 no-repeat;
  background-size: 5px 10px;
  transform: rotate(90deg);

  -webkit-transform: rotate(90deg);
}

#header .inner ul.menu-list li span.open:after {
  transform: rotate(-90deg);

  -webkit-transform: rotate(-90deg);
}

#header .inner ul.menu-list li .read.open span {
  padding: 10px 0 0 0;
  height: auto !important;
  opacity: 1 !important;
}

#header .inner ul.menu-list li .read span {
  display: block;
  padding: 0;
  height: 0 !important;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.4;
  opacity: 0 !important;
}

#header .inner ul.menu-list li .read span:after {
  display: none;
}

#header .inner ul.menu-list li ul.category-list {
  background: #f0f1f4; /*display: none;*/
}

#header .inner ul.menu-list li ul.category-list li {
  display: block;
  box-sizing: border-box;
  /*&:nth-child(5) a{color:#0f203e;}*/
  padding: 0 0 0 5%;

  -webkit-box-sizing: border-box;
}

#header .inner ul.menu-list li ul.category-list li span {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}

#header .inner ul.menu-list li ul.category-list li span:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 5px;
  height: 10px;
  background: url(../../images/icon_arrow_accent1.png) 0 0 no-repeat;
  background-size: 5px 10px;
  transform: rotate(90deg);

  -webkit-transform: rotate(90deg);
}

#header .inner ul.menu-list li ul.category-list li span.open:after {
  transform: rotate(-90deg);

  -webkit-transform: rotate(-90deg);
}

#header .inner ul.menu-list li ul.category-list li ul {
  display: none;
  margin: 0 0 20px 0;
  padding: 20px 5% 10px 5%; /*padding: 0;*/
  width: 100%;
}

#header .inner ul.menu-list li ul.category-list li ul li {
  margin-bottom: 15px; /*margin-bottom: 10px;*/
  padding: 0 13px 0 0;
  background: url(../../images/icon_arrow_accent1.png) 100% 3px no-repeat;
  background-size: 5px 10px;
}

#header .inner ul.menu-list li ul.category-list li ul li a {
  padding: 0;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
}

#header .inner ul.menu-list li ul.category-list li ul li a:after {
  display: none;
}

#header .inner ul.menu-list li ul.category-list li ul li a em.link {
  padding-right: 22px;
  background: url(../../images/icon_link.png) 100% 50% no-repeat;
  background-size: 12px 12px;
  font-style: normal;
}

#header .inner ul.menu-list li ul.category-list.recruit ul.child {
  margin-bottom: 0;
}

#header .inner p.careers {
  margin-top: 20px;
  text-align: center;
}

#header .inner p.careers a {
  display: inline-block;
  padding: 12px 30px;
  border: 1px #0f203e solid;
  color: #0f203e;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
}

#header.top {
  border: none !important;
  background: #0f203e !important;
}

#header.top .inner .logo img.top {
  display: block !important;
}

#header.top .inner .logo img.sub {
  display: none !important;
}

#header.top .inner .menu-pride {
  position: absolute;
  top: 0;
  left: 110px;
  display: inline-block;
  padding-left: 50px;
  height: 54px;
  background: url(../../images/about/csr/bg-head_diversity_pride.png) 0 0
    no-repeat;
  background-size: auto 100%;
}

#header.top .inner .menu-pride a {
  position: relative;
  z-index: +1;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 54px;
}

#header.top .inner .menu-btn {
  position: absolute;
  top: 17px;
  right: 5%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/icon_menu_w.png) 0 0 no-repeat;
  background-size: 20px 20px;
}

#header.top .inner .menu-btn.open {
  background: url(../../images/icon_closs_w.png) 0 0 no-repeat;
  background-size: 20px 20px;
}

#footer {
  background: #0f203e;
}

#footer.credit .inner {
  padding: 20px 0 !important;
}

#footer .inner {
  position: relative;
  margin: 0 auto;
  padding: 45px 0 35px 0;
  width: 100%;
  color: white;
  font-size: 1.2rem;
}

#footer .inner ul {
  margin: 0;
}

#footer .inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .inner ul li a {
  color: white;
  text-decoration: none; /*&:hover{color: rgba(200,88,25,1) rgba(155,29,61,1);}*/
}

#footer .inner ul.first {
  margin-bottom: 30px;
  padding: 0 5%;
  font-size: 1.8rem;
}

#footer .inner ul.first li {
  margin-bottom: 35px;
}

#footer .inner ul.second {
  margin-bottom: 35px;
  padding: 0;
  border-bottom: 1px white solid;
}

#footer .inner ul.second li {
  float: left;
  padding: 15px 5%;
  width: 50%;
  border-top: 1px white solid;
}

#footer .inner ul.second li:nth-child(2n - 1) {
  border-right: 1px white solid;
}

#footer .inner ul.third {
  margin-bottom: 30px;
  text-align: center;
}

#footer .inner ul.third li {
  display: inline-block;
  margin: 0 5px; /*&:nth-last-child(1){ margin-right:0; }*/
}

#footer .inner ul.third li img {
  width: auto; /*transition: all 0.3s ease-out;*/ /*&:hover{opacity: 0.7;}*/
  height: 40px;
}

#footer .inner p.copyright {
  margin: 0;
  padding: 0;
  text-align: center;
}

