@charset "UTF-8";

/* ==========================================================================
   都道府県検索 カスタムCSS
   - SCOPED: .pref-construction-cases (施工事例)
   - SCOPED: .pref-customer-reviews (お客様の声)
   - SCOPED: .pref-recommend-products (おすすめ商品)
   ========================================================================== */

.u-font-noto {
  font-family: 'Noto Sans JP', sans-serif !important;
}

/* 
==========================================================================
   施工事例（PC修正）
   Target: .pref-construction-cases
   Req: 横一列、最大4アイテム表示
   ========================================================================== */
@media screen and (min-width: 768px) {

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 1128px !important;
    margin: 0 auto !important;
    padding-top: 8px !important;
    gap: 29px !important;
    list-style: none !important;
  }

  /* 一列表示 */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list {
    flex-wrap: nowrap !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list .owl-controls {
    display: none !important;
  }

  /* アイテム設定 */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li {
    width: 260px !important;
    height: 468px !important;
    box-sizing: border-box !important;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2) !important;
    border: 1px solid #D4CEC4 !important;
    border-radius: 6px !important;
    background: #FFF !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important;
    float: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li:nth-child(n+5) {
    display: none !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li a {
    text-decoration: none !important;
    color: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li a:hover img {
    opacity: 0.8 !important;
  }

  /* 画像コンテナ */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li figure.photoImgArea {
    width: 100% !important;
    width: 100% !important;
    height: 206px !important;
    border-radius: 5px 5px 0 0 !important;
    border-radius: 5px 5px 0 0 !important;
    margin: 0 0 20px 0 !important;
    overflow: hidden !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li figure.photoImgArea img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* 日付ブロックのラッパー */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .date {
    padding-left: 20px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #666666 !important;
    padding-right: 16px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    padding-right: 20px !important;
    position: relative !important;
  }

  /* 日付内のテキスト */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .date p {
    margin-bottom: 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .date p:first-of-type {
    margin-top: 0 !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .date div {
    width: 65px !important;
    height: 38px !important;
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: bold !important;
    z-index: 1 !important;
    box-sizing: content-box !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .date div.mado {
    right: 0px !important;
    top: -20px !important;
    color: #EC6C01 !important;
    border: #EC6C01 2px solid !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .date div.mado-first {
    right: 69px !important;
    top: -20px !important;
    color: #EC6C01 !important;
    border: #EC6C01 2px solid !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .date div.door {
    right: 0px !important;
    top: -20px !important;
    color: #1D428C !important;
    border: #1D428C 2px solid !important;
  }

  /* タイトルエリア */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li dt {
    height: 55px !important;
    max-height: 55px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0px !important;
    color: #EF6D00 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }

  /* 説明テキスト */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .text {
    max-height: 56px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    font-size: 16px !important;
    line-height: 28px !important;
    letter-spacing: 0px !important;
    color: #333333 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    height: 56px !important;
  }

  /* 続きを見るリンク */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li .continue {
    text-align: right !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    color: #707070 !important;
  }

  /* top.cssのDLパディングロジックをリセット */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li dl {
    margin-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    word-wrap: break-word !important;
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   PCのみのスタイル
   ========================================================================== */
@media screen and (min-width: 768px) {

  /* PCタイトル - オレンジ 20px */
  #mainArea.shopSearch .mainSec .pref-recommend-products .recommendttl-fmt2023 {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
  }
}

/* ==========================================================================
   施工事例のSP専用スタイル（Owl Carousel 矢印/ドット）
   ========================================================================== */
@media screen and (max-width: 767px) {


  /* ==========================================================================
     施工事例用SPレイアウト調整
     Target: .pref-construction-cases .pref-construction-list (matches .caseList._sub)
     ========================================================================== */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8.5333vw;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li {
    width: 82.666666vw;
    background: #FFF;
    box-shadow: 0px 0.533333vw 0px #00000033;
    border: 0.26666666vw solid #D4CEC4;
    border-radius: 1.6vw;
    margin-bottom: 0;
  }

  /* Owl Carousel適用時のみmargin-leftを追加 */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list.owl-carousel li {
    margin-left: 5.797101vw;
  }

  /* 図と画像 */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li figure {
    overflow: hidden;
    height: 72.8vw;
    border-radius: 1.3333vw 1.3333vw 0 0;
    margin-bottom: 20px;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list li figure img {
    height: 72.8vw;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
  }

  /* 日付とタグ */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list .date {
    padding-left: 5.333333vw;
    padding-right: 5.333333vw;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 1.6vw;
    position: relative;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list .date div {
    width: 65px;
    height: 38px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list .date div.mado {
    right: 0px;
    top: 0;
    color: #EC6C01;
    border: #EC6C01 2px solid;
    background: #fff;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list .date div.mado-first {
    right: 69px;
    top: 0;
    color: #EC6C01;
    border: #EC6C01 2px solid;
    background: #fff;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list .date div.door {
    right: 0px;
    top: 0;
    color: #1D428C;
    border: #1D428C 2px solid;
    background: #fff;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list .date p {
    margin-bottom: 2.666666vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list dl {
    padding-left: 5.333333vw;
    padding-right: 5.333333vw;
    font-size: 3.73333333vw;
    line-height: 5.33333333vw;
    word-wrap: break-word;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list dl dt {
    min-height: 52px;
    font-size: 4.8vw;
    line-height: 6.9333333vw;
    letter-spacing: 0px;
    color: #EF6D00;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: 4.266666vw;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list dl .text {
    min-height: 84px;
    font-size: 4.266666vw;
    line-height: 7.4666666vw;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin-bottom: 4.266666vw;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list dl .continue {
    text-decoration: underline;
    font-size: 3.73333333vw;
    line-height: 5.3333333vw;
    letter-spacing: 0px;
    color: #707070;
    text-align: right;
    margin-bottom: 6.4vw;
  }

  #mainArea.shopSearch .mainSec .pref-customer-reviews .customerItem {
    width: 82.666666vw !important;
    margin: 0 auto !important;
  }
}





/* ==========================================================================
   お客様の声
   ========================================================================== */
#mainArea.shopSearch .mainSec .pref-customer-reviews .owl-stage-outer {
  padding-bottom: 40px !important;
  /* 吹き出し用のスペース確保 */
  margin-bottom: -40px !important;
  /* レイアウトズレ調整 */
  overflow: visible !important;
  /* 吹き出しが見切れないようにする */
}

#mainArea.shopSearch .mainSec .pref-customer-reviews .customerItem {
  background-color: #FFFFFF !important;
  border: 1px solid #CCCCCC !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  position: relative !important;
  overflow: visible !important;
  /* 吹き出しの尻尾が見えるようにする */
}

/* 吹き出し（尻尾部分） */
#mainArea.shopSearch .mainSec .pref-customer-reviews .customerItem::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 83%;
  /* 吹き出しの水平位置 */
  transform: translateX(-50%);

  /* ボーダーで三角形を作る（反転：垂直辺が右側） */
  width: 0;
  height: 0;
  /* 上側（本体側）を白く、左側を透明にすることで、右上が直角の三角形にする */
  border-top: 26.5px solid #FFFFFF;
  border-left: 30px solid transparent;
  border-right: 0;
  border-bottom: 0;

  /* 位置調整 */
  margin-top: 0px;
  z-index: 2;
}

/* 吹き出しの枠線と影 */
#mainArea.shopSearch .mainSec .pref-customer-reviews .customerItem::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 83%;
  transform: translateX(-50%);

  /* ボーダーとなる三角形 */
  width: 0;
  height: 0;
  /* ボーダー色で一回り大きく描画 */
  border-top: 27.5px solid #D4CEC4;
  border-left: 31px solid transparent;
  border-right: 0;
  border-bottom: 0;

  /* 影 */
  filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.25));

  z-index: 1;
}

/* 下揃えと隙間のための内部レイアウト */
#mainArea.shopSearch .mainSec .pref-customer-reviews .customerInner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 30px !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  position: relative !important;
}

#mainArea.shopSearch .mainSec .pref-customer-reviews .customerText {
  margin-top: 0 !important;
  /* 不要なマージンをリセット */
  margin-bottom: 5px !important;
  /* 最小の隙間 */
  margin-left: 0 !important;
  /* 不要なマージンをリセット */
  margin-right: 0 !important;
  /* 不要なマージンをリセット */
  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

#mainArea.shopSearch .mainSec .pref-customer-reviews .customerLink {
  margin-top: auto !important;
  /* 最下部へ配置 */
  margin-right: 0 !important;
  /* 不要なマージンをリセット */
  margin-bottom: 0 !important;
  /* 不要なマージンをリセット */
  color: #EF6D00;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  display: inline-block;
  /* Flexコンテナ内での右寄せに必要 */
  align-self: flex-end;
  /* 右寄せ */
  position: relative;
  padding-right: 15px;
  /* 矢印用のスペース */
  padding-bottom: 0 !important;
  /* 不要なパディングをリセット */
}

#mainArea.shopSearch .mainSec .pref-customer-reviews .customerLink::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #EF6D00;
  border-right: 2px solid #EF6D00;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
  text-decoration: none;
}




/* ==========================================================================
   おすすめ商品
   Target: .pref-recommend-products
   ========================================================================== */

#mainArea.shopSearch .mainSec.pref-recommend-products .recommendList {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -10px !important;
  position: relative !important;
}

@media screen and (min-width: 768px) {
  #mainArea.shopSearch .mainSec.pref-recommend-products .item {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 23px;
    display: flex;
    /* PCレイアウトに合わせてFlex表示を確保 */
  }
}

@media screen and (max-width: 767px) {
  #mainArea.shopSearch .mainSec.pref-recommend-products .recommendList {
    display: block !important;
    margin: 0 !important;
  }

  /* SP用アイテムスタイル: 高さ固定 + 影表示のためのパディング確保 */
  #mainArea.shopSearch .mainSec.pref-recommend-products .item {
    height: 600px;
    padding-bottom: 20px;
    /* 下部の影を表示するための余白 */
    box-sizing: border-box;
    margin: 0 auto;
    /* 1件表示時に中央寄せ */
  }

  .prefTopContentWrapper {
    padding-bottom: 52px;
  }

  .prefTopContentWrapper .prefTopContent {
    width: initial;
  }

  .pref-recommend-products,
  .hojokin {
    margin-top: 52px !important;
  }

  #mainArea.shopSearch .mainSec .pref-customer-reviews .customerWrap,
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list {
    width: 100% !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 {
    width: 82.666666vw !important;
    margin: 0 auto !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row {
    height: 570px !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner {
    padding: 20px 28px !important;
    /* 参照パディングに合わせる */
    display: flex !important;
    flex-direction: column !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner .recommendttl-fmt2023 {
    font-size: 16px !important;
    color: #666666 !important;
    font-weight: bold !important;
  }

  /* 商品名 (SP) */
  #mainArea.shopSearch .mainSec.pref-recommend-products .product-name {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #666666 !important;
    margin-bottom: 8px !important;
  }

  /* タイトルのフォントサイズ更新 */
  #mainArea.shopSearch .mainSec.pref-recommend-products .p_commonttl-fmt2023 {
    margin: 0 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #EF6D00 !important;
  }

  /* 説明文のユーザー指定スタイル */
  #mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner .p_commontxt-fmt2023 {
    margin: 0 0 15px 0 !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 12px !important;
    color: #666666 !important;
    width: 100% !important;
    line-height: 1.5 !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner picture {
    margin-bottom: 20px !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner a {
    margin-top: auto !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    text-align: right !important;
    text-decoration: underline !important;
    color: #666666 !important;
  }

  /* フォント調整追加: H2, QA等 */
  #mainArea.shopSearch .mainSec.pref-recommend-products .ttl_01,
  #mainArea.shopSearch .flow-section .flow-title,
  #mainArea.shopSearch .mainSec.faq .faqTitle,
  #mainArea.shopSearch .mainSec.faq .faq-question,
  #mainArea.shopSearch .mainSec.faq .faq-answer-text {
    font-family: 'Noto Sans JP', sans-serif !important;
  }


  /* ==========================================================================
     Section 1: Customer Reviews (お客様の声) Owl Controls
     ========================================================================== */
  /* ==========================================================================
     セクション1: お客様の声 Owl Controls
     ========================================================================== */
  #mainArea.shopSearch .mainSec .pref-customer-reviews .owl-controls .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    left: 0 !important;
    pointer-events: none !important;
    z-index: 10 !important;
  }

  #mainArea.shopSearch .mainSec .pref-customer-reviews .owl-controls .owl-nav .owl-prev {
    position: absolute !important;
    background: #F2883F !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100px !important;
    color: transparent !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin-left: 0 !important;
    left: -4px !important;
    transform: translateY(-50%) rotate(-180deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }

  #mainArea.shopSearch .mainSec .pref-customer-reviews .owl-controls .owl-nav .owl-prev::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg) !important;
    margin-right: 4px !important;
    margin-bottom: 1px !important;
  }

  #mainArea.shopSearch .mainSec .pref-customer-reviews .owl-controls .owl-nav .owl-next {
    position: absolute !important;
    background: #F2883F !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100px !important;
    color: transparent !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin-right: 0 !important;
    left: auto !important;
    right: -4px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }

  #mainArea.shopSearch .mainSec .pref-customer-reviews .owl-controls .owl-nav .owl-next::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg) !important;
    margin-right: 4px !important;
    margin-bottom: 1px !important;
  }

  #mainArea.shopSearch .mainSec .pref-customer-reviews .owl-controls .owl-dots {
    display: none !important;
  }

  /* ==========================================================================
     セクション2: おすすめ商品 Owl Controls
     ========================================================================== */
  #mainArea.shopSearch .mainSec.pref-recommend-products .owl-controls .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: absolute !important;
    top: 46.5% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    left: 0 !important;
    pointer-events: none !important;
    z-index: 10 !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .owl-controls .owl-nav .owl-prev {
    position: absolute !important;
    background: #F2883F !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100px !important;
    color: transparent !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin-left: 0 !important;
    left: -11px !important;
    transform: translateY(-50%) rotate(-180deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .owl-controls .owl-nav .owl-prev::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg) !important;
    margin-right: 4px !important;
    margin-bottom: 1px !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .owl-controls .owl-nav .owl-next {
    position: absolute !important;
    background: #F2883F !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100px !important;
    color: transparent !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin-right: 0 !important;
    left: auto !important;
    right: -11px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .owl-controls .owl-nav .owl-next::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg) !important;
    margin-right: 4px !important;
    margin-bottom: 1px !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .owl-controls .owl-dots {
    display: none !important;
  }

  /* ==========================================================================
     セクション3: 施工事例 Owl Controls
     ========================================================================== */
  #mainArea.shopSearch .mainSec.photosArea .owl-controls .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    left: 0 !important;
    pointer-events: none !important;
    z-index: 10 !important;
  }

  #mainArea.shopSearch .mainSec.photosArea .owl-controls .owl-nav .owl-prev {
    position: absolute !important;
    background: #F2883F !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100px !important;
    color: transparent !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin-left: 0 !important;
    left: -4px !important;
    transform: translateY(-50%) rotate(-180deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }

  #mainArea.shopSearch .mainSec.photosArea .owl-controls .owl-nav .owl-prev::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg) !important;
    margin-right: 4px !important;
    margin-bottom: 1px !important;
  }

  #mainArea.shopSearch .mainSec.photosArea .owl-controls .owl-nav .owl-next {
    position: absolute !important;
    background: #F2883F !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 100px !important;
    color: transparent !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    margin-right: 0 !important;
    left: auto !important;
    right: -7px !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }

  #mainArea.shopSearch .mainSec.photosArea .owl-controls .owl-nav .owl-next::before {
    content: "" !important;
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(45deg) !important;
    margin-right: 4px !important;
    margin-bottom: 1px !important;
  }

  #mainArea.shopSearch .mainSec.photosArea .owl-controls .owl-dots {
    display: none !important;
  }

  /* 隙間調整 (Recommend Products) */
  #mainArea.shopSearch .mainSec.pref-recommend-products .txt_allbeige-fmt2023 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap .photoBtn {
    margin-top: 0 !important;
  }

  /* 隙間調整 (Construction Examples) */
  #mainArea.shopSearch .mainSec .pref-construction-cases .pref-construction-list {
    margin-bottom: 0 !important;
  }

  #mainArea.shopSearch .mainSec.photosArea .photoBtnWrap {
    margin-top: 22px !important;
  }

  #mainArea.shopSearch .mainSec.photosArea .photoBtnWrap .photoBtn {
    margin-top: 0 !important;
  }

  /* Shared Button Styles (SP) */
  #mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap,
  #mainArea.shopSearch .mainSec .pref-construction-cases .photoBtnWrap {
    text-align: center !important;
    padding-bottom: 10px !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap .photoBtn,
  #mainArea.shopSearch .mainSec .pref-construction-cases .photoBtnWrap .photoBtn {
    background: #fff !important;
    border: 0.5333vw solid #D9D4CB !important;
    box-shadow: 0px 0.5333vw 0px #00000033 !important;
    padding-top: 1.8vw !important;
    padding-bottom: 1.8vw !important;
    display: flex !important;
    font-size: 14px !important;
    line-height: 28px !important;
    color: #EF6D00 !important;
    width: 74.6666vw !important;
    margin: 0 auto !important;
    border-radius: 6px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap .photoBtn .photoBtnText,
  #mainArea.shopSearch .mainSec .pref-construction-cases .photoBtnWrap .photoBtn .photoBtnText {
    white-space: nowrap !important;
  }

  #mainArea.shopSearch .mainSec .pref-construction-cases .photoBtnWrap .photoBtn picture img {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 4vw !important;
    height: 4vw !important;
    vertical-align: middle !important;
  }

  /* お客様の声セクションの余白調整 */
  #mainArea .mainSec.customer {
    padding-bottom: 27.5px !important;
  }
}


