/*CUSTOM ADD CSS*/

.custom-h1 {
  font-size: 16px !important;
  color: #fff !important;
}

.custom-h1 span {
  font-size: 16px !important;
  color: #fff !important;
}


.custom-h2 {

  font-size: 16px !important;
  color: #fff !important;

}


.custom-h3 {

  font-size: 14px !important;
  color: #808080;

}

.custom-h4 {

  font-size: 16px !important;
  color: #fff !important;
}

.custom-h4 span{

  font-size: 20px !important;
  color: #fff !important;
display: inline-block;
  white-space: normal; /* 自動改行ON */
  word-break: break-word; /* 単語途中でも改行許可 */
margin-top: 5px;
}


.heading-group {
  display: block; /* 強制的に縦並びに */
}




.mid-title {
  background-color: #FFF0F5;
  height: 80px; /* 高さを指定（お好みで） */
  border-radius: 8px;
  margin-bottom: 30px;

}



.widget-subtitle {
    background-color: #f0f0f0;
    /* height: 30px; */
    border-radius: 6px;
    margin: 15px 0 20px 0;
    padding: 5px 0 5px 5px;
    font-size: 1.1em;

}


.productstitle {
    background-color: #f7f7f7;
    border-left: 3px solid #14b1bb;
    padding: 25px 32px;
    margin: 0 0 30px;
    font-size: 20px; /* h2に合うように少し大きめに調整 */
    font-weight: 700;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}

.productssubtitle {
    font-size: 18px;
    font-weight: 500;
    color: #14b1bb;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 5px;
    border-left: 3px solid #14b1bb;
}





/* 基本のボックススタイル */
.product-info-box {
  border: 2px solid #f274c2;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFF9;
  color: #333;
  margin: 55px auto 40px;
}

/* カラーバリエーション */
.product-info-box.mint {
  border-color: #00b5a6;
}
.product-info-box.blue {
  border-color: #0d4da1;
}
.product-info-box.purple {
  border-color: #a5247a;
}
.product-info-box.orange {
  border-color: #F58220;
}

/* ラベル共通スタイル */
.label-main {
  background-color: #f274c2;
  color: #fff;
  padding: 10px 20px;
  border: 3px double #fff;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

/* ラベル色バリエーション */
.label-main.mint {
  background-color: #00b5a6;
}
.label-main.blue {
  background-color: #0d4da1;
}
.label-main.purple {
  background-color: #a5247a;
}
.label-main.orange {
  background-color: #F58220;
}

.label-icon-img {
  height: 28px;
  vertical-align: middle;
  margin-left: 5px;
}



/*
.product-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 25px 0;
}

.product-images img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  object-fit: cover;
}

*/

.product-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 25px 0;
}

.product-item {
  text-align: center;
}

.product-item img {
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 5px;
  object-fit: cover;
}

.product-item span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}


.info-box {
  display: flex;
  align-items: flex-start;
  border: 2px solid #0d4da1;
  background-color: #f5f9ff;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 30px 0;
  gap: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.info-icon {

  width: 40px;
  height: 40px;
  min-width: 40px;
/*
  border: 2px solid #0d4da1;

  border-radius: 50%;
  color: #0d4da1;
*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;

}

.info-text {
  font-size: 14px;
  color: #333;
margin: 10px 0 0 0;
}

.info-text p {
  margin: 0 0 8px;
}


.caution-box {
  display: flex;
  align-items: flex-start;
  border: 2px solid #d9534f; /* 赤っぽい注意カラー */
  background-color: #fff3f3;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 30px 0;
  gap: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.caution-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
/*
  border: 2px solid #d9534f;
  border-radius: 50%;
*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.caution-text {
  font-size: 14px;
  color: #a94442;
    margin: 10px 0 0 0;
}

.caution-text p {
  margin: 0;
}

.label-icon-img {
  height: 40px;
  vertical-align: middle;
}



.warranty-wrapper {
  text-align: center; /* 中央揃え */
  margin: 30px 0;
}

.warranty-box {
  background-color: #fff200;
  color: #000;
  border: 2px solid red;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block; /* 中央寄せのために必要 */
  line-height: 1.6;
}

.warranty-highlight {
  color: red;
  text-decoration: underline;
}







.product-header{
margin: -45px 0 0 0;
}

.product_icon{
margin: 0px 0px 20px 0px;
}


/*リンク時に100pxあける*/

.anchor-offset {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}


/*製品Pカード*/

.card_link_wrap {
  display: block;
  color: inherit;
}

.all_feature_color {
  background-color: #005bac;
  color: white;
  transition: 0.3s;
}

.all_feature_color:hover {
  background-color: #004a93;
}




/* =========================================================
   助成金制度ページ
========================================================= */

.subsidy-page-area {
  padding: 0 0 85px;
  background: #f4f6f9;
}

/* 上部見出し */
.subsidy-main-title {
  padding: 92px 20px 48px;
  margin: 0;
  background: #f4f6f9;
}

.subsidy-main-title .witr_section_title_inner h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.subsidy-main-title .witr_section_title_inner h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.subsidy-page-area .service_top {
  margin-top: 0;
}

/* 導入文 */
.subsidy-lead-panel {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.subsidy-lead-title {
  margin-bottom: 16px;
}

.subsidy-lead-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.subsidy-lead-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.subsidy-lead-panel p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 8px;
}

.subsidy-lead-panel p:last-child {
  margin-bottom: 0;
}

/* 2カラム */
.subsidy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}

/* 制度カード */
.subsidy-simple-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 34px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* タイトル：左線＋青文字 */
.subsidy-section-title {
  margin-bottom: 22px;
}

.subsidy-section-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #4b64e8;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.subsidy-section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 4px);
  background: #4b64e8;
  border-radius: 2px;
}

/* リスト */
.subsidy-simple-list {
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

.subsidy-simple-list li {
  position: relative;
  padding: 11px 0 11px 28px;
  border-bottom: 1px solid #eef1f5;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.subsidy-simple-list li:first-child {
  border-top: 1px solid #eef1f5;
}

.subsidy-simple-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 2px;
  top: 13px;
  color: #14b1bb;
  font-size: 13px;
}

/* 小さい注意 */
.subsidy-small-note {
  background: #fff8e6;
  border-left: 4px solid #ffb400;
  border-radius: 8px;
  padding: 13px 15px;
}

.subsidy-small-note p {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* 注意案内 */
.subsidy-notice-panel {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #eef9fa;
  border: 1px solid #cdeff1;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 28px;
}

.subsidy-notice-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.subsidy-notice-text h3 {
  color: #111;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
}

.subsidy-notice-text p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* お問い合わせ：グラデーションCTA */
.subsidy-contact-box {
  margin-top: 45px;
}

.subsidy-contact-inner {
  text-align: center;
  background: linear-gradient(135deg, #185ba8 0%, #14b1bb 100%);
  border-radius: 24px;
  padding: 48px 35px;
  color: #fff;
  box-shadow: 0 12px 34px rgba(24, 91, 168, 0.25);
}

.subsidy-contact-inner h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}

.subsidy-contact-inner p {
  color: #fff;
  line-height: 1.9;
  margin-bottom: 25px;
}

.subsidy-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.subsidy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s;
}

.subsidy-btn-tel {
  background: #fff;
  color: #185ba8;
}

.subsidy-btn-mail {
  background: #ffb400;
  color: #191919;
}

.subsidy-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.subsidy-address {
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 0 !important;
}

/* タブレット */
@media (max-width: 991px) {
  .subsidy-grid {
    grid-template-columns: 1fr;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .subsidy-page-area {
    padding: 0 0 60px;
  }

  .subsidy-main-title {
    padding: 62px 15px 38px;
  }

  .subsidy-main-title .witr_section_title_inner h2 {
    font-size: 26px;
  }

  .subsidy-main-title .witr_section_title_inner h3 {
    font-size: 14px;
  }

  .subsidy-lead-panel,
  .subsidy-simple-card,
  .subsidy-notice-panel {
    padding: 24px 20px;
  }

  .subsidy-lead-title h3 {
    font-size: 21px;
  }

  .subsidy-lead-panel p {
    font-size: 15px;
    text-align: left;
  }

  .subsidy-section-title h3 {
    font-size: 18px;
    padding-left: 12px;
  }

  .subsidy-simple-list li {
    font-size: 15px;
  }

  .subsidy-notice-panel {
    display: block;
  }

  .subsidy-notice-icon {
    margin-bottom: 12px;
  }

  .subsidy-contact-inner {
    padding: 38px 22px;
  }

  .subsidy-contact-inner h3 {
    font-size: 23px;
  }

  .subsidy-contact-buttons {
    display: block;
  }

  .subsidy-btn {
    width: 100%;
    min-width: auto;
    margin-bottom: 10px;
  }

  .subsidy-btn:last-child {
    margin-bottom: 0;
  }
}



/* =========================================================
   お問い合わせページ
========================================================= */

.contact-page-area {
  padding: 0 0 85px;
  background: #f4f6f9;
}

/* 上部見出し */
.contact-main-title {
  padding: 92px 20px 48px;
  margin: 0;
  background: #f4f6f9;
}

.contact-main-title .witr_section_title_inner h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.contact-main-title .witr_section_title_inner h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.contact-page-area .service_top {
  margin-top: 0;
}

/* 導入文 */
.contact-lead-panel {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.contact-lead-title {
  margin-bottom: 16px;
}

.contact-lead-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.contact-lead-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.contact-lead-panel p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 8px;
}

.contact-lead-panel p:last-child {
  margin-bottom: 0;
}

/* 電話CTA：助成金ページCTA流用 */
.contact-tel-cta {
  margin-top: 0;
  margin-bottom: 28px;
}

.contact-tel-cta .subsidy-contact-inner {
  padding: 42px 35px;
}

.contact-tel-cta .subsidy-contact-inner h3 {
  font-size: 28px;
}

.contact-tel-cta .subsidy-contact-inner p {
  margin-bottom: 22px;
}

.contact-tel-cta .subsidy-contact-buttons {
  margin-bottom: 18px;
}

.contact-tel-cta .subsidy-btn-tel {
  min-width: 260px;
  font-size: 20px;
  letter-spacing: 0.03em;
}

/* 注意案内 */
.contact-notice-panel {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #eef9fa;
  border: 1px solid #cdeff1;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 28px;
}

.contact-notice-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.contact-notice-text h3 {
  color: #111;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
}

.contact-notice-text p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* フォーム本体 */
.contact-form-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  margin-bottom: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.contact-section-title {
  margin-bottom: 28px;
}

.contact-section-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #4b64e8;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.contact-section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 4px);
  background: #4b64e8;
  border-radius: 2px;
}

