/*=============================
KMI2024 - Gateway Stylesheet
v1.2.0
=============================*/
body {
  font-family: "Open Sans", "Arial", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}
#km-footer li {
  list-style: none;
  margin: 0;
}
#km-footer li a {
  text-decoration: none;
}
#km-footer .footer-toggle-menu__list a:hover {
  text-decoration: underline;
}
.breadcrumb {
  /*margin-top: 2px;*/
}
/*パンくず*/
.foot-breadcrumb {
  border-top: 1px solid #DADCDC;
}
.foot-breadcrumb a:hover {
  text-decoration: underline;
}
.foot-breadcrumb ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 7px 40px;
  box-sizing: border-box;
  display: flex;
	flex-wrap: wrap;
  font-size: 14px;
  color: #686868;
  list-style: none;
}
@media only screen and (max-width: 750px) {
  .foot-breadcrumb ul {
    padding: 7px 20px;
    flex-wrap: wrap;
  }
}
.foot-breadcrumb ul li:first-child:before {
  display: none;
}
.foot-breadcrumb ul li a::after {
  content: "";
  background: url(/jp-ja/investors/img/foot-breadcrumb.svg) no-repeat center center;
  width: 30px;
  display: inline-block;
  height: 10px;
}
.new-area .foot-breadcrumb ul li::before {
  display: none;
}
.foot-breadcrumb a {
  color: #000000;
  text-decoration: none;
}
/* ------------Display CSS-------------- */
.header-only-pc {
  display: inline-block;
}
.header-only-sp {
  display: none;
}
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header-only-pc {
    display: none;
  }
  .header-only-sp {
    display: inline-block;
  }
}
@media only screen and (min-width: 720px) and (max-width: 750px) {
  .drawer-overlay {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    display: none;
  }
  .drawer-overlay.open-overlay {
    display: block;
  }
}
@media only screen and (max-width: 719px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
/* ------------Common CSS-------------- */
#km-footer, #km-header, #main-content {
  font-family: "Open Sans", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  color: #000000;
}
#km-footer :lang(en), #km-header :lang(en), #main-content :lang(en) {
  font-family: "Open Sans", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  color: #000000;
}
.l-headersearch button {
  background: #333333;
  height: 48px;
  width: 87px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  border-left: none;
  font-size: 16px;
}
#km-header .l-headersearch button:hover {
  background: #333;
  color: #fff;
}
#km-footer button:active, #km-header button:active, #main-content button:active, #km-footer button:focus, #km-header button:focus, #main-content button:focus, #km-footer button:hover, #km-header button:hover, #main-content button:hover {
  box-shadow: none;
  outline: none;
}
#km-footer button:active, #km-header button:focus, #main-content button:hover {
  box-shadow: none;
  outline: none;
}
#km-header button.search-btn:focus {
  outline: auto;
}
#km-footer h1, #km-header h1, #main-content h1, #km-footer h2, #km-header h2, #main-content h2, #km-footer h3, #km-header h3, #main-content h3, #km-footer h4, #km-header h4, #main-content h4, #km-footer h5, #km-header h5, #main-content h5, #km-footer h6, #km-header h6, #main-content h6 {
  font-family: "Open Sans", "Arial", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
}
#km-footer :lang(en) h1, #km-header :lang(en) h1, #main-content :lang(en) h1, #km-footer :lang(en) h2, #km-header :lang(en) h2, #main-content :lang(en) h2, #km-footer :lang(en) h3, #km-header :lang(en) h3, #main-content :lang(en) h3, #km-footer :lang(en) h4, #km-header :lang(en) h4, #main-content :lang(en) h4, #km-footer :lang(en) h5, #km-header :lang(en) h5, #main-content :lang(en) h5, #km-footer :lang(en) h6, #km-header :lang(en) h6, #main-content :lang(en) h6 {
  font-family: "Open Sans", "Arial", "メイリオ", "Meiryo", sans-serif;
}
.dropdown .dropdown-toggle, .dropdown .dropdown-toggle:active, .dropdown .dropdown-toggle:focus {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}
#km-footer .form-control:focus, #km-header .form-control:focus, #main-content .form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #28ccbd;
  outline: 0;
  box-shadow: none;
}
#km-footer .btn, #km-header .btn, #main-content .btn {
  padding: 6px 30px 6px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.29;
  letter-spacing: -0.27px;
  position: relative;
}
#km-footer .btn-white, #km-header .btn-white, #main-content .btn-white {
  border: solid 1px #0062c2;
  background-color: #faf9f9;
  color: #0062c2;
}
#km-footer .btn-white:hover, #km-header .btn-white:hover, #main-content .btn-white:hover {
  background-color: #0062c2;
  border-color: #0062c2;
  color: #ffffff;
}
#km-footer .btn-white:after, #km-header .btn-white:after, #main-content .btn-white:after {
  content: "";
  background: url(/gateway/assets/images/arrow_blue_icon.svg) no-repeat;
  background-size: 5px 10px;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#km-footer .btn-white:hover:after, #km-header .btn-white:hover:after, #main-content .btn-white:hover:after {
  background: url(/gateway/assets/images/arrow_white_icon.svg) no-repeat;
  background-size: 5px 10px;
}
#km-footer .btn-primary, #km-header .btn-primary, #main-content .btn-primary {
  background-color: #0062c2;
  color: #ffffff;
  border-color: #0062c2;
}
#km-footer .btn-primary:hover, #km-header .btn-primary:hover, #main-content .btn-primary:hover {
  background-color: #ffffff;
  border-color: #0062c2;
  color: #0062c2;
}
#km-footer .btn-primary:after, #km-header .btn-primary:after, #main-content .btn-primary:after {
  content: "";
  background: url(/gateway/assets/images/arrow_white_icon.svg) no-repeat;
  background-size: 5px 10px;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#km-footer .btn-primary:hover:after, #km-header .btn-primary:hover:after, #main-content .btn-primary:hover:after {
  background: url(/gateway/assets/images/arrow_blue_icon.svg) no-repeat;
  background-size: 5px 10px;
}
#km-footer .btn-secondary, #km-header .btn-secondary, #main-content .btn-secondary {
  background-color: #c0167b;
  color: #ffffff;
  border-color: #c0167b;
}
#km-footer .btn-secondary:hover, #km-header .btn-secondary:hover, #main-content .btn-secondary:hover {
  background-color: #ffffff;
  border-color: #c0167b;
  color: #c0167b;
}
#km-footer .btn-secondary:after, #km-header .btn-secondary:after, #main-content .btn-secondary:after {
  content: "";
  background: url(/gateway/assets/images/arrow_white_icon.svg) no-repeat;
  background-size: 5px 10px;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
#km-footer .btn-secondary:hover:after, #km-header .btn-secondary:hover:after, #main-content .btn-secondary:hover:after {
  background: url(/gateway/assets/images/arrow_pink_icon.svg) no-repeat;
  background-size: 5px 10px;
}
#km-footer .btns-group, #km-header .btns-group, #main-content .btns-group {
  text-align: center;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#km-footer .btns-group li, #km-header .btns-group li, #main-content .btns-group li {
  display: inline-block;
  margin-right: 20px;
}
#km-footer .btns-group .btn, #km-header .btns-group .btn, #main-content .btns-group .btn {
  margin: 0;
  width: 100%;
}
#km-footer .heading, #km-header .heading, #main-content .heading {
  font-size: 24px;
  line-height: 1.29;
  letter-spacing: -0.43px;
  text-align: center;
  color: #0062c2;
  margin: 50px 0;
  padding-left: 12px;
}
#km-footer figure img, #km-header figure img, #main-content figure img {
  max-width: 100%;
}
#km-footer [type="button"]:not(:disabled), #km-footer [type="reset"]:not(:disabled), #km-footer [type="submit"]:not(:disabled), #km-footer button:not(:disabled), #km-header [type="button"]:not(:disabled), #km-header [type="reset"]:not(:disabled), #km-header [type="submit"]:not(:disabled), #km-header button:not(:disabled), #main-content [type="button"]:not(:disabled), #main-content [type="reset"]:not(:disabled), #main-content [type="submit"]:not(:disabled), #main-content button:not(:disabled) {
  cursor: pointer;
}
/* ------------Icons CSS-------------- */
#km-footer .globe-icon, #km-header .globe-icon, #main-content .globe-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/gateway/assets/images/change_country_icon.svg) no-repeat;
  background-size: 100%;
}
#km-footer .search-icon, #km-header .search-icon, #main-content .search-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/gateway/assets/images/search_icon.svg) no-repeat;
}
#km-footer .au-icon, #km-header .au-icon, #main-content .au-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: solid 1px #0062c2;
  vertical-align: super;
  border-radius: 50%;
  position: relative;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}
