.section-navi {
    font-family: sans-serif;
    padding: 0 0 50px;
}

@media screen and (max-width: 768px) {
    .section-navi {
        margin-top: 0;
        padding-top: 0;
        padding: 30px 15px;
    }
}

.content {
    width: 100% !important;
    padding: 0 !important;
    font-family: sans-serif;
}

.lp_content {
    width: 100%;
    background: #fff;
    background-size: 80px 80px;
}

.breadcrumb {
    background-color: #fff;
    padding: 0.3rem;
    max-width: 1200px;
    margin: 0 auto;
}


/* 見出し */
.main_title {
    font-size: 25px;
    margin-bottom: 12px;
}

.back_01{
    background: #ffffff;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.back_02{
    background: #fbfaf6;
    padding: 50px 0;
    position: relative; 
}

.inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 30px;
    background: #ffffff;
    border: 3px solid #e9eef2;
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    margin-bottom: 40px;
}

.inner_a {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
}

@media screen and (max-width: 768px) {
.back_01{
    padding: 40px 10px;
}

.back_02{
    padding: 40px 10px;
}
.inner{
    padding: 15px;
}
.inner_a{
    border: none;
    box-shadow: none;
    padding: 15px;
}
}

.back_gy {
    background: #f9fafb;
    padding: 20px; 
}
.back_pi {
    background: #fff4fa;
    padding: 20px;
}

/* ボタン */
.bottom-action {
    display: flex;
    justify-content: center;
}
.main-contact-btn {
    display: flex;
    justify-content: center;
    background: #e6007e;
    color: #fff;
    border: none;
    padding: 18px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 35px;
    cursor: pointer;
    /* box-shadow: 0 4px 10px rgba(230, 0, 126, 0.3); */
    width: 30%;
}

@media screen and (max-width: 768px) {
.main-contact-btn {
    font-size: 20px;
    width: 100%;
}
}

.main-contact-btn:hover {
    background-color: #c5006d; /* ホバー時の色 */
}

/* 001_メインcontents */
/* セクション全体のラップ */
.support-banner-section {
    width: 100%;
    padding: 20px 0 0;
    background-image: url(/html/user_data/assets/img/hanako_customer_support/haikei_002.webp);
}

@media screen and (max-width: 768px) {
.support-banner-section {
    background-image: none;
}
}

/* インナーコンテナ（幅の制御） */
.support-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* タイトル部分 */
.support-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 24px 0;
}

.support-pink-text {
    color: #e6007e;
}

/* 説明文 */
.support-description {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.support-red-text {
    color: #d7000f;
    font-weight: bold;
}

/* ボタンレイアウト */
.support-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

/* メインボタン（ピンク） */
.support-btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e6007e;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 50px;
    min-width: 240px;
    transition: background 0.3s;
    font-size: 20px;
}

/* サブボタン（枠線） */
.support-btn-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border:1px solid #555;
    color: #555;
    text-decoration: none;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 50px;
    min-width: 240px;
    transition: background 0.3s;
    font-size: 20px;
}