/* 2カラム入力 */
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.contact-form-group {
  margin-bottom: 22px;
}

.contact-form-group label {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 9px;
}

.contact-form-group label span {
  display: inline-block;
  background: #ffb400;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 6px;
}

.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
  width: 100%;
  border: 1px solid #dfe7ef;
  background: #f8fbff;
  border-radius: 10px;
  padding: 14px 15px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  outline: none;
  transition: 0.25s;
}

.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus {
  background: #fff;
  border-color: #14b1bb;
  box-shadow: 0 0 0 3px rgba(20, 177, 187, 0.12);
}

.contact-form-group textarea {
  resize: vertical;
  min-height: 180px;
}

/* 送信ボタン */
.contact-submit-area {
  text-align: center;
  margin-top: 30px;
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 260px;
  border: none;
  border-radius: 999px;
  background: #185ba8;
  color: #fff;
  padding: 16px 34px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.3s;
}

.contact-submit-btn:hover {
  background: #14b1bb;
  transform: translateY(-2px);
}

/* タブレット */
@media (max-width: 991px) {
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .contact-page-area {
    padding: 0 0 60px;
  }

  .contact-main-title {
    padding: 62px 15px 38px;
  }

  .contact-main-title .witr_section_title_inner h2 {
    font-size: 26px;
  }

  .contact-main-title .witr_section_title_inner h3 {
    font-size: 14px;
  }

  .contact-lead-panel,
  .contact-notice-panel,
  .contact-form-panel {
    padding: 24px 20px;
  }

  .contact-lead-title h3 {
    font-size: 21px;
  }

  .contact-lead-panel p {
    font-size: 15px;
    text-align: left;
  }

  .contact-tel-cta .subsidy-contact-inner {
    padding: 38px 22px;
  }

  .contact-tel-cta .subsidy-contact-inner h3 {
    font-size: 23px;
  }

  .contact-tel-cta .subsidy-btn-tel {
    width: 100%;
    min-width: auto;
    font-size: 18px;
  }

  .contact-notice-panel {
    display: block;
  }

  .contact-notice-icon {
    margin-bottom: 12px;
  }

  .contact-section-title h3 {
    font-size: 20px;
    padding-left: 12px;
  }

  .contact-form-group input,
  .contact-form-group select,
  .contact-form-group textarea {
    font-size: 15px;
  }

  .contact-submit-btn {
    width: 100%;
    min-width: auto;
  }
}



/* =========================================================
   会社概要ページ
========================================================= */

.company-page-area {
  padding: 0 0 85px;
  background: #f4f6f9;
}

/* 上部見出し */
.company-main-title {
  padding: 92px 20px 48px;
  margin: 0;
  background: #f4f6f9;
}

.company-main-title .witr_section_title_inner h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.company-main-title .witr_section_title_inner h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.company-page-area .service_top {
  margin-top: 0;
}

/* ごあいさつ */
.company-greeting-panel {
  background: #fff;
  border-radius: 14px;
  padding: 40px 42px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.company-lead-title {
  margin-bottom: 24px;
}

.company-lead-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.company-lead-title h3 {
  color: #111;
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}

.company-message {
  max-width: 980px;
}

.company-message p {
  color: #444;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 14px;
}

.company-message p:last-child {
  margin-bottom: 0;
}

.company-representative {
  text-align: right;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #eef1f5;
}

.company-representative p {
  color: #111;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 6px;
}

.company-representative p:last-child {
  font-size: 22px;
  font-weight: 800;
}

.company-representative span {
  font-size: 15px;
  font-weight: 700;
  color: #555;
  margin-right: 12px;
}

/* 共通タイトル */
.company-section-title {
  margin-bottom: 28px;
}

.company-section-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #4b64e8;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.company-section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 4px);
  background: #4b64e8;
  border-radius: 2px;
}

/* 会社の理念 */
.company-policy-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.company-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.company-policy-card {
  background: #f8fbff;
  border: 1px solid #e2edf7;
  border-radius: 14px;
  padding: 24px 22px;
}

.company-policy-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 14px;
}

.company-policy-card h4 {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
}

.company-policy-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* 会社概要テーブル */
.company-profile-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.company-table-wrap {
  overflow-x: auto;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.company-table th,
.company-table td {
  border-bottom: 1px solid #e8eef5;
  padding: 18px 20px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}

.company-table th {
  width: 280px;
  background: #f8fbff;
  color: #185ba8;
  font-weight: 800;
  text-align: left;
}

.company-table td {
  color: #333;
}

.company-table td a {
  color: #185ba8;
  font-weight: 800;
}

.company-business-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.company-business-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
}

.company-business-list li:last-child {
  margin-bottom: 0;
}

.company-business-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
}

/* CTA微調整 */
.company-contact-box {
  margin-top: 45px;
}

/* タブレット */
@media (max-width: 991px) {
  .company-policy-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .company-page-area {
    padding: 0 0 60px;
  }

  .company-main-title {
    padding: 62px 15px 38px;
  }

  .company-main-title .witr_section_title_inner h2 {
    font-size: 26px;
  }

  .company-main-title .witr_section_title_inner h3 {
    font-size: 14px;
  }

  .company-greeting-panel,
  .company-policy-panel,
  .company-profile-panel {
    padding: 24px 20px;
  }

  .company-lead-title h3 {
    font-size: 22px;
  }

  .company-message p {
    font-size: 15px;
    line-height: 1.9;
  }

  .company-representative {
    text-align: left;
  }

  .company-representative p:last-child {
    font-size: 20px;
  }

  .company-section-title h3 {
    font-size: 20px;
    padding-left: 12px;
  }

  .company-policy-grid {
    grid-template-columns: 1fr;
  }

  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  .company-table th {
    border-bottom: none;
  }

  .company-table td {
    border-bottom: 1px solid #e8eef5;
  }
}




/* =========================================================
   求人募集ページ
========================================================= */

.recruit-page-area {
  padding: 0 0 85px;
  background: #f4f6f9;
}

/* 上部見出し */
.recruit-main-title {
  padding: 92px 20px 48px;
  margin: 0;
  background: #f4f6f9;
}

.recruit-main-title .witr_section_title_inner h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.recruit-main-title .witr_section_title_inner h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.recruit-page-area .service_top {
  margin-top: 0;
}

/* 準備中パネル */
.recruit-coming-soon-panel {
  display: flex;
  align-items: center;
  gap: 26px;
  background: #fff;
  border-radius: 18px;
  padding: 46px 48px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.recruit-coming-icon {
  width: 82px;
  height: 82px;
  min-width: 82px;
  border-radius: 50%;
  background: linear-gradient(135deg, #185ba8 0%, #14b1bb 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.recruit-coming-text span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.recruit-coming-text h3 {
  color: #111;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 14px;
}

.recruit-coming-text p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

/* 注意案内 */
.recruit-notice-panel {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #eef9fa;
  border: 1px solid #cdeff1;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 28px;
}

.recruit-notice-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.recruit-notice-text h3 {
  color: #111;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
}

.recruit-notice-text p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* CTA微調整 */
.recruit-contact-box {
  margin-top: 45px;
}

/* =========================================================
   求人募集ページ：募集開始後に使うベースCSS
========================================================= */

/* 導入文 */
.recruit-lead-panel {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.recruit-lead-title {
  margin-bottom: 16px;
}

.recruit-lead-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.recruit-lead-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.recruit-lead-panel p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 8px;
}

.recruit-lead-panel p:last-child {
  margin-bottom: 0;
}

/* 共通タイトル */
.recruit-section-title {
  margin-bottom: 28px;
}

.recruit-section-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #4b64e8;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.recruit-section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 4px);
  background: #4b64e8;
  border-radius: 2px;
}

/* 募集要項 */
.recruit-info-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.recruit-table-wrap {
  overflow-x: auto;
}

.recruit-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.recruit-table th,
.recruit-table td {
  border-bottom: 1px solid #e8eef5;
  padding: 18px 20px;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}

.recruit-table th {
  width: 220px;
  background: #f8fbff;
  color: #185ba8;
  font-weight: 800;
  text-align: left;
}

.recruit-table td {
  color: #333;
}

/* ・リスト */
.recruit-dot-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.recruit-dot-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
}