/* 背景とコンテナ */
#mainArea.shopSearch .mainSec.pref-recommend-products.color_fullscreen-fmt2023 {
  width: 100%;
  background-color: #F7F6F4;
  padding-bottom: 3%;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .txt_allbeige-fmt2023 {
  max-width: 100%;
  margin: 2% auto;
  background-color: #F7F6F4;
  padding: 0 5% 5%;
}



/* SPのみ: おすすめ商品一覧タイトルの上部マージンを削除 */
@media screen and (max-width: 767px) {
  #mainArea.shopSearch .mainSec.pref-recommend-products .ttl_01 {
    margin-top: 0 !important;
  }
}


/* カードスタイル */
#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 {
  display: block;
  margin: 0;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row {
  width: 100%;
  box-shadow: 0px 0px 2px 2px #00000033;
  border-radius: 6px;
  margin-bottom: 0;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 0 !important;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner {
  padding: 6%;
  flex-grow: 1;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .p_commonttl-fmt2023 {
  padding: 0 0 4% 0;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {

  /* PC用 H2汎用デザイン (全てのH2タグに適用) */
  #mainArea.shopSearch h2,
  #mainArea.shopSearch .ttl_01,
  #mainArea.shopSearch .customerTitle,
  #mainArea.shopSearch .flow-title,
  #mainArea.shopSearch .faqTitle {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #666666;
  }
}

/* おすすめ商品一覧タイトル: PCでは特定のマージン削除を行わない（汎用または既存指定に従う） */

#mainArea.shopSearch .mainSec.pref-recommend-products .p_commonttl-fmt2023 {
  font-family: "Noto Sans JP" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 28px !important;
  color: #EF6D00 !important;
  margin: 0 !important;
  /* マージンなし */
  padding: 0 !important;
  /* パディングなし */
}

#mainArea.shopSearch .mainSec.pref-recommend-products .recommendttl-fmt2023 {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}

/* おすすめカードレイアウト */
#mainArea.shopSearch .mainSec.pref-recommend-products .recommendList {
  display: flex !important;
  flex-wrap: wrap !important;
}



