/* root */
:root {
    --kikusui: #174F9E;
}

/* ドライバのreadme */
.entry-content a.maron:hover {
    background-color: #0056b3;
    color: #fff;
}

.entry-content a.maron {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: background-color 0.3s ease;
    margin-left: 2rem;
}

/*gro子がおもうかっこいいスタイル*/
.misato {
    position: relative;
    padding: 3rem !important;
    margin-top: 5vh;
}

.sitetop:after {
    content: "";
    background: var(--circle-color, #000);
    width: 60vh;
    height: 60vh;
    position: absolute;
    border-radius: 100%;
    left: -20vh;
    bottom: 2vh;
    z-index: 1;
    filter: blur(100px);
    opacity: .75;
    transition: background 0.2s ease;
}
h2.sitetoptitle i {
    color: crimson;
    font-size: smaller;
    display: block;
    line-height: 3rem;
		font-style:normal
}
.watan h2 {
    max-height: 2.5rem;
    overflow: hidden;
}

a.sitetopcta:hover {
    backdrop-filter: blur(1px);
    background: crimson;
    box-shadow: 0px 0px 19px -1px rgba(235, 0, 0, 0.55);
}

a.sitetopcta {
    color: #fff !important;
    z-index: 3;
    position: relative;
    text-decoration: none;
    border: #fff 1px solid;
    padding: .5rem 1.8rem;
    margin-top: 1rem;
    display: inline-block;
    font-size: .9rem;
    font-weight: bold;
    letter-spacing: .002rem;
    transition: all .3s;
}

/* theme-dark: 背景が明るい画像のとき文字を暗色に切り替え */
#primary.theme-dark h2.sitetoptitle {
    color: #222 !important;
}
#primary.theme-dark p.sitetoptitle {
    color: #333 !important;
}
#primary.theme-dark a.sitetopcta {
    color: #333 !important;
    border-color: #333 !important;
}
#primary.theme-dark a.sitetopcta:hover {
    color: #fff !important;
    border-color: crimson !important;
}
/* theme-dark: nuproductカードのテキストを黒系に反転 */
#primary.theme-dark .sitetop-three h2,
#primary.theme-dark .sitetop-three p {
    color: #222 !important;
}
#primary.theme-dark .nuproduct small {
    color: #333 !important;
}

p.sitetoptitle {
    color: #fff !important;
    margin: 1rem 0 .5rem !important;
    padding: 0;
    position: relative;
    z-index: 3;
    font-size: .945rem;
    line-height: 1.65rem;
}

#primary h2.sitetoptitle {
    display: block !important;
    font-size: x-large;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 3;
    position: relative;
    line-height: 1.8rem;
}

.sitetop {
    min-height: 480px;
    position: relative;
    overflow: hidden;
    transition: background 0.2s ease;
    background-repeat: no-repeat;
    height: 68.195vh;
}

.sitetop-three {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    width: -moz-available; /* Firefox用 */
    width: -webkit-fill-available; /* WebKit用 */
    width: stretch; /* 標準の新しいプロパティ（サポートされている場合） */
    z-index: 3;
}

.sitetop-three p,
.sitetop-three h2 {
    color: #fff !important;
}

.bikkuri {
    letter-spacing: -.2rem;
}

a.nuproduct:hover {
    background:var(--hover-color);/* linear-gradient(0deg,rgba(52, 161, 194, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
}

a.nuproduct:hover h2,
a.nuproduct:hover p {
    color: #fff !important;
}
.watan {
  float: left;
  width: calc(100% - 15%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 2.65rem;
}
html .site-main .nuproduct h2 {
    font-size: .9rem !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2rem;
    vertical-align: middle !important;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    display: block !important;
}

.nuproduct small {
    display: block;
    opacity: .8;
    padding-top: 3.54px;
    font-weight: 400;
    font-size: .7rem;
    color: #fff;
}

a.nuproduct {
    border: 0.5px solid #ddd;
    display: block;
    margin: 0;
    border-radius: 10px;
    padding: 0.75rem !important;
    transition: .5s all;
    text-decoration: none;
    align-items: center;
}

a.nuproduct:after {
    clear: both;
    content: "";
    display: block;
}

.nuproduct img {
    margin-right: .5rem;
    vertical-align: middle;
    float: left;
    display: block;
    width: auto;
    max-height: 2.65rem;
}

@media screen and (max-width: 500px) {
    html .site-main h2.nutitleh2 {
        font-size: 3rem;
    }
    .sitetop-three{
      display:none!important
    }
}

.misato {
    transition: opacity 0.2s ease;
    top: -3.5rem;
}

.sitetoptexts {
    max-width: 1200px;
    margin: 0 auto;
}

.grid-middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.col-6_md-12 {
    width: 50%;
    padding: 1rem;
}

.col-4_md-hidden {
    width: 33.33%;
    padding: 1rem;
}

@media screen and (max-width: 768px) {
    .col-6_md-12 {
        width: 100%;
    }

    .col-4_md-hidden {
        width: 100%;
        display: block;
    }
    .sitetop-three{
      display:none!important
    }
}

.nuproduct.active {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(25px);
}

/*gro子ここまで*/

.michumori {
  display: block !important;
}

.footer-copyright a {
  color: #fff;
}
/*長本のiframe干渉回避*/
iframe#chat-widget {
  max-height: 85vh !important;
}
/*旧tablepress の tfoot 打ち消しテスト*/
.deft tr:last-child td {
  background: none !important;
  border-top: 1px #ccc solid !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

/*20230824 カテトップちっさく*/
section#catetop {
  min-height: 50vh !important;
}
#catetop .col img {
  max-width: 520px !important;
}
.dataTables_paginate a {
  display: inline-block;
  background: #fafafa;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 1.5rem;
  color: #174f9e;
  text-decoration: underline;
  cursor: pointer;
}
.dataTables_length label {
  font-size: 0.8rem;
  padding: 1rem;
  display: block;
}
#catetop p.topdesc {
  font-size: 1.05rem !important;
  line-height: 1.8rem !important;
  color: #fff !important;
}
.foo a:before {
  display: none;
}

img.foologos {
  max-width: 100%;
  max-height: 120px;
  width: auto;
}
.feedb {
  font-size: samll !important;
}
h3.foh3.col-12.feedb a {
  font-size: 11px !important;
  display: inline-block;
  padding: 0 !important;
  opacity: 0.2;
  margin-left: 1.5rem !important;
}
.toggle-language-content ul.ashk {
  margin-left: 1.5rem !important;
}
h6.foh3 a {
  pointer-events: none;
  color: #191919;
  margin-left: 2rem;
  padding: 0;
  position: relative;
  top: 1rem;
  text-decoration: none;
  opacity: 0.6;
}
.malef {
  padding-left: 1.5rem !important;
}
.pum-container {
  -moz-box-shadow: -5px -5px 20px 5px rgba(0, 0, 0, 0.167) !important;
  -webkit-box-shadow: -5px -5px 20px 5px rgba(0, 0, 0, 0.167) !important;
  -ms-box-shadow: -5px -5px 20px 5px rgba(0, 0, 0, 0.167) !important;
  box-shadow: -5px -5px 20px 5px rgba(0, 0, 0, 0.1) !important;
}

.pum-container.pum-responsive img {
  max-width: 100%;
  height: auto;
  padding: 5px 5px 0 5px;
}

.archive .category-header h3,
.archive .category-header p,
.archive .category-header li {
  color: #333;
  text-align: left;
  max-width: 800px;
  margin: 1rem auto;
}

.archive .category-header {
  margin: 0 !important;
}

.archive .term-description {
  display: none;
}

.archive main#primary {
  margin-top: 4rem;
}

.woof_container_product_tag h4 {
  display: none;
}

/*開発者の声*/

.developpersvoice img {
  max-width: 200px;
}

.developpersvoice h3 {
  margin: 2rem 0 0 0 !important;
}

.developpersvoice p {
  color: #111 !important;
  letter-spacing: 0.14rem !important;
  line-height: 1.88rem !important;
  text-shadow: 1px 1px white;
  font-size: 0.95rem !important;
}