.recruit-dot-list li:last-child {
  margin-bottom: 0;
}

.recruit-dot-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
}

/* 応募の流れ */
.recruit-flow-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.recruit-flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.recruit-flow-item {
  background: #f8fbff;
  border: 1px solid #e2edf7;
  border-radius: 14px;
  padding: 24px 22px;
}

.recruit-flow-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 14px;
}

.recruit-flow-body h4 {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}

.recruit-flow-body p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* タブレット */
@media (max-width: 991px) {
  .recruit-flow-list {
    grid-template-columns: 1fr;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .recruit-page-area {
    padding: 0 0 60px;
  }

  .recruit-main-title {
    padding: 62px 15px 38px;
  }

  .recruit-main-title .witr_section_title_inner h2 {
    font-size: 26px;
  }

  .recruit-main-title .witr_section_title_inner h3 {
    font-size: 14px;
  }

  .recruit-coming-soon-panel {
    display: block;
    padding: 30px 24px;
  }

  .recruit-coming-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    font-size: 26px;
    margin-bottom: 18px;
  }

  .recruit-coming-text h3 {
    font-size: 23px;
  }

  .recruit-coming-text p {
    font-size: 15px;
    text-align: left;
  }

  .recruit-notice-panel {
    display: block;
    padding: 24px 20px;
  }

  .recruit-notice-icon {
    margin-bottom: 12px;
  }

  .recruit-lead-panel,
  .recruit-info-panel,
  .recruit-flow-panel {
    padding: 24px 20px;
  }

  .recruit-lead-title h3 {
    font-size: 21px;
  }

  .recruit-lead-panel p {
    font-size: 15px;
    text-align: left;
  }

  .recruit-section-title h3 {
    font-size: 20px;
    padding-left: 12px;
  }

  .recruit-table th,
  .recruit-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  .recruit-table th {
    border-bottom: none;
  }

  .recruit-table td {
    border-bottom: 1px solid #e8eef5;
  }
}



/* =========================================================
   症状別お助け診断ページ
========================================================= */

.symptom-page-area {
  padding: 0 0 85px;
  background: #f4f6f9;
}

/* 上部見出し */
.symptom-main-title {
  padding: 92px 20px 48px;
  margin: 0;
  background: #f4f6f9;
}

.symptom-main-title .witr_section_title_inner h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.symptom-main-title .witr_section_title_inner h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.symptom-page-area .service_top {
  margin-top: 0;
}

/* 導入文 */
.symptom-lead-panel {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.symptom-lead-title {
  margin-bottom: 16px;
}

.symptom-lead-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.symptom-lead-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.symptom-lead-panel p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 8px;
}

.symptom-lead-panel p:last-child {
  margin-bottom: 0;
}

/* 診断パネル */
.symptom-checker-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.symptom-section-title {
  margin-bottom: 28px;
}

.symptom-section-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #4b64e8;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.symptom-section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 4px);
  background: #4b64e8;
  border-radius: 2px;
}

/* 診断エリア */
.symptom-checker-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 10px;
}

.symptom-intro {
  margin-bottom: 24px;
}

.symptom-intro .lead-text {
  font-size: 17px;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

.symptom-stage {
  display: flex;
  justify-content: center;
}

.symptom-figure-area {
  width: 100%;
  max-width: 980px;
}

.symptom-human {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
}

.symptom-human-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
  background: #fff;
}

/* 人体ホットスポット */
.symptom-hotspot {
  position: absolute;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 3;
}

.symptom-hotspot:focus {
  outline: none;
}

.hotspot-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(20, 177, 187, 0.20);
  border: 2px solid rgba(20, 177, 187, 0.85);
  transition: .25s ease;
}

.hotspot-name {
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
  background: #14b1bb;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 12px;
  border-radius: 999px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
  box-shadow: 0 8px 18px rgba(20, 177, 187, 0.18);
}

.hotspot-name:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #14b1bb transparent transparent transparent;
}

.symptom-hotspot:hover .hotspot-name,
.symptom-hotspot:focus .hotspot-name,
.symptom-hotspot.is-active .hotspot-name {
  opacity: 1;
  visibility: visible;
}

.symptom-hotspot:hover .hotspot-ring,
.symptom-hotspot:focus .hotspot-ring {
  background: rgba(20, 177, 187, 0.30);
  transform: scale(1.04);
}

.symptom-hotspot.is-active .hotspot-ring {
  background: rgba(255, 180, 0, 0.28);
  border-color: rgba(255, 180, 0, 0.95);
  box-shadow: 0 0 0 6px rgba(255, 180, 0, 0.13);
}

.symptom-hotspot.is-active .hotspot-name {
  background: #ffb400;
  color: #111;
}

.symptom-hotspot.is-active .hotspot-name:after {
  border-color: #ffb400 transparent transparent transparent;
}

/* 各部位位置 PC */
.hotspot-right-hand {
  top: 27%;
  right: 63%;
  width: 14%;
  height: 24%;
}

.hotspot-left-hand {
  top: 27%;
  left: 63%;
  width: 14%;
  height: 24%;
}

.hotspot-right-foot {
  top: 68%;
  right: 50%;
  width: 15%;
  height: 20%;
}

.hotspot-both-legs {
  top: 53%;
  left: 30%;
  width: 40%;
  height: 13%;
}

.hotspot-right-hand .hotspot-ring,
.hotspot-left-hand .hotspot-ring {
  border-radius: 30px;
}

.hotspot-right-foot .hotspot-ring {
  border-radius: 26px;
}

.hotspot-both-legs .hotspot-ring {
  border-radius: 26px;
}

/* ポップアップ */
.symptom-popup {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  max-width: 500px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(20, 177, 187, 0.20);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .25s ease;
}

.symptom-popup.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.symptom-popup-inner {
  padding: 24px 20px 18px;
}

.symptom-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f7fa;
  color: #333;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.symptom-popup-close:hover {
  background: #e8eef3;
}

.symptom-popup-head {
  margin-bottom: 14px;
}

.symptom-popup-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: #185ba8;
  background: #eef9fa;
  border-radius: 999px;
  padding: 6px 10px;
  margin-bottom: 10px;
}

.symptom-popup-title {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
}

.symptom-popup-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.symptom-popup-list {
  display: grid;
  gap: 12px;
}

.symptom-popup-item {
  display: block;
  text-decoration: none !important;
  background: #f8fbff;
  border: 1px solid #dcecff;
  border-radius: 14px;
  padding: 14px 14px 12px;
  transition: .2s ease;
}

.symptom-popup-item:hover {
  background: #eef9fa;
  transform: translateY(-1px);
}

.symptom-popup-item-title {
  display: block;
  font-size: 17px;
  font-weight: 800;
  color: #185ba8;
  margin-bottom: 6px;
}