/* ------------Header CSS-------------- */
#km-header {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding-left: 30px;
  padding-right: 40px;
  box-sizing: border-box;
  z-index: 65536;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  height: 100px;
}
#km-header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: auto;
  position: relative;
  height: 100%;
}
#km-header .logo {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#km-header .logo img {
  width: 238px;
  display: block;
  max-width: none;
}
@media only screen and (max-width: 1200px) {
  #km-header .logo img {
    width: 238px;
  }
}
#km-header #main-navigation {
  display: inline-flex;
  flex-basis: 100%;
  justify-content: flex-end;
  text-align: center;
  margin-left: auto;
  flex-wrap: wrap;
  max-width: 1200px;
}
#km-header #main-navigation .head-top {
  position: relative;
  z-index: 2;
}
#km-header #main-navigation li {
  padding: 0 0 0 35px;
}
#km-header #main-navigation ol li {
  padding: 0;
}
#km-header #main-navigation .head-top li {
  padding: 0 0 0 23px;
}
#km-header .language-settings a {
  display: inline-block;
  opacity: 1;
  transition: all 0.5s ease;
  color: #0062c2;
}
#km-header .language-settings a:hover {
  opacity: 0.5;
}
#km-header .language-settings a:after {
  display: none;
}
#km-header .change-language .dropdown-menu {
  margin-top: 24px;
  min-width: 70px;
}
#km-header .change-language .dropdown-menu a {
  display: inline-block;
  width: 100%;
  padding: 15px;
  text-align: center;
  margin: 0;
}
#km-header #main-navigation .head-bottom a {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  position: relative;
  transition: all 0.2s ease;
  line-height: 18px;
  text-decoration: none;
  padding-right: 23px;
}
#km-header #main-navigation .head-top li a {
  color: #333333;
  text-decoration: none;
  padding: 5px 0 5px 30px;
  font-size: 14px;
  transition: all 0.2s ease;
}
#km-header #main-navigation .head-top .icon-support a {
  background: url(/gateway/assets/images/icon-support.svg) no-repeat 0 center;
  background-size: 24px;
}
#km-header #main-navigation .head-top .icon-mail a {
  background: url(/gateway/assets/images/icon-mail.svg) no-repeat 0 center;
  background-size: 24px;
}
#km-header #main-navigation .head-top .icon-country a {
  background: url(/gateway/assets/images/icon-country.svg) no-repeat 0 center;
  background-size: 22px;
  position: relative;
}
#km-header #main-navigation .head-top .icon-country a span {
  padding-right: 25px;
}
#km-header #main-navigation .head-top .head-cplt span:after {
  content: "";
  top: 50%;
  width: 18px;
  height: 18px;
  background: url(/gateway/assets/images/icn_list_external.svg) no-repeat 0 0;
  position: absolute;
  right: 0px;
  left: auto;
  margin-top: -6px;
}
#km-header #main-navigation .head-top .select-country dl {
  position: relative;
}
#km-header #main-navigation .head-top .select-country dt {
  appearance: none;
  background: url(/gateway/assets/images/icon-sellect.svg) no-repeat right 10px center #000000;
  width: 180px;
  height: 36px;
  border-radius: 0;
  color: #fff;
  padding: 0 20px 0 0;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: content-box;
}
#km-header #main-navigation .head-top .select-country dd {
  display: none;
}
#km-header #main-navigation .head-top .select-country.select-open dd {
  display: block;
  padding: 0;
  font-size: 14px;
  position: absolute;
  bottom: -115px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 1px solid #707070;
}
#km-header #main-navigation .head-bottom a:hover {
  color: #0062c2;
}
#km-header #main-navigation .head-top li a:hover {
  opacity: 1;
  color: #0062c2;
}
#km-header #main-navigation .head-top .head-ctsp li a:hover {
  color: #0062c2;
}
#km-header #main-navigation .head-top li a span {
  position: relative;
}
#km-header #main-navigation .head-top li a span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all 0.2s ease;
}
#km-header #main-navigation .head-top li a:hover span::before {
  width: 100%;
  left: 0;
  border-bottom: 1px solid #0062c2;
}
#km-header #main-navigation .head-top .select-country.select-open dd a span {
  position: relative;
  padding-right: 25px;
}
#km-header #main-navigation .head-bottom a span:after {
  content: "";
  background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0;
  left: auto;
  top: 1px;
  width: 16px;
  height: 16px;
}
#km-header #main-navigation .head-bottom a:hover span:after,
#km-header #main-navigation .head-top .head-ctsp li a:hover span:after {
  background: url(/shared/corporate_opt/images/icon-bullet-link-b.svg) no-repeat 0 0;
  background-size: contain;
}
#km-header #main-navigation .head-top .head-ctsp li.head-cplt a:hover span.header-only-pc:after {
  background: url(/gateway/assets/images/icn_list_external_b.svg) no-repeat 0 0;
}
#km-header #main-navigation .head-top .head-ctsp dd.head-cplt a:hover span:after,
#km-header #main-navigation .head-top .head-ctsp li.head-cplt a:hover span.header-only-sp:after {
  background: url(/shared/corporate_opt/images/new_window_icon2024-hv.svg) no-repeat 0 0;
  background-size: contain;
}
#km-header #main-navigation .head-bottom a span:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 1px;
    transition: all 0.2s ease;
}
#km-header #main-navigation .head-bottom a:hover span::before {
    width: 100%;
    left: 0;
    border-bottom: 1px solid #0062c2;
}
#km-header #main-navigation .head-top .select-country.select-open dd a span:after {
  content: "";
  background: url(/gateway/assets/images/head-top-blank-b.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  margin-top: -5px;
  width: 15px;
  height: 10px;
}
#km-header #main-navigation .head-top .select-country.select-open dd a {
  background: #fff;
  display: block;
  padding: 12px 0;
  font-size: 18px;
  border-bottom: 1px solid #707070;
  font-weight: bolder;
}
#km-header #main-navigation .head-top .select-country.select-open dd a:hover {
  opacity: 1;
  background-color: #0062c2;
  color: #fff;
}
#km-header #main-navigation .head-top .select-country.select-open dd a:last-child {
  border: none;
}
#km-header #main-navigation .head-top .select-country.select-open dd a:hover span:after {
  background: url(/gateway/assets/images/head-top-blank-w.svg) no-repeat 0 0;
}
#km-header #main-navigation ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
#km-header #main-navigation .head-bottom {
  padding-top: 10px;
  padding-right: 60px;
}
#km-header #main-navigation .head-bottom a:before {
  content: unset;
}
@media only screen and (max-width: 1460px) {
  #km-header #main-navigation .head-bottom a {
    font-size: 14px;
    padding-right: 15px;
  }
  #km-header #main-navigation .head-top li a {
    font-size: 12px;
  }
  #km-header #main-navigation .head-bottom a span:after {
    top: 3px;
    width: 12px;
    height: 12px;    
  }
}
#km-header #main-navigation .head-bottom a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all 0.2s ease;
}
#km-header #main-navigation .head-bottom a:hover:after {
  width: calc(100% - 3px);
  left: 0;
  border-bottom: 1px solid #0062c2;
}
#km-header .search-btn-area {
  border-left: 1px solid #bdc1c4;
  padding-left: 0;
  margin-left: 0;
  height: 30px;
}
#km-header .search-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  position: relative;
  top: -10px;
  left: -1px;
  width: 48px;
  height: 52px;
}
#km-header .search-btn img {
  width: 21px;
  background: none;
  display: inline;
  vertical-align: text-bottom;
}
#km-header .search-btn.is-open {
  background-color: #a0a3aa;
}
#km-header .search-btn img.panel-blue, #km-header .search-btn img.panel-white {
  display: none;
}
#km-header .search-btn.is-open img {
  display: none;
}
#km-header .search-btn.is-open img.panel-white {
  display: inline;
  width: 21px;
}
.l-headersearch {
  display: none;
  background-color: #a0a3aa;
  padding: 10px;
  margin: 0;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
  right: 0;
  bottom: -62px;
  width: 378px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.l-headersearch.is-open {
  display: block;
}
#km-header .l-headersearch form {
  display: flex;
}
.l-headersearch input[type="text"] {
  padding-left: 11px;
  width: 285px;
  height: 48px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-appearance: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border: none;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .l-headersearch {
    bottom: -68px;
  }
}
#km-header .language-settings {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 22px;
  float: right;
}
#km-header .language-settings .dropdown-toggle::after {
  display: none;
}
#km-header .header-search-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 58px;
  right: 0;
}
#km-header .header-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: right;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  #km-header .header-search, #km-header .header-search-btn {
    border-left: 1px solid #bdc1c4;
  }
  #km-header .header-search-btn {
    position: static;
    height: 100%;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #km-header .search-btn-area {
    border-left: none;
  }
  #km-header .search-btn {
    background: 0 0;
    border: none;
    width: 58px;
    height: 58px;
    padding: 0;
    cursor: pointer;
    display: block;
    left: 0;
    top: -15px;
  }
  #km-header .search-btn img {
    display: none;
  }
  #km-header .search-btn img.panel-blue {
    display: inline;
  }
  #km-header .search-btn.is-open img {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #km-header #main-navigation .head-bottom {
    padding-right: 0;
  }
  #km-header .header-search-btn {
    position: static;
    height: 100%;
    width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #km-header .search-btn-area {
    border-left: none;
  }
  #km-header .header-search, #km-header .header-search-btn {
    border-left: 1px solid #bdc1c4;
  }
  #km-header .l-headersearch {
    width: 100%;
    bottom: -68px;
    top: 45px;
    z-index: 100;
    margin-top: 12px;
  }
  #km-header .l-headersearch form {
    display: block;
  }
  #km-header .l-headersearch button {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    background: #333;
    height: 45px;
    width: 73px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: none;
    cursor: pointer;
    display: inline-block;
  }
  #km-header .l-headersearch input[type="text"] {
    background: #fff;
    background-size: 20px 20px;
    padding-left: 15px;
    height: 45px;
    width: calc(100% - 73px);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-appearance: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border: none;
    box-sizing: border-box;
    float: left;
  }
  #km-header .l-headersearch input::placeholder {
    color: #686868;
  }
}
#km-header .header-search .dropdown-toggle::after {
  display: none;
}
#km-header .search-dropdown {
  border-left: solid 1px #d7d7d7;
  height: 100%;
  box-sizing: border-box;
}
#km-header .search-dropdown button {
  opacity: 1;
  transition: all 0.5s ease;
  padding: 23px 22px 22px;
}
#km-header .search-dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 10px;
  width: 300px;
  right: 0;
}
#km-header .change-language button {
  opacity: 1;
  transition: all 0.5s ease;
  color: #0062c2;
  padding: 0;
  line-height: 18px;
  font-size: 11px;
}
#km-header .change-language button:hover {
  opacity: 0.5;
}
#km-footer .global, #km-header .global, #main-content .global {
  padding: 0 22px 0 0;
  line-height: 22px;
  margin: 0;
}
/* Mobile nav icon */
#km-header .menu-icon {
  display: none;
  width: 18px;
  height: 24px;
  float: right;
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  z-index: 1;
  padding: 0;
}
#km-header .menu-icon .top-line {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #0062c2;
  border-radius: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