.developpersvoice small {
  font-size: 0.9rem;
  color: #666;
  letter-spacing: 0.19rem;
}

.dp-lightbox-wrapper {
  z-index: 99999999999997 !important;
}

.catalodown img.wpdm_icon {
  width: 100%;
  max-width: 55px;
  /* width: 20px !important; */
  margin-right: 0.4rem !important;
}
.fdown {
  padding-left: 0 !important;
}
.catalodown ._df_thumb {
  border: none;
  width: 180px;
  height: 255px;
  text-align: center;
  margin: 1rem auto !important;
  display: block;
}

._df_thumb {
  width: 140px;
  /* height: 207px; */
}
.newpx {
  background: ghostwhite;
  padding: 10rem 1rem;
}
.newpx ._df_thumb {
  margin: 2rem 2.5rem !important;
}
.newpx .df-posts > .df-popup-thumb {
  width: calc(33% - 5rem);
}
.newpx .df-posts > .df-popup-thumb {
  min-width: 1px;
}
/**/

#one h2.topproducto {
  font-size: 3rem !important;
}

.post-details.img-active {
  clear: both;
}

ul.product-caution {
  max-width: 640px;
  margin: 1rem auto;
  opacity: 0.8;
  background: lightyellow;
  padding: 1rem 2rem;
  border-radius: 10px;
}

.result-section .post-details.img-active .col-right {
  float: left;
  width: 75%;
  padding-left: 0;
  box-sizing: border-box;
  padding: 0;
}

ul.product-caution li {
  font-size: 0.8rem;
}

.solution-side ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.result-section {
  overflow-y: auto;
  max-height: inherit !important;
  border-radius: 0 0 10px 10px;
  background: #fff !important;
  padding-top: 1rem;
  z-index: 99999;
  position: relative;
}

ul.gride {
  text-align: center !important;
}

.prien {
  display: block !important;
}

.fsidebar ul.gride li:before {
  content: " | ";
  font-family: "serif";
  position: relative;
  transition: all 0.25s;
  top: 0.00000013rem;
  color: #ccc;
}

.welcomeavatar img {
  max-width: 36px;
  border-radius: 100%;
  display: inline-block;
  top: 12px;
  position: relative;
}

.tomykikusui img {
  opacity: 1 !important;
  border-radius: 100%;
  position: relative;
  width: 30px !important;
  height: 30px !important;
  max-width: 100px !important;
  top: 11px !important;
  left: 0;
  margin-right: 8px;
}

span.mykilogo img {
  width: 75px !important;
  border-radius: 0 !important;
  height: auto !important;
  top: 1px !important;
  position: relative;
  display: block;
}

#general-user-avatar-form input[type="submit"] {
  width: auto;
  text-align: center;
  display: block;
  padding: 0 1rem;
}

.fsidebar ul.gride li:first-child:before {
  content: "" !important;
}
.fsidebar ul.gride li:first-child {
  display: none !important;
}
/* 
.fsidebar ul li:last-child a {
    opacity: .35;
    font-size: 11px;
} */

#general-user-avatar-form img {
  max-width: 100px;
  height: auto;
}

.kibn .fdiv a:hover {
  color: #fff;
}

#kizon2 .kikumatome {
  display: none;
}

#kizon2 .opuna .loopstart img {
  min-width: calc(100% - 1rem);
  display: inline-block;
}

#kizon2 .opuna .loopstart li {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0px 0 10px !important;
  width: calc(100% / 4 - 10px);
  float: left;
}

#kizon2 .opuna .loopstart a {
  display: block !important;
  background: #fff;
}

#kizon2 .opuna .loopstart a.ajax_add_to_cart {
  display: none !important;
}

.kibn h3 {
  color: #444;
  font-size: 1rem;
  padding: 1rem 0 0;
  margin: 0;
}

.kibn p {
  color: #444;
  font-size: 0.6rem;
  padding: 1rem 0 0;
  margin: 0;
}

.kibn .fdiv {
  margin-bottom: 0;
  padding-top: 0 !important;
  margin-top: 0;
  float: left;
}

#kizon .opuna .loopstart a {
  display: flex;
  background: #fff !important;
}

#kizon .tpwl img {
  margin-top: 0.5rem;
}

#kizon .opuna .loopstart a.add_to_cart_button {
  display: none !important;
}

#kizon .tpwl img {
  margin-top: 0.5rem !important;
}

#kizon .gridr {
  padding: 0 1.5rem 0 !important;
  margin-top: 1rem;
}

.kibn .kikusuiwebinar {
  font-size: 1rem;
  font-weight: bold;
}

#kizon .opuna .loopstart img {
  min-width: calc(100% - 1rem);
  display: inline-block;
}

#kizon .kibn img {
  margin-top: 1.5rem;
  border-radius: 10px;
}

#kizon .kibn .gridr img {
  margin-top: 1.5rem;
  border-radius: 10px 10px 0 0;
  width: calc(100% + 3rem);
  position: relative;
  margin-left: -1.5rem;
  max-width: 200%;
  margin-top: 0 !important;
}

#kizon h4::after,
#kizon .kikumatome {
  display: none;
}

#kizon .opuna .loopstart li {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0.5rem 0px 0 10px !important;
  width: calc(33% - 10px);
  float: left;
}

.cbxchangelog_log_label_resolvedissues {
  background: #114ce4;
}

.cbxchangelog_log_label_improvement {
  background: tomato;
}

.cbxchangelog_log_label_newfeature {
  background: #00a58f;
}

.fg-links li.rent strong {
  padding-top: 0.8rem;
  font-weight: normal !important;
  margin-top: 0.25rem;
  display: inline-block;
}

.woocommerce-order-received .wc-item-meta {
  display: none !important;
}

.wpdmpro .card .nav-link,
.wpdmpro .card .tab-pane {
  display: none;
}

.categogogo {
  font-size: 11px;
  display: block;
  margin-top: 0.6rem;
  text-decoration: none !important;
}

.cadon.manumanu a:hover {
  padding: 0.5rem 1rem !important;
  background: #174f9e !important;
  border: none !important;
}

.divttitle p.taio {
  font-size: 11px !important;
  opacity: 0.98;
  color: cadetblue !important;
  margin-top: 5px !important;
  max-height: 5rem;
  overflow: auto;
  font-weight: normal;
}

.categogogo a {
  text-decoration: none;
  color: #666;
  pointer-events: none;
}

.cadon.manumanu a {
  margin-right: 0;
  padding: 0.5rem 1rem;
  display: inline-block;
}

.searchlistmanual .filedown2 p.cadon {
  text-align: right !important;
  width: 100%;
  display: block !important;
  background: none;
  position: relative;
  right: -2rem;
}

.divttitle p {
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1rem !important;
  padding: 0.25rem 0 0 0 !important;
  display: block !important;
  margin: 0 !important;
}

.searchlistmanual .row .col-lg-3:nth-child(odd) {
  background: #eee;
}

p.dtitle.manumanu.downti {
  text-align: right !important;
  display: block;
  margin-right: -2rem !important;
}

.filedown2 {
  margin: 0rem 0 !important;
  padding: 1rem 0;
}

.downti {
  font-size: 0.9rem !important;
  display: block !important;
  padding: 0.5rem 0 0 0 !important;
  margin: 0 !important;
}

.wpdmpro-template-default .hints .card-body a {
  background: #174f9e !important;
  display: inline-block;
  border-radius: 10px;
  margin: 1rem;
  font-size: 1.2rem;
}

a.maglist,
.saboxplugin-authorname a {
  text-decoration: none;
  color: #177f9e;
}

#primary article .spycon .pseries ul.tokulabel li {
  margin: 0 0.3rem 10px 0 !important;
}

p:empty:before {
  content: initial !important;
}

/* section.kikumag {
    padding: 4rem 0 8rem 0;
    background: #cdedea;
    position: relative;
    z-index: 99;
} */

.site-main .gridm-item ul,
.site-main .gridm-item ul li {
  padding: 0;
  list-style-type: circle !important;
  line-height: 100%;
  border-radius: 0;
}

.site-main .gridm-item ul li:before {
  content: "\25cf\0020";
}