.symptom-popup-item-text {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.symptom-popup-empty {
  text-align: center;
  color: #888;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 16px;
}

/* 注意案内 */
.symptom-notice-panel {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #eef9fa;
  border: 1px solid #cdeff1;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 28px;
}

.symptom-notice-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.symptom-notice-text h3 {
  color: #111;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
}

.symptom-notice-text p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* CTA微調整 */
.symptom-contact-box {
  margin-top: 45px;
}

/* スマホ */
@media (max-width: 767px) {
  .symptom-page-area {
    padding: 0 0 60px;
  }

  .symptom-main-title {
    padding: 62px 15px 38px;
  }

  .symptom-main-title .witr_section_title_inner h2 {
    font-size: 26px;
  }

  .symptom-main-title .witr_section_title_inner h3 {
    font-size: 14px;
  }

  .symptom-lead-panel,
  .symptom-checker-panel,
  .symptom-notice-panel {
    padding: 24px 20px;
  }

  .symptom-lead-title h3 {
    font-size: 21px;
  }

  .symptom-lead-panel p {
    font-size: 15px;
    text-align: left;
  }

  .symptom-section-title h3 {
    font-size: 20px;
    padding-left: 12px;
  }

  .symptom-intro .lead-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .symptom-human {
    max-width: 360px;
  }

  .symptom-popup {
    top: 4%;
    width: calc(100% - 16px);
    max-width: none;
  }

  .symptom-popup-inner {
    padding: 20px 14px 14px;
  }

  .symptom-popup-title {
    font-size: 21px;
    padding-right: 28px;
  }

  .symptom-popup-desc {
    font-size: 13px;
    line-height: 1.7;
  }

  .hotspot-name {
    font-size: 11px;
    padding: 6px 9px;
    top: -34px;
  }

  .symptom-notice-panel {
    display: block;
  }

  .symptom-notice-icon {
    margin-bottom: 12px;
  }
}









/* =========================================================
   製品ページ：PCは横並び / iPad・SPはメニューを下へ
========================================================= */

/* PC：992px以上は元の横並びに戻す */
@media (min-width: 992px) {
  .witr-blog-side-area.blog_sidebar > .container > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  /* サイドメニュー：左側 */
  .witr-blog-side-area.blog_sidebar > .container > .row > .sidebar-right {
    order: 1 !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
    margin-top: 0;
  }

  /* 本文：右側 */
  .witr-blog-side-area.blog_sidebar > .container > .row > .col-lg-8 {
    order: 2 !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
    width: 66.666667% !important;
  }
}

/* iPad Air・タブレット・スマホ：991px以下は本文→メニューの順 */
@media (max-width: 991px) {
  .witr-blog-side-area.blog_sidebar > .container > .row {
    display: flex;
    flex-direction: column;
  }

  /* 本文を先に表示 */
  .witr-blog-side-area.blog_sidebar > .container > .row > .col-lg-8 {
    order: 1 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* サイドメニューを下に表示 */
  .witr-blog-side-area.blog_sidebar > .container > .row > .sidebar-right {
    order: 2 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 45px;
  }
}

/* 下に回った時のサイドメニュー見た目 */
@media (max-width: 991px) {
  .witr-blog-side-area.blog_sidebar .blog-left-side.widget {
    background: #fff;
    border-radius: 14px;
    padding: 32px 34px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }
}

/* スマホ調整 */
@media (max-width: 767px) {
  .witr-blog-side-area.blog_sidebar > .container > .row > .sidebar-right {
    margin-top: 35px;
  }

  .witr-blog-side-area.blog_sidebar .blog-left-side.widget {
    padding: 24px 20px;
  }
}


/* =========================================================
   製品一覧カード共通：製品詳細ボタン位置揃え
   対象：製品紹介系カード all_feature_color single_feature2
========================================================= */

/* 製品カード全体 */
.card_link_wrap .all_feature_color.single_feature2 {
  display: flex !important;
  align-items: center !important;
  gap: 18px;
  height: 100%;
  min-height: 142px;
  background: #0b63ad;
  border-radius: 8px;
  padding: 20px !important;
}

/* 画像側 */
.card_link_wrap .all_feature_color.single_feature2 .witr_fea2_icon_top {
  width: 52%;
  flex-shrink: 0;
  margin: 0 !important;
  text-align: center;
}

.card_link_wrap .all_feature_color.single_feature2 .witr_fea2_icon_top img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

/* テキスト側 */
.card_link_wrap .all_feature_color.single_feature2 .text-center,
.card_link_wrap .all_feature_color.single_feature2 .text-md-start {
  width: 48%;
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left !important;
}

/* 商品名 */
.card_link_wrap .all_feature_color.single_feature2 .custom-h4 {
  min-height: 58px;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800;
  line-height: 1.45;
  margin: 0 0 12px !important;
  word-break: keep-all;
}

.card_link_wrap .all_feature_color.single_feature2 .custom-h4 span {
  display: block;
  color: #fff !important;
  font-size: 23px !important;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 4px;
}

/* ボタンの親余白を自動で下寄せ */
.card_link_wrap .all_feature_color.single_feature2 .mt-4 {
  margin-top: auto !important;
}

/* 既存 btn-light を製品詳細ボタンとして統一 */
.card_link_wrap .all_feature_color.single_feature2 .btn.btn-light,
.card_link_wrap .all_feature_color.single_feature2 .btn.btn-light.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 44px;
  padding: 9px 14px;
  background: #14b1bb !important;
  border: none !important;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
}

/* ホバー */
.card_link_wrap:hover .all_feature_color.single_feature2 {
  background: #185ba8;
}

.card_link_wrap:hover .all_feature_color.single_feature2 .btn.btn-light,
.card_link_wrap:hover .all_feature_color.single_feature2 .btn.btn-light.btn-sm {
  background: #ffb400 !important;
  color: #111 !important;
}

/* タブレット：カード内を縦積みにして崩れ防止 */
@media (min-width: 768px) and (max-width: 1199px) {
  .card_link_wrap .all_feature_color.single_feature2 {
    display: block !important;
    text-align: center;
    min-height: 190px;
  }

  .card_link_wrap .all_feature_color.single_feature2 .witr_fea2_icon_top,
  .card_link_wrap .all_feature_color.single_feature2 .text-center,
  .card_link_wrap .all_feature_color.single_feature2 .text-md-start {
    width: 100%;
    text-align: center !important;
  }

  .card_link_wrap .all_feature_color.single_feature2 .witr_fea2_icon_top {
    margin-bottom: 14px !important;
  }

  .card_link_wrap .all_feature_color.single_feature2 .text-center,
  .card_link_wrap .all_feature_color.single_feature2 .text-md-start {
    min-height: auto;
  }

  .card_link_wrap .all_feature_color.single_feature2 .custom-h4 {
    min-height: 64px;
  }

  .card_link_wrap .all_feature_color.single_feature2 .mt-4 {
    margin-top: 12px !important;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .card_link_wrap .all_feature_color.single_feature2 {
    display: block !important;
    min-height: 180px;
    padding: 16px 12px !important;
    text-align: center;
  }

  .card_link_wrap .all_feature_color.single_feature2 .witr_fea2_icon_top,
  .card_link_wrap .all_feature_color.single_feature2 .text-center,
  .card_link_wrap .all_feature_color.single_feature2 .text-md-start {
    width: 100%;
    text-align: center !important;
  }

  .card_link_wrap .all_feature_color.single_feature2 .witr_fea2_icon_top {
    margin-bottom: 12px !important;
  }

  .card_link_wrap .all_feature_color.single_feature2 .witr_fea2_icon_top img {
    max-width: 135px;
  }

  .card_link_wrap .all_feature_color.single_feature2 .custom-h4 {
    min-height: 62px;
    font-size: 15px !important;
  }

  .card_link_wrap .all_feature_color.single_feature2 .custom-h4 span {
    font-size: 20px !important;
  }

  .card_link_wrap .all_feature_color.single_feature2 .btn.btn-light,
  .card_link_wrap .all_feature_color.single_feature2 .btn.btn-light.btn-sm {
    min-height: 40px;
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* =========================================================
   製品一覧ページ共通：カテゴリ見出し mid-title 整形
   例：標準 / 手に合わせて作る / 形状から選ぶ / 機能を追加する
========================================================= */

.mid-title {
  position: relative;
  width: 100%;
  min-height: auto !important;
  height: auto !important;
  background: #fff !important;
  border-radius: 14px !important;
  margin: 34px 0 26px !important;
  padding: 22px 28px !important;
  justify-content: flex-start !important;
  text-align: left !important;
  border: 1px solid #e8eef5;
  border-left: 6px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

/* 見出し文字 */
.mid-title h3,
.mid-title h4 {
  position: relative;
  display: inline-block;
  color: #111 !important;
  font-size: 23px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

/* 英字風の小ラベルを右側に薄く出す */
.mid-title::after {
  content: "PRODUCT CATEGORY";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(20, 177, 187, 0.12);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

/* 上下余白の調整 */
.mid-title.mt-5 {
  margin-top: 48px !important;
}

/* カード直後の見出しだけ少し余白 */
.card_link_wrap + .mid-title,
.col-6 + .mid-title {
  margin-top: 44px !important;
}

/* スマホ */
@media (max-width: 767px) {
  .mid-title {
    margin: 28px 0 20px !important;
    padding: 18px 20px !important;
    border-left-width: 5px;
  }

  .mid-title h3,
  .mid-title h4 {
    font-size: 20px !important;
  }

  .mid-title::after {
    display: none;
  }
}



/* =========================================================
   製品一覧ページ
========================================================= */

.products-index-page-area {
  padding: 0 0 85px;
  background: #f4f6f9;
}

/* 上部見出し */
.products-index-main-title {
  padding: 92px 20px 48px;
  margin: 0;
  background: #f4f6f9;
}

.products-index-main-title .witr_section_title_inner h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.products-index-main-title .witr_section_title_inner h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.products-index-page-area .service_top {
  margin-top: 0;
}

/* 導入文 */
.products-index-lead-panel {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.products-index-lead-title {
  margin-bottom: 16px;
}

.products-index-lead-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.products-index-lead-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.products-index-lead-panel p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 8px;
}

.products-index-lead-panel p:last-child {
  margin-bottom: 0;
}

/* 一覧グリッド */
.products-index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

/* カード */
.products-index-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8eef5;
}

.products-index-card-title {
  margin-bottom: 22px;
}

.products-index-card-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #4b64e8;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 10px;
}

.products-index-card-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: calc(100% - 6px);
  background: #4b64e8;
  border-radius: 2px;
}

.products-index-card-title p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* 小見出し */
.products-index-subtitle {
  background: #f0f3f6;
  color: #111;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 18px 0 10px;
  font-size: 15px;
  font-weight: 800;
}

/* リスト */
.products-index-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.products-index-list li {
  border-bottom: 1px solid #eef1f5;
  margin: 0;
}

.products-index-list li:first-child {
  border-top: 1px solid #eef1f5;
}

.products-index-list li a {
  display: block;
  position: relative;
  padding: 11px 8px 11px 24px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.products-index-list li a::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 5px;
  top: 11px;
  color: #14b1bb;
  font-size: 14px;
}

.products-index-list li a:hover {
  color: #14b1bb;
  background: #f8fbff;
}

/* 注意案内 */
.products-index-notice-panel {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #eef9fa;
  border: 1px solid #cdeff1;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 28px;
}

.products-index-notice-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.products-index-notice-text h3 {
  color: #111;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
}

.products-index-notice-text p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* CTA */
.products-index-contact-box {
  margin-top: 45px;
}

/* タブレット */
@media (max-width: 991px) {
  .products-index-grid {
    grid-template-columns: 1fr;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .products-index-page-area {
    padding: 0 0 60px;
  }

  .products-index-main-title {
    padding: 62px 15px 38px;
  }

  .products-index-main-title .witr_section_title_inner h2 {
    font-size: 26px;
  }

  .products-index-main-title .witr_section_title_inner h3 {
    font-size: 14px;
  }

  .products-index-lead-panel,
  .products-index-card,
  .products-index-notice-panel {
    padding: 24px 20px;
  }

  .products-index-lead-title h3 {
    font-size: 21px;
  }

  .products-index-lead-panel p {
    font-size: 15px;
    text-align: left;
  }

  .products-index-card-title h3 {
    font-size: 20px;
    padding-left: 12px;
  }

  .products-index-list li a {
    font-size: 14px;
  }

  .products-index-notice-panel {
    display: block;
  }

  .products-index-notice-icon {
    margin-bottom: 12px;
  }
}




/* 製品メニュー：製品一覧リンク 控えめ */
.products-menu-index-box {
  background: #fff !important;
  border: 1px solid #e8eef5 !important;
}

.products-menu-index-box .widget-title {
  color: #111 !important;
}

.products-menu-index-box li a {
  font-weight: 700 !important;
}

.products-menu-index-box li a::before {
  color: #14b1bb !important;
}

.products-menu-index-box li a:hover {
  color: #14b1bb !important;
  background: #f8fbff !important;
}


/* =========================================================
   製品ページ共通：PC時のサイドメニュー幅を少し細くして余白確保
========================================================= */

@media (min-width: 992px) {
  .witr-blog-side-area.blog_sidebar .sidebar-right {
    flex: 0 0 30% !important;
    max-width: 30% !important;
    padding-right: 34px;
  }

  .witr-blog-side-area.blog_sidebar .order-lg-2 {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    padding-left: 28px;
  }
}


/* =========================================================
   トップページ整理版
========================================================= */

/* メインビジュアル */
.top-hero-section {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111;
}

.top-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/mb_top.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.top-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.32) 45%, rgba(0,0,0,0.12) 100%);
}

.top-hero-inner {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}

.top-hero-copy {
  max-width: 660px;
  color: #fff;
}

.top-hero-label {
  display: inline-block;
  background: rgba(20, 177, 187, 0.92);
  color: #fff;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.top-hero-copy h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 22px;
  text-shadow: 0 4px 16px rgba(0,0,0,0.35);
}

.top-hero-copy p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 28px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}

.top-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.top-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  transition: 0.3s;
}