#km-header .menu-icon .mid-line {
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #0062c2;
  border-radius: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
#km-header .menu-icon .mid-line.hidden {
  display: none;
}
#km-header .menu-icon .bot-line {
  position: absolute;
  top: 17px;
  left: 0;
  width: 20px;
  height: 3px;
  background: #0062c2;
  border-radius: 2px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
#km-header .menu-icon .top-line-rotate {
  background: #c0167b;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 10px;
}
#km-header .menu-icon .bot-line-rotate {
  background: #c0167b;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 10px;
}
@media only screen and (max-width: 1200px) {
  #km-header #main-navigation .head-top {
    text-align: left;
    width: 100%;
    order: 2;
  }
  #km-header #main-navigation .head-bottom a span {
    position: relative;
    padding-right: 30px;
    padding-bottom: 2px;

  }
  #km-header #main-navigation .head-bottom a span:after {
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
    background-size: contain;
  }
  #km-header #main-navigation .head-top .head-ctsp span {
    position: relative;
    padding-right: 30px;
  }
  #km-header #main-navigation .head-top .head-ctsp span:after {
    content: "";
    top: 50%;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0px;
    left: auto;
  }
  #km-header #main-navigation .head-top .head-cplt {
    font-size: 14px;
  }
  #km-header #main-navigation .head-top .head-cplt-ttl {
    padding-left: 40px;
    font-size: 12px;
  }
  #km-header #main-navigation .head-top .head-cplt span {
    position: relative;
    padding-right: 30px;
  }
  #km-header #main-navigation .head-top .head-cplt span:after {
    content: "";
    top: 50%;
    width: 18px;
    height: 18px;
    background: url(/shared/corporate_opt/images/new_window_icon2024.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0px;
    left: auto;
  }
  #km-header #main-navigation .head-bottom li {
    padding: 0;
    width: 100%;
    border-top: #bdc1c4 1px solid;
  }
  #km-header #main-navigation .head-top .head-ctsp li a {
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    background: none;
  }
  #km-header #main-navigation .head-top dd.head-cplt a {
    font-size: 14px;
    padding: 5px 20px;
  }
  #km-header #main-navigation .head-top .head-ctsp li.ord4 a {
    font-size: 14px;
    padding: 13px 20px;
  }
  #km-header #main-navigation .head-top li {
    padding: 0;
    width: 100%;
  }
  #km-header #main-navigation ul {
    flex-direction: column;
    margin-top: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
  }
  #km-header #main-navigation ul .ord1 {
    order: 1;
    border-bottom: #bdc1c4 1px solid;
  }
  #km-header #main-navigation ul .ord2 {
    order: 2;
  }
  #km-header #main-navigation ul .ord3 {
    order: 3;
  }
  #km-header #main-navigation ul .ord4 {
    order: 4;
  }
  #km-header #main-navigation .head-top ul {
    border-top: #bdc1c4 1px solid;
    padding: 0;
  }
  #km-header #main-navigation .head-bottom {
    padding-right: 0;
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
  html.open {
    overflow-y: hidden;
  }
  body.navi-open {
    overflow-y: hidden;
  }
  #km-header {
    height: 58px;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #bdc1c4;
  }
  #km-header .logo {
    margin-right: auto;
  }
  #km-header .logo img {
    width: 177px;
  }
  #km-footer .menu-icon, #km-header .menu-icon, #main-content .menu-icon {
    display: block;
    border: none;
    background: none;
    margin-right: 20px;
    margin-left: 20px;
  }
  #km-header #main-navigation {
    position: fixed;
    left: -100%;
    top: 57px;
    background: #f7f7f7;
    padding-left: 0;
    width: 100%;
    height: calc(100% - 57px);
    transition: all 0.5s ease;
    display: flex;
    z-index: 100;
    justify-content: flex-start;
    align-content: flex-start;
    overflow-y: scroll;
  }
  #km-header #main-navigation.open {
    left: 0;
    /*
		height: 100%;
		*/
  }
  #km-header #main-navigation .head-top .select-country {
    border-top: #bdc1c4 1px solid;
    border-bottom: #bdc1c4 1px solid;
    padding: 13px 0 8px;
  }
  #km-header #main-navigation .head-top .select-country dt {
    background: none;
    width: auto;
    height: auto;
    color: #333;
    padding: 0;
    display: block;
    cursor: unset;
    padding-left: 20px;
    font-size: 12px;
    pointer-events: none;
  }
  #km-header #main-navigation .head-top .select-country dd {
    display: block;
  }
  #km-header #main-navigation a {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    padding: 10px 20px;
    display: block;
  }
  #km-header #main-navigation a:hover {
    /* text-decoration: underline; */
    color: #333;
  }
  #km-header #main-navigation a:after {
    display: none;
  }
  #km-header #main-navigation .head-bottom a {
    font-size: 18px;
    padding: 13px 20px;
  }
  #km-header .search-dropdown {
    border-right: solid 1px #c6c6c6;
    height: 100%;
    box-sizing: border-box;
  }
  #km-header .search-dropdown button {
    padding: 18px 20px;
  }
  #km-header .search-dropdown .dropdown-menu {
    margin-top: 2px;
  }
  #km-header #main-navigation .change-language .dropdown-menu {
    margin-top: 13px;
  }
  #km-header #main-navigation .change-language .dropdown-menu a {
    color: #0062c2;
    padding: 0;
  }
  #km-header .language-settings {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: center;
    margin-top: 20px;
    border-top: solid 1px rgba(255, 255, 255, 0.24);
    border-bottom: solid 1px rgba(255, 255, 255, 0.24);
    margin-right: 0;
  }
  #km-header .language-settings .au-icon {
    border-color: #ffffff;
  }
  #km-header .language-settings .globe-icon {
    background-image: url(/gateway/assets/images/change_country_white_icon.svg);
  }
  #km-header .language-settings .change-language .dropdown-menu a {
    color: #0062c2;
    line-height: normal;
  }
  #km-header .language-settings .change-language button {
    color: #ffffff;
    padding-right: 0;
    height: 22px;
    margin: 0 10px;
  }
  #km-header #main-navigation .language-settings .global {
    padding: 0;
    height: 22px;
    margin: 0 10px;
  }
  #km-header #main-navigation .language-settings .global a {
    line-height: 11px;
    font-size: 0;
  }
  #km-header .dropdown-toggle::after {
    display: none;
  }
  #main-content.content {
    margin-top: 64px;
  }
}
/* ------------subnavi CSS-------------- */
.l-header-new {
  transition: top 0.4s ease-in-out 0s;
  background: #fff;
  position: relative;
  z-index: 3;
}
.l-header-block {
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 10px 0;
  max-width: 100%;
}
.l-header-ttl {
  font-size: 20px;
  line-height: 1.8;
  font-weight: normal;
  max-width: 1580px;
  padding: 0 40px;
  width: 100%;
  box-sizing: border-box;
  float: none;
  margin: 10px auto 0;
  text-align: left;
  background: none;
}
.top-l-header .l-header-ttl {
  font-size: 42px;
}
@media only screen and (min-width: 751px) {
  .l-header-ttl.top-lheader {
    font-size: 42px;
  }
  .l-header-ttl.top-lheader a::after {
    display: none;
  }
  .top-l-header .l-header-ttl a:after {
    display: none;
  }
}
.l-header-ttl a {
  text-decoration: none;
  color: #333333;
}
.l-header-ttl a:after {
  content: "";
  background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
  background-size: contain;
  position: relative;
  display: inline-block;
  /* right: 0px; */
  left: 5px;
  top: 3px;
  /* margin-top: -8px; */
  width: 20px;
  height: 20px;
}
.l-header-ttl a:hover {
  text-decoration: none;
  color: #333333;
}
@media only screen and (min-width: 751px) {
  .l-header-new {
    border: none;
  }
  .sm-menu-btn {
    display: none;
  }
  .l-header-navigation > ul > li.current > a {
    background: none;
    font-weight: normal;
  }
  .l-header-navigation > ul > li.current > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    border-bottom: 3px solid #333;
  }
}
.l-header-navigation {
  padding: 0 15px;
  background: #f7f7f7;
}
.l-header-navigation.new {
  border-bottom: 1px solid #75757C;
}
.l-header-navigation.nobor {
  border-bottom: none;
}
.l-header-navigation ul {
  max-width: 1520px;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 0;
  background: none;
  padding: 0;
  /*border-bottom: 1px solid #f7f7f7;*/
  margin: auto;
}
@media only screen and (min-width: 1400px) {
  .l-header-navigation {
    padding: 0 15px;
    background: #f7f7f7;
  }
  .l-header-navigation ul {
    max-width: 1550px;
  }
}
.l-header-navigation ul li {
  padding: 0;
}
.l-header-navigation ul li a, .l-header-navigation > ul > li.current > dl > dt > a {
  display: inline-block;
  font-size: 17px;


  color: #333333;
  position: relative;
  /*transition: all 0.2s ease;*/
  line-height: 16px;
  text-decoration: none;
  padding: 14px 8px;
  min-height: unset;
  height: auto;
}
.l-header-navigation ul li a:hover {
  text-decoration: none;
  background: none;
  color: #0062c2;
}
.l-header-navigation ul li a span {
  position: relative;
  padding-right: 22px;
}
.l-header-navigation ul li a span:before {
  content: "";
  background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0px;
  left: auto;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.l-header-navigation ul li .new-tab span:before {
  background: url(/shared/corporate_opt/images/new_window_icon2024.svg) no-repeat 0 0;
  background-size: contain;
  margin-top: -11px;
	right: -2px;
}
.l-header-navigation ul li .new-tab:hover span:before {
  background: url(/shared/corporate_opt/images/new_window_icon2024-hv.svg) no-repeat 0 0;
  background-size: contain;
}
/*@media only screen and (max-width: 1399px) {
  .l-header-navigation ul li a, .l-header-navigation > ul > li.current > dl > dt > a {
    font-size: 17px;
    padding: 30px 15px 30px 15px;
  }
}*/
@media only screen and (max-width: 750px) {
  .l-header-new {
    background: #f7f7f7;
  }
  .l-header-new .l-header-block {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #bdc1c4;
    background: none;
    background: #f7f7f7;
    height: 46px;
    box-sizing: content-box;
  }
  .l-header-block .sm-menu-btn {
    background: #333333;
    color: #fff;
    border: none;
    height: 46px;
    width: 70px;
    padding: 0 0 10px 0;
    float: right;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #bdc1c4;
    border-bottom: 1px solid #bdc1c4;
    display: block;
  }
  .l-header-block .sm-menu-btn:before {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 13px;
    top: 55%;
    width: 6px;
    height: 6px;
    left: 50%;
    margin-left: -3px;
  }
  .l-header-new .sm-menu-btn.is-open {
    padding: 0;
  }
  .l-header-new .sm-menu-btn.is-open:before {
    border: none;
  }
  .l-header-new .sm-menu-btn.is-open img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
  }
  .l-header-block .sm-menu-btn i {
    font-style: normal;
  }
  .l-header-new .sm-menu-btn img {
    display: none;
  }
  .l-header-block .l-header-ttl {
    font-size: 18px;
    padding: 0 20px;
    margin-top: 7px;
  }
  .l-header-new .l-header-navigation {
    display: none;
    height: auto !important;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
    background: #f7f7f7;
  }
  .l-header-new .l-header-navigation.is-open {
    display: block;
    top: 47px;
  }
  .l-header-new .l-header-navigation ul {
    display: block;
    padding: 0;
    margin-left: 0;
  }
  .l-header-new .l-header-navigation ul li {
    border-bottom: 1px solid #BDC1C4;
    display: block;
  }
  .l-header-new .l-header-navigation ul li.current {
    display: block;
  }
  .l-header-new .l-header-navigation > ul li.current dt {
    border-bottom: 1px solid #BDC1C4;
  }
  .l-header-new .l-header-navigation > ul li.current ul {
    background: #E5EFF9;
    margin-bottom: -1px;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .l-header-new .l-header-navigation > ul li.current ul dt {
    border: none;
  }
  .l-header-new .l-header-navigation ul li a {
    font-size: 18px;
    padding: 10px 23px 10px 40px;
    background: none;
    border: none;
    display: block;
    text-align: left;
  }
  .l-header-new .l-header-navigation ul li a::before {
    display: none;
  }


  .l-header-navigation ul li a span {
    line-height: 1.5;
		padding-right: 0;
  }
  .l-header-new .l-header-navigation > ul > li.current > dl > dd > ul > li.current > dl > dt > a, .l-header-new .l-header-navigation > ul > li.current > dl > dd > ul > li.crt > dl > dt > a {
    padding: 10px 10px 10px 50px;
    border: none;
    font-weight: bold;
    background: none;
    color: #333333;
  }
  .l-header-new .l-header-navigation > ul > li.current > dl > dd > ul > li.current > dl > dt > a::after, .l-header-new .l-header-navigation > ul > li.current > dl > dd > ul > li.crt > dl > dt > a::after {
    display: none
  }
  .l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dt > a:before {
    display: none;
  }
}
/* ------------Contents CSS-------------- */
.content-wrapper {
  padding: 0 0 0 0;
  z-index: 1;
}
#main {
  background: #fff;
  display: block;
  padding: 0 0 80px 0;
  overflow: hidden;
}
.container {
  /*max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  overflow: hidden;*/
}
/* ------------Common CSS-------------- */
@layer base, foundation;
/*footter*/
body:not(.cct-2020) #km-footer .footer-link .title {
  color: #333333;
  font-size: 20px;
  border-bottom: 1px solid #a0a3aa;
  background: none;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  line-height: inherit;
}
body:not(.cct-2020) #km-footer .footer-link ul li {
  width: auto;
}
#km-footer.footer {
  background: #f7f7f7;
  padding-bottom: 0;
  color: #fff;
}
#km-footer .footer-link a {
  color: #333333;
  padding-left: 0;
  padding-right: 28px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