a.otoibot i {
  font-size: 1.225rem;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 0.09rem;
  color: #666;
}

a.otoibot:hover {
  background: lightblue;
  border-color: #fff;
}

a.otoibot {
  transition: all 0.78s ease;
  box-shadow: 0 2px 6px rgb(0 0 0 / 22%);
  display: block;
  border: 1px solid #ccc;
  padding: 1.6rem;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
  font-size: 1.225rem;
  font-weight: 500;
  margin: 1rem !important;
  margin-top: 1.23rem !important;
  margin-bottom: 1rem !important;
  cursor: pointer !important;
  line-height: 165%;
}

.gridm-item h5 {
  margin: 0 0 0.4rem 0;
  font-size: 0.8rem !important;
  color: darkslategray;
}

.gridm-item h6 {
  font-size: 0.75rem !important;
  margin: 0.5rem 0;
}

.opuna .loopstart a.add_to_cart_button,
.lineup .opuna a.add_to_cart_button,
.archive .opuna .loopstart a.ajax_add_to_cart,
.archive .opuna .loopstart a.product_type_variable {
  display: none !important;
}

a.button.product_type_variable.add_to_cart_button {
  display: none !important;
}

/*検索系*/

.auto-suggest-submit span.screen-reader-text {
  display: none;
}

.search-section .auto-suggest-submit:hover,
.search-section .auto-suggest-submit {
  background: url(//kikusui.co.jp/kiku/wp-content/uploads/2021/03/searchee.png) no-repeat;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 16px;
  width: 8%;
  height: 35px;
  border: none;
  width: 35px;
  background-size: 25px 25px;
  background-position: 50% 50%;
  display: none !important;
}

.post-details .col-right {
  background: #fff;
  min-height: 60px;
  line-height: 30px;
}

.search-section input.auto-suggest-front {
  border: none;
  overflow-y: auto;
  margin-top: 5px;
  box-sizing: border-box;
  border-radius: 10px;
  height: auto;
  width: 100%;
  padding: 1rem !important;
  background: #fff !important;
  font-size: 1.5rem;
}

p.more-res {
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 1rem;
  padding: 1rem;
  background: #000;
  border-radius: 1rem;
}

.asr-container.no-result .result-section:before {
  content: "見つかりませんでした。語句を変えて再度お試しください。";
  display: block;
  font-size: 0.9rem;
}

.asr-container.no-result .result-section {
  height: auto;
  text-align: center;
  color: #a53c3c;
  background: #ffc6c6;
  padding: 1rem;
  font-size: 10px;
  line-height: 240%;
  letter-spacing: 0.15rem;
}

.asr-container.no-result .result-section {
  height: auto;
  text-align: center;
  color: #a53c3c;
  background: #ffc6c6;
  padding: 1rem;
}

.asr-container.no-result {
  background: #a53c3c;
  height: auto;
  padding: 0;
  border-radius: 10px;
  margin-top: 1rem;
}

.allcenter h2:after {
  content: "\0053\0045\0041\0052\0043\0048";
  display: block;
  font-size: 10px;
  letter-spacing: 0.5rem;
  margin-left: 0.5rem;
  opacity: 0.6;
}

.allcenter h2 {
  font-size: 3rem;
}

.search-section {
  width: 100%;
}

.allcenter h2,
.allcenter p {
  color: #fff;
}

.result-section .col-right .post-title a {
  font-size: 0.8rem;
  color: rgba(0, 71, 161, 1);
  box-shadow: none;
  border-bottom: 0;
  text-decoration: none;
  text-align: justify;
}

.result-section .col-right .post-title a:hover {
  text-decoration: underline;
  color: rgba(0, 71, 161, 1) !important;
  box-shadow: none !important;
}

/*
.result-section .post-details:hover {
     background-color: rgba(0, 71, 161, 1); 
}
*/

.asr-container {
  border: none;
  width: 100%;
  height: 50vh;
}

.result-section {
  overflow-y: auto;
  max-height: inherit !important;
  border-radius: 10px;
}

.result-section .post-details.img-active .col-right {
  float: none;
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
  padding: 0;
}

#kikusearchNav .overlay-content {
  position: relative;
  /* top: 10.5%; */
  width: 100%;
  margin-top: 1rem;
  max-height: 100vh;
  overflow: auto;
  font-size: 0.98rem;
  padding: 1.5rem;
  height: 100vh;
  display: block !important;
}

#kikusearchNav .woof_qt_key_words {
  display: none !important;
}

#kikusearchNav .easy-autocomplete-container .woof_quick_search_desc {
  display: inline-block;
  vertical-align: text-bottom;
  width: calc(100% - 70px);
  padding-left: 15px;
  max-height: 70px;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: max-height 0.7s ease-in-out;
}

#kikusearchNav .easy-autocomplete a {
  display: block;
  padding: 0;
  color: #174f9e;
}

#kikusearchNav .easy-autocomplete-container .woof_quick_search_img {
  display: inline-block;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.easy-autocomplete-container ul {
  border-top: none;
}

.easy-autocomplete-container ul li:last-child {
  border: none !important;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  background: #fff !important;
}

.woof_quick_search_wraper.woof_qs_3_col #woof_quick_search_form {
  width: calc(100% - 2rem);
  margin-left: 0;
  margin-right: 0;
  display: inline-block !important;
  vertical-align: bottom;
  margin-bottom: 1rem;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  font-size: 1.5rem;
}

/**/

span.post-page-numbers.current {
  line-height: 42px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
  width: auto !important;
  border: 10px solid #fff;
}

.vbox-close {
  top: 1rem;
  right: 2rem;
  width: 64px;
  height: 64px;
  font-size: 64px;
  z-index: 99;
}

a.post-page-numbers:hover {
  color: gold;
}

.vbox-overlay {
  z-index: 9999999999;
}

a.post-page-numbers {
  background: #f67d8c;
  color: #fff !important;
  font-weight: bold;
  border-radius: 100%;
  text-decoration: none;
  margin-bottom: 5rem;
  line-height: 42px;
  width: 42px;
  height: 42px;
}

.cau {
  background: #eee;
  padding: 1rem;
  border-radius: 10px;
  opacity: 0.6;
}

/* .single-dri-fir-upd .site-main .softwaredownload p,
.single-dri-fir-upd .site-main .softwaredownload li {
  font-size: 0.8rem;
} */

html h2.screen-reader-text {
  display: none !important;
}

.single-press .site-main h1.entry-title {
  margin: 4rem 0;
  font-weight: normal;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0rem;
  /* margin: .75rem; */
  border-radius: 15px;
}

.pocome .maa {
  padding-right: 1.8rem;
}

.pocome h3 {
  text-align: left !important;
}

.pocome h3:after {
  display: none !important;
}

.video-container:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-main .pocome h3 {
  color: cadetblue;
  margin: 1rem 0;
  font-size: 1.55rem;
  padding: 1rem 0 0 0;
  line-height: 175%;
}

.site-main .pocome p,
.site-main .pocome li,
.site-main .pocome ul {
  font-size: 0.83rem;
  color: darkslategray;
  margin: 0.8rem 0 0.8rem 0rem;
  padding: 0;
  line-height: 180%;
  opacity: 0.95;
}

.pocome {
  background: aliceblue;
  border-radius: 15px;
  padding: 0 2rem 1.5rem 2rem;
  margin: 4rem 0;
}

.backto span {
  display: inline-block;
  top: 0.2rem;
  position: relative;
  font-size: 1rem;
}

aside.ircaution {
  padding: 2rem 2rem 0;
  margin: 2rem auto;
  font-size: 85%;
  background: snow;
  border-radius: 10px;
}

aside.ircaution h3 {
  font-size: 1.15rem;
  padding: 0;
  line-height: 1;
  margin: 0 !important;
  color: darksalmon;
}

aside.ircaution p {
  font-size: 0.89rem;
  opacity: 0.8;
  margin-top: 0.8rem;
}

.speye h1 {
  /* font-family: 'Noto Serif JP', serif; */
  font-weight: 600;
  text-align: center;
  line-height: 4.5rem;
}

.speye {
  height: 80vh;
}