.support-btn-main:hover { background-color: #c5006d; }
.support-btn-sub:hover {
    background: #fef0f7;
 }

/* 電話番号 */
.support-tel {
    font-size: 17px;
}

/* 画像エリア */
.support-image {
    flex: 0 1 300px;
}

.support-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* モバイル対応 */
@media (max-width: 768px) {
    .support-inner {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .support-title {
        font-size: 22px;
    }
    .support-description {
        font-size: 17px;
    }
    .support-btns {
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }
    .support-image {
        order: -1; /* スマホでは画像を上に */
        width: 60%;
    }
    .support-tel {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .support-image {
        order: -1;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .support-image img {
        width: 40%;
        height: auto;
        display: block;
    }
    .support-image {
        flex: 0;
    }
}

/* 003_そのお困りと解決いたします！ */
.solution-container {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
.solution-container {
    padding: 0;
}
}

.solution-left {
    flex: 1;
    min-width: 300px;
}

.solution-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.solution-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.solution-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.solution-list li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.solution-list strong {
    font-weight: bold;
}

.solution-footer {
    font-size: 20px;
    color: #e6007e;
    font-weight: bold;
}

.solution-right {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    min-width: 350px;
}

.card {
    border: 1px solid #e6007e;
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.card-label {
    display: block;
    font-size: 18px;
    color: #e6007e;
    margin-bottom: 8px;
    font-weight: 600;
}

.card-text {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
.solution-title {
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}
.solution-list li {
    font-size: 16px;
}
.card {
    padding: 12px;
}
.solution-right {
    display: flex;
    flex-direction: column;
}
.card-label {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}
.card-text {
    font-size: 16px;
    text-align: center;

}
.detail-list{
    margin-bottom: 20px;
}
}

/* 004_ご相談・お見積り */
.contact-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    color: #e6007e;
    text-align: center;
}

.contact-text {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
.contact-title {
    font-size: 22px;
}
.contact-text {
    font-size: 17px;
    padding: 0 30px;
}
.solution-footer {
    margin-bottom: 24px;
    text-align: center;
    font-size: 22px;
}
}

.contact-button {
    display: inline-block;
    font-size: 20px;
    background-color: #e6007e;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 50px;
    border-radius: 12px;
    transition: background-color 0.3s;
    width: 50%;
}
.contact-button:hover {
    background-color: #c5006d; /* ホバー時の色 */
}


/* 005_よくあるご質問 */
.accordion-002 {
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background: #fff;
}
.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
    position: absolute;
    right: calc(2em + 2.5px);
    width: 3px;
    height: 15px;
    border-radius: 5px;
    background-color: #e60076;
    content: '';
}

.accordion-002 summary::before {
    rotate: 90deg;
}

.accordion-002 summary::after {
    transition: rotate .3s;
}

.accordion-002[open] summary::after {
    rotate: 90deg;
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    transition: transform .5s, opacity .5s;
    font-size: 18px;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}

@media screen and (max-width: 768px) {
.accordion-002 summary {
    font-size: 16px;
}
.accordion-002 p {
    font-size: 16px;
}
}

/* .unker_link{
    margin-top: -100px;
    padding-top: 100px;
} */

/* 基本設定 */

.main-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
    /* color: #e6007e; */
    /* text-align: center; */
}

.sub-title {
    font-size: 18px;
    /* text-align: center; */
    margin-bottom: 35px;
}

.help-section {
    background-color: #f8fbff; /* 少しだけ明るく透明感のある青系へ */
    padding: 80px 20px;
    color: #2d3748; /* 真っ黒ではなく深いグレーで目に優しく */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
}

.help-header {
    margin-bottom: 40px;
    text-align: center; /* タイトルを中央寄せにすると安定感が出ます */
}

/* カードグリッド */
.help-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.help-card {
    background: #ffffff;
    border: 1px solid #ccc; /* 線を少し細く */
    border-radius: 20px; /* 角を少し丸めて柔らかい印象に */
    padding: 28px 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    position: relative;
}

/* ホバー時の挙動をリッチに */
.help-card:hover {
    border-color: #e6007e;
}
.help-card.active {
    border-color: #e6007e;
    /* box-shadow: 0 8px 20px rgba(230,0,126,0.15); */
    background-color: #fff;
}

.card-index {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    background-color: #fce7f3;
    color: #e6007e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
}

.card-main h3 {
    font-size: 20px;
    margin: 0 0 10px;
    height: 3em;
    display: flex;
    align-items: center;
    color: #e6007e;
}

.card-main p {
    font-size: 17px;
    margin-bottom: 20px;
}

.help-btn {
    margin-top: auto;
    border: 1.5px solid #e6007e;
    color: #e6007e;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    transition: 0.2s;
    position: relative;
}

.help-card.active .help-btn {
    background: #e6007e;
    color: #fff;
}

/* 詳細エリア */
.help-detail-box {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

.detail-panel {
    display: none;
    flex-direction: column;
    animation: helpFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.detail-panel.active {
    display: flex;
}

.detail-header-inner {
    padding: 18px 40px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    background: #f8fbff;
    font-size: 20px;
}

.detail-body {
    display: flex;
    gap: 50px;
    padding: 30px 60px;
}

.detail-info {
    flex: 1.3;
}

.detail-visual {
    flex: 0.7;
}

.opp_img_content {
    flex: none;
}

.detail-visual img {
    width: 100%;
    border-radius: 16px;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.opp_img {
    width: 100%;
    height: 380px !important;
}

@media screen and (max-width: 768px) {
.main-title {
    font-size: 22px;
}
.sub-title {
    font-size: 16px;
}
.opp_img {
    height: 280px !important;
}
}


.detail-tag {
    display: inline-block;
    background: #fff0f6;
    color: #e6007e;
    padding: 6px 16px;
    border-radius: 50px; /* 完全に丸く */
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.detail-info h4 {
    font-size: 22px;
    margin: 0 0 24px;
    line-height: 1.4;
}

.detail-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
.detail-list li {
    font-size: 14px;
}
}

.detail-list li::before {
    content: "✔"; /* 点からチェックマークへ変更して「解決感」を演出 */
    color: #e6007e;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* アニメーション */
@keyframes helpFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* レスポンシブ */
@media (max-width: 900px) {
    .help-card-grid { grid-template-columns: repeat(1, 1fr); gap: 12px; }
    .detail-body { flex-direction: column; padding: 30px; gap: 30px; }
    .detail-visual { order: -1; } /* スマホでは画像を先に */
    .detail-info h4 { font-size: 20px; }
}

.tyuui{
    font-size: 15px;
}

.help-btn::before, 
.help-btn::after {
    position: absolute;
    right: 25px;
    width: 2px;
    height: 10px;
    top: 19px;
    border-radius: 5px;
    background-color: #e60076;
    content: '';
    transition: rotate .3s ease, background-color .3s ease;
}

.help-btn::before {
    rotate: 0deg; 
}

.help-btn::after {
    rotate: 90deg;
}

.help-card.active .help-btn::before {
    rotate: 90deg;
    background-color: #ffffff;
}

.help-card.active .help-btn::after {
    rotate: 90deg; 
    background-color: #ffffff;
}

.opp-button {
    margin: 20px 0; /* 中央寄せにしたい場合は auto を追加 */
    width: 100%;
}

.opp-button a {
    display: block;      /* リンクをブロック要素にして幅いっぱいに広げる */
    background: #0092e6;
    padding: 12px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;         /* 文字色 */
    text-decoration: none; /* リンクの下線を消す */
}

@media screen and (min-width: 600px) {
    [class*=button]:hover{
        opacity: 0.8 !important;
        cursor: pointer;
        transition: all 0.2s ease;
    }
}

.ymarker {
padding: 0 2px;
background: linear-gradient(transparent 70%, #ffff25 10%);
}

.text_yellow{
    color: #ffff25;
}



/* 野村さんのっ強い要望によるフッターコンテンツの非表示 */
/* よくある質問と新着商品、閲覧した商品 */
.main-footer__wrap{
    display: none !important;
}

.main-footer__information {
    margin-top: 0 !important;
}


/* フッター内カテゴリー一覧 */
.footernav__item{
    display: none !important;
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #e60076;
  -webkit-box-shadow: 0 5px 0 #e60076;
  box-shadow: 0 5px 0 #f3aad0;
  width: 50%;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #e60076;
  border: 2px solid #e60076;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e60076 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #e60076;
  -webkit-box-shadow: 0 2px 0 #e60076;
  box-shadow: 0 2px 0 #f3aad0
}

/* コンテンツ修正 */
.c-custom-title { 
    font-size: 1.25rem; 
    margin-bottom: 0.2em; 
    font-weight: bold;
}

.c-custom-subtitle { 
    font-size: 0.85rem; 
    color: #666; 
    margin-bottom: 1.5em; 
}

/* --- タブボタンのグリッド配置 (3x2) --- */
.c-custom-tab-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 12px;
    margin-bottom: 20px;
}

.c-custom-tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    width: 100%;
    border: 2px solid #e9eef2;
    background: #fff;
    /* padding: 10px; */
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: all 0.2s ease;
    line-height: 1.3;
}

/* ホバー・アクティブ状態 */
.c-custom-tab-btn:hover {
    background: #fef0f7;
    border: 2px solid #ffd0e8;
}

.c-custom-tab-btn.is-active {
    background: #fef0f7;
    border: 2px solid #ffd0e8;
}

/* --- コンテンツ表示エリア --- */
.c-custom-content-box {
    border: 3px solid #e9eef2;
    border-radius: 20px;
    padding: 30px 40px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    /* min-height: 220px; */
}

/* PCでは高さを完全に固定することで、下の要素が動くのを防ぎます */
/* @media (min-width: 768px) {
    .c-custom-content-box {
        height: 230px; 
    }
} */

.c-custom-panel {
    display: none;
    /* 動きを止めるため、最新コードにあった translateY を削除し 
       透明度(opacity)の変化だけに限定しました。
    */
    animation: c-fade 0.2s ease;
}

.c-custom-panel.is-active { 
    display: block; 
}

@keyframes c-fade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.c-custom-panel-title { 
    margin-top: 0; 
    font-size:22px; 
    margin-bottom: 15px; 
    font-weight: bold;
    color: #e6007e;
}

.c-custom-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.c-custom-consult-link {
    display: inline-block;
    /* border: 1px solid #e6007e; */
    padding: 12px 25px;
    border-radius: 100px;
    color: #e6007e;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.3s;
    width: 25%;
    text-align: center;
    background: #e6007e;
    color: #fff;
}

.c-custom-consult-link:hover {
    color: #ffff10;
}

/* --- レスポンシブ調整 --- */
@media (min-width: 768px) {
    .c-custom-consult-link {
        position: absolute;
        right: 15px;
        bottom: 15px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .c-custom-tab-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-custom-tab-btn {
        font-size: 14px;
        min-height: 48px;
    }
    /* スマホでは高さ固定を解除（文章が入りきらなくなるため） */
    .c-custom-content-box {
        height: auto;
        min-height: 250px;
        padding: 20px;
    }
.c-custom-consult-link {
    display: inline-block;
    width: 100%;
    }
}

@media (max-width: 480px) {
    .c-custom-tab-list {
        grid-template-columns: 1fr;
    }
}

  .hk-faq {
    background: #fbfaf6;
        margin-top: -100px;
        padding-top: 125px;
  }
 
  .hk-faq__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
  }
 
  .hk-faq__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
  }
 
  .hk-faq__list {
    margin-top: 24px;
    display: grid;
    gap: 12px; /* gap-3 */
  }
 
  .hk-faq__item {
    background: #ffffff;
    border: 1px solid #f1f5f9; /* slate-100 */
    border-radius: 24px; /* rounded-3xl */
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06); /* shadow-sm */
    overflow: hidden;
  }
 
  .hk-faq__q {
    width: 100%;
    text-align: left;
    padding: 20px 24px; /* py-5 px-6 */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
 
  .hk-faq__q:focus-visible {
    outline: 3px solid rgba(236, 72, 153, 0.25); /* pink focus ring */
    outline-offset: 2px;
  }
 
  .hk-faq__qtext {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
  }
 
  .hk-faq__icon {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #e2e8f0; /* slate-200 */
    display: grid;
    place-items: center;
    color: #64748b; /* slate-500 */
    transition: transform 180ms ease;
    flex: 0 0 auto;
    font-weight: 700;
    line-height: 1;
    user-select: none;
  }
 
  /* open時の「＋が45度回転」 */
  .hk-faq__item.is-open .hk-faq__icon {
    transform: rotate(45deg);
  }
 
  .hk-faq__a {
    padding: 0 24px 24px;
    margin-top: -4px; /* -mt-1 っぽい */
  }
 
  .hk-faq__atext {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
  }
 
  .hk-faq__cta {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #db2777; /* pink-600 */
    text-decoration: none;
  }
 
  .hk-faq__cta:hover {
    color: #be185d; /* pink-700 */
  }
 
  /* レスポンシブ微調整 */
  @media (max-width: 640px) {
    .hk-faq__container {
      padding: 16px;
    }
    .hk-faq__q {
      padding: 18px 18px;
    }
    .hk-faq__a {
      padding: 0 18px 18px;
    }
    .hk-faq__qtext {
        font-size: 14px;
    }
    .hk-faq__atext {
        font-size: 14px;
    }
  }

.mini-title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.kirikae_title{
    font-size: 16px;
    font-weight: normal;
    margin-left: 8px;
}
.c-custom-tab-btn img{
    margin-right: 5px;
}

@media (max-width: 767px) {
.kirikae_title {
    font-size: 13px;
    font-weight: normal;
    margin-left: 8px;
}
}

.bold{
    font-weight: bold;
}

/* 下向き矢印（CSSのボーダーで作成） */
.arrow {
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #e98b7d; /* ピンクがかったオレンジ */
  border-right: 2px solid #e98b7d;
  transform: rotate(45deg);
  margin: 0 auto 40px;
}

.c-custom-horizontal-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 15px; /* 項目同士の隙間 */
  font-size: 16px;
}

@media (max-width: 767px) {
.c-custom-horizontal-list {
　flex-direction: column;
}
}


.c-custom-horizontal-list li {
  display: flex;
  align-items: center; /* 枠と文字の高さを揃える */
}

/* チェックマークを囲む四角の設定 */
.c-custom-horizontal-list li::before {
    content: "✔";
    color: #e6007e;
    border: 1.5px solid #888888;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
}

.bold {
  font-weight: bold;
  margin-bottom: 10px;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.c-tag-list li {
    background: #f7f7f7;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.9em;
    border: 1px solid #ddd;
    font-size: 16px;
    margin-bottom: 10px;
}


.c-consult-list {
  list-style: none;
  padding: 0;
}

.c-consult-list li::before {
  content: "💬"; /* 吹き出しアイコン */
  margin-right: 5px;
  font-size: 1.1em;
}

/* 追加コンテンツのスタイル */
.c-custom-estimate-extra {
    display: none; /* 初期は非表示 */
    width: 100%;
    margin-top: 20px;
    padding: 30px 40px;
    border: 3px solid #e9eef2;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box; /* 枠線が外にはみ出さないように */
    text-align: left;
    clear: both; /* 回り込み解除 */
}

.c-extra-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #e6007e;
}

.c-extra-body p {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.6;
}

.c-extra-link {
    margin-top: 15px;
    font-size: 16px;
}

.c-extra-link a {
    color: #0066cc;
    text-decoration: underline;
}

/* 既存のパネル表示用CSS（念のため） */
.c-custom-panel {
    display: none;
}
.c-custom-panel.is-active {
    display: block;
}

@media (max-width: 767px) {
.c-custom-horizontal-list {
    font-size: 14px;
    flex-direction: column;
}
.c-tag-list li {
    font-size: 14px;
}
}

/* 基本は非表示（PCサイズ） */
.sp-br {
  display: none;
}

/* スマホサイズ（一般的に767px以下）の時だけ表示 */
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}

/* 1. PCではスマホ用画像を隠す */
.sp-content {
    display: none;
}

/* 2. スマホサイズ（767px以下）の切り替え */
@media screen and (max-width: 767px) {
    /* PC用のテキストエリアを非表示 */
    .pc-content {
        display: none;
    }

    /* ★追加：PC用のスタッフ画像も非表示にする */
    .support-image {
        display: none;
    }

    /* スマホ用の画像を表示 */
    .sp-content {
        display: block;
        margin-bottom: 20px; /* 下のボタンとの間に少し隙間をあける */
    }

    .sp-image {
        width: 100%;
        height: auto;
        display: block;
    }
}