.top-hero-btn-main {
  background: #ffb400;
  color: #111;
}

.top-hero-btn-sub {
  background: #fff;
  color: #185ba8;
}

.top-hero-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

/* 共通セクション見出し */
.top-section-heading {
  margin-bottom: 36px;
}

.top-section-heading h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.top-section-heading h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

/* お伝えしたいこと */
.top-message-area {
  padding: 85px 0;
  background: #f4f6f9;
}

.top-message-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.top-message-title {
  margin-bottom: 18px;
}

.top-message-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.top-message-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.top-message-panel > p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 24px;
}

.top-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0 24px;
}

.top-policy-card {
  background: #f8fbff;
  border: 1px solid #e2edf7;
  border-radius: 14px;
  padding: 24px 22px;
}

.top-policy-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 14px;
}

.top-policy-card h4 {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.top-policy-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.top-message-bottom {
  margin-bottom: 0 !important;
  font-weight: 700;
  color: #185ba8 !important;
}

/* 製品紹介 */
.top-products-area {
  padding: 85px 0;
  background: #fff;
}

.top-products-lead {
  max-width: 850px;
  margin: -12px auto 36px;
  text-align: center;
}

.top-products-lead p {
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.top-products-grid {
  align-items: stretch;
}

.top-product-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e8eef5;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: 0.3s;
  color: inherit;
}

.top-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.12);
  border-color: #14b1bb;
}

.top-product-image {
  background: #f4f6f9;
  padding: 22px;
  text-align: center;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-product-image img {
  max-width: 100%;
  max-height: 145px;
  object-fit: contain;
}

.top-product-body {
  padding: 24px 24px 26px;
}

.top-product-body h4 {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 12px;
  min-height: 58px;
}

.top-product-body p {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 18px;
  min-height: 76px;
}

.top-product-body span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #14b1bb;
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
  transition: 0.25s;
}

.top-product-card:hover .top-product-body span {
  background: #185ba8;
}

.top-more-button-area {
  text-align: center;
  margin-top: 18px;
}

.top-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #185ba8;
  color: #fff;
  border-radius: 999px;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 800;
  transition: 0.3s;
}

.top-more-button:hover {
  background: #14b1bb;
  color: #fff;
  transform: translateY(-2px);
}

/* 症状別・助成金 */
.top-guide-area {
  padding: 85px 0 60px;
  background: #f4f6f9;
}

.top-guide-card {
  display: flex;
  gap: 20px;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 30px 32px;
  border: 1px solid #e8eef5;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  transition: 0.3s;
  color: inherit;
}

.top-guide-card:hover {
  transform: translateY(-3px);
  border-color: #14b1bb;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.top-guide-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #185ba8 0%, #14b1bb 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.top-guide-text span {
  display: inline-block;
  color: #14b1bb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.top-guide-text h3 {
  color: #111;
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

.top-guide-text p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.top-guide-link {
  color: #185ba8;
  font-size: 14px;
  font-weight: 800;
}

/* 安全への取り組み */
.top-safety-area {
  padding: 85px 0;
  background: #fff;
}

.top-safety-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  border: 1px solid #e8eef5;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

.top-safety-title {
  margin-bottom: 18px;
}

.top-safety-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.top-safety-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.top-safety-main p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 12px;
}

.top-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.top-safety-card {
  background: #f8fbff;
  border: 1px solid #e2edf7;
  border-radius: 14px;
  padding: 24px 22px;
}

.top-safety-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 14px;
}