.onecol h2 {
  text-align: center;
  margin: 5rem 0 5rem 0 !important;
  line-height: 3rem;
}
h2.woocommerce-loop-product__title {
  text-align: left !important;
}
.site-main li {
  margin: 0.2rem 0 !important;
}
.vbox-inline .lwa-links label span {
  color: #444 !important;
}
.vbox-inline .lwa-wrapper {
  background: #fff !important;
}

.aligncenter {
  margin: 1.5rem auto !important;
  display: block;
}

/*IRページ*/

.irbot li a:hover {
  color: #fff;
  background: cadetblue;
}

.irbot li a {
  background: #174e9f;
  color: #fff;
  display: block;
  margin: 0.5rem;
  padding: 1rem;
  border-radius: 10px;
}

.irbot span.material-icons {
  font-size: 1rem;
  position: relative;
  top: 0.2rem;
  margin-right: 0.25rem;
}

.irbot {
  margin: 3rem 0 0 0;
  list-style-type: none;
  padding: 0;
}

.irbot li {
  margin: 0;
  padding: 0;
}

.w3eden p {
  display: inline-block;
  padding: 0 0rem;
}

.w3eden div.row {
  padding: 0.5rem 0rem;
  margin-bottom: 1rem;
}

/* ダウンロードアイコン用 */

p.navtitle {
  padding: 0.75rem 0.75rem;
  margin: 0 0 1rem 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.04rem;
  background: #174f9e;
  color: #fff !important;
}

p.navtitle a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

p.navtitle a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.fsidebar nav li {
  padding: 0 !important;
  margin: 0.35rem 0;
}

.fsidebar {
  min-height: 60px;
  top: 75px;
  position: -webkit-sticky;
  position: sticky;
  background: #f6f5f4;
  padding: 0.5rem;
  margin-bottom: 2rem;
}

.csidebar {
  min-height: 60px;
  top: 75px;
  position: -webkit-sticky;
  position: sticky;
}

.fsidebar nav ul {
  padding: 0;
  margin: 1rem;
  list-style-type: none;
}

.fsidebar ul li a {
  text-decoration: none;
  color: #174f9e;
  font-size: 95.5%;
  transition: all 0.13s;
  /* display: block; */
  width: 100%;
}

.fsidebar ul li:before {
  content: "\e315";
  font-family: "Material Icons";
  position: relative;
  transition: all 0.25s;
  top: 0.13rem;
}

.fsidebar ul li:hover:before {
  color: red !important;
}

p.invd a:before {
  content: url(//kikusui-electronics.biz/staging/wp-content/plugins/download-manager/assets/file-type-icons/pdf.svg);
  width: 24px;
  height: auto;
  display: inline-block;
  margin-right: 0.4rem;
  /* position: absolute; */
  margin-top: 0px;
  /* left: 1rem; */
  position: relative;
  top: 3px;
}

.oshi .material-icons {
  font-size: 1rem;
  position: relative;
  top: 0.25rem;
  margin-right: 0.2rem;
  color: cadetblue;
}

.inv h2 span {
  display: inline-block;
  font-size: 12px !important;
}

p.oshi a:before {
  display: none !important;
}

/* img.wpdm_icon {
  width: 1rem;
  position: relative;
  top: 3px;
  left: 5px;
} */

.nodownload {
  display: inline !important;
  text-decoration: none !important;
  color: #333 !important;
  cursor: default !important;
}

.page-template-page-investors .w3eden .row div {
  margin-bottom: 0.5rem;
  padding: 0;
}

.menu-iryears-container ul {
  padding: 0;
}

.invtext h5 {
  font-weight: normal;
  letter-spacing: 0.082rem;
}

/*よくある静的ページのタイトル部分です*/

div#page {
  position: relative;
  padding-bottom:6.1rem
}

.wp-caption-text {
  color: darkslategray;
  font-size: 0.75rem;
  display: block;
  margin: 0.15rem;
  text-align: center;
}

.page-end-ad {
  margin: 3.5rem 0 4.5rem;
}

.pagetitleh1 {
  /* height: 160px; */
  background: #174f9e;
  color: #fff !important;
  padding: 1.5rem 0;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: -1;
  word-break: break-all;
  text-align: center;
}

.archive .pagetitleh1 h1,
.single-dri-fir-upd .pagetitleh1 h1 {
  font-size: 1.55em !important;
}

.site-main {
  margin: 0 auto 5vh;
  min-height: 50vh;
}

.pagetitleh1 img.ks {
  position: absolute;
  top: -53vw;
  left: -33vw;
  z-index: 0;
  width: 83vw;
  filter: drop-shadow(16px 4px 31px #00bfff);
  opacity: 0;
  animation: anime1 10s ease infinite alternate;
}

@keyframes anime1 {
  from {
    transform: translateY(0);
    transform: rotate(0);
    opacity: 0;
  }
  to {
    transform: translateY(50px);
    transform: rotate(18deg);
    opacity: 0.7;
  }
}

.pagetitleh1 h1.entry-title {
  z-index: 2;
  position: relative;
  max-width: 1980px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 2rem 1rem;
  /* font-size: 3rem; */
}

@media screen and (max-width: 768px) {
  header .klogo img {
    margin-top: 0 !important;
  }
  .pocome .maa {
    padding-right: 0em;
  }
  .hidemobile {
    display: none !important;
  }
  .pagetitleh1 img.ks {
    top: -51vw;
    left: -48vw;
    z-index: 0;
    width: 100vw;
  }
  .woocommerce-product-gallery__image a {
    display: block;
    text-align: center;
    /* padding: 1rem !important; */
    margin: 0 auto !important;
  }
}

.boxzilla {
  position: fixed;
  z-index: 12000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 0 !important;
}

/*coffee*/

.nav-links a span.mame {
  background: #333;
  display: inline-block;
  margin: 0 1rem;
  padding: 0 1rem !important;
  font-size: 11px;
  color: #fff !important;
  border-radius: 60px;
  position: relative;
  height: 1.5rem;
  line-height: 1.5rem;
}

.nav-links a span.mame:hover {
  background: red;
}

.nav-next {
  float: right;
  width: 49%;
  text-align: right;
}

.nav-previous {
  width: 49%;
  float: left;
}

nav.navigation.posts-navigation {
  width: 100%;
}

span.tranca {
  background: #fff;
  display: inline-block;
  width: 60%;
  overflow: hidden;
  position: relative;
  height: 1.5rem;
  top: 0.45rem;
  font-size: 0.65rem;
  display: none;
}

a.cat-post-footer-link {
  display: inline-block;
  text-align: right;
  font-size: 1rem;
  background: #f8f8f8;
  padding: 0.5rem 0.9rem;
  color: #555;
  border-radius: 10px;
  /*float: right;*/
}

.sps a {
  background: cadetblue;
  display: inline-block !important;
  padding: 0.5rem 2rem;
  border-radius: 10px;
  text-decoration: none !important;
  padding: 0.7rem 1.4rem !important;
  font-weight: bold;
}

.single-kikunews .ps {
  line-height: 1.2rem;
  display: inline-block;
  margin: 1rem 0 1rem 0;
}

.nav-links a {
  font-size: 0.9rem;
  display: inline-block;
  margin: 0.5rem 0;
  overflow: hidden;
  height: 2rem;
  line-height: 2rem;
  font-weight: bold;
  /* text-decoration: none; */
  color: #666 !important;
  width: 95% !important;
}

ul#category-posts-2-internal {
  padding: 0;
  list-style-type: none;
}

.cat-post-item div a:before {
  display: inline-block;
  content: "\e315";
  width: 12px;
  height: 12px;
  position: relative;
  font-family: "MATERIAL ICONS";
  margin-right: 0.5rem;
}

.category-posts-internal li.cat-post-item {
  font-size: 0.9rem;
  overflow: hidden;
  height: 2rem;
  margin: 5px 0;
}

.category-posts-internal li.cat-post-item {
  font-size: 0.9rem;
  overflow: hidden;
  height: 1.5rem;
}

.entry-meta {
  background: #eee;
  padding: 1rem;
  font-size: 0.8rem;
  color: #777;
  text-align: right;
  border-radius: 10px;
  margin: 4rem 0px;
}

