/* FV箇条書き部分 */
.main-visual__text{
        width: 65%;
}

/* FVの3つ横並びアイコン部分 */
.bl_pont__icon {
    width: 65%;
}
.bl_pont__icon ul > li {
    line-height: 1.2rem;
          letter-spacing: -0.05em;

}
.bl_pont__text {
                width: 30%!important;
    margin: 2px 0 0 15px;
}


/* WordPressが自動で生成した空のpタグ(余白)を削除 */
p:empty {
    display: none;
}

/* pタグ下の余白を設定 */
.article-body p {
    margin-bottom: 20px !important;
}


/* 県内で〇〇対応中！部分  */
.bl_pont_box > .bl_pont_box__list-bkY {
    background: #FFFFFF;
}
.bl_pont_box > .bl_pont_box__list {
    line-height: 0.8em;
}
.bl_pont_box {
    border: solid 2px #DEAF7E;
}
.bl_pont_box > .bl_pont_box__list {
    border-right: solid 2px #DEAF7E;
}
.ly_point {
    padding-bottom: 10px;
}


/* フォントの太さを上書き */
body, input, textarea {
    font-family: "ヒラギノ角ゴ ProN W5", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 400;
}

/* h2: セクションの主見出し */
.article-body .orange-waku h2,
h2 {
  background: linear-gradient(135deg, #ef8212, #f6b26b);
  color: #ffffff;
  padding: 16px 24px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}


/* h3 */
.article-body .orange-waku h3, h3{
        background: #deaf7e;
}


/* h4 */
.article-body .orange-waku h4, h4{
        background: #333333;
}


/* h5 */
.article-body .orange-waku h5, h5{
  color: #EF8212;
}


/* hukidashi */
.balloon1-top {
        background: #f2e4ce;
}
.balloon1-top:before{
        border-bottom: 15px solid #f2e4ce;
}

/* accordion-list */
.accordion-list dt{
        background: #9fb1c9;
        border-radius: 10px 10px 10px 10px;

}



/* ------------------------ */
/* -----LP内お客様の声----- */
.voice-chat {
  max-width: 700px;
  font-size:14px;
}
/* 吹き出し共通 */
.voice-chat__bubble {
  position: relative;
  margin: 1em 0;
  padding: 0.75em 1em;
  border-radius: 1em;
  max-width: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* お客様側（左寄せ・オレンジ系） */
.voice-chat__bubble--customer {
  background: #FFF4E6;
  border: 1px solid #F5D1B4;
  margin-right: auto;
}
.voice-chat__bubble--customer::before {
  content: "";
  position: absolute;
  top: 1em;
  left: -0.5em;
  border: 6px solid transparent;
  border-right-color: #F5D1B4;
}






/* ------------------------ */
/*------- LP内 事例 -------*/
.testimonials {
  padding: 20px 10px;
  background-color: #fff9eb;
}
.testimonials__title {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 16px;
}
/* 横スクロールの設定 */
.testimonials__wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding-bottom: 8px; /* スクロールバーを避ける余白 */
}
/* スクロールスナップのターゲット */
.testimonial {
  flex: 0 0 80%;           /* 横幅を80%に（お好みで調整） */
  max-width: 300px;        /* 最大幅を設定してもOK */
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  padding: 0px;
  box-sizing: border-box;
  transition: transform .2s;
}
/* タップ／ホバー時のほんのり拡大エフェクト */
.testimonial:hover,
.testimonial:focus {
  transform: translateY(-4px);
}
/* 画像＋テキストのレイアウト */
.testimonial__figure {
  margin: 0 0 0px;
  text-align: center;
}
.testimonial__img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
.testimonial__name {
  margin-top: 6px;
  font-weight: bold;
  font-size: 1em;
}
.testimonial__text {
  font-size: 0.9em;
  line-height: 1.4;
  color: #333;
  padding: 4px 16px 16px 16px;
  text-align: center;
}























/* ------------------------ */
/* ---------header-------- */
/* pc header */
.site-title {
    width: 40%;
}
/* sp header */
.sp_catch_wrapper{
        background: #FDF2D8;
  border-radius: 0px 0px 30px 30px;
}
.sp_catch {
        color: #6a6a6a;
        font-size: 76%;
        margin-top: 1px;
        text-align: center;
}







/* -------------------- */
/* -----  footer  ----- */
.footer_banner_tel{
        background: #EF8212;
}
.footer_banner_mail{
        background: #c9c7bb;
}
.footer_number{
        font-size: 20px!important;
        margin-top: inherit !important;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  /* バナーを横並びに */
  .footer_banner {
    display: flex;
    margin: 0;              /* 不要な余白リセット */
    padding: 0;
  }

  /* 左右それぞれを均等に */
  .footer_banner_mail,
  .footer_banner_tel {
    flex: 1;
    margin: 0;
  }

  /* 左側：メール相談 */
  .footer_banner_mail {
    background: #bdb8aa;                /* お好みのグレー系に */
  }
  /* 右側：電話相談 */
  .footer_banner_tel {
    background: #e87f16;                /* オレンジ系に */
  }

  /* リンク部分を縦中央揃えに */
  .footer_banner_mail a,
  .footer_banner_tel a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 72px;       /* 高さはお好みで調整 */
    text-decoration: none;
  }

  /* 上段テキスト */
  .footer_banner_mail .brown,
  .footer_banner_tel .brown {
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;
  }

  /* 下段テキスト */
  .footer_banner_mail .white,
  .footer_banner_tel .white {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
  }

  /* 不要な矢印（up-arrow）が出ている場合は隠す */
  .keni-footer-panel_wrap .fn-footer-panel.is-active .page-top-sp {
    display: none;
  }
}






/* ------------------------------ */
/* ---お客様の声カテゴリページ--- */
.entry-list .entry_thumb {
    max-height: unset;
}






/* ---------------------------- */
/* -----お客様の声ページh2----- */
.testimonial_h2 {
  font-size: 16px !important;
}






/* ------------------------ */
/* ----- contactform7 ----- */

/*チェックボックスを改行*/
span.wpcf7-list-item {
display: block;
}

/* フォーム全体のスタイル */
.wpcf7 {
background-color: #f0f0f0; /* ライトグレー */
padding: 20px;
border-radius: 10px;
max-width: 600px;
margin: auto;
}

/* 送信ボタンの元の要素を消す */
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
span.wpcf7-spinner {
  display: none;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
background-color: #007BFF; /* ブルー */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
}

.wpcf7-form input[type="submit"]:hover {
background-color: #0056b3; /* 濃いブルー */
}
.btn_send {
    text-align: center;

}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  background-color: #233b6c;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* recapcha 消す */
.grecaptcha-badge { visibility: hidden; }
