.header_subNav_title a,
.header_subNav_menu_li a,
.header_subNav_lang_li,
.is-bread__li {
  font-family: 'Source Sans Pro', sans-serif;
}


/*header*/

@media screen and (min-width: 768px) {
  .l-main {
    margin: 175px auto 0;
  }

  .l-header {
    height: 72px
  }

  .header {
    height: 72px;
  }

  .header_title {
    margin: 20px 25px 0 30px;
  }


  .header_nav {
    margin-left: 0;
  }

  .header_nav_menu_li.cr a:after {
    background: #fff;
  }

  .header_nav_menu_li.cr a {
    color: #000;
    font-weight: 400;
  }

  .header_subNav_title {
    margin: 1px 61px 0 0;
  }

  .header_subNav_title a {
    font-size: 22px;
  }

  .header_subNav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 980px;
    position: absolute;
    top: 115px;
    left: 0;
    z-index: 10;
    background: #403d32;
    padding: 0 60px 0 58px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header_subNav_menu_li a:after {
    margin-top: -2px;
  }

  .header_nav_menu_li a {
    height: 72px;
    line-height: 72px;
    font-size: 14.98px;
    padding: 0 26px 0 0;
  }

.header_utility_menu {
    position: absolute;
    top: 0;
    right: 0;
}

.header_utility_menu_li > a,
.header_utility_menu_li > span {
  height: 72px;
  padding-top: 37px;
  font-size: 13px; }

  .header_subNav_menu_li a {
    padding: 18.5px 14px;
    font-size: 14px
  }

  .header_title a img,
  .header_nav_menu_li a,
  .header_subNav_menu_li a {
    transition: all 0.3s ease 0s;
  }

  .header_nav_menu_li a:hover {
    opacity: 0.5;
  }

  .header_subNav_menu_li a:hover {
    opacity: 0.5;
  }

  .header_title a img:hover {
    opacity: 1;
  }

  #global__header--member ul li {
    display: table-cell;
    width: 50%;
    height: 72px;
    vertical-align: middle;
    text-align: center;
  }

  #global__header--member ul li a {
    font-size: 14px;
    color: #e6000d;
    display: block;
  }

  #global__header--member ul li a i img {
    width: 24px;
    padding: 10px 0 2px;
    margin: 0 28px;
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_title a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url(/shared_top/img/icon_arrow_right_01.svg) 0 0/11px 16px no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .header_subNav_menu_li.is-accordion a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -3px;
  }
}


/*accordion*/

@media screen and (min-width: 768px) {
  .is-accordion {
    position: relative;
  }

  .is-accordion__trigger {
    transition: all 0.3s ease 0s;
  }

  .is-accordion__trigger:hover {
    opacity: 0.5;
  }

  .header_subNav_menu_li.is-accordion:hover .dropdown {
    display: block;
  }

  .header_subNav_menu_li.is-accordion:hover .is-accordion__trigger {
    opacity: 0.5;
  }

  .dropdown {
    position: absolute;
    left: 14px;
    display: none;
  }

  .dropdown li {
    background: #59574c;
    width: 230px;
    padding-right: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .dropdown li:nth-child(2) {
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  }

  .dropdown li:nth-child(3) {
    border-bottom: 0;
  }

  .dropdown li a {
    font-size: 14px;
    padding: 18px 0 18px 20px;
    transition: all 0.3s ease 0s;
  }

  .dropdown li a:hover {
    opacity: 0.5;
  }

  .header_subNav_menu_li.is-accordion > .dropdown li a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 2px;
    margin-top: -4px;
  }
}

@media screen and (max-width: 812px) {
  .header_subNav_menu_li.is-accordion:hover .is-accordion__trigger {
    opacity: 1;
  }

  .header_subNav_menu_li.is-accordion:hover .dropdown {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header_title {
    margin: 14px 0 0 0;
    float: none;
    display: flex;
    justify-content: center;
  }

  .header_nav_menu_li a:hover {
    opacity: 1;
  }

  .header_navbtn_li {
    left: 0;
    border-left: 0;
    width: 44px;
  }

  .header_navbtn_li > a,
  .header_navbtn_li > span {
    border-right: 1px solid #dcdcdc;
    width: 45px;
  }

  .header_subNav {
    position: relative;
  }

  .header_subNav_menu_li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url(/shared_top/img/icon_arrow_right_01.svg) 0 0/11px 16px no-repeat;
  }

  .is-accordion__trigger {
    border-bottom: 1px #dbdbdb solid;
  }

  .header_subNav_menu_li.is-accordion a {
    border-bottom: 0;

  }

  .header_subNav_menu_li.is-accordion.click a {
    background: #f8f8f8;
    border-bottom: 0;

  }

  .header_subNav_menu_li .is-accordion__trigger:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url(../img/plus.png) 0 0/16px 16px no-repeat;
  }

  .header_subNav_menu_li .is-accordion__trigger.open:after {
    content: "";
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url(../img/minus.png) 0 0/16px 16px no-repeat;
  }

  .dropdown {
    background: #f8f8f8;
    padding-left: 80px;
    display: none;
  }


  .dropdown li:first-child {
    border-top: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
  }

  .dropdown li:nth-child(2) {
    border-bottom: 3px #dbdbdb solid;
  }

  .dropdown li:last-child {
    border-bottom: 0 #dbdbdb solid;
  }

  .dropdown li a {
    font-size: 12px;
    padding: 0;
    background: #f8f8f8;
    color: #999999;
    padding: 15px 0;
  }

  .header_nav_menu {
    display: block;
    background-color: #dcdcdc;

  }
}


/*breadcrumb*/

#global__header--member ul li a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #global__header--member {
    width: 80px;
    vertical-align: middle;
    text-align: right;
    margin-left: auto;
    display: block;
    margin-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  #global__header--member {
    display: none
  }
}

@media screen and (min-width: 768px) {
  .bread_area {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    display: flex;
  }

  .header_subNav_lang {
    float: none;
    margin-left: auto;
    padding-top: 7px;
    padding-right: 30px;
  }

  .header_subNav_lang_li {
    color: #e6e6e6;
    margin: 0;
    position: relative;
  }

  .header_subNav_lang_li:nth-child(2) {
    margin: 0 16px;
  }

  .header_subNav_lang_li:before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    background: #e6e6e6;
    margin: 6px -10px;
  }

  .header_subNav_lang_li a {
    line-height: 0;
    color: #000;
    font-size: 12px;
  }

  .is-bread {
    display: flex;
    padding-top: 12px;
    padding-left: 56px;
  }

  .is-bread__li {
    margin-right: 30px;
    position: relative;
    font-size: 12px;
  }

  .is-bread__li a {
    text-decoration: none;
  }

  .is-bread__li:after {
    content: '>';
    padding-left: 15px;
    position: absolute;
  }

  .is-bread__li:last-child:after {
    content: '';
  }
}

@media screen and (max-width: 767px) {
  .header_subNav_lang_li a {
    font-size: 16px;
  }
}
.header_search {
  top: 72px;
  z-index: 11; }
  @media screen and (max-width: 767px) {
    .header_search {
      top: 56px;
      z-index: 99; } }