/* .aboutcoffee p {
  line-height: 1.45rem;
  font-size: 0.95rem !important;
  color: #fff !important;
}

.aboutcoffee {
  background: tan;
  padding: 0.025rem 1.5rem;
  margin-top: 2rem;
  border-radius: 10px;
} */

.pagetitleh1 p {
  color: #fff !important;
  text-align: left;
  font-size: 3rem;
  max-width: 960px;
  margin: 3rem auto;
  z-index: 999;
  position: relative;
  opacity: 0.98;
}

/*アーカイブやカテゴリペジ*/

.category .navigation {
  text-align: center;
  padding: 3rem 0;
}

/*FAQ*/

p.arconix-faq-term-description {
  font-style: italic;
  display: none;
}

.arconix-faq-title {
  background: none !important;
  cursor: pointer !important;
  font-size: 1rem !important;
  padding: 0px !important;
  position: relative !important;
  display: inline;
  font-weight: bold !important;
}

.arconix-faq-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none !important;
  clear: both;
  border: none !important;
  padding: 10px;
  transition: all 0.2s;
  margin: 0 0 1.55rem 0 !important;
}

.arconix-faq-wrap:hover {
  color: #174e9f;
}

.arconix-faq-wrap:hover:before {
  color: red;
}

.arconix-faq-wrap:before {
  content: "\e409";
  font-family: "Material Icons";
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: 0.35rem;
  margin-left: -1.4rem;
}

.arconix-faq-content.faq-open {
  padding: 1rem 1.5rem 1rem;
  border: 1px solid #eee;
  margin: 2rem 1rem 1rem 1rem !important;
  border-radius: 10px;
  list-style-type: none;
}

.arconix-faq-content.faq-open {
  font-size: 0.85rem;
}

.arconix-faq-wrap th {
  background: #eee;
  min-width: 110px;
}

.arconix-faq-wrap table th,
.arconix-faq-wrap td {
  padding: 0.5rem;
}

.arconix-faq-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

body .arconix-faq-content p:last-child {
  margin: 1rem 0 0 0 !important;
}

/*exhibition*/

/*Woo download*/

.filedown img.wpdm_icon {
  width: 100%;
  max-width: 55px;
}

div#eckb-article-body a {
  color: darkslateblue;
}

div#eckb-article-body a:hover {
  color: #174f9e;
}

h5.dtitle {
  margin: 8px 0 0.25rem;
  font-size: 0.95rem;
}

.filedown {
  margin: 1rem 0;
  padding: 1rem 0;
}

.filedown .material-icons {
  font-size: 30px;
  color: #174e9f;
}

/*リリースノーツ*/

.awesome-changelog .log-items li span {
  margin-right: 10px;
  padding: 0.25rem 0.75rem;
  border-radius: 10px;
  font-size: 11px;
}

ul.log-items pre {
  white-space: break-spaces;
  line-height: 125%;
  font-size: 0.75rem;
  opacity: 0.85;
}

.awesome-changelog .log-items {
  margin: 0;
  padding: 1rem 1.5rem !important;
  margin-top: 10px;
  list-style-type: none !important;
  background: #f8f8f8;
  border: 1px solid #e3e3e3;
}

.acd-check,
.pinterest-for-woocommerce-image-wrapper {
  display: none;
}

.awesome-changelog .log-items li .date {
  background: #ddd;
  display: none;
}

.acd-label {
  background: #fff;
  color: #444;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}

.acd-content {
  /* opacity: 0; */
  transition: 0.25s;
  height: 200px;
  overflow: hidden;
  /* visibility: hidden; */
  -webkit-box-shadow: inset 0px -27px 10px -2px #ffffff;
  box-shadow: inset 0px -27px 10px -2px #ffffff;
}

.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  visibility: visible;
  height: auto !important;
}

.downloadcaution li {
  font-size: 0.68rem !important;
  padding: 0 0rem !important;
  margin: 0 !important;
}

.downloadcaution ul,
.downloadcaution ol {
  padding: 0 1rem !important;
}

.downloadcaution {
  height: 15rem;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 1em;
}

.grid_icon a {
  display: block;
  margin: 0 auto;
}

.grid_icon a img {
  height: 35px;
}

/*ダウンロードのキュッとしたページ*/

.site-main .defaultpage h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.site-main .defaultpage h4 {
  font-size: 1rem;
  line-height: 110%;
  margin: 2.52rem 0 1.52rem 0;
  font-weight: 500;
  padding-left: 0;
  color: #232323;
}

.site-main .softwaredownload h2,
.site-main .defaultpage h2 {
  font-size: 1.7rem;
  padding: 0;
  margin: 1rem 0 1rem 0;
  font-weight: normal;
}

.site-main .softwaredownload h2:after {
  /* background: gainsboro; */
  margin: 0.725rem 0;
  height: 5px;
}

.site-main .softwaredownload h3 {
  margin: 4rem 0 0rem 0;
  margin-left: 0;
  padding: 0rem 0;
  line-height: 3rem;
  color: #454545;
  font-size: 1.25rem;
  font-weight: 700;
}

.site-main .softwaredownload h3:before {
  margin-top: 0.5rem;
  content: "─ ";
}

.site-main .softwaredownload p,
.site-main .softwaredownload li {
  /* font-size: 90%; */
  margin: 1.2rem 0;
}
/*特別アコーディオンスタイル WEA-ファームウェア用*/

.single-dri-fir-upd .site-main .softwaredownload .accordion-container p,
.single-dri-fir-upd .site-main .softwaredownload .accordion-container li {
  margin: 0 !important;
}

.softdl {
  /* background: ghostwhite; */
  margin-top: 1rem !important;
  padding: 2rem 0;
}

.site-main .softwaredownload .w3eden [class*="col-"] {
  padding: 0;
}

.awesome-changelog .version {
  background: #2b9eff;
  padding: 7px 1px;
  font-size: 14px;
  color: #fff;
  border-radius: 0px;
  display: inline-block;
}

.softwaredownload .grid_icon a {
  display: block;
  margin: 0 auto;
}

.site-main aside.softwarez {
  padding: 1rem;
  font-size: 0.85rem;
  margin: 2rem 0 !important;
  background: aliceblue;
}

.site-main .softwarez h3:before {
  display: none;
}