#mainArea.shopSearch .mainSec.pref-recommend-products .recommend-fmt2023,
#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 {
  height: 100% !important;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 14px 20px 24px !important;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner a {
  margin-top: auto !important;
  font-size: 12px;
  width: 100% !important;
}

/* 商品名スタイル */
#mainArea.shopSearch .mainSec.pref-recommend-products .product-name {
  font-family: "Noto Sans JP" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 28px !important;
  color: #666666 !important;
  margin: 0 0 8px 0 !important;
  /* 説明文との間隔 8px */
}

#mainArea.shopSearch .mainSec.pref-recommend-products .p_commontxt-fmt2023 {
  font-family: "Noto Sans JP" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #666666 !important;
  margin-top: 0 !important;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner a {
  font-family: "Noto Sans JP" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 28px !important;
  text-align: right !important;
  text-decoration: underline !important;
  color: #666666 !important;
  margin-top: auto !important;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .recommendttl-fmt2023 {
  font-size: 16px;
  color: #666666;
  font-weight: bold;
  margin-bottom: auto;
  line-height: 1.4;
}

/* ==========================================================================
   おすすめ商品とボタンの間のマージン調整
   ========================================================================== */
#mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap {
  padding-bottom: 0;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap .photoBtn {
  margin-top: 0;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .p_commontxt-fmt2023 {
  margin: 0px 0 10px 0;
  font-size: 12px;
  color: #666666;
  line-height: 1.5;
}

/* Links & Arrows */
#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner a {
  display: block;
  text-align: right;
  text-decoration: underline;
  color: #707070;
  font-size: 12px;
  margin-top: 10px;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner a::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(/portal/common/img/arrow.png) no-repeat;
  background-size: contain;
  background-position: left center;
  vertical-align: middle;
  margin-right: 2px;
}

/* バッジ */
#mainArea.shopSearch .mainSec.pref-recommend-products .mark_orange {
  display: inline-block;
  background: #EF6D00;
  padding: 0.1em 0.5em;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 0.5em;
}