.top-safety-card h4 {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.top-safety-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* 最終CTA */
.top-final-cta-area {
  padding: 0 0 90px;
  background: #fff;
}

.top-final-cta {
  text-align: center;
  background: linear-gradient(135deg, #185ba8 0%, #14b1bb 100%);
  border-radius: 24px;
  padding: 48px 35px;
  color: #fff;
  box-shadow: 0 12px 34px rgba(24, 91, 168, 0.25);
}

.top-final-label {
  display: inline-block;
  color: #fff;
  background: rgba(255,255,255,0.18);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.top-final-cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 16px;
}

.top-final-cta p {
  color: #fff;
  line-height: 1.9;
  margin-bottom: 25px;
}

.top-final-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.top-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 800;
  transition: 0.3s;
}

.top-final-btn-tel {
  background: #fff;
  color: #185ba8;
}

.top-final-btn-mail {
  background: #ffb400;
  color: #111;
}

.top-final-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.top-final-sub-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.top-final-sub-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

/* レスポンシブ */
@media (max-width: 991px) {
  .top-policy-grid,
  .top-safety-grid {
    grid-template-columns: 1fr;
  }

  .top-hero-section {
    min-height: 620px;
  }

  .top-hero-copy h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .top-hero-section {
    min-height: 560px;
  }

  .top-hero-inner {
    padding: 70px 0;
  }

  .top-hero-copy h2 {
    font-size: 32px;
  }

  .top-hero-copy p {
    font-size: 15px;
    line-height: 1.9;
  }

  .top-hero-btn {
    width: 100%;
    min-width: auto;
  }

  .top-message-area,
  .top-products-area,
  .top-guide-area,
  .top-safety-area {
    padding: 60px 0;
  }

  .top-section-heading h2 {
    font-size: 26px;
  }

  .top-message-panel,
  .top-safety-panel {
    padding: 28px 22px;
  }

  .top-message-title h3,
  .top-safety-title h3 {
    font-size: 21px;
  }

  .top-product-image {
    height: 135px;
    padding: 14px;
  }

  .top-product-image img {
    max-height: 105px;
  }

  .top-product-body {
    padding: 18px 14px 20px;
  }

  .top-product-body h4 {
    font-size: 16px;
    min-height: 48px;
  }

  .top-product-body p {
    display: none;
  }

  .top-product-body span {
    font-size: 13px;
    padding: 8px 12px;
  }

  .top-guide-card {
    display: block;
    padding: 26px 22px;
  }

  .top-guide-icon {
    margin-bottom: 15px;
  }

  .top-final-cta {
    padding: 38px 22px;
  }

  .top-final-cta h3 {
    font-size: 23px;
  }

  .top-final-btn {
    width: 100%;
    min-width: auto;
  }
}


/* トップページ：製品紹介エリア
.fujicon_serivce_area {
  padding: 95px 0 70px !important;
  background: #ffffff !important;
}
 */

/* トップページ：製品紹介エリアto*/
.top_fujicon_work_area,
.top_fujicon_features_area {
  background: #FFFFFF !important;
}


/* =========================================================
   トップページ専用：整理版
========================================================= */

/* ---------------------------------------------
   セクション背景：トップページ内だけ
--------------------------------------------- */

.fk-top-page .top-message-area {
  background: #f4f6f9 !important;
  padding: 95px 0 70px !important;
}

.fk-top-page .fujicon_serivce_area {
  background: #ffffff !important;
  padding: 95px 0 70px !important;
}

.fk-top-page .fujicon_work_area {
  background: #f4f6f9 !important;
  padding: 95px 0 70px !important;
}

.fk-top-page .fujicon_features_area {
  background: #ffffff !important;
  padding: 95px 0 70px !important;
}

/* お客様の声は背景画像を維持 */
.fk-top-page .fujicon_testimonial_bg_area {
  background-image: url("../images/testimonial-bg-img.jpg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: transparent !important;
  padding: 95px 0 70px !important;
  position: relative !important;
}

.fk-top-page .fujicon_testimonial_bg_area::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: #14b1bb !important;
  opacity: 0.5 !important;
  z-index: 0 !important;
}

.fk-top-page .fujicon_testimonial_bg_area .container {
  position: relative;
  z-index: 1;
}

.fk-top-page .fujicon_testimonial_bg_area .witr_section_title_inner h2,
.fk-top-page .fujicon_testimonial_bg_area .witr_section_title_inner h3 {
  color: #fff !important;
}

/* 見出し統一 */
.fk-top-page .witr_section_title {
  margin-bottom: 42px;
}

.fk-top-page .witr_section_title_inner h2,
.fk-top-page .top-section-heading h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.fk-top-page .witr_section_title_inner h3,
.fk-top-page .top-section-heading h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

/* ---------------------------------------------
   新ヒーロー
--------------------------------------------- */

.fk-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #111;
}

.fk-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/mb_top.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.fk-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}

/* ヒーロー中身 */
.fk-hero-content {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 縦書き全体 */
.fk-hero-copy-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}

/* メイン縦文字 */
.fk-hero-copy {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff !important;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin: 0;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.fk-hero-copy span {
  color: #185ba8 !important;
  font-size: 30px;
  font-weight: 700;
}

/* 右側の青文字 */
.fk-hero-side-copy {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #185ba8 !important;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin: 0 0 0 34px;
}

/* ボタン */
.fk-hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.fk-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  transition: 0.3s;
}

.fk-hero-btn-blue {
  background: #185ba8;
  color: #fff !important;
}

.fk-hero-btn-yellow {
  background: #ffb400;
  color: #111 !important;
}

.fk-hero-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* ---------------------------------------------
   iPad Pro / 横幅900〜1199
--------------------------------------------- */
@media (min-width: 900px) and (max-width: 1199px) {
  .fk-hero,
  .fk-hero-content {
    min-height: 640px;
  }

  .fk-hero-copy {
    font-size: 34px;
    line-height: 1.6;
  }

  .fk-hero-copy span {
    font-size: 24px;
  }

  .fk-hero-side-copy {
    font-size: 20px;
    margin-left: 28px;
  }
}

/* ---------------------------------------------
   iPad Air / 横幅768〜899
--------------------------------------------- */
@media (min-width: 768px) and (max-width: 899px) {
  .fk-hero,
  .fk-hero-content {
    min-height: 620px;
  }

  .fk-hero-bg {
    background-position: center center;
  }

  .fk-hero-copy-wrap {
    margin-bottom: 34px;
    transform: translateX(-20px);
  }

  .fk-hero-copy {
    font-size: 26px;
    line-height: 1.55;
    letter-spacing: 0.05em;
  }

  .fk-hero-copy span {
    font-size: 19px;
  }

  .fk-hero-side-copy {
    font-size: 17px;
    margin-left: 22px;
  }

  .fk-hero-btn {
    min-width: 140px;
    padding: 11px 16px;
    font-size: 13px;
  }
}

/* ---------------------------------------------
   スマホ
--------------------------------------------- */
@media (max-width: 767px) {
  .fk-hero,
  .fk-hero-content {
    min-height: 500px;
  }

  .fk-hero-bg {
    background-position: center center;
  }

  .fk-hero-copy-wrap {
    margin-bottom: 26px;
    transform: none;
  }

  .fk-hero-copy {
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .fk-hero-copy span {
    font-size: 17px;
  }

  .fk-hero-side-copy {
    font-size: 14px;
    margin-left: 16px;
  }

  .fk-hero-buttons {
    gap: 10px;
  }

  .fk-hero-btn {
    min-width: 128px;
    padding: 10px 12px;
    font-size: 12px;
  }

  .fk-top-page .top-message-area,
  .fk-top-page .fujicon_serivce_area,
  .fk-top-page .fujicon_work_area,
  .fk-top-page .fujicon_features_area,
  .fk-top-page .fujicon_testimonial_bg_area {
    padding: 60px 0 50px !important;
  }
}


/*<!--======== スマホオンリー記述 ========-->*/

@media(min-width:751px){
    .only_sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .only_pc{
        display: none !important;
    }
}


@media screen and (min-width: 768px){
.br-sp {display: none; }
}



@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */

.product_name{
font-size:16px;

}

}


/* =========================================================
   トップページ：お問い合わせCTA スマホ調整
========================================================= */

@media (max-width: 767px) {

  .fk-top-page .top-final-cta-area {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fk-top-page .top-final-cta {
    margin-left: 0;
    margin-right: 0;
    padding: 34px 18px 26px;
    border-radius: 20px;
  }

  .fk-top-page .top-final-cta h3 {
    font-size: 21px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
  }

  .fk-top-page .top-final-cta p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 24px;
    text-align: left;
  }

  .fk-top-page .top-final-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .fk-top-page .top-final-btn {
    width: 100%;
    min-width: 0;
    padding: 15px 18px;
    font-size: 16px;
    border-radius: 999px;
    white-space: nowrap;
  }

  .fk-top-page .top-final-btn i {
    margin-right: 6px;
  }

  .fk-top-page .top-final-sub-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 22px;
  }

  .fk-top-page .top-final-sub-links a {
    font-size: 13px;
    line-height: 1.4;
  }
}

@media (max-width: 374px) {

  .fk-top-page .top-final-cta {
    padding: 30px 14px 24px;
  }

  .fk-top-page .top-final-cta h3 {
    font-size: 19px;
  }

  .fk-top-page .top-final-cta p {
    font-size: 14px;
  }

  .fk-top-page .top-final-btn {
    font-size: 15px;
    padding: 14px 12px;
  }

  .fk-top-page .top-final-sub-links {
    gap: 8px 12px;
  }

  .fk-top-page .top-final-sub-links a {
    font-size: 12px;
  }
}


/* =========================================================
   スマホメニュー表示補正
========================================================= */

@media (max-width: 991px) {
  .mobile_logo_area,
  .home-2.mbm,
  .header_area.main-menu-area,
  .menu_area.mobile-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .mean-container,
  .mean-container .mean-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999 !important;
  }

  .mean-container .mean-nav {
    position: relative !important;
    z-index: 9999 !important;
  }

  .fk-hero {
    position: relative;
    z-index: 1;
  }
}


/* =========================================================
   物語ページ共通：非課税物語 / 指定部品物語
========================================================= */

.story-page-area {
  padding: 0 0 85px;
  background: #f4f6f9;
}

/* 上部見出し */
.story-main-title {
  padding: 92px 20px 48px;
  margin: 0;
  background: #f4f6f9;
}

.story-main-title .witr_section_title_inner h2 {
  color: #14b1bb;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.story-main-title .witr_section_title_inner h3 {
  color: #111;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.story-page-area .service_top {
  margin-top: 0;
}

/* 導入文 */
.story-lead-panel {
  background: #fff;
  border-radius: 14px;
  padding: 34px 38px;
  margin-bottom: 28px;
  border-left: 5px solid #14b1bb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.story-lead-title {
  margin-bottom: 16px;
}