.softwarez p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.85rem !important;
}
.aution h3 {
  font-size: 1rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
.enum td {
  padding: 0.5rem;
  line-height: 120%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

table.enum {
  border-collapse: collapse;
}

.enum li,
.enum ul,
.enum p {
  line-height: 130%;
  margin: 0.2rem 0;
  padding: 0;
}

.enum {
  font-size: 0.85rem;
}

.enum ul {
  margin: 0 1rem !important;
  padding: 0 !important;
}

/* html .single #eckb-article-content #soflist li a {
  font-size: 0.86rem !important;
} */

/*リリースノート*/

.cbxchangelog_note p {
  font-weight: bold !important;
  margin: 0rem !important;
  padding: 0.25rem !important;
  background: ghostwhite;
  border-radius: 5px;
}

/*リリースノート*/

.saboxplugin-wrap .saboxplugin-gravatar {
  padding: 0 20px 160px 20px !important;
}

.woof_term_9 label:before {
  display: inline-block;
  content: "販売終了／在庫なし製品";
  margin-right: 0rem;
  color: #444 !important;
}

.cbxchangelog_release .cbxchangelog_features .cbxchangelog_feature {
  font-size: 0.8rem;
  padding: 0.25rem 0;
  letter-spacing: 0.02rem;
}

.cbxchangelog_feature {
  border-left: 1px solid #ccc;
  padding-left: 1rem !important;
  margin-left: 1.55rem;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.cbxchangelog_date {
  display: inline-block;
  margin-left: 1rem;
  font-size: 11px;
  color: #3e1900;
  background: #f8f8f8;
  padding: 0.1rem 0.75rem;
  position: relative;
  top: -3px;
}

.cbxchangelog_version {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1.25rem;
  display: inline-block;
}

.woof_term_9 label {
  color: #fff !important;
  font-size: 10px;
}

.cbxchangelog_release .cbxchangelog_release_header:before {
  left: calc(61px);
  width: 1px;
}

.cbxchangelog_release {
  margin-top: 3rem;
}

.cbxchangelog_note {
  margin: 0.5rem 0 0.25rem;
  opacity: 0.89;
}

.cbxchangelog_release .cbxchangelog_log-label {
  font-size: 12px;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: #fff !important;
  font-weight: bold;
  margin: 0.5rem 0;
  border-radius: 5px;
}

.cbxchangelog_wrapper {
  margin-top: 1.2578rem;
}

.cbxchangelog_log_label_updated {
  background: limegreen !important;
}

.product-option ul,
.kiku-products ul,
#woof_results_by_ajax ul,
.related ul {
  list-style-type: none;
  padding: 0;
}

.nothumbs ul {
  padding: 0;
  margin: 0;
}

.nothumbs a {
  color: #666;
}

/*********製品ニュースの********/

.support-news table,
.support-news th,
.support-news td {
  border-collapse: collapse;
  border: 2px solid #fff;
  text-align: center;
}

.support-news table {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
}

.support-news th {
  background-color: #d8ecff;
  padding: 8px;
}

.support-news td {
  background-color: #f9f9f9;
  padding: 8px;
}

.support-news tr:nth-child(odd) td {
  background-color: #fff;
}

a.splink {
  background: aliceblue;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #174f9e;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #d8ecff;
  transition: all 0.2s;
}

a.splink:before {
  content: "\e157";
  display: inline-block;
  margin-right: 0.45rem;
  font-family: "Material Icons";
  position: relative;
  font-size: 1.2rem;
  top: 0.2rem;
}

a.splink:hover {
  background: #174f9e;
  color: #fff !important;
}

/*.support-news .scroll-table {
    overflow: auto;
    white-space: nowrap;
}*/

hr {
  width: 30%;
  height: 1rem;
  border: 0;
  margin: 4rem auto;
}

.changelog hr {
  margin: 0 auto;
}

hr:after {
  content: "";
  height: 1px;
  background: #eee;
  display: block;
  width: 40%;
  margin: 0 auto;
}

/*ナレッジ違いですがKIKUSUIナレッジ用*/

.eckb-article-content-last-updated-date-container {
  font-size: 0.8rem;
  color: #888;
}

.eckb-tag-container a {
  color: #1e73be;
}

.eckb-tag-container {
  font-size: 0.85rem;
  margin: 5rem 0 !important;
  display: block;
  border-top: dotted 1px #ddd;
  padding-top: 3rem !important;
}

span.epkb-article-navigation__label {
  display: none !important;
}

#epkb-main-page-container.epkb-basic-template .browse,
#epkb-main-page-container.epkb-basic-template .epkb-show-all-articles {
  color: #555;
  font-size: 0.9em;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 4rem;
}

div#epkb_search_results h3 {
  margin: 1rem !important;
  color: sandybrown;
}

div#epkb_search_results a:hover {
  text-decoration: underline !important;
  color: #444;
}

div#epkb_search_results a {
  font-size: 0.8rem !important;
}

.eckb-category-archive-title h1 {
  background: #b1d5e1 !important;
  padding: 1.5rem !important;
  border-radius: 10px !important;
  font-size: 100% !important;
  margin: 0 0 1rem 0 !important;
}

article.eckb-article-container {
  font-size: 65% !important;
}

#eckb-categories-archive-container-v2 .eckb-category-archive-style-1 .eckb-article-container {
  padding: 0 0 10px 40px !important;
}

.eckb-article-container .eckb-article-title a:hover {
  color: crimson;
}

.eckb-article-container .eckb-article-title a {
  color: #333;
  text-decoration: underline !important;
  padding-bottom: 1rem !important;
  display: block;
}

#eckb-categories-archive-container-v2 .eckb-category-archive-style-1 .eckb-article-container .eckb-article-header .eckb-article-title .eckb-article-title-icon {
  position: absolute;
  top: 0;
  left: -1.5rem;
  font-size: 1rem;
  color: #666;
}

.epkb-sub-category .epkb-sub-sub-category {
  padding-left: 1.25rem !important;
}

/* .boxzilla-container p,
.boxzilla-container img {
    padding: 0!important;
    margin: 0!important;
} */

.boxzilla {
  padding: 0;
  -moz-box-shadow: 0px 0px 65px -13px rgba(128, 128, 128, 0.69);
  -webkit-box-shadow: 0px 0px 65px -13px rgb(128 128 128 / 69%);
  -ms-box-shadow: 0px 0px 65px -13px rgba(128, 128, 128, 0.69);
  box-shadow: 0px 0px 65px -13px rgb(128 128 128 / 69%);
}

a.biglink {
  display: inline-block;
  border: 1px solid;
  padding: 0.85rem 1rem;
  margin: 0 0 0 0.5rem;
}

a.biglink:after {
  content: "\f182";
  display: inline-block;
  margin-left: 0.85rem;
  font-family: "Material Icons";
  font-size: 1rem;
  position: relative;
  top: 0.1rem;
  transform: rotate(45deg);
  color: lightskyblue;
}

a.biglink:hover {
  display: inline-block;
  border: 1px solid;
  padding: 0.85rem 1rem;
  margin: 0 0 0 0.5rem;
  color: #fff !important;
  background: #174f9e;
}
/*2023/12/19 キクスイからのお知らせページや用語集ページなどで過去の投稿に行けなくなっていたためコメントアウトします。
.navigation {
  display: none;
}*/
.is-form-id-138307 .is-search-submit path,
.is-form-id-100179 .is-search-submit path {
  fill: #555 !important;
}
/*書いちゃう*/

/* iCheck plugin Square skin, orange
----------------------------------- 
これいる？20231019*/
/* 
.icheckbox_square-orange,
.iradio_square-orange {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(orange.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-orange {
  background-position: 0 0;
}

.icheckbox_square-orange.hover {
  background-position: -24px 0;
}

.icheckbox_square-orange.checked {
  background-position: -48px 0;
}

.icheckbox_square-orange.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square-orange.checked.disabled {
  background-position: -96px 0;
}

.iradio_square-orange {
  background-position: -120px 0;
}

.iradio_square-orange.hover {
  background-position: -144px 0;
}

.iradio_square-orange.checked {
  background-position: -168px 0;
}

.iradio_square-orange.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square-orange.checked.disabled {
  background-position: -216px 0;
} */

