@charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Main
 * - pageFoot
 * - Footer
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- a ----- */
  .breadcrumbs .breadcrumbs_list > li a:hover,
  .global-language .language_list > li a:hover,
  .sidebar-navi .navi_category > li > a:hover {
    color: #333;
  }
  .header-search .search_close > a,
  .sidebar-navi .navi_head > .navi_label,
  .footer-navi .navi_list > li a {
    color: #fff;
  }
  .header-navi .navi_global > li:hover > a,
  .sidebar-navi .navi_category > li.is-current > .navi_label {
    color: #d70c19;
  }
  
  /* ----- opacity ----- */
  .header-link .link_list > li > a:hover,
  .menu-megadrop .megadrop_index_list > li > a:hover,
  .header-search .search_close > a:hover,
  .Pagetop a:hover {
    opacity: 0.8;
  }
  
  /* ----- transition ----- */

  
  /* ----- sprite ----- */
  .breadcrumbs .breadcrumbs_list > li::before {
    background: url(/english/common/img/cmn_sprite_ic01.png) no-repeat;
    vertical-align: top;
    content: "";
  }
  .breadcrumbs .breadcrumbs_list > li::before { width: 8px; height: 7px; background-position: 0 -40px; }
  .breadcrumbs .breadcrumbs_list > li::before {
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
  }
  .menu-megadrop > .megadrop_content > .megadrop_content_title > a.a-blank::after {
    display: inline-block;
    margin: .2em 0 0 12px;
  }
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px #f3f3f3;
    box-shadow: 0px 1px 0px 0px #f3f3f3;
    z-index: 1001;
  }
  .HeaderBody {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .HeaderBody > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ----- header-identity ----- */
  .header-identity {
    float: left;
  }
  .header-identity .identity_logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
    margin-top: -4px;
  }
  /* v2 */
  .header-identity-v2 {
    margin-left: 25px;
  }
  
  /* ----- header-wrap ----- */
  .header-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    float: right;
    height: 80px;
  }
  
  /* ----- header-navi ----- */
  .header-navi .navi_global {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header-navi .navi_global > li > a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0 20px;
    height: 80px;
    font-size: 1.8rem;
  }
  .header-navi .navi_global > li > a:hover {
    text-decoration: none;
  }
  .header-navi .navi_global > li.is-current > a {
    color: #d70c19;
    font-weight: 700;
  }
  .header-navi .navi_global > li.is-current > a::after {
    position: absolute;
    bottom:  0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #d70c19;
    content: "";
  }
  
  /* ----- header-link ----- */
  .header-link {
    margin-left: 25px;
  }
  .header-link .link_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header-link .link_list > li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .header-link .link_list > li + li {
    margin-left: 30px;
  }
  .header-link .link_list > li > a {
    display: inline-block;
    position: relative;
    text-indent: -9999em;
    overflow: hidden;
  }
  .header-link .link_list > li > a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .header-link .link_list > li.type-search > a {
    width: 24px;
    height: 24px;
  }
  .header-link .link_list > li.type-search > a::after {
    background: url(/english/common/img/cmn_hdr_ic01_01.png) no-repeat 0 0;
  }
  .header-link .link_list > li.type-mail > a {
    width: 26px;
    height: 19px;
  }
  .header-link .link_list > li.type-mail > a::after {
    background: url(/english/common/img/cmn_hdr_ic01_02.png) no-repeat 0 0;
  }
  /* v2 */
  .header-link-v2 {
    position: relative;
    padding-left: 25px;
    overflow: hidden;
  }
  .header-link-v2::before {
    position: absolute;
    top: 50%;
    left: 0;
    height: 15px;
    width: 1px;
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
  }
  .header-link-v2 .link_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 -1em -20px;
    font-size: 1.1rem;
  }
  .header-link-v2 .link_list > li {
    margin: 0 0 1em 20px;
  }
  .header-link-v2 .link_list > li a:hover {
    text-decoration: none;
  }
  
  /* ----- menu-megadrop ----- */
  .menu-megadrop {
    display: none;
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 82px);
    padding: 0 40px;
    border-bottom: 1px solid #dadada;
    background-color: #fbfbfc;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(187,187,187,0.6);
    box-shadow: 0px 2px 2px 0px rgba(187,187,187,0.6);
    overflow-y: auto;
  }
  .menu-megadrop > .megadrop_content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  .menu-megadrop > .megadrop_content > *:first-child {
    margin-top: 0 !important;
  }
  .menu-megadrop > .megadrop_content > .megadrop_content_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .menu-megadrop > .megadrop_content > .megadrop_content_title > a {
    display: inline-block;
    position: relative;
    padding-left: 24px;
  }
  .menu-megadrop > .megadrop_content > .megadrop_content_title > a::before {
    position: absolute;
    top: .35em;
    left: 0;
    height: 12px;
    width: 12px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  #header .menu-megadrop > .megadrop_content > .megadrop_content_title + * {
    margin-top: 1.5em;
  }
  .menu-megadrop .megadrop_text_title {
    margin: 2em 0 .75em;
    font-size: 2rem;
    font-weight: 700;
  }
  #header .menu-megadrop .megadrop_text_title + * {
    margin-top: .75em;
  }
  .menu-megadrop .megadrop_banner_list {
    margin-top: 1.5em;
  }
  .menu-megadrop .megadrop_banner_list > li + li {
    margin-top: 1.5em;
  }
  .menu-megadrop .megadrop_banner_list + .column-layout {
    margin-top: 2.5em;
  }
  .menu-megadrop [class*="link-text"] > li + li,
  .menu-megadrop [class*="link-text"][data-row-pc]:not([data-row-pc="1"]):not([data-row-pc="auto"]) > * {
    margin-top: 1em;
  }
  .menu-megadrop [class*="link-button"] .link_assist {
    color: #333;
  }
  .menu-megadrop .megadrop_column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1.5em;
  }
  .menu-megadrop .megadrop_column > .megadrop_column_1 {
    width: calc((100% - 180px) / 6 * 2 + 36px);
  }
  [data-browser="ie11"] .menu-megadrop .megadrop_column > .megadrop_column_1 {
    width: calc(((100% - 180px) / 6 * 2 + 36px) - 0.1px);
  }
  [data-browser="edge"] .menu-megadrop .megadrop_column > .megadrop_column_1 {
    width: calc(((100% - 180px) / 6 * 2 + 36px) - 0.1px);
  }
  .menu-megadrop .megadrop_column > .megadrop_column_2 {
    width: calc((100% - 180px) / 6 * 4 + 108px);
  }
  [data-browser="ie11"]  .menu-megadrop .megadrop_column > .megadrop_column_2 {
    width: calc(((100% - 180px) / 6 * 4 + 108px) - 0.1px);
  }
  [data-browser="edge"]  .menu-megadrop .megadrop_column > .megadrop_column_2 {
    width: calc(((100% - 180px) / 6 * 4 + 108px) - 0.1px);
  }
  .menu-megadrop .megadrop_column > .megadrop_column_1 > *:first-child,
  .menu-megadrop .megadrop_column > .megadrop_column_2 > *:first-child {
    margin-top: 0 !important;
  }
  .menu-megadrop .megadrop_index_list > li {
    display: -webkit-flex;
    display: flex;
  }
  .menu-megadrop .megadrop_index_list > li > .block {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 100px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
  }
  .menu-megadrop .megadrop_index_list > li > .block .megadrop_index_image {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -35px;
  }
  .menu-megadrop .megadrop_index_list > li > .block .megadrop_index_title {
    width: 100%;
    padding: 0 10px 15px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  
  /* ----- header-sp-link ----- */
  .header-sp-link {
    display: none !important;
  }
  
  /* ----- header-menu ----- */
  .header-menu {
    display: none !important;
  }
  
  /* ----- menu-overlay ----- */
  .menu-overlay {
    display: none !important;
  }
  
  /* ----- header-menu ----- */
  .header-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
  .header-search .search_box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1200px;
    max-width: calc(100% - 80px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1002;
  }
  .header-search .search_form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .header-search .search_text {
    display: inline-block;
    width: calc(100% - 150px);
    height: 70px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    outline: none;
    vertical-align: middle;
  }
  .header-search .search_submit {
    display: inline-block;
    width: 150px;
    height: 70px;
    padding: 0 0 0 51px;
    border: none;
    border-radius: 0;
    background: url(/english/common/img/cmn_search_ic01.png) no-repeat 15px 50% #cc0e17;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: left;
    outline: none;
    line-height: 70px;
    cursor: pointer;
    overflow: hidden;
  }
  .header-search .search_close {
    margin-top: 3.25em;
    text-align: center;
  }
  .header-search .search_close > a {
    display: inline-block;
    min-width: 376px;
    padding: 16px 15px 17px;
    border: 1px solid #ccc;
    background-color: #383838;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
  }
  .header-search .search_close > a .search_close_label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  .header-search .search_close > a .search_close_label::before,
  .header-search .search_close > a .search_close_label::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 1px;
    margin: -1px 0 0 0px;
    border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .header-search .search_close > a .search_close_label::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-search .search_close > a .search_close_label::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
   /* ----- search-overlay ----- */
  .search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
  }
  .MainBody {
    margin-top: 81px;
    padding: 0 40px;
    overflow: hidden;
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -40px;
    padding: 10px 30px 8px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    line-height: 1.5;
  }
  /* breadcrumbs */
  .breadcrumbs {
    font-size: 1.6rem;
  }
  .breadcrumbs .breadcrumbs_list > li {
    position: relative;
    float: left;
    padding: 0 15px 0 20px;
  }
  .breadcrumbs .breadcrumbs_list > li:first-child {
    padding-left: 0;
  }
  .breadcrumbs .breadcrumbs_list > li:first-child::before {
    display: none;
  }
  /* global-language */
  .global-language {
    display: none;
    margin-left: 40px;
  }
  body.has-translation .global-language {
    display: block;
  }
  .global-language .language_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 15px;
  }
  .global-language .language_list > li + li {
    margin-left: 40px;
  }
  .global-language .language_list > li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    white-space: nowrap;
  }
  .global-language .language_list > li a::before {
    position: absolute;
    top: .35em;
    left: 0;
    height: 10px;
    width: 10px;
    border-top: 1px solid #d11019;
    border-right: 1px solid #d11019;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  
  /* ----- pageHead ----- */
  .pageHead {
    padding-top: 45px;
  }
  .pageHead > * {
    max-width: 1200px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .pageHead > *:first-child {
    margin-top: 0 !important;
  }
  .pageHead > *:last-child {
    margin-bottom: 0 !important;
  }
  
  /* ----- container ----- */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 0 100px;
  }
  .container[data-wide="true"]{
    max-width: 100%;
  }
  /* contents */
  .contents > *:first-child,
  .contents > *:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  [data-sidebar="true"] .contents {
    float: left;
    width: 76%;
  }
  /* sidebar */
  [data-sidebar="true"] .sidebar {
    position: relative;
    float: right;
    width: 20%
  }
  .sidebar-navi {
    position: relative;
    top: 0;
  }
  .sidebar-navi.is-fixed {
    position: fixed;
  }
  .sidebar-navi.is-bottom {
    position: absolute;
    top: auto!important;
    bottom: 0!important;
  }
  .sidebar-navi .navi_head > .navi_label {
    display: block;
    padding: 25px 20px;
    background-color: #363739;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
  }
  .sidebar-navi .navi_head > a.navi_label:hover {
    background-color: #d70c19;
    text-decoration: none;
  }
  .sidebar-navi .navi_category .navi_label {
    display: block;
  }
  .sidebar-navi .navi_category.stage1 {
    overflow-y: auto;
  }
  .sidebar-navi .navi_category.stage1 > li {
    border-bottom: 1px solid #ddd;
  }
  .sidebar-navi .navi_category.stage1 > li > .navi_label {
    padding: 15px 0 15px 20px;
    background-color: #fff;
  }
  .sidebar-navi .navi_category.stage1 > li.is-current > .navi_label,
  .sidebar-navi .navi_category.stage1 > li.is-open > .navi_label {
    font-weight: 700;
  }
  .sidebar-navi .navi_category.stage1 > li.is-current > .navi_label {
    text-decoration: none;
  }
  .sidebar-navi .navi_category.stage1 > li.is-heading > .navi_label {
    position: relative;
    font-weight: 700;
  }
  .sidebar-navi .navi_category.stage1 > li.is-heading > .navi_label::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 2px;
    margin-top: -1px;
    background-color: #363739;
    content: "";
  }
  .sidebar-navi .navi_category.stage1 > li.is-toggle > .navi_label {
    position: relative;
    padding-right: 16.7%;
  }
  .sidebar-navi .navi_category.stage1 > li.is-toggle > .navi_label::before,
  .sidebar-navi .navi_category.stage1 > li.is-toggle > .navi_label::after {
    position: absolute;
    top: 50%;
    right: 6.25%;
    width: 8.3%;
    height: 2px;
    margin-top: -1px;
    background-color: #363739;
    content: "";
    transition: transform .2s ease-out 0s;
  }
  .sidebar-navi .navi_category.stage1 > li.is-toggle > .navi_label::after {
    transform: rotate(90deg);
  }
  .sidebar-navi .navi_category.stage1 > li.is-toggle.is-toggle-open > .navi_label::after {
    transform: rotate(0);
  }
  .sidebar-navi .navi_category.stage2 > li > .navi_label {
    padding: 10px 10px 10px 20px;
    background-color: #f6f7f8;
    font-size: 1.6rem;
  }
  .sidebar-navi .navi_category.stage2 > li.is-current > .navi_label,
  .sidebar-navi .navi_category.stage2 > li.is-open > .navi_label {
    font-weight: 700;
  }
  .sidebar-navi .navi_category.stage2 > li.is-current > .navi_label {
    text-decoration: none;
  }
  .sidebar-navi .navi_category.stage2 > li.is-heading > .navi_label {
    position: relative;
    font-weight: 700;
  }
  .sidebar-navi .navi_category.stage2 > li.is-heading > .navi_label::before {
    position: absolute;
    top: 1.25em;
    left: 5px;
    width: 8px;
    height: 2px;
    background-color: #363739;
    content: "";
  }
  
  /* ------------------------------------------------------
   * pageFoot
  ------------------------------------------------------ */
  .pageFoot > *:first-child {
    margin-top: 0 !important;
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    width: 100%;
    padding-right: 80px;
    background-color: #363739;
    color: #fff;
  }
  .FooterBody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 80px;
    padding: 10px 40px 10px 40px;
    border-right: 1px solid #5e5f61;
  }
  
  /* ----- footer-navi-sns ----- */
  .footer-navi-sns {
    display: flex;
    align-items: center;
  }
  
  /* ----- footer-navi ----- */
  .footer-navi {
    overflow: hidden;
  }
  .footer-navi .navi_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 -1em -35px;
    font-size: 1.6rem;
  }
  .footer-navi .navi_list > li {
    margin: 0 0 1em 35px;
  }
  
  /* ----- footer-sns ----- */
  .footer-sns {
    margin: 0 0 0 35px;
  }
  /* ----- footer-copyright ----- */
  .footer-copyright {
    font-size: 1.5rem;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
  }
  .Pagetop a {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #363739;
    text-indent: -9999em;
    outline: none;
    overflow: hidden;
  }
  .Pagetop a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -4px 0 0 -9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
  }
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .HeaderBody::after,
  .breadcrumbs::after,
  .container::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1680px) {
  .FooterBody {
    height: auto;
    min-height: 80px;
    border-right: none;
    align-items: stretch;
  }
  .footer-navi-sns {
    display: block;
    margin: 10px 0 0 0;
  }
  .footer-sns {
    margin: 20px 0 15px 0;
  }
  .footer-copyright {
    margin: 10px 0 0 0;
  }
  .Pagetop a {
    border: 1px solid #5e5f61;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .header-link .link_list > li + li {
    margin-left: 20px;
  }
  .header-link-v2 {
    padding-left: 15px;
  }
  .header-identity-v2 {
    margin-left: 15px;
  }
  .header-navi .navi_global > li > a {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .header-link-v2 .link_list {
    display: block;
    margin: 0 0 -5px -10px;
  }
  .header-link-v2 .link_list > li {
    margin: 0 0 5px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .navi_global > li > a > .nav_label {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-identity .identity_logo {
    width: 150px;
    margin-top: -2px;
  }
  .header-identity-v2 .identity_logo {
    width: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .HeaderBody {
    padding: 0 15px;
  }
  .header-navi .navi_global > li > a {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .header-link {
    margin-left: 15px;
  }
  .header-link .link_list > li + li {
    margin-left: 10px;
  }
  .header-identity-v2 .identity_logo {
    width: 60px;
  }
}


/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    width: 1280px !important;
    margin: 0 auto !important;
  }
  body[data-browser="chrome"] {
    zoom: .85;
  }
  .pc-hidden,
  .Pagetop {
    display: none !important;
  }
  .Header {
    position: absolute !important;
  }
  .header-link .link_list > li + li {
    margin-left: 20px;
  }
  .header-link-v2 {
    padding-left: 15px;
  }
  .header-identity-v2 {
    margin-left: 15px;
  }
  .header-navi .navi_global > li > a {
    padding: 0 15px;
  }
}