.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-3758ffe:#606060;--e-global-color-998ede6:#E6E6E6;--e-global-color-1aa6f72:#F6F6F6;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-5 a{text-decoration:none;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{text-decoration:none;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-ui-color:#FFFFFF;--lightbox-header-icons-size:40px;--lightbox-navigation-icons-size:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Red+Rose:wght@500&display=swap');

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.elementor-lightbox .elementor-lightbox-item {
  padding: 0px !important;
}

.trp-language-switcher > div {
  box-sizing: border-box;
  padding: 3px 20px 3px 5px;
  border: 0px solid #ffffff;
  border-radius: 3px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  background-color: #fff;
}

ol, ul {
  margin: 0px;
}

li {
  float: left;
  margin-left: 40px;
}

.post-navigation {
  display: none;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}

.ast-grid-common-col {
  position: relative;
  min-height: 1px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.highlight {
  color: red;
  font-weight: bold;
  float: left;
  margin-right: 10px;
}

/* BODY KITタブ */
@media (max-width: 767px) {
  .e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
    display: flex;
    flex-wrap: wrap !important;
  }

  .elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
    display: none;
  }

  .elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
    display: none;
  }

  div.e-collapse:nth-child(1) {
    display: none !important;
  }

  #tabs-services {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
  }

  #tabs-services .tab-title {
    width: auto;
    flex: 0 0 auto;
  }

  .e-n-tab-title {
    flex-shrink: 0;
    max-width: 200px;
    flex-basis: auto;
  }

  .elementor-element {
    --n-tabs-title-gap: 0px !important;
  }

  .elementor-element {
    --widgets-spacing: 10px 10px;
  }

  .elementor-widget-n-tabs {
    --n-tabs-gap: 0px !important;
  }

  .blinking-menu a {
    animation: blinkAnimation 1s infinite;
    color: #ff0000 !important;
    font-weight: bold;
  }
}

@keyframes blinkAnimation {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* BODY KIT GeoIP 切り替え */
body.geoip-country-JP .show-global{
  display:none !important;
}

body.geoip-country-JP .show-jp{
  display:flex !important;
}

body:not(.geoip-country-JP) .show-jp{
  display:none !important;
}

body:not(.geoip-country-JP) .show-global{
  display:flex !important;
}/* End custom CSS */