/* HiDPI support */
li.outerlink a:after {
  content: "";
  display: inline-block;
  background: blue;
  width: 12px;
  height: 12px;
  background: url(https://kikusui.co.jp/kiku/wp-content/uploads/2023/06/outerlink-w.png);
  background-size: cover;
  margin: 0 5px;
}
.outerlink a {
  font-size: 14px;
  opacity: 0.8;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-orange,
  .iradio_square-orange {
    background-image: url(orange@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

@media screen and (max-width: 1000px) {
  div#page {
    position: relative;
    margin-top: 55px !important;
  }
  aside.linktohldngs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #kizon2 .opuna .loopstart li {
    width: calc(100% / 2 - 10px);
  }
}
/*spectable 2024*/
.spectable table {
  /* font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; */
  width: max-content;
  border: 1px solid #777;
  border-collapse: collapse;
  min-width: 100%;
  font-size: 0.9rem !important;
}
.single-product .spectable table {
  max-width: 1980px;
}
.spectable table td li,
.spectable table td p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 0.9rem !important;
}
.spectable .ps {
  font-size: 0.75rem !important;
  display: inline-block;
  margin: 0 0.125rem;
  letter-spacing: 0.05rem;
}
.spectable p.ps {
  margin-top: 1rem;
  line-height: 150%;
}
.woocommerce-variations-table th,
.woocommerce-variations-table td,
.spectable td,
.spectable th {
  padding: 0.7rem;
  /* text-align: center; */
  border-collapse: collapse;
  border: 1px solid #777;
  max-width: 47.195rem;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.spectable td,
.spectable tr {
  transition: all 0.3s;
}
.woocommerce-variations-table td:hover,
.woocommerce-variations-table tr:hover,
.spectable td:hover,
.spectable tr:hover {
  background: lightcyan;
}
.spectable th {
  background: rgba(245, 245, 232, 0.634);
  word-wrap: normal;
  white-space: normal;
  font-weight: bold;
}
.spectable table tr:nth-child(1) th a {
  color: #fff !important;
}
.variations-table-header,
.spectable table tr:nth-child(1) th {
  background: #174f9e;
  color: #fafafa;
  text-align: center;
  position: sticky;
  top: 0px;
}
.speclist summary:hover,
.speclist details[open] summary {
  background: rgba(207, 207, 207, 0.18);
  border-radius: 2rem;
}
.spectable {
  transition: all 0.8788s;
  width: calc(100% - 2rem);
  margin: 1rem auto 1.01111rem auto;
  padding: 2rem 0;
  overflow: auto;
  cursor: grab;
}
/*テーブルのコメ＋数字のスタイル20240404*/
span.kome {
  color: rgb(150, 29, 93);
  margin: 0 0.2rem;
}

.speclist details {
  margin: 1rem 0;
}
/* 仕様の▼アイコンを消す */
.speclist summary {
  display: block;
  cursor: pointer;
}

.speclist summary::-webkit-details-marker {
  display: none;
}
/* 仕様アコーディオンオープン・アニメーション */
/* .speclist details[open] summary {
  animation: fadeIn 0.85s ease;
} */

/* 三角ボタン切り替え */
.speclist details[open] summary:before {
  transform: rotate(90deg);
}
.site-main details h3 {
  color: #111;
  padding: 0 1rem !important;
  margin: 0 !important;
  font-size: 1.2rem !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-1px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
.speclist summary:before {
  content: "\e5cc";
  font-family: "Material Icons";
  display: inline-block;
  margin-right: 0.1rem;
  top: 0.1rem;
  position: relative;
  transition: all 0.4s;
  margin-left: 0.88rem;
}
/*stickyでボーダーが消えるのでbeforeで埋める*/
.spectable table tr:nth-child(1) th:before {
  content: " ";
  background: #777;
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
}
/* .spectable tr:nth-child(n + 1) th {
  max-width: 5rem !important;
} */
/* .zinspec .zoomoutspec {
  display: block;
  position: fixed;
  z-index: 99999;
  top: -0.25rem;
  right: 0.7rem;
}
.zinspec .zoominspec {
  display: none;
}
.zoomoutspec {
  display: none;
} */
.speclist {
  font-size: 1rem;
  list-style: none;
}
.speclist td ul {
  margin-left: 1.25rem;
}
.speclist summary {
  font-weight: bold;
  font-size: 1.01rem;
  padding: 0.5rem 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .spectable {
    overflow: auto;
  }
}

/*クリックしたら大きくなるスタイル*/
/* .zinspec {
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999999999;
  box-shadow: 0px 40px 40px 0px #dededeff;
  -webkit-box-shadow: 0px 40px 40px 0px #dededeff;
  -moz-box-shadow: 0px 40px 40px 0px #dededeff;
} */
/* .spectable.zinspec {
  padding: 3rem 1rem 7rem 1rem;
  transition: all 0.8788s;
  width: calc(100% - 2rem);
  height: calc(100vh - 3rem);
  overflow: scroll;
} */
.spectable svg,
.onotherwindow svg {
  width: 1rem;
  fill: #555;
  top: 2.555px;
  position: relative;
  margin-right: 0.25rem;
}
.spectable button {
  border: none;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.7rem;
  background: #777;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  float: right;
}
.spectable button span {
  position: relative;
  top: -2px;
}
nav.breadcrumbs-footer::-webkit-scrollbar {
  /* width: 11px; */
  height: 3px;
  background: #f8f8f8;
}
nav.breadcrumbs-footer::-webkit-scrollbar-thumb {
  background: #888;
}
.vbox-inline::-webkit-scrollbar {
  width: 5px;
}

.vbox-inline::-webkit-scrollbar-track {
  background-color: #ccc;
}

.vbox-inline::-webkit-scrollbar-thumb {
  background-color: #174f9e;
}
a.onotherwindow:hover,
a.zoominspec:hover {
  color: #174f9e;
}
a.onotherwindow,
a.zoominspec {
  background: none;
  padding: 0.35rem 0.2rem;
  border-radius: 10px;
  color: #555 !important;
  margin: 0.5rem 0 0.5rem 1rem;
  font-size: 0.8rem;
  float: right;
  text-decoration: none !important;
  position: relative;
}
a.onotherwindow:after,
a.zoominspec:after {
  content: "";
  position: absolute;
  left: 1.5rem;
  background: #555;
  width: 0;
  height: 1px;
  top: 1.75rem;
  display: block;
  transition: all 0.3s;
}
a.onotherwindow:hover:after,
a.zoominspec:hover:after {
  width: calc(100% - 2.5rem);
}
/********************************/
.wishlist-page-links {
  display: none;
}
.search-results .navigation {
  display: none;
}
.lwa.lwa-kikulogin-inline.pixelbones.lwa-login {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 50px 0;
}
/*top swiper 20241004*/
.ovovo .swiper-slide {
  height: auto;
}

/*旧 アコーディオンスタイル*/
.ac {
  margin-top: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
.ac .ac-header {
  margin: 0;
  padding: 0;
}
.ac .ac-trigger {
  font: bold 16px Arial, sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}
.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}
.ac .ac-trigger:focus {
  color: #8a8a8a;
}
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.ac .ac-panel .ac-text {
  font: 15px/24px Arial, sans-serif;
  color: #111;
  padding: 8px;
  margin: 0;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}
.ac {
  margin-top: 8px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}
.ac .ac-header {
  margin: 0;
  padding: 0;
}
.ac .ac-trigger {
  font: bold 16px Arial, sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 8px 32px 8px 8px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}
.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
}
.ac .ac-trigger:focus {
  color: #8a8a8a;
}
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}
.ac .ac-panel .ac-text {
  font: 15px/24px Arial, sans-serif;
  color: #111;
  padding: 8px;
  margin: 0;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}
.lwa-username.input-field label,
.lwa-password.input-field label {
  display: block;
  color: #444;
  font-size: 12px;
  opacity: 0.6;
  margin-top: 1rem;
}
form.lwa-form [type="text"],
form.lwa-form [type="password"] {
  padding: 1rem;
  width: 100%;
  display: inline-block;
}
input.lwa-rememberme {
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
  position: relative;
  top: 0.15rem;
}
a.lwa-links-remember {
  text-decoration: underline !important;
  text-indent: 0 !important;
}
.ddw input.button-primary {
  margin: 16px 0 8px 0 !important;
}

/*ダウンロード2024*/
.dlimgs img {
  /*max-width: 78px !important;*/
  display: block;
  margin: 0 auto;
}
.dlbutton a.btn {
  color: #fff !important;
  background: #174f9e !important;
  padding: 1rem !important;
  display: block !important;
  text-align: center !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  transition: 0.5s all !important;
  margin: 1rem 0 !important;
  white-space: normal !important;
  line-height: 1.45rem;
}
.dlbutton a.btn:hover {
  background: #4f3ffe !important;
  color: #fff !important;
}
.dltext span {
  font-weight: bold;
  font-size: 1.05rem;
  word-wrap: break-word;
}
.dlgrid {
  /* border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
  padding-top: 1.5em;
  padding-bottom: 3rem !important;
}

.vbox-figlio {
  max-width: 400px;
  height: auto;
  padding: 2rem !important;
}
/* .inddl.btn.btn-primary.btn-xs {
  color: blue !important;
  font-size: 1rem !important;
  text-decoration: underline;
} */
/*ダウンロードのテンプレートになにか異変が20250120*/

/* single, page でダウンロードのスタイルを合わせる20250423 */
.chanto .dltext {
  text-align: left;
}
.w3eden .file-thumb.wpdm-file {
  padding: 0 !important;
  box-shadow: none;
  min-width: 48px;
  max-width: 48px !important;
  width: 48px;
}
.ktab-panel .haaaan .dltext {
  word-break: break-word;
}

@media (min-width: 992px) {
  .w3eden .col-lg-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100％ !important;
  }
}
@media (min-width: 768px) {
  .w3eden .col-md-6 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/*アンケート2025 contact formのデザイン*/

#enquaty input[type="checkbox"],
#enquaty input[type="radio"] {
  display: none !important;
}

#enquaty label {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin: 0.5rem 0.5rem 0.5rem 0;
  font-size: 0.9rem;
}

