@charset "utf-8";
/*
Theme Name:Jet CMS Child
Text Domain:Jet-CMS-child
Description:Jet CMS の子テーマ
Author:JetB株式会社
Template:Jet-CMS
*/
@media (max-width: 781px) {
  .wp-block-columns.smart-gap .wp-block-heading {
    margin: 0 !important;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .entry-content p {
    margin: 4px 0 !important;
    line-height: 1.35 !important;
  }
}
@media screen and (max-width: 767px) {
  .faq-link-wrap > * {
    margin-bottom: 6px !important;
  }
}
/* FAQ ★リンク：スマホでは縦並びに戻す */
@media screen and (max-width: 767px) {

  .faq-link-wrap {
    display: flex !important;
    flex-direction: column !important;
  }

  .faq-link-wrap > * {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-text-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* 768px以上：スクロールさせない */
@media screen and (min-width: 769px) {
  .flexible-table {
    overflow-x: visible;
  }
}

/* 768px以下：横スクロール */
@media screen and (max-width: 768px) {
  .flexible-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.tight-top {
  margin-top: 0 !important;
}
.dark-hover-wrap {
  position: relative;
}

.dark-hover-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.25s ease;
  z-index: 2;
  pointer-events: none;
}

.dark-hover-wrap:hover::before {
  background: rgba(0,0,0,0.15);
}