.story-lead-title span {
  display: inline-block;
  color: #14b1bb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.story-lead-title h3 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.story-lead-panel p {
  color: #444;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

/* 本文パネル */
.story-content-panel {
  background: #fff;
  border-radius: 14px;
  padding: 38px 40px;
  margin-bottom: 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.story-section-title {
  margin-bottom: 26px;
}

.story-section-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  color: #4b64e8;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

.story-section-title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 4px);
  background: #4b64e8;
  border-radius: 2px;
}

/* 本文 */
.story-body {
  max-width: 980px;
}

.story-body p {
  color: #444;
  font-size: 16px;
  line-height: 2.05;
  margin: 0 0 16px;
}

.story-body p:last-child {
  margin-bottom: 0;
}

/* 注記 */
.story-note-box {
  background: #fff8e6;
  border-left: 4px solid #ffb400;
  border-radius: 8px;
  padding: 15px 18px;
  margin-top: 28px;
}

.story-note-box p {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

/* 共通メッセージ */
.story-message-panel {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #eef9fa;
  border: 1px solid #cdeff1;
  border-radius: 14px;
  padding: 28px 30px;
  margin-bottom: 28px;
}

.story-message-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #14b1bb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.story-message-text h3 {
  color: #111;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 10px;
}

.story-message-text p {
  color: #444;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 8px;
}

.story-message-text p:last-child {
  margin-bottom: 0;
}

/* 前後ページリンク */
.story-link-panel {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin: 34px 0 40px;
}

.story-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 190px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: 0.3s;
}

.story-link-btn-main {
  background: #185ba8;
  color: #fff !important;
}

.story-link-btn-sub {
  background: #fff;
  color: #185ba8 !important;
  border: 1px solid #dfe7ef;
}

.story-link-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* CTA */
.story-contact-box {
  margin-top: 45px;
}

/* スマホ */
@media (max-width: 767px) {
  .story-page-area {
    padding: 0 0 60px;
  }

  .story-main-title {
    padding: 62px 15px 38px;
  }

  .story-main-title .witr_section_title_inner h2 {
    font-size: 26px;
  }

  .story-main-title .witr_section_title_inner h3 {
    font-size: 14px;
  }

  .story-lead-panel,
  .story-content-panel,
  .story-message-panel {
    padding: 24px 20px;
  }

  .story-lead-title h3 {
    font-size: 21px;
  }

  .story-lead-panel p,
  .story-body p {
    font-size: 15px;
    text-align: left;
  }

  .story-section-title h3 {
    font-size: 20px;
    padding-left: 12px;
  }

  .story-message-panel {
    display: block;
  }

  .story-message-icon {
    margin-bottom: 14px;
  }

  .story-message-text h3 {
    font-size: 19px;
  }

  .story-link-panel {
    display: block;
  }

  .story-link-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .story-link-btn:last-child {
    margin-bottom: 0;
  }
}
/* =========================================================
   スマホ：上へ戻るボタン位置調整
========================================================= */

@media (max-width: 767px) {
  #scrollUp {
    position: fixed !important;
    right: 16px !important;
    bottom: 18px !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    border-radius: 8px !important;
    z-index: 9999 !important;
  }

  #scrollUp i {
    line-height: 44px !important;
    font-size: 20px !important;
  }
}



/* =========================================================
   症状別お助け診断：3体表示版
========================================================= */

.symptom-v2-panel {
  overflow: visible;
}

.symptom-v2-lead {
  background: #f8fbff;
  border: 1px solid #e2edf7;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 26px;
}

.symptom-v2-lead p {
  color: #444;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* 3体カード */
.symptom-v2-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.symptom-v2-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 18px;
  padding: 22px 20px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: 0.25s;
}

.symptom-v2-card.is-selected {
  border-color: #14b1bb;
  box-shadow: 0 12px 30px rgba(20, 177, 187, 0.14);
  transform: translateY(-2px);
}

.symptom-v2-card-head {
  text-align: center;
  margin-bottom: 18px;
}

.symptom-v2-card-head span {
  display: inline-block;
  color: #14b1bb;
  background: #eef9fa;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.symptom-v2-card-head h4 {
  color: #111;
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 8px;
}