#enquaty label:has(input[type="checkbox"]:checked),
#enquaty label:has(input[type="radio"]:checked) {
  background-color: #174f9e;
  color: #fff;
}

#enquaty label:hover {
  background-color: #174f9e;
  color: #fff;
}

#enquaty label:before {
  content: "\ef4a";
  color: #454545;
  font-family: "Material Icons";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1rem;
  font-size: 0.8rem;
}

#enquaty label:hover:before {
  color: crimson;
}

#enquaty label:has(input[type="checkbox"]:checked):before {
  color: #fff;
}

#wpcf7-f316291-p122637-o1,
#wpcf7-f316291-p122637-o2,
.enquuu {
  background: #cfe3ec;
  max-width: 1024px;
  padding: 1.5rem;
  margin: 1.5rem auto;
  border-radius: 1rem;
  display: block;
}

/* #enquaty .cfstep {
  display: none !important;
}
#enquaty .cfstep:nth-child(1) {
  display: block !important;
} */

#enquaty h2 {
  font-size: 1.2rem;
  margin: 0 !important;
  padding: 0;
  color: #507299;
  padding: 0 1rem !important;
}

enquaty p {
  margin: 0 !important;
  font-size: 0.92rem !important;
  color: #507299;
  padding: 0 1rem !important;
}

#enquaty .ff-el-input--label p::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #507299;
  margin-top: 0.5rem;
}

#enquaty .ff-el-input--label p {
  font-size: 1rem !important;
  color: #507299 !important;
  padding: 1rem !important;
  margin-bottom: 1rem !important;
}

#enquaty p {
  font-size: 0.92rem !important;
  color: #555 !important;
  padding: 0 1rem !important;
  margin: 0.5rem 0 !important;
}

.wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
}

.ff-btn.ff-btn-prev {
  color: #507299;
  background: 0 0;
  border: 1px solid #507299;
  border-radius: 6px;
  margin: 1.5rem 1.5rem 0 0;
  padding: 1rem 1.2rem;
  cursor: pointer;
}

.ff-btn.ff-btn-next {
  background: #174f9e;
  color: #fff;
  border: 1px solid #174f9e;
  border-radius: 6px;
  margin: 1.5rem 0 0 0;
  padding: 1rem 1.2rem;
  cursor: pointer;
}
.wpcf7-form-control.wpcf7-textarea.last-question {
  width: calc(100% - 3rem);
  border-radius: 10px;
  border: none;
  min-height: 180px;
  padding: 1.5rem;
}
#enquaty h3 {
  margin: 0;
  margin-left: 0px;
  font-size: 1.4rem;
  padding: 0 1rem;
  font-weight: bold;
  color: #174f9e;
}
.wpcf7-submit {
  display: inline-block !important;
  width: 50% !important;
  text-align: center !important;
  height: 3rem !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 2rem !important;
  text-align: center;
  background: #cfe3ec !important;
  border-radius: 1rem !important;
  border: none !important;
}
.close-btn {
  background: none;
  border: 1px solid #507299;
  padding: 0.5rem 1rem !important;
  color: #507299;
  border-radius: 1rem;
}
.close-btn::before {
  content: "×";
  display: inline-block;
  margin-right: 0.6rem;
  font-size: 1rem;
}
.wpcf7-response-output::after {
  content: "お客様の貴重なご意見は製品やサービス向上に役立ててまいります。";
  display: block;
  margin-top: 0.4rem;
}
/*toc*/
.toc_list li {
  display: inline-block !important;
}
.toc_list li a {
  color: #555;
  text-decoration: none;
  border: 0.5px solid #999;
  border-radius: 3rem;
  padding: 0rem 1.5rem;
  margin-right: 1rem;
  font-size: 0.8rem;
}

.toc-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin:0 auto;
}

#toc_container {
  padding-bottom: 0.2rem;
  background: #fff;
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 0rem;
  -ms-overflow-style: none !important; /* Edge/IEでスクロールバー非表示 */
  scrollbar-width: none !important; /* Firefoxでスクロールバー非表示 */
}

#toc_container::-webkit-scrollbar {
  display: none !important; /* Chrome/Safariでスクロールバー非表示 */
}

.toc_list {
  position: sticky;
  white-space: nowrap;
  padding: 2.2rem 0 2rem 2rem;
  margin: 0;
  display: inline-block;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: darkgray;
  color: #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5rem;
  z-index: 10;
  height: 2rem;
  width: 2rem;
  box-shadow: 25px 0px 0px 30px rgb(255, 255, 255);
  -webkit-box-shadow: 25px 0px 0px 30px rgb(255, 255, 255);
  -moz-box-shadow: 25px 0px 0px 30px rgb(255, 255, 255);
}
/* #tab-header {
  box-shadow: 0px -2px 0px 30px rgb(255, 255, 255);
  -webkit-box-shadow: 0px -2px 0px 30px rgb(255, 255, 255);
  -moz-box-shadow: 0px -2px 0px 30px rgb(255, 255, 255);
} */
.scroll-btn.left {
  left: 0;
}
.scroll-btn.right {
  right: 0;
}

.scroll-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
/*grok*/

.site-main .new2025page h3 {
  font-size: 1.6rem;
  color: #333 !important;
  font-weight: 400;
  position: relative;
  margin-top: 5rem;
}
.site-main .new2025page h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #454545;
  margin: 0 !important;
}
.site-main .new2025page h4::after {
  display: none !important;
}
.site-main .new2025page p {
  margin: 0.5rem 0 2.7rem 0 !important;
}
.site-main .new2025page h2 {
  font-size: 1.82rem !important;
}
.site-main .new2025page h3::before {
  display: inline-block;
  content: "●";
  color: #174f9e;
  position: absolute;
  left: -2rem;
  font-size: 1rem;
}
.cbxchangelog_release_inner {
    margin-bottom: 6rem;
}
.archive-link a:hover {
  color: red!important;
}
.archive-link a:hover svg {
  fill: #174f9e;
}
.archive-link a {
  background: #fff;
  display: inline-block; /* 幅をコンテンツに合わせる */
  min-width: 20px;
  padding: 0.2rem 0.2rem 0 0.1rem;
  color: darkgray !important;
  font-size: 0.8rem;
  transition: 0.2s all;
  white-space: nowrap; /* リンク全体が改行しないようにする */
}
nav.archive-link {
  display: block;
  /* width: 100%; */
  position: relative;
  margin: 0.5rem 1.5rem 3rem;
}
.archive-link span {
  display: inline-block;
  white-space: nowrap; /* テキストが改行しないようにする */
}
.archive-link svg {
  fill: darkgray;
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
#page .kobushi .dlptext h3 {
  color: #174f9a !important;
  font-size: 1.25rem !important;
  margin: 2rem 0 1.5rem 0 !important;
  padding: 0 !important;
  opacity: 0.85;
}
.kobushi .dlptext p,
.kobushi .dlptext li {
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.9;
  font-size: 0.98rem;
  display: inline;
}
.kobushi .dlptext ul {
  padding-left: 0;
}
.kobushi .dlpbutton a:hover:after {
  width: 100%;
}
.kobushi .dlpbutton a:after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  height: 100%;
  background: #174f9e;
  top: 0;
  left: 0;
  transition: 0.3s all;
  z-index: -1;
}
.kobushi .dlpbutton a {
  display: block;
  border: 1px solid #777;
  text-align: center;
  padding: 1.8rem 1rem;
  color: #333;
  font-weight: bold;
  transition: 0.3s all;
  position: relative;
  z-index: 5;
  font-size: 1rem;
}
.kobushi .dlpbutton a:hover {
  color: #fff;
}
.dlptext {
  margin-bottom: 5rem;
}
.dlpbutton {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .dlpbutton {
    margin-bottom: 5rem;
  }
  .dlptext {
    margin-bottom: 1rem;
  }
}
