.st_localNav2 {
  background: #333;
  color: #fff;
  font-size: 14px;
}

.st_localNav2 .st_localNav2_heading {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0 30px 0 0;
  padding: 4px 0;
}

.st_localNav2 .st_localNav2_heading a {
  padding: 2px 0;
  color: #fff;
}

.st_localNav2 .st_localNav2_heading a.is-active {
  border-bottom: solid 2px #fff;
}

.st_localNav2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
}

.st_localNav2 ul:after {
  content: "";
  display: block;
  clear: both;
}

.st_localNav2 li {
  float: left;
  margin-left: 30px;
  padding: 4px 0;
}

.st_localNav2 li a {
  padding: 2px 0;
  color: #fff;
  font-weight: bold;
}

.st_localNav2 li a.is-active {
  border-bottom: solid 2px #1a1a1a;
}

.st_localNav2_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 9px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .st_localNav2 {
    display: none;
  }
}

.st-localNavSp {
  display: none;
  position: relative;
}

.st-localNavSp p {
  margin: 0;
}

.st-localNavSp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.st-localNavSp > ul {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}

.st-localNavSp_item {
  position: relative;
  display: block;
  padding: 11px 28px 10px 10px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 18px;
}

.st-localNavSp_item + ul .st-localNavSp_item {
  color: #fff;
  background-color: #000;
}

.st-localNavSp_item + ul .st-localNavSp_item + ul .st-localNavSp_item {
  color: #000;
  background-color: #fff;
}

.st-localNavSp_item:only-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px;
  width: 9px;
  height: 9px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-localNavSp_item:not(:only-child):before, .st-localNavSp_item:not(:only-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px;
  width: 20px;
  border-top: 1px solid;
  height: 0;
}

html.no-js .st-localNavSp_item:not(:only-child):before, html.no-js .st-localNavSp_item:not(:only-child):after {
  display: none;
}

.st-localNavSp_item:not(:only-child):after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.st-localNavSp_item:not(:only-child).is-expanded:after {
  width: 0;
}

.st-localNavSp_item-level1 {
  padding-left: 20px;
}

.st-localNavSp_item-level2 {
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .st-localNavSp {
    display: block;
  }
}