/* 画像の間隔 */
#mainArea.shopSearch .mainSec.pref-recommend-products .four_btn-fmt2023 .row .inner picture {
  margin-bottom: 15px !important;
  width: 100%;
}

#mainArea.shopSearch .mainSec.pref-recommend-products .mark_green {
  display: inline-block;
  background: #00B2B3;
  padding: 0.1em 0.5em;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  margin-left: 0.5em;
}

@media print,
screen and (min-width: 768px) {
  #mainArea .mainSec .photoBtn {
    width: 320px;
    box-shadow: 0px 2px 0px #00000033;
    background: #FFFFFF;
    border: 2px solid #D9D4CB;
    font-size: 16px;
    line-height: 28px;
    color: #EF6D00;
    border-radius: 6px;
    margin: 18px auto 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: auto;
    padding-left: 16px;
  }

  /* 隙間調整 (Recommend Products PC) */
  #mainArea.shopSearch .mainSec.pref-recommend-products .txt_allbeige-fmt2023 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap {
    margin-top: 30px !important;
  }

  #mainArea.shopSearch .mainSec.pref-recommend-products .photoBtnWrap .photoBtn {
    margin-top: 0 !important;
  }
}

/* --- リフォームの流れ --- */
.flow-section {
  padding: 40px 0;
  max-width: 100%;
  margin: 0 auto;
  background-color: #F7F6F4;
}

