/* magでナビが消えてたのでコメントアウトしました20240229
.navigation ol {
  display: none; 
}
*/
.is-ajax-search .is-loader-image {
  display: none;
  position: absolute;
  top: 3.5rem !important;
  transform: translateY(-50%);
  height: 100% !important;
  right: 1rem !important;
  z-index: 9999;
  width: 100px !important;
  background-repeat: no-repeat;
  background-size: contain;
}
/*トップページのお知らせショトコスタイル*/
.site-main .topnews ul li {
  margin: 0 !important;
}
.topnews a:hover .netit {
  color: #174f9e;
  text-decoration: underline;
}
.topnews .update,
.topnews a {
  text-decoration: none !important;
}

.topnews a:hover {
  background: #f6fdff;
}
.topnews a {
  display: block;
  padding: 0.75rem 0 1.25rem 0;
  border-top: 0.5px solid #eaeaea;
  transition: 0.5s ease;
}
.recent-posts-new {
  display: none;
}
.topnews a .netit {
  color: #191919;
  margin-left: 0.5rem;
  font-size: 0.96em;
  display: block;
  clear: both;
  margin-top: 2.8rem;
  line-height: 1.6rem;
  text-decoration: underline;
}
.upitem {
  padding: 1.25258rem 10px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #fff;
}