.symptom-v2-card-head p {
  color: #555;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* 人体画像 */
.symptom-v2-human-wrap {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 18px;
  background: #f8fbff;
  border-radius: 16px;
  padding: 14px 10px;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.symptom-v2-human-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  border-radius: 12px;
}

/* 低身長用：同じ画像を縮めて短く見せる */
.symptom-v2-short-wrap {
  align-items: flex-end;
}

.symptom-v2-human-short-img {
  max-height: 305px;
  transform: scaleX(1.03);
  transform-origin: bottom center;
}

/* タップエリア */
.symptom-v2-hotspot {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(20, 177, 187, 0.24);
  border: 2px solid rgba(20, 177, 187, 0.9);
  cursor: pointer;
  z-index: 4;
  transition: 0.25s;
  box-shadow: 0 0 0 0 rgba(20, 177, 187, 0);
}

.symptom-v2-hotspot span {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  display: inline-block;
  background: #14b1bb;
  color: #fff;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.symptom-v2-hotspot:hover,
.symptom-v2-hotspot.is-active {
  background: rgba(255, 180, 0, 0.32);
  border-color: #ffb400;
  box-shadow: 0 0 0 6px rgba(255, 180, 0, 0.12);
}

.symptom-v2-hotspot:hover span,
.symptom-v2-hotspot.is-active span {
  opacity: 1;
  visibility: visible;
  background: #ffb400;
  color: #111;
}

/* 手 */
.v2-hotspot-left-hand {
  left: 20%;
  top: 37%;
  width: 20%;
  height: 28%;
  border-radius: 24px;
}

.v2-hotspot-right-hand {
  right: 20%;
  top: 37%;
  width: 20%;
  height: 28%;
  border-radius: 24px;
}

/* 下半身全体 */
.v2-hotspot-lower-body {
  left: 30%;
  top: 55%;
  width: 40%;
  height: 38%;
  border-radius: 28px;
}

/* 右足全体 */
.v2-hotspot-right-leg-full {
  right: 33%;
  top: 55%;
  width: 19%;
  height: 39%;
  border-radius: 28px;
}

/* 低身長：下半身全体 */
.v2-hotspot-short-lower {
  left: 30%;
  top: 57%;
  width: 40%;
  height: 35%;
  border-radius: 28px;
}

/* ボタン */
.symptom-v2-card-foot {
  text-align: center;
}

.symptom-v2-select-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  border: none;
  border-radius: 999px;
  background: #185ba8;
  color: #fff;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s;
}

.symptom-v2-select-btn:hover,
.symptom-v2-select-btn.is-active {
  background: #14b1bb;
  transform: translateY(-1px);
}

/* 結果表示 */
.symptom-v2-result {
  margin-top: 28px;
}

.symptom-v2-result-empty {
  text-align: center;
  background: #f8fbff;
  border: 1px dashed #cfe1ef;
  border-radius: 14px;
  padding: 24px 20px;
  color: #667;
  font-size: 15px;
}

.symptom-v2-result-inner {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8eef5;
  padding: 28px 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.symptom-v2-result-head {
  margin-bottom: 20px;
}

.symptom-v2-result-head span {
  display: inline-block;
  color: #14b1bb;
  background: #eef9fa;
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.symptom-v2-result-head h4 {
  color: #111;
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 10px;
}

.symptom-v2-result-head p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.symptom-v2-result-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.symptom-v2-result-item {
  display: block;
  background: #f8fbff;
  border: 1px solid #dcecff;
  border-radius: 14px;
  padding: 16px 18px;
  transition: 0.25s;
  text-decoration: none !important;
}

.symptom-v2-result-item:hover {
  background: #eef9fa;
  border-color: #14b1bb;
  transform: translateY(-1px);
}

.symptom-v2-result-item strong {
  display: block;
  color: #185ba8;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 6px;
}

.symptom-v2-result-item small {
  display: block;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

/* タブレット */
@media (max-width: 991px) {
  .symptom-v2-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .symptom-v2-card {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 18px;
    align-items: center;
  }

  .symptom-v2-card-head {
    text-align: left;
    margin-bottom: 0;
  }

  .symptom-v2-human-wrap {
    margin-bottom: 0;
  }

  .symptom-v2-card-foot {
    grid-column: 1 / -1;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .symptom-v2-lead {
    padding: 14px 15px;
  }

  .symptom-v2-card {
    display: block;
    padding: 20px 16px 18px;
  }

  .symptom-v2-card-head {
    text-align: center;
    margin-bottom: 16px;
  }

  .symptom-v2-card-head h4 {
    font-size: 20px;
  }

  .symptom-v2-human-wrap {
    max-width: 240px;
    min-height: 340px;
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .symptom-v2-human-img {
    max-height: 315px;
  }

  .symptom-v2-human-short-img {
    max-height: 265px;
  }

  .symptom-v2-hotspot span {
    font-size: 10px;
    top: -26px;
  }

  .symptom-v2-select-btn {
    width: 100%;
    min-width: auto;
  }

  .symptom-v2-result-inner {
    padding: 24px 18px;
  }

  .symptom-v2-result-head h4 {
    font-size: 21px;
  }

  .symptom-v2-result-list {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   症状別お助け診断：画像上ポップアップ表示
========================================================= */

/* 画像エリア内ポップアップ */
.symptom-v2-card-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 28px);
  max-width: 260px;
  transform: translate(-50%, -50%) scale(0.96);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(20, 177, 187, 0.25);
  border-radius: 16px;
  padding: 18px 16px 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.22s ease;
}

.symptom-v2-card-popup.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

/* 閉じる */
.symptom-v2-popup-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: #f1f5f9;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  cursor: pointer;
}

.symptom-v2-popup-close:hover {
  background: #14b1bb;
  color: #fff;
}

.symptom-v2-popup-label {
  display: inline-block;
  color: #14b1bb;
  background: #eef9fa;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.symptom-v2-card-popup h4 {
  color: #111;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 34px 8px 0;
}

.symptom-v2-card-popup p {
  color: #555;
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 12px;
}

/* リンク一覧 */
.symptom-v2-popup-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.symptom-v2-popup-list a {
  display: block;
  position: relative;
  background: #f8fbff;
  border: 1px solid #dcecff;
  border-radius: 10px;
  padding: 9px 10px 9px 24px;
  color: #185ba8;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none !important;
  transition: 0.2s;
}

.symptom-v2-popup-list a::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #14b1bb;
  font-size: 12px;
}

.symptom-v2-popup-list a:hover {
  background: #eef9fa;
  border-color: #14b1bb;
}

/* 下部結果表示を非表示にする場合の保険 */
.symptom-v2-result {
  display: none !important;
}

/* タブレット */
@media (max-width: 991px) {
  .symptom-v2-card-popup {
    max-width: 250px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .symptom-v2-card-popup {
    width: calc(100% - 20px);
    max-width: 230px;
    padding: 16px 14px 14px;
  }

  .symptom-v2-card-popup h4 {
    font-size: 17px;
  }

  .symptom-v2-card-popup p {
    font-size: 12px;
  }

  .symptom-v2-popup-list a {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* =========================================================
   症状別お助け診断：画像上ポップアップをコンパクト化
========================================================= */

/* カード内の画像エリアを少し広く */
.symptom-v2-human-wrap {
  max-width: 300px !important;
  min-height: 410px !important;
}

/* ポップアップを画像の中央全面ではなく下側に寄せる */
.symptom-v2-card-popup {
  left: 50% !important;
  top: auto !important;
  bottom: 14px !important;
  width: calc(100% - 24px) !important;
  max-width: 280px !important;
  transform: translateX(-50%) scale(0.96) !important;
  padding: 14px 14px 12px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16) !important;
}

.symptom-v2-card-popup.is-show {
  transform: translateX(-50%) scale(1) !important;
}

/* ポップアップ内を詰める */
.symptom-v2-popup-label {
  font-size: 10px !important;
  padding: 3px 9px !important;
  margin-bottom: 5px !important;
}

.symptom-v2-card-popup h4 {
  font-size: 17px !important;
  line-height: 1.35 !important;
  margin: 0 34px 5px 0 !important;
}

.symptom-v2-card-popup p {
  font-size: 12px !important;
  line-height: 1.55 !important;
  margin: 0 0 8px !important;
}

/* リンクを2列にして高さを抑える */
.symptom-v2-popup-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 7px !important;
}

.symptom-v2-popup-list a {
  padding: 7px 8px 7px 20px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  border-radius: 8px !important;
}

.symptom-v2-popup-list a::before {
  left: 8px !important;
  top: 14px !important;
  font-size: 11px !important;
}

/* 閉じるボタン */
.symptom-v2-popup-close {
  right: 8px !important;
  top: 8px !important;
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
  font-size: 17px !important;
}

/* タップエリアのラベルは邪魔なので表示しない */
.symptom-v2-hotspot span {
  display: none !important;
}

/* タブレットではカード内レイアウトを崩さない */
@media (max-width: 991px) {
  .symptom-v2-card {
    display: block !important;
  }

  .symptom-v2-card-head {
    text-align: center !important;
    margin-bottom: 16px !important;
  }

  .symptom-v2-human-wrap {
    max-width: 300px !important;
    min-height: 400px !important;
    margin: 0 auto 18px !important;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .symptom-v2-human-wrap {
    max-width: 270px !important;
    min-height: 360px !important;
  }

  .symptom-v2-card-popup {
    width: calc(100% - 18px) !important;
    max-width: 250px !important;
    bottom: 10px !important;
    padding: 13px 12px 11px !important;
  }

  .symptom-v2-popup-list {
    grid-template-columns: 1fr !important;
  }

  .symptom-v2-card-popup h4 {
    font-size: 16px !important;
  }
}

/* =========================================================
   症状別お助け診断：タップ枠拡大・全件表示用調整
========================================================= */

/* 画像エリアを大きく */
.symptom-v2-human-wrap {
  max-width: 340px !important;
  min-height: 440px !important;
  padding: 16px 12px !important;
}

/* 人体画像も少し大きく */
.symptom-v2-human-img {
  max-height: 390px !important;
}

/* 低身長用は小さめ維持 */
.symptom-v2-human-short-img {
  max-height: 340px !important;
}

/* ポップアップも少し広く */
.symptom-v2-card-popup {
  width: calc(100% - 20px) !important;
  max-width: 315px !important;
  bottom: 14px !important;
  padding: 14px 14px 12px !important;
}

/* 全件表示用：2列のまま少し詰める */
.symptom-v2-popup-list {
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
}

.symptom-v2-popup-list a {
  min-height: 44px !important;
  padding: 8px 8px 8px 21px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  display: flex !important;
  align-items: center !important;
}

/* タップエリア：左右の手を大きく */
.v2-hotspot-left-hand {
  left: 15% !important;
  top: 33% !important;
  width: 27% !important;
  height: 34% !important;
  border-radius: 14px !important;
}

.v2-hotspot-right-hand {
  right: 15% !important;
  top: 33% !important;
  width: 27% !important;
  height: 34% !important;
  border-radius: 14px !important;
}

/* 両足：下半身全体をもっと大きく */
.v2-hotspot-lower-body {
  left: 23% !important;
  top: 42% !important;
  width: 54% !important;
  height: 44% !important;
  border-radius: 14px !important;
}

/* 右半身：右足全体をもっと大きく */
.v2-hotspot-right-leg-full {
  right: 28% !important;
  top: 42% !important;
  width: 26% !important;
  height: 45% !important;
  border-radius: 14px !important;
}

/* 低身長：下半身タップエリアを大きく */
.v2-hotspot-short-lower {
  left: 23% !important;
  top: 50% !important;
  width: 54% !important;
  height: 37% !important;
  border-radius: 14px !important;
}

/* タップエリアの色を少し濃くして分かりやすく */
.symptom-v2-hotspot {
  background: rgba(20, 177, 187, 0.30) !important;
  border-width: 2px !important;
}

/* 選択中はさらに分かりやすく */
.symptom-v2-hotspot.is-active,
.symptom-v2-hotspot:hover {
  background: rgba(255, 180, 0, 0.34) !important;
  border-color: #ffb400 !important;
}

/* タブレット */
@media (max-width: 991px) {
  .symptom-v2-human-wrap {
    max-width: 330px !important;
    min-height: 430px !important;
  }

  .symptom-v2-human-img {
    max-height: 380px !important;
  }
}

/* スマホ */
@media (max-width: 767px) {
  .symptom-v2-human-wrap {
    max-width: 300px !important;
    min-height: 390px !important;
  }

  .symptom-v2-human-img {
    max-height: 345px !important;
  }

  .symptom-v2-human-short-img {
    max-height: 285px !important;
  }

  .symptom-v2-card-popup {
    max-width: 280px !important;
  }

  .symptom-v2-popup-list {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   症状別お助け診断：ポップアップを画像枠外に広く表示
========================================================= */

/* ポップアップが画像枠の中で切れないようにする */
.symptom-v2-human-wrap {
  overflow: visible !important;
}

/* ポップアップだけ広くする */
.symptom-v2-card-popup {
  left: 50% !important;
  top: auto !important;
  bottom: 18px !important;

  width: 420px !important;
  max-width: 420px !important;

  transform: translateX(-50%) scale(0.96) !important;
  padding: 18px 18px 16px !important;
  border-radius: 16px !important;
  z-index: 50 !important;
}

.symptom-v2-card-popup.is-show {
  transform: translateX(-50%) scale(1) !important;
}

/* 横幅が広くなったので2列表示をきれいに */
.symptom-v2-popup-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 9px !important;
}

.symptom-v2-popup-list a {
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 9px 10px 9px 24px !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

/* タブレットでは少し小さめ */
@media (max-width: 991px) {
  .symptom-v2-card-popup {
    width: 380px !important;
    max-width: 380px !important;
  }
}

/* スマホでは画面幅内に収める */
@media (max-width: 767px) {
  .symptom-v2-card-popup {
    width: calc(100vw - 44px) !important;
    max-width: 320px !important;
    bottom: 12px !important;
  }

  .symptom-v2-popup-list {
    grid-template-columns: 1fr !important;
  }
}