.flow-header {
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.flow-title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.flow-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  max-width: 180px;
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EF6D00;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  z-index: 10;
  position: relative;
  margin-bottom: -25px;
}

.step-content {
  text-align: center;
  background: white;
  border-radius: 15px;
  padding: 30px 15px 20px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  border: 1px solid #e0e0e0;
}

.step-title {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.step-icon {
  margin-bottom: 10px;
}

.step-icon-placeholder {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-arrow {
  font-size: 20px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 12px solid #EF6D00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.step-arrow::before {
  content: '';
}

.flow-step:last-child .step-arrow {
  display: none;
}

/* --- よくある質問 --- */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 20px 25px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-question-wrapper:hover {
  background: #f8f8f8;
}

.faq-label {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
  flex-shrink: 0;
}

.faq-question {
  flex: 1;
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
}

.faq-toggle {
  color: #EF6D00;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}

.faq-answer {
  display: none;
  background: #f0f0f0;
  padding: 20px 25px;
}

.faq-item.expanded .faq-answer {
  display: block;
}

.faq-answer-label {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  margin-right: 15px;
}

.faq-answer-text {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  display: inline;
}

.faq-title,
.faqTitle {
  color: #EF6D00;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

/* ヘルパー */
.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

.link {
  color: rgb(239, 109, 0);
  text-decoration: none;
}


/* --- SP Styles (Ported) --- */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  /* Flow SP */
  .flow-steps {
    flex-direction: column;
    gap: 30px;
  }

  .flow-steps .is-sp {
    width: 100%;
  }

  .flow-step {
    max-width: 300px;
  }

  .step-arrow {
    display: none !important;
  }

  .flow-section {
    padding: 40px 2.6666vw;
    max-width: 100%;
    margin: 0 auto;
  }

  .flow-header {
    padding: 20px;
    margin-bottom: 6.67vw;
  }

  .flow-title {
    font-size: 4.533vw;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  /* FAQ SP */
  .faq-question {
    font-size: 3.73333vw;
    font-weight: initial;
  }

  .faq-question-wrapper {
    padding: 6.93333vw 2.6666vw;
  }

  .faq-answer-text {
    font-size: 3.2vw;
  }

  .faq-title,
  .faqTitle {
    /* マッピング */
    font-size: 4.533vw;
  }
}




/* --- SP Styles (Ported) --- */
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  /* Flow SP */
  .flow-steps {
    flex-direction: column;
    gap: 30px;
  }

  .flow-steps .is-sp {
    width: 100%;
  }

  .flow-step {
    max-width: 300px;
  }

  .step-arrow {
    display: none !important;
  }

  .flow-section {
    padding: 40px 2.6666vw;
    max-width: 100%;
    margin: 0 auto;
  }

  .flow-header {
    padding: 20px;
    margin-bottom: 6.67vw;
  }

  .flow-title {
    font-size: 4.533vw;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  /* SP用FAQ */
  .faq-item {
    border: 1px solid #D4CEC4 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
  }

  .faq-question-wrapper {
    padding: 5.333vw 4vw !important;
    align-items: center !important;
    background: #fff !important;
    display: flex !important;
  }

  .faq-label {
    background-color: #EF6D00 !important;
    color: #fff !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 30px !important;
    font-size: 14px !important;
    margin-right: 3vw !important;
    display: block !important;
    flex-shrink: 0 !important;
  }

  .faq-question {
    font-family: "Noto Sans JP" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #EF6D00 !important;
  }

  .faq-toggle {
    font-size: 0 !important;
    width: 30px !important;
    height: 30px !important;
    position: relative !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .faq-toggle::after {
    content: "" !important;
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-right: 2px solid #EF6D00 !important;
    border-bottom: 2px solid #EF6D00 !important;
    transform: rotate(45deg) !important;
    margin-top: -4px !important;
    transition: transform 0.3s !important;
  }

  .faq-item.expanded .faq-toggle::after {
    transform: rotate(225deg) !important;
    margin-top: 4px !important;
  }

  .faq-answer {
    padding: 5.333vw 4vw !important;
    border-top: none !important;
    background: #fff !important;
    position: relative !important;
  }

  /* SP用区切り線 */
  .faq-answer::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 4.53333vw !important;
    right: 4.53333vw !important;
    height: 1px !important;
    background: #D4CEC4 !important;
  }

  .faq-item.expanded .faq-answer {
    display: flex !important;
    align-items: flex-start !important;
  }

  .faq-answer-label {
    background-color: #fff !important;
    color: #EF6D00 !important;
    border: 1px solid #EF6D00 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 28px !important;
    font-size: 14px !important;
    margin-right: 3vw !important;
    display: block !important;
    flex-shrink: 0 !important;
  }

  .faq-answer-text {
    font-family: "Noto Sans JP" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #333333 !important;
    padding-top: 0 !important;
    display: block !important;
  }

  /* SP用共通H2スタイル */
  #mainArea.shopSearch h2,
  #mainArea.shopSearch .ttl_01,
  #mainArea.shopSearch .customerTitle,
  #mainArea.shopSearch .flow-title,
  .faq-title,
  .faqTitle {
    font-family: "Noto Sans JP" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #666666 !important;
    margin-top: 0 !important;
  }
}

/* ==========================================================================
   PC用FAQ
   ========================================================================== */
@media screen and (min-width: 768px) {
  .faq-list {
    max-width: 980px !important;
  }

  .faq-item {
    border: 1px solid #D4CEC4 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    margin-bottom: 22px !important;
  }

  .faq-question-wrapper {
    padding: 25px 30px !important;
    align-items: center !important;
    background: #fff !important;
  }

  .faq-question-wrapper:hover {
    background: #fff !important;
    opacity: 0.8;
  }

  .faq-label {
    background-color: #EF6D00 !important;
    color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    font-size: 20px !important;
    margin-right: 20px !important;
    display: block !important;
  }

  .faq-question {
    font-family: "Noto Sans JP" !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 27px !important;
    color: #EF6D00 !important;
  }

  .faq-toggle {
    font-size: 0 !important;
    width: 40px !important;
    height: 40px !important;
    position: relative !important;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .faq-toggle::after {
    content: "" !important;
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    border-right: 3px solid #EF6D00 !important;
    border-bottom: 3px solid #EF6D00 !important;
    transform: rotate(45deg) !important;
    margin-top: -6px !important;
    transition: transform 0.3s !important;
  }

  .faq-item.expanded .faq-toggle::after {
    transform: rotate(225deg) !important;
    margin-top: 6px !important;
  }

  .faq-answer {
    padding: 25px 30px !important;
    border-top: none !important;
    /* 全周ボーダーを削除 */
    background: #fff !important;
    position: relative !important;
    /* 擬似要素の位置指定用 */
  }

  /* 20px隙間のカスタム区切り線 */
  .faq-answer::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 20px !important;
    right: 20px !important;
    height: 1px !important;
    background: #D4CEC4 !important;
  }

  .faq-item.expanded .faq-answer {
    display: flex !important;
    align-items: flex-start !important;
  }

  .faq-answer-label {
    background-color: #fff !important;
    color: #EF6D00 !important;
    border: 1px solid #EF6D00 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 38px !important;
    font-size: 20px !important;
    margin-right: 20px !important;
    display: block !important;
    flex-shrink: 0 !important;
  }

  .faq-answer-text {
    font-family: "Noto Sans JP" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #333333 !important;
    padding-top: 6px !important;
    display: block !important;
  }
}

.prefTopContentWrapper {
  background: #F7F6F4;
  padding-bottom: 52px;
}

.prefTopContentWrapper .prefTopContent {
  width: 68vw;
  margin: auto;
  background-color: #FEF2E8;
  border: #ED6E01 1px solid;
  margin-bottom: 0;
  padding: 25px 20px;
  max-height: 100px;
  overflow: hidden;
}

.prefTopContentWrapper .prefTopContent.expanded {
  max-height: none;
}

@media screen and (max-width: 767px) {
  .prefTopContentWrapper {
    padding-bottom: 0px;
    padding-top: 52px !important;
  }


  .pref-recommend-products,
  .hojokin {
    margin-top: 0 !important;
    padding-top: 52px !important;
  }
}

@media print,
screen and (min-width: 768px) {

  /* ラッパーによるセレクタ修正: PC */
  .prefTopContentWrapper {
    padding-top: 52px;
    padding-bottom: 0;
  }

  .prefTopContentWrapper .prefTopContent {
    width: 820px;
    margin: auto;
    display: flex;
    background-color: #FEF2E8;
    border: #ED6E01 1px solid;
    margin-bottom: 0;
    padding: 30px 40px;
    gap: 29px;
    max-height: none;
    overflow: visible;
  }
}