li.upitem {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li.upitem a.uptitle {
  display: inline;
  position: relative;
  top: -0.4rem;
  color: #555;
  text-decoration: none;
}

li.upitem a.uptitle:hover {
  color: #174f9e;
  text-decoration: underline;
}

.uplabel {
  display: block;
  width: auto;
  min-width: 5rem;
  min-height: 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
  overflow: hidden;
  vertical-align: bottom;
  font-weight: bold;
  float: left;
  margin-top: 0.8rem;
}
.uplabel.kikunews {
  background: #35a4e8;
}

li.upitem .uplabel:before {
  font-weight: bold;
}

.uplabel.kikunews:before {
  content: "KIKUNEWS";
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
  top: -1px;
}

.uplabel.press {
  background: #36c295;
}

.uplabel.press:before {
  content: "PRESS";
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
  top: -1px;
}

.uplabel.support-news {
  background: #e98105;
}

.uplabel.support-news:before {
  content: "SUPPORT";
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
  top: -1px;
}

.uplabel.updata {
  background: #f26b54;
}

.uplabel.updata:before {
  content: "UPDATER";
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
  top: -1px;
}

ul.siteupdatelist {
  list-style: none;
  padding: 0.5rem 1.2rem;
  margin: 0;
}

ul.siteupdatelist li {
  font-size: 1rem;
}

ul.siteupdatelist .update {
  opacity: 1;
  font-size: 12px;
  display: block;
  color: #666666 !important;
  margin-left: 0rem;
  margin-bottom: 0.25rem;
  float: left;
  vertical-align: middle;
  line-height: 35px;
  margin-bottom: 0rem;
}

span.update {
  letter-spacing: normal;
}

.topnews {
  max-height: 500px;
  overflow: auto;
  width: 98%;
  margin-top: 1rem;
}

/*ナビゲーション*/

.km07 a.globe {
  width: 19px !important;
  /* margin-left: 0 !important; */
  /* margin-right: 0 !important; */
  display: block;
  margin: 0 auto;
}

.km07 img.kikuchan {
  top: 0px !important;
}

.km07 {
  width: 3rem;
}

.hntitle img {
  width: 100%;
  /* max-width: 400px; */
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.htitle {
  color: #fff;
}

ul.ngsp,
.hglinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav.ovo a.wakufill {
  display: block;
  background: #fff;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem;
  /* max-width: 365px; */
  margin: 1rem 0;
}

nav.ovo a.wakufill:hover {
  display: block;
  background: #f40000;
  text-decoration: none;
  color: #fff;
}

nav.ovo a.waku {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1rem;
  max-width: 365px;
  margin: 1rem 0;
  color: #fff !important;
}

nav.ovo a.waku:hover {
  display: block;
  border-color: #f40000;
  text-decoration: none;
  color: #fff;
}

.hglinks li a {
  margin: 0 !important;
  padding: 0.25rem 10px;
}

.hglinks li a:before {
  content: "\e409";
  font-family: "Material Icons";
  display: inline-block;
  margin-right: 0.3rem;
  position: relative;
  top: 0.1rem;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 71, 161, 1);
  overflow-y: hidden;
  transition: 0.35s;
}

.overlay:before {
  background: url(https://kikusui.co.jp/kiku/wp-content/uploads/2021/03/vkiku.png);
  display: block;
  height: 100vh;
  width: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: auto 100vh;
  position: absolute;
  opacity: 0.08;
}

.hntitle img {
  max-width: 110px;
  margin: 5px 1.5rem;
  float: left;
  position: relative;
}

.overlay-content {
  position: relative;
  top: 16px;
  width: 100%;
  margin-top: 20px;
  max-height: calc(100vh - 16px);
  overflow: auto;
  font-size: 0.98rem;
  padding-bottom: 4rem;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
  opacity: 0.98;
}

.overlay a:hover,
.overlay a:focus {
  /* color: #000; */
  opacity: 1;
  text-decoration: underline;
}

.overlay a:hover:before,
.overlay a:focus {
  left: 2px;
}

.overlay .closebtn {
  position: absolute;
  top: 7px;
  right: 5px;
  background: none;
  height: 22px;
  line-height: 2px;
  text-align: right;
}

.menu .logoimg {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.term-power-supply-controller .woocommerce-result-count,
.term-power-supply-controller .orderby,
.term-tester .woocommerce-result-count,
.term-tester .orderby,
.term-harmonic_flicker-analyzer .woocommerce-result-count,
.term-harmonic_flicker-analyzer .orderby,
.term-measurement-instrument .woocommerce-result-count,
.term-measurement-instrument .orderby {
  display: none;
}

/*メニューアイコンリメイクfirefox用*/

/* .woocommerce-notices-wrapper {
    padding: 2rem;
    background: lightgoldenrodyellow;
    margin: 0 2rem 4rem 0rem;
} */

.unds::before {
  content: "";
  /* background: url(https://kikusui.co.jp/kiku//wp-content/themes/kiku2021/img/SVG/meicon01.svg); */
  width: 23px;
  height: 22px;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat !important;
  opacity: 0.8;
  margin-top: 27px;
}

.km01::before {
  background: url("https://kikusui.co.jp/kiku//wp-content/themes/kiku2021/img/SVG/meicon01.svg");
}

.km02::before {
  background: url("https://kikusui.co.jp/kiku//wp-content/themes/kiku2021/img/SVG/meicon02.svg");
  margin-top: 30px;
}

.km03::before {
  background: url("https://kikusui.co.jp/kiku//wp-content/themes/kiku2021/img/SVG/meicon03.svg");
}

.km04::before {
  background: url("https://kikusui.co.jp/kiku//wp-content/themes/kiku2021/img/SVG/meicon04.svg");
  margin-top: 29px;
}

.km06::before {
  background: url("https://kikusui.co.jp/kiku//wp-content/themes/kiku2021/img/SVG/meicon05.svg");
  background-size: contain;
  opacity: 0.6;
}

li.unds.km05:before {
  display: none;
}

.km05 img {
  display: block;
  position: absolute;
  top: 4px;
}

/* .navigation {
  display: none !important;
} */
@media screen and (max-height: 420px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*言語ナビ*/
.wpml-ls-statics-post_translations .wpml-ls-item:not(:last-child):after {
  content: " ";
  display: none !important;
}
.wpml-ls,
a.wpml-ls-link {
  text-align: left;
  font-size: 12px !important;
  color: gray;
  display: block;
  margin: 5px 0 0;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: baseline !important;
}
a.wpml-ls-link:hover {
  color: #174f9e !important;
  text-decoration: underline !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  height: 11px;
}
aside.gengoo {
  opacity: 0.6;
  display: none;
}

@media screen and (max-width: 768px) {
  aside.gengoo {
    display: none !important;
  }
}