#km-footer .footer-link a:before, #km-footer .footer-link .new-window:before {
  position: absolute;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  transition: all 0.2s ease;
}
/*
#km-footer .footer-link .new-window:before {
  width: 100%;
}
*/
#km-footer .footer-link a:hover {
  text-decoration: none;
  color: #0062c2;
}
#km-footer .footer-link a:hover::before {
  width: calc(100% - 4px);
  border-bottom: 1px solid #0062c2;
}
#km-footer .row {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
#km-footer .footer-link .new-window:after {
  content: "";
  background: url(/shared/corporate_opt/images/new_window_icon2024.svg) no-repeat 0 0;
  position: absolute;
  right: 0;
  left: auto;
  top: 3px;
  width: 20px;
  height: 20px;
}
#km-footer .footer-link .new-window:hover:after {
  background: url(/shared/corporate_opt/images/new_window_icon2024-hv.svg) no-repeat 0 0;
}
#km-footer .footer-link a:after {
  content: "";
  background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 0px;
  left: auto;
  top: 2px;
  top: 4px;
  width: 20px;
  height: 20px;
}
#km-footer .footer-link a:hover:after {
  background: url(/shared/corporate_opt/images/icon-bullet-link-b.svg) no-repeat 0 0;
}
body:not(.cct-2020) #km-footer .footer-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  margin-bottom: 40px;
}
body:not(.cct-2020) #km-footer .container {
  max-width: 1500px;
  margin: auto;
  box-sizing: content-box;
}
body:not(.cct-2020) #km-footer .top-footer-link {
  padding-top: 60px;
}
#km-footer .sub-footer {
  width: 100%;
  background-color: #3c3c3b;
  padding-top: 60px;
  display: block;
}
#km-footer .sub-footer .row p a {
  display: block;
  border: 1px solid #75757c;
  padding: 14px 45px 14px 45px;
  box-sizing: border-box;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  line-height: 1.625;
  position: relative;
  font-weight: bold;
  font-size: 18px;
}
#km-footer .sub-footer .row p a:after {
  content: "";
  background: url(/shared/corporate_opt/images/icon-bullet-link-w.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  right: 10px;
  left: auto;
  top: 50%;
  width: 18px;

  height: 18px;
  margin-top: -9px;
}
#km-footer .sub-footer hr {
  border: none;
  margin: 20px 0;
}
#km-footer .container .row p {
  margin-top: 0;
}
#km-footer .container .row ul > li:before {
  content: unset;
}
#km-footer .contact-links {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
}
#km-footer .contact-links li {
  display: inline-block;
  color: #d7d7d7;
  margin: 0 21px 0 0;
  padding: 0 21px 0 0;
  border-right: solid 1px #d7d7d7;
  line-height: 14px;
  list-style: none;
}
#km-footer .contact-links li:last-child {
  border-right: none;
}
#km-footer .contact-links a {
  font-size: 14px;
  color: #d7d7d7;
}
#km-footer .copyright {
  font-size: 16px;
  text-align: right;
  color: #fff;
}
#km-footer .to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: url(/gateway/assets/images/to_top_arrow_icon2024.svg) no-repeat;
  width: 80px;
  height: 80px;
  border: none;
  display: none;
  z-index: 65535;
}
#km-footer .sr-only, #km-header .sr-only, #main-content .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#km-footer #footer dl.group dt {
  font-size: 21px;
}
@media (min-width: 768px) {
  #km-footer .container {
    padding: 0 40px;
  }
  #km-footer .col-md-6 {
    float: left;
  }
  #km-footer .col-md-6.text-right {
    float: right;
  }
  #km-footer .sub-footer .row [class*=" col-"], #km-footer .sub-footer .row [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  #km-footer .sub-footer .row figure img {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  body:not(.cct-2020) #km-footer .top-footer-link, body:not(.cct-2020) #km-footer .sub-footer .container {
    max-width: 100%;
    padding: 0 20px;
  }
  body:not(.cct-2020) #km-footer .top-footer-link {
    padding-top: 40px;
  }
  #km-footer .container .row [class*=" col-"], #km-footer .container .row [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.cct-2020) #km-footer .footer-link ul {
    margin-bottom: 40px;
    gap: 10px 60px;
  }
  body:not(.cct-2020) #km-footer .footer-link ul li {
    width: 100%;
  }
  #km-footer .row, #km-header .row, #main-content .row {
    margin-left: 0;
  }
  #km-footer .footer-link a:after, #km-footer .footer-link .new-window:after {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 5px;
  }
  #km-footer .footer-link a {
    padding-right: 0;
  }
  #km-footer .container .row figure img {
    margin-top: 0;
  }
  #km-footer .container .row p a {
    padding: 14px 30px 14px 22px;
  }
  #km-footer .sub-footer {
    padding: 40px 0;
  }
  #km-footer .sub-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #km-footer .order-1 {
    order: 2;
  }
  #km-footer .order-2 {
    order: 1;
    margin-bottom: 20px;
  }
  #km-footer .to-top-btn {
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: contain;
  }
  #km-footer .sub-footer hr {
    margin: 10px 0;
  }
  #km-footer .col-md-6 {
    order: 2;
  }
  #km-footer .col-md-6.text-right {
    order: 1;
    margin-bottom: 20px;
  }
  #km-footer .sub-footer .contact-links {
    margin-bottom: 0;
  }
  #km-footer .contact-links li {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    margin-top: 10px;
  }
}
/* ------------Contents Navigation CSS-------------- */
.l-header-navigation > ul > li.current > dl > dt > a {
  text-align: left;
  min-height: 1px;
  height: auto;
  line-height: 16px;
  color: #333;
  text-decoration: none;
  display: block;
  background-color: unset;
  font-weight: normal;
}
.l-header-navigation > ul > li.current > dl > dt > a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95%;

  border-bottom: 5px solid #333;
}
.l-header-navigation > ul > li.current.on-under > dl > dt > a::after {
  left: 0;
  right: 0;
  margin: auto;
}
.l-header-navigation > ul > li.current.crt > dl > dt > a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95%;
  display: block;
  border-bottom: 5px solid #333;
}
.l-header-navigation > ul > li.current.crt > dl > dt > a::after {
  display: none;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li.current > dl > dt > a, .l-header-navigation > ul > li.current > dl > dd > ul > li.crt > dl > dt > a {
  padding: 14px 8px;
  text-decoration: none;
  text-align: left;
  color: #333;
  background-color: unset;
  font-weight: normal;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li.current > dl > dt > a:hover {
  text-decoration: none;
}
.l-header-navigation > ul > li li.current dl > dt > a::after, .l-header-navigation > ul > li li.crt dl > dt > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 88%;
  display: block;
  border-bottom: 5px solid #333;
}
.l-header-navigation > ul > li.current > dl > dt > a:hover {
  text-decoration: none;
  color: #0062c2;
}
.l-header-navigation > ul > li.current > dl > dd {
  background: #fff;
  border-top: 1px solid #a7a7a7;
}
.l-header-new .l-header-navigation > ul > li > dl > dd > ul > li > dl > dt > a {
  color: #333;
  padding: 30px 25px 30px 25px;
}
.l-header-new .l-header-navigation > .light-open dl > dd {
  display: block;
}
.l-header__navigation > ul > li > dl > dd > ul > li > dl:hover > dd {
  display: none;
}
/*.l-header-new .l-header-navigation .mn-open dd{
	display: block;
}*/
/*@media only screen and (min-width: 1401px) {
  .l-header-navigation.finance > ul > li.current > dl > dd > ul > li > dl > dt > a {
    padding: 30px 10px 30px 10px;
  }
}*/
@media only screen and (max-width: 1400px) {
  .l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dt > a {
    padding: 30px 10px 30px 10px;
  }
}
.l-header-navigation > ul > li.current > dl > dd > ul {
  margin: 0 auto;
  overflow: visible;
  padding: 0 30px 0 0;
  background: #f7f7f7;
  width: calc(100% - 40px);
  max-width: calc(50% + 750px);
  margin-inline: auto 0;
  position: relative;
  box-sizing: border-box;
  left: 40px;
  border-bottom: 1px solid #75757c;
}
.l-header-navigation > ul > li > dl > dd > ul::before {
  content: "";
  display: block;
  position: absolute;
  left: -79px;
  height: 100%;
  width: 80px;
  background: url(/shared/corporate_opt/images/icon-triangle-g.svg) right top no-repeat;
  background-size: auto 100%;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl:hover > dt > a {
  text-decoration: none;
  background-color: unset;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dt > a:hover {
  color: #0062c2;
  text-decoration: none;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd {
  display: none;
  position: absolute;
  background: #e5eff9;
  left: 0;
  width: calc(100% - 40px);
  z-index: 3;
  padding: 0;
  margin-left: 80px;
  margin-top: -1px;
  border-bottom: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
  box-sizing: border-box;
}
.l-header__navigation > ul > li.current > dl > dd > ul > li > dl:hover > dd {
  display: none;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li.light-open > dl > dd {
  display: block;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li.fix-style > dl > dd {
  /*margin-left: 0;*/
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd ul {
  border: none;
  max-width: 100%;
  padding-left: 0;
  padding-right: 40px;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  height: 100%;
  width: 70px;
  background: url(/shared/corporate_opt/images/icon-triangle-b.svg) right top no-repeat;
  background-size: 100%;
  top: -1px;
  border-top: 1px solid #a7a7a7;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li.current > a, .new.l-header-navigation > ul > li.light-current > dl > dd > ul > li a, .l-header__navigation > ul > li.current > dl > dd > ul > li > a, .new.l-header-navigation > ul > li.current > dl > dd > ul > li > a:hover {
  background: none;
  /*padding: 30px 25px 30px 25px;*/
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
.l-header-new > .l-header-navigation > ul > li.light-current, .l-header-new > .l-header__navigation > ul > li.light-open {
  background: none;
}
.l-header-navigation ul li a span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  transition: all 0.2s ease;
}
.l-header-navigation ul li a:hover span:after {
  width: 100%;
  left: 0;
  border-bottom: 1px solid #0062c2;
}
.l-header-navigation ul li a:hover span:before {
  background: url(/shared/corporate_opt/images/icon-bullet-link-b.svg) no-repeat 0 0;
  background-size: contain;
}
.l-header-navigation > ul > li > dl > dd > ul > li.on-under > dl:hover > dt > a {
  background: #e5eff9;
}
.l-header-navigation > ul > li > dl > dd > ul > li.light-open.on-under > dl > dt > a {
  background: #e5eff9;
  color: #0062c2;
}
.l-header-navigation > ul > li > dl > dd > ul > li.light-open.on-under > dl > dt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  border-bottom: 2px solid #e5eff9;
  z-index: 10;
}
.l-header-navigation ul li.on-under dl dt {
  position: relative;
  margin-bottom: -1px
}
.l-header-navigation ul li.on-under dl:hover dt {
  position: relative;
  z-index: 222;
  margin-bottom: -1px
}
.l-header-navigation ul li.on-under dl:hover dt::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e5eff9;
}
.l-header-navigation ul li.on-under dl dt a span:after {
  display: none;
}
.l-header-navigation ul li.on-under dl dt a span:before {
  transform: rotate(90deg);
  background-size: contain;
}
.l-header-navigation ul li.on-under dl dt a:hover span:before {
  transform: rotate(-90deg);
  background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
  background-size: contain;
}
.l-header-navigation ul li.on-under.light-open dl dt a span:before {
  transform: rotate(-90deg);
  background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
  background-size: contain;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li > a {
  color: #333;
  padding: 30px 25px 30px 25px;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li > a:before {
  display: none;
}
.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li > a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 750px) {
  .l-header-navigation ul li a, .l-header-navigation > ul > li.current > dl > dt > a {
    font-size: 17px;
    padding: 10px 23px 10px 40px;
    border: none;
  }
  .l-header-navigation > ul > li > dl.current > dt > a {
    font-weight: bold;
  }
  .l-header-navigation > ul > li.current > dl > dt > a::after {
    display: none;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul > li {
    display: block;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dt > a {
    padding: 10px 10px 10px 50px;
    border: none;
    text-align: left;
    font-size: 15px;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dt > a:hover {
    color: #333333;
    background: none;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul::before {
    display: none;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul {
    left: 0;
    border: none;
  }
  .l-header-navigation > ul > li.current > dl > dd {
    border: none;
    position: static;
  }
  .l-header-navigation ul li.on-under dl dt a span:before {
    transform: unset;
  }

  .l-header-navigation ul li.current dl dt a span:before {
    transform: rotate(-90deg);
  }
  .l-header-navigation ul li.current dl dd a span:before {
    transform: unset;
  }
  .l-header-navigation ul li a span:before {
    display: none;
  }
  .l-header-navigation ul li a span:after {
    content: "";
    background: url(/shared/corporate_opt/images/icon-bullet-link.svg) no-repeat 0 0;
    background-size: contain;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
		bottom: -3px;
  }
  .l-header-navigation ul li a.new-tab span:after {
    background: url(/shared/corporate_opt/images/new_window_icon2024.svg) no-repeat 0 0;
    background-size: contain;
    margin-top: -13px;
  }
  .l-header-navigation ul li.on-under dl dt a span:after {
    display: inline-block;
  }
	.l-header-navigation ul li.on-under dl dd a span:after {
		bottom: -4px;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul > li > dl:hover > dd {
    display: none;
  }
  .l-header-navigation ul li a:hover span:after {
    width: 20px;
    height: 20px;
  }
  .l-header-navigation ul li.on-under dl:hover dt::after {
    border: none;
  }
}
/* ------------Recruit contents navi CSS-------------- */
.on-under {
  display: none;
}
.new .light-open .on-under {
  display: block;
}
.new .light-open .on-under .on-under {
  display: none;
}
.new .light-open .on-under .on-under .on-under {
  display: none;
}
.new .light-open .on-under .light-open .on-under {
  display: block;
}
.new.l-header-navigation .light-open dd {
  position: absolute;
  border-top: 1px solid #a7a7a7;
  left: 0;
  width: 100%;
  z-index: 2;
}
.new.l-header-navigation .light-open dd dd {
  display: none;
}
.new.l-header-navigation .light-open dd .light-open dd {
  display: block;
  background: #e9e9e9 !important;
}
.new.l-header-navigation > ul > li.light-open > dl > dd > ul, .new.l-header-navigation > ul > li.light-current > dl > dd > ul {
  margin: 0 auto;
  overflow: visible;
  padding: 0 30px 0 0;
  background: #f7f7f7;
  width: calc(100% - 40px);
  max-width: calc(50% + 750px);
  margin-inline: auto 0;
  position: relative;
  box-sizing: border-box;
  left: 30px;
  border-bottom: 1px solid #a7a7a7;
}
.new.l-header-navigation > ul > li.current > dl > dd > ul > li.current > a:hover, .new.l-header-navigation > ul > li.current > dl > dd > ul > li:hover, .new.l-header-navigationul > li.light-open > dl > dd > ul > li:hover a:hover {
  background: none;
  text-decoration: none;
}
.new.l-header-navigation > ul > li.current.item > dl > dt > a {}
.new.l-header-navigation > ul > li.current.item > dl > dt > a::after {
  display: none;
}
.new.l-header-navigation > ul > li.current > dl > dd {
  background: #fff;
}
.new.l-header-navigation > ul > li.on-under dl:hover dd.on-under {
  position: absolute;
  /*background: #fff;*/
  border-top: 1px solid #a7a7a7;
  left: 0;
  width: 100%;
}
.new.l-header-navigation > ul > li > dl > dd > ul > li > dl > dd {
  display: none;
  position: absolute;
  background: #e9e9e9;
  left: 0;
  width: calc(100% - 40px);
  z-index: 3;
  padding: 15px 0 15px;
  padding: 0;
  margin-left: 80px;
  margin-top: -1px;
  border-bottom: 1px solid #a7a7a7;
  border-top: 1px solid #a7a7a7;
  box-sizing: border-box;
}
.new.l-header-navigation > ul > li > dl > dd > ul > li > dl > dd::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  height: 100%;
  width: 70px;
  background: url(/shared/corporate_opt/images/icon-triangle-db.svg) right top no-repeat;
  background-size: 100%;
  top: -1px;
  border-top: 1px solid #a7a7a7;
}
.new.l-header-navigation ul li.on-under dl:hover dt::after {
  border-bottom: none;
  /*border-bottom: 1px solid #75757C;*/
}
.new.l-header-navigation ul li.on-under .light-open dl dt::after {
  border-bottom: 2px solid #e5eff9;
  display: none;
}
.new.l-header-navigation ul li.on-under dl dt a span:before {
  transform: rotate(90deg);
  background-size: contain;
  right: 0;
}
.new.l-header-navigation > ul > li.on-under.light-open > dl > dd > ul li.light-open > dl > dt > a span:before {
  transform: rotate(-90deg);
  background-size: contain;
}
.new.l-header-navigation > ul > li.on-under.light-open > dl > dt > a, .new.l-header-navigation > ul > li.on-under.light-open .light-open > dl > dt > a, .l-header-navigation > ul > li.current.on-under > dl > dt > a {
  /*background: #E5EFF9;
  color: #0062c2;*/
  text-decoration: none;
}
.new.l-header-navigation > ul li.light-open dl dl ul li a:hover {
  background: none !important;
  color: #0062c2;
  text-decoration: none;
}
.new.l-header-navigation > ul > li.light-open > dl > dd > ul > li > dl > dt > a:hover {
  background: none;
  color: #0062c2;
}
.new.l-header-navigation > ul > li.light-open > dl > dd > ul > li.light-open > dl > dt > a:hover {
  /*background: #E5EFF9;*/
}
.new.l-header-navigation > ul > li.on-under.light-open > dl > dt > a > span:before {
  transform: rotate(-90deg);
}
.new.l-header-navigation > ul > li.light-current > dl > dd > ul > li > dl > dd > ul {
  cursor: default;
  max-width: 100%;
  /* padding-left: 0; */
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  .l-header-navigation > ul > li.on-under > dl > dt > a > span:after {
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
  .l-header-navigation > ul > li.on-under.light-open > dl > dt > a > span:after {
    transform: rotate(-90deg);
    transition: all 0.3s ease;
  }
  .new.l-header-navigation .light-open dd, .new.l-header-navigation > ul > li.on-under dl:hover dd.on-under {
    position: static;
    /* background: #fff; */
    border-top: 1px solid #BDC1C4;
    left: 0;
    width: 100%;
  }
  .new.l-header-navigation > ul > li.light-open > dl > dd > ul > li > dl > dd > ul {
    max-width: 100%;
    padding-left: 0;
    padding-right: 40px;
  }
  .new.l-header-navigation > ul > li.on-under dl dd.on-under a {
    padding: 10px 10px 10px 50px;
    font-size: 15px;
    border: none;
  }
  .new.l-header-navigation > ul > li.on-under dl dd.on-under li.current a {
    font-weight: bold;
  }
  .new.l-header-navigation > ul > li.light-open > dl > dd > ul {
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    padding: 0;
    background: #e9e9e9;
    border: none;
  }
  .new.l-header-navigation > ul > li > dl > dd > ul::before {
    display: none;
  }
  .new.l-header-navigation > ul > li.on-under.light-open > dl > dt > a, .new.l-header-navigation > ul > li.on-under.light-open .light-open > dl > dt > a, .l-header-navigation ul li a:hover {
    background: none;
    color: #333333;
    padding: 10px 23px 10px 40px;
  }
  .l-header-new .l-header-navigation ul li.light-open {
    border: none;
  }
  .new.l-header-navigation.navigation-light > ul > li.current > dl > dt > a {
    padding: 10px 23px 10px 40px;
    background: none;
    color: #333;
    border: none;
    text-decoration: none;
    font-weight: bold;
  }
  .new.l-header-navigation > ul > li.light-open > dl > dd.on-under > ul > li:hover a:hover {
    background: none;
    color: #333333;
  }
}
/* 新卒採用 sub header*/
.sub-header {
  top: 100px;
  z-index: 65536;
}
.nv-open .sub-header {
  z-index: 65534;
}
.sub-header + * {
  margin-top: 54px;
}
.sub-header + * ul {
  top: 12px;
}
@media only screen and (max-width: 1200px) {
  .sub-header {
    top: 58px;
  }
  .sub-header + * {
    margin-top: 65px;
  }
  .sub-header + * ul {
    top: 0;
  }
}
/*NEWSROOM*/
@media only screen and (min-width: 751px) {
  .l-header-navigation.new ul > li > a.currenty::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #333;
  }
	.l-header-navigation.new ul > li > a.currenty {
    font-weight: bold;
		background: #e9e9e9;
  }
}
@media only screen and (max-width: 750px) {
  .l-header-navigation.new ul > li > a.currenty {
    font-weight: bold;
  }
}
/*modal*/
.modal-backdrop {
  z-index: 65537;
}
/*investors right_navi*/
iframe.r-navi-bar2 {
  height: 368px;
}
@media only screen and (max-width: 1110px) {
  iframe.r-navi-bar2 {
    height: 388px;
  }
}
@media only screen and (max-width: 1020px) {
  iframe.r-navi-bar2 {
    height: 408px;
  }
}
@media only screen and (max-width: 820px) {
  iframe.r-navi-bar2 {
    height: 428px;
  }
}
@media only screen and (max-width: 770px) {
  iframe.r-navi-bar2 {
    height: 448px;
  }
}
@media only screen and (max-width: 720px) {
  iframe.r-navi-bar2 {
    height: 368px;
  }
}
/*TOPへ戻る*/
#km-footer .to-top-btn {
  background-size: contain;
  width: 50px;
  height: 50px;
}
#km-footer .to-top-btn:hover {
  opacity: .75;
}
/*Title font-size*/
.l-header-ttl {
  color: #333333;
}
.l-header-ttl a {
  position: relative;
  font-weight: bold;
}
.l-header-ttl a:hover {
  color: #0062c2;
}
.l-header-ttl a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #0062c2;
  transition: all 0.2s ease;
}
.l-header-ttl a:hover::before {
  width: 100%;
  left: 0;
}
.l-header-ttl a:hover:after {
  background: url(/shared/corporate_opt/images/icon-bullet-link-b.svg) no-repeat 0 0;
  background-size: contain;
}
.top-l-header .l-header-ttl a {
  pointer-events: none;
  font-weight: normal;
}
.top-l-header .l-header-ttl a::after {
  content: none;
}
@media only screen and (min-width: 751px) {
  .l-header-ttl.top-lheader, .new-area .l-header-ttl, .top-l-header .l-header-ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .l-header-ttl a {
    font-weight: normal;
  }
}
/*ビュレット*/

.l-header-navigation > ul > li > dl > dd > ul > li > dl > dd::before, .l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd::before, .new.l-header-navigation > ul > li > dl > dd > ul > li > dl > dd::before {
  left: -25px;
}
/*localnavi fix */
.l-header-navigation {
  padding: 0 15px 0 33px;
}
@media only screen and (min-width: 751px) {
  .l-header-new .l-header-navigation > ul > li > dl > dd > ul > li > dl > dt > a {
    padding: 14px 8px;
  }
  .l-header-navigation ul li a, .new.l-header-navigation > ul > li.current > dl > dt > a {
    padding: 14px 8px;
  }
  .l-header-new .l-header-navigation > ul > li > dl > dd > ul > li > dl > dt > a {
    padding: 14px 8px;
  }
  .l-header-navigation ul li a, .l-header-navigation > ul > li.current > dl > dt > a {
    padding: 14px 8px;
    font-size: 14px;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul > li > a {
    padding: 14px 8px;
  }
  .l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li > a {
    color: #333;
    padding: 14px 8px;
  }
  .style-fixes.new.l-header-navigation > ul > li.light-current > dl > dd > ul > li a, .style-fixes.new.l-header__navigation > ul > li.current > dl > dd > ul > li > a, .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > a:hover {
    padding: 14px 8px;
  }
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li.current > dl > dt > a, .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li.current > a {
    font-weight: bold;
  }
  .new.l-header-navigation > ul > li.current > dl > dd > ul > li > a:hover {
    color: #0062c2;
  }
  .l-header-navigation ul li a:not(.new-tab) span:before {
    height: 16px;
    width: 16px;
    top: 63%;
  }
  .l-header-navigation ul li a:hover span:after {
    width: calc(100% - 4px);
  }
	.l-header-navigation ul li.on-under > a:hover span:after,.l-header-navigation ul li.on-under > dl dt a:hover span:after {
    width: calc(100% - 0px);
  }
  .l-header-navigation.new {
    border-bottom: 1px solid #a7a7a7;
  }
  .style-fixes.new.l-header-navigation ul li a span:after {
    display: block !important;
  }
  .new.l-header-navigation ul li.current > a > span:after, .new.l-header-navigation ul li > a.currenty > span:after {
    display: none !important;
  }
  .style-fixes.new.l-header-navigation ul li.current > dl > dt > a:hover {
    color: #333;
  }
  .style-fixes.new.l-header-navigation ul li.current > dl > dt > a > span:after {
    display: none !important;
  }
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd {
    background: none;
  }
}
@media only screen and (min-width: 1400px) {
  .l-header-navigation ul {
    max-width: 1535px;
  }
}
/*IR以外 */
.l-header-new {
  background: none !important;
}
.style-fixes.l-header-new .l-header-navigation > ul > li.current > dl > dd {
  background: none;
}
.l-header-block {
  background: #fff;
}
.style-fixes.new.l-header-navigation > ul > li.light-open > dl > dd > ul, .style-fixes.new.l-header-navigation > ul > li.light-current > dl > dd > ul {
  background: #e9e9e9;
}
.style-fixes.new.l-header-navigation > ul > li > dl > dd > ul::before {
  background: url(/shared/corporate_opt/images/icon-triangle-db.svg) right top no-repeat;
  background-size: auto 100%;
  left: -79px;
  height: 102%;
  top: 0;
}

.style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd::before {
  left: -28px;
}
.style-fixes.new.l-header-navigation > ul > li.on-under.light-open > dl > dt > a {
  background: #e9e9e9;
}
.style-fixes.new.l-header-navigation > ul > li > dl > dd > ul > li > dl > dd {
  margin-left: 70px;
}
/*３階層ホバー調整*/
@media only screen and (min-width: 751px) {
  .style-fixes.new.l-header-navigation ul li.on-under a:hover span:before {
    background: url(/shared/corporate_opt/images/icon-bullet-link-b.svg) no-repeat 0 0;
    background-size: contain;
  }
  .style-fixes.new.l-header-navigation ul li.on-under a.new-tab:hover span:before {
    background: url(/shared/corporate_opt/images/new_window_icon2024-hv.svg) no-repeat 0 0;
    background-size: contain;
  }
  /*第3階層ホバー色変更*/
  .l-header-navigation > ul > li > a:hover {
    background: #e9e9e9;
    color: #0062c2;
    text-decoration: none;
  }
  .l-header-navigation > ul > li.on-under.light-open > a {
    background: #e9e9e9;
    color: #0062c2;
    text-decoration: none;
  }

  .style-fixes.new.l-header-navigation > ul > li.on-under.current > a {
    background: #e9e9e9;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
  }
  .style-fixes.new.l-header-navigation > ul > li.on-under.current a:hover {
    color: #0062c2;
  }
  .style-fixes.new.l-header-navigation > ul > li.on-under.current > a > span:before, .new.l-header-navigation > ul > li.on-under.light-open > dl > dd > ul li.light-open > dl > dt > a span:before {
    transform: rotate(90deg);
    right: 0;
  }
  .new.l-header-navigation > ul > li.on-under > a span:before {
    transform: rotate(90deg);
    right: 0;
  }
  .new.l-header-navigation > ul > li.on-under.light-open > a span:before {
    transform: rotate(90deg);
    right: 0;
  }

  .style-fixes.new.l-header-navigation > ul > li > dl > dd > ul > li > dl > dd::before {
    border-top: none;
  }
  .new.l-header-navigation .light-open dd .light-open dd ul {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .style-fixes.new.l-header-navigation > ul > li.on-under > a span:after {
    transform: none;
    transition: all 0.3s ease;
  }
  .style-fixes.new.l-header-navigation > ul > li.on-under > a:hover span:after {
    width: 20px;
  }
}
/*IR*/
.style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul {
  background: #e9e9e9;
}
.style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li > a {
  padding: 14px 8px;
}
.style-fixes.new.l-header-navigation .light-current.light-current-hide > dl > dd {
  display: none !important;
}
.style-fixes.new.l-header-navigation .light-open dd {
  display: block;
}
.style-fixes.new.l-header-navigation .light-open dd {
  position: absolute;
  border-top: 1px solid #a7a7a7;
  left: 0;
  width: 100%;
  z-index: 2;
}
.style-fixes.newl-header-navigation > ul > li.light-open > dl > dd > ul {
  margin: 0 auto;
  overflow: visible;
  padding: 0 30px 0 0;
  width: calc(100% - 40px);
  max-width: calc(50% + 750px);
  margin-inline: auto 0;
  position: relative;
  box-sizing: border-box;
  left: 40px;
  border-bottom: 1px solid #a7a7a7;
  background: #e9e9e9;
}
@media only screen and (min-width: 751px) {
  .style-fixes.new.l-header__navigation > ul > li.light-open > dl > dd > ul > li {
    display: inline-block;
  }
  .style-fixes.new.l-header-navigation > ul > li.light-open > dl > dd > ul > li.light-open > dl > dd {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
  .style-fixes.new.l-header-navigation > ul > li.light-open > dl > dd > ul > li > dl > dd {
    display: none;
    position: absolute;
    background: #e9e9e9;
    left: 0;
    width: calc(100% - 40px);
    z-index: 3;
    padding: 0;
    margin-left: 80px;
    margin-top: -1px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    box-sizing: border-box;
  }
  .style-fixes.new.l-header-navigation > ul > li.light-open > dl > dd > ul > li > dl > dd::before {
    content: "";
    display: block;
    position: absolute;
    left: -24px;
    height: 100%;
    width: 70px;
    background: url(/shared/corporate_opt/images/icon-triangle-db.svg) right top no-repeat;
    background-size: 100%;
    top: -1px;
    border-top: 1px solid #a7a7a7;
  }
  .style-fixes.new.l-header-navigation > ul > li.current.on-under > dl > dt > a {
    background: none;
    color: #333333;
  }
  .style-fixes.new.l-header-navigation.nbn {
    border-bottom: none;
    background: none;
  }
  .style-fixes.new.l-header-navigation.nbn > ul {
    background: #f7f7f7;
  }
  .style-fixes.new.l-header-navigation > ul > li.current.on-under > dl > dt > a::after {
    right: auto;
  }
  .style-fixes.new.l-header-navigation > ul > li li.current dl > dt > a::after, .style-fixes.new.l-header-navigation > ul > li > dl > dd > ul > li.current > a::after, .style-fixes.new.l-header-navigation > ul > li li.current li.current a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    border-bottom: 5px solid #333;
    z-index: 10;
  }
  .new.l-header-navigation > ul > li.current > a::after {
    width: 100%;
  }
  .new.l-header-navigation > ul > li.current > a {
    font-weight: bold;
    background: #e9e9e9;
  }
  .navi-bg {
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #a7a7a7;
  }
  /*５階層カレント*/
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li.current > a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    display: block;
    border-bottom: 3px solid #333;
    z-index: 10;
  }
  .new.l-header-navigation > ul > li > dl > dd > ul > li > dl > dd {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 750px) {
  .style-fixes.new.l-header-navigation > ul > li.on-under > dl > dt > a > span:after {
    transform: none;
  }
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd.on-under {
    display: block;
    border: none;
  }
  .style-fixes.new.l-header-navigation > ul > li.light-open > dl > dd.on-under {
    display: none !important;
  }
  .style-fixes.new.l-header-navigation > ul > li.on-under.light-open > dl > dt > a {
    background: none;
  }
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd.on-under ul {
    background: #e9e9e9;
    margin-bottom: -1px;
    padding-right: 0;
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .style-fixes.new.l-header-navigation ul li.on-under dl dt {
    margin-bottom: 0;
  }
  .style-fixes.new.l-header-new .l-header-navigation ul li.light-open {
    border-bottom: 1px solid #BDC1C4;
  }
  .style-fixes.new.l-header-navigation > ul > li:not(.current) > dl > dd.on-under {
    display: none !important;
  }
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li:last-child {
    border: none;
  }
  .style-fixes.new.l-header-navigation > ul > li.light-current > dl > dd > ul {
    border-bottom: 1px solid #BDC1C4;
  }
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd.on-under {
    border-top: 1px solid #BDC1C4;
  }
  .navi-bg {
    display: none;
  }
}
/* Print Style*/
.foot-breadcrumb ul li a::after {
  -webkit-print-color-adjust: exact;
}
@media print {
  #km-header #main-navigation, #km-header .header-search-btn, body:not(.new-area) .l-header:not(.top-l-header) .l-header-block .l-header-ttl:not(.top-lheader), .sm-menu-btn, .new-area .l-header-navigation {
    display: none;
  }
  #km-header {
    box-shadow: none;
  }
  .l-header {
    border: none;
  }
  .content-wrapper {
    margin-top: 0 !important;
  }
}
/*2段になった時の調整*/
@media only screen and (min-width: 751px) {
  .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li.current > a {
    font-weight: bold;
  }
  .style-fixes.new.l-header-navigation > ul > li > dl > dd ul, .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li > a {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .style-fixes.new.l-header-navigation > ul > li > dl > dd ul {
    padding: 7px 50px 7px 10px;
  }
  .style-fixes.new.l-header-navigation > ul > li.light-current > dl > dd > ul > li a, .style-fixes.new.l-header__navigation > ul > li.current > dl > dd > ul > li > a, .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > a:hover, .style-fixes.new.l-header-navigation > ul > li > dl > dd > ul > li a {
    padding: 7px 8px 7px;
  }
  .style-fixes.new.l-header-navigation > ul > li li.current dl > dt > a::after, .style-fixes.new.l-header-navigation > ul > li > dl > dd > ul > li.current > a::after, .style-fixes.new.l-header-navigation > ul > li li.current li.current a::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    display: block;
    border-bottom: 3px solid #333;
    z-index: 10;
  }
  .style-fixes.new.l-header-navigation > ul > li li.current li.current a::after {
    display: none;
  }
  .style-fixes.new.l-header-navigation > ul > li > dl > dd > ul > li.current.fix-style a::after, .style-fixes.new.l-header-navigation > ul > li.current > dl > dd > ul > li > dl > dd > ul > li.current.fix-style > a:after {
    bottom: -2px;
  }
  #km-header #main-navigation .head-top .select-country.select-open dd a span::before {
    display: none;
  }
  .l-header-navigation > ul > li.fix-style {
    margin-bottom: -7px;
  }
  .l-header-navigation > ul > li.fix-style > a {
    padding-bottom: 7px;
    padding-top: 14px;
    position: relative;
    z-index: 2;
    background: #f7f7f7;
  }
  .l-header-navigation > ul > li.fix-style > a:hover {
    background: #e9e9e9;
  }
}