/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.color_test{
  color:#ff0000;
}
/*緑色の見出しh3などに使用*/
.midashi01{
  border-left: 13px solid #5a9f3a; 
  border-bottom: 3px solid #5a9f3a; 
  padding-left: 12px; 
  font-size: 20px; 
  line-height: 1.5; 
  text-align: justify; 
  margin-bottom: 3em;
}

h1,h2,h3,h4,h5,h6,p{
font-family: "Lucida Grande", Roboto, "Droid Sans", モトヤLシーダ3等幅, MotoyaLCedar, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p.box-text{
font-family: "Lucida Grande", Roboto, "Droid Sans", モトヤLシーダ3等幅, MotoyaLCedar, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
}

/*p {
              padding: 0px 15px;
}*/

        p::first-letter {
            display: inline-block;
            margin-left: 1em; /* 1字分の下げ */
        }


.decorated-heading {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 5px dotted #f6b5c1;
  background-color: #f7e6e9;
  font-size: 2rem;
  box-sizing: border-box;
  margin-bottom: 2em;
}

.icon-speech {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.icon {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.speech-bubble {
  position: relative;
  background-color: #fff;
  border: 3px solid #86c2db;
  padding: 5px;
  border-radius: 60px;
  color: #2557ab;
  text-align: center;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  overflow: hidden;
}

.label {
  font-size: 1rem;
  line-height: 1.2;
}

.number {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
/* 画像切り替え用クラス */
.icon1 { background-image: url('https://file.naik.jp/hubfs/HP-photo/katsudozire/png/hsa-zire-icon1.png'); }
.icon2 { background-image: url('https://file.naik.jp/hubfs/HP-photo/katsudozire/png/hsa-zire-icon2.png'); }
.icon3 { background-image: url('https://file.naik.jp/hubfs/HP-photo/katsudozire/png/hsa-zire-icon3.png'); }
.icon4 { background-image: url('https://file.naik.jp/hubfs/HP-photo/katsudozire/png/hsa-zire-icon4.png'); }
.icon5 { background-image: url('https://file.naik.jp/hubfs/HP-photo/katsudozire/png/hsa-zire-icon5.png'); }

.decorated-subheading {
            position: relative;
            display: inline-block;
            padding: 10px 15px;
            font-size: 1.5rem; /* 見出しサイズ */
            font-family: "メイリオ", sans-serif; /* フォントをメイリオに設定 */
            font-weight: bold; /* 文字を濃く設定 */
            margin: 20px 0;
        }
        .decorated-subheading .circle-pink {
            position: absolute;
            top: 55%; /* 濃いピンクを文字にさらに近づける */
            left: -35px;
            transform: translateY(-50%);
            width: 40px; /* 濃いピンクの丸のサイズ */
            height: 40px;
            background-color: #f6a1a8; /* 濃いピンク */
            border-radius: 50%;
        }
        .decorated-subheading .circle-light-pink {
            position: absolute;
            top: 68%; /* 薄いピンクを濃いピンクにより近づけ */
            left: -25px;
            transform: translateY(-50%);
            width: 35px; /* 薄いピンクの丸を濃いピンクより小さく */
            height: 35px;
            background-color: #edc1c7; /* 薄いピンク */
            border-radius: 50%;
        }


        .decorated-subheading2 {
            position: relative;
            display: inline-block;
            padding: 10px 15px;
            font-size: 1.7rem; 
            font-family: "メイリオ", sans-serif; /* フォントをメイリオに設定 */
            font-weight: bold; /* 文字を濃く設定 */
            margin-top: 20px;
        }

        .decorated-subheading2 .yellow-underline{
            border-bottom: double 6px #ffe599;/* 黄色の二重下線 */
        }

        .decorated-subheading3 {
            position: relative;
            display: inline-block;
            padding: 10px 15px;
            font-size: 1.5rem; /* 見出しサイズ */
            font-family: "メイリオ", sans-serif; /* フォントをメイリオに設定 */
            font-weight: bold; /* 文字を濃く設定 */
            margin-top: 20px;
        }

        .decorated-subheading3 .blue{
            color: #0c5394;/* 青文字 */
        }

        .content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
        }
        .text-container {
            flex: 1;
        }
        .text {
            margin-bottom: 20px;
            text-align: left;
        }
        .image {
            width: 30%;
            max-width: 600px;
            margin: 20px;
        }

        .image-container {
            display: flex;
            justify-content: space-between;
            gap: 20px; /* 画像の間隔 */
            margin: 20px;
          　width:100%;
        }
        .image-container .image {
            width: 45%; /* 画像の横幅を画面幅の半分以下に設定 */
            max-width: 500px; /* 最大幅の制限 */
            height: auto; /* 高さは自動調整 */
        }

    .button-container {
        display: flex;
        justify-content: flex-end; /* 初期状態で右寄せ */
        margin-top: 20px;
        margin-right: 20px;
    }
    .orange-button {
        background-color: #FF7F32; /* より濃いオレンジ色 */
        color: white; /* 文字色は白 */
        padding: 15px 30px;
        font-size: 18px;
        text-decoration: none; /* リンクの下線を消す */
        border-radius: 5px; /* 角を丸く */
        width: 30%; /* 初期状態で画面の3分の1の幅 */
        text-align: left; /* 文字を左寄せ */
        font-weight: bold; /* 文字を太く */
        box-sizing: border-box;
        font-family: "メイリオ", sans-serif; /* フォントをメイリオに設定 */
    }
    .orange-button:hover {
        background-color: #E66B2F; /* ホバー時の濃いオレンジ色 */
    }

        .custom-heading-container {
            display: flex;
            align-items: center; /* コンテンツを中央に配置 */
            justify-content: center; /* コンテンツを中央に配置 */
            gap: 20px;
            margin: 40px 20px 20px;
            border-top: double 8px #efc0c8; /* 上に2本線 */
            border-bottom: double 8px #efc0c8; /* 下に2本線 */
            padding-top: 15px; /* 上部に余白を減らして調整 */
            padding-bottom: 15px; /* 下部余白を減らして調整 */
        }

        .custom-speech-bubble {
            background-color: #c5647a;
            color: white;
            padding: 15px 25px;
            position: relative;
            border-radius: 10px;
            width: auto;
            display: inline-block;
            line-height: 1.5;
            max-width: 250px;
            text-align: left;
            font-weight: bold; /* 太字 */
            text-align: center; /* 中央寄せ */
            font-family: "メイリオ", sans-serif; /* フォントをメイリオに設定 */
        }

        .custom-speech-bubble:after {
            content: '';
            position: absolute;
            border-width: 15px;
            border-style: solid;
            border-color: transparent transparent transparent #c5647a; /* 右向き三角 */
            top: 50%;
            left: 100%;
            margin-top: -7px;
        }

        .custom-speech-bubble span {
            font-size: 16px;
        }

        .custom-speech-bubble .big-voice {
            font-size: 34px; /* 「声」をもっと大きく */
            font-weight: bold;
            display: block; /* 「声」の部分を改行して表示 */
        }

        .custom-text-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .custom-title {
            font-size: 26px;
            color: #3e3f4b;
            font-weight: bold; /* 太く設定 */
            margin-bottom: 10px;
            text-align: center; /* 中央寄せ */
            font-family: "メイリオ", sans-serif; /* フォントをメイリオに設定 */
        }

        .custom-description {
            font-size: 18px;
            color: #3e3f4b;
            text-align: center; /* 中央寄せ */
            font-family: "メイリオ", sans-serif; /* フォントをメイリオに設定 */
        }

        .custom-image {
            width: 180px; /* 画像サイズを少し大きく調整 */
            height: auto;
            margin: 0; /* 上下マージンを削除 */
        }

        .testimonial-container {
            border: 2px solid #eec7ce; /* 線の色 */
            padding: 20px;
            margin: 20px;
            border-radius: 10px;
            background-color: #fff;
        }

        .testimonial-heading {
            font-size: 22px;
            font-weight: bold; /* 太字 */
            margin-bottom: 10px;
            text-align: left;
            border-bottom: 2px dotted #eec7ce; /* 点線の追加 */
            padding-bottom: 5px;
        }

        .testimonial-text {
            font-size: 16px;
            color: #333;
            line-height: 1.6;
            margin-bottom: 10px;
        }

        .testimonial-occupation {
            font-size: 16px;
            text-align: right; /* 右寄せ */
            font-style: italic;
            color: #555;
        }

        .download-btn-wrapper {
            text-align: center;
            margin-bottom: 40px; /* 下に間隔を追加 */
        }

        .download-btn {
            display: inline-block;
            padding: 15px 30px;
            font-size: 18px;
            font-family: 'Meiryo', sans-serif;
            font-weight: bold;
            color: #fff;
            background: linear-gradient(45deg, #ff7b7b, #ff5252); /* グラデーション */
            border: none;
            border-radius: 25px;
            text-decoration: none;
            text-align: center;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* 影を追加 */
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .download-btn:hover {
            background: linear-gradient(45deg, #ff5252, #ff7b7b); /* ホバー時のグラデーション反転 */
            transform: translateY(-3px); /* ホバー時の浮き上がり */
            box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.3); /* 影を強調 */
        }

        .download-btn:active {
            transform: translateY(1px); /* クリック時の押し込み効果 */
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
        }

.zenkoku2025-nagare {
  font-family: 'Yu Gothic', sans-serif;
  padding: 20px;
  color: #004d5e;
  max-width: 1000px;
  margin: auto;
}

/* ✅ タイトルのカラー対応 */
.zenkoku2025-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.zenkoku2025-title .red {
  color: #b52f4a;
}
.zenkoku2025-title .ai {
  color: #004d5e;
}

.zenkoku2025-logo {
  text-align: center;
  margin-bottom: 30px;
}
.zenkoku2025-logo img {
  max-width: 100%;
  height: auto;
}

/* ✅ 左余白をさらに増やす */
.zenkoku2025-day-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.zenkoku2025-day-box {
  border: 1px solid #0d6576;
  border-radius: 10px;
  padding: 20px;
  width: 48%;
  box-sizing: border-box;
  background-color: #fff;
}

.zenkoku2025-day-box2 {
  padding-left: 30px;
}

.zenkoku2025-day-box h3 {
  font-size: 1.4rem; 
  text-align: center;
  border-bottom: 1px solid #0d6576;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #236575;
}

.zenkoku2025-label {
  background-color: #0d6576;
  color: #fff;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 1rem; /* ✅ ラベルサイズアップ */
  margin-left: 10px;
}

.zenkoku2025-tag {
  display: block;
  border: 1px solid #0d6576;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: bold;
  margin: 5px 0 10px 0;
  background-color: #eef6f8;
  color: #004d5e;
  width: fit-content;
}

.zenkoku2025-day-box ul {
  list-style: none;
  padding-left: 0;
}

.zenkoku2025-day-box ul li {
  margin: 5px 0;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}

/* ✅ ◆ マーク調整 */
.zenkoku2025-day-box ul li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.4em;
  color: #0d6576;
  font-size: 0.8em;
  line-height: 1;
}

.zenkoku2025-day-box ul li.plus {
  padding-left: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0d6576;
  position: relative;
}
/* 「＋」には◆マークを表示しない */
.zenkoku2025-day-box ul li.plus::before {
  content: none;
  display: none;
}
.zenkoku2025-note {
  font-size: 1rem; /* ✅ 大きめに */
  color: #333;
  margin-top: 15px;
  font-weight: bold;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .zenkoku2025-day-box {
    width: 100%;
  }  
    .zenkoku2025-day-box2 {
    padding-left: 0; 
  }
  
    .zenkoku2025-day-box h3 {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .zenkoku2025-title {
    font-size: 1.5rem;
  }
}



    /* スマホ対応スタイル */
    @media (max-width: 768px) {
      
   .decorated-heading {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.5rem;
    padding: 10px;
  }

  .icon-speech {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .icon {
    width: 60px;
    height: 60px;
  }

  .speech-bubble {
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 40px;
  }

  .label {
    font-size: 0.8rem;
  }

  .number {
    font-size: 1.2rem;
  }
}     
      
        .custom-heading-container {
            flex-direction: column; /* コンテンツを縦方向に並べる */
            align-items: center; /* 縦方向でも中央揃え */
        }

        .custom-speech-bubble {
            max-width: 100%; /* 吹き出しを画面幅に収める */
           　font-size: 20px; /* フォントサイズを調整 */
        }

           .custom-speech-bubble:after {
            display: none; /* 吹き出しの三角を非表示 */
        }

        .custom-speech-bubble .big-voice {
            display: inline; /* スマホでは改行せず同じ行に表示 */
            font-size: 30px; /* サイズを調整 */
        }
   
      
        .custom-image {
            width: 100px; /* 画像サイズを小さく調整 */
        }

        .custom-title {
            font-size: 20px; /* 見出しサイズを小さく調整 */
        }

        .custom-description {
            font-size: 16px; /* 説明文のフォントサイズを小さく調整 */
        }
      
        .button-container {
            justify-content: center; /* スマホでは中央寄せ */
            margin: 20px 10px; /* マージンを調整 */
        }
        .orange-button {
            width: 100%; /* スマホ画面では幅を50%に */
            font-size: 16px; /* フォントサイズを調整 */
            text-align: center; /* 文字を中央寄せ */
            white-space: pre-wrap; /* 改行を有効にする */
        }
      
              .decorated-subheading {
            padding-left: 50px; /* 余白を増やして丸が切れないよう調整 */
        }

        .decorated-subheading .circle-pink {
            left: -20px; /* 丸の位置を中央寄りに調整 */
        }

        .decorated-subheading .circle-light-pink {
            left: -10px; /* 丸の位置を中央寄りに調整 */
        }
      
        .decorated-subheading2 {
            font-size: 1.4rem; 
        }

              .decorated-subheading3 {
            font-size: 1.3rem; 
        }
      
              .content {
            display: block; /* フレックスを解除 */
        }

        .image {
            float: right; /* 画像を右寄せ */
            width: 50%; /* スマホでの画像幅を調整 */
            margin: 0 10px 10px 10px; /* テキストと画像の間に余白を設定 */
        }

        .text-container {
            text-align: justify; /* テキストを両端揃えに設定 */
        }
    }




@media screen and (min-width: 768px) {
  .balance {
    width: 50%;             /* 画面の50%の幅で表示 */
    max-width: 800px;       /* 最大幅（任意で調整可能） */
    display: block;         /* ブロック要素にして中央寄せ可能に */
    margin: 0 auto;         /* 左右の余白を自動にして中央寄せ */
    height: auto;           /* アスペクト比を維持 */
  }
}

@media screen and (max-width: 767px) {
  .wrap-main {
    width: 90%;          /* 横幅を90%に設定 */
    max-width: 600px;    /* 最大幅を設定（任意で調整可能） */
    margin: 0 auto;      /* 左右の余白を自動にして中央寄せ */
  }
}

.tabber .media-col .form-wrap .hs-input,form input[type=email],form input[type=file],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form select,form textarea {
    background-color: #e5e5e5;!important
    border-color: transparent;
    border-radius: 5px;
    color: #000
}

/*ここからは全国大会で使うフォームのデザイン*/

.entry-form-module .form-error {
  color: red;
  font-size: 0.9em;
  margin-top: 4px;
  display: none;
}

.entry-form-module .btn-main {
  background: #e79136;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  pointer-events: none;  /* 初期は無効 */
  opacity: 0.5;          /* クリック不可に見せる */
}

.entry-form-module .btn-main.enabled {
  pointer-events: auto;
  opacity: 1;
}

.entry-form-module .form-group {
  margin-bottom: 1em;
}

.entry-form-module .heading-main {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

br.smt_kaigyo {
  display: none;
}

/*ここからは全国大会2025で講座を選んだ先のページ用のデザイン*/
.marker_blue {
  font-family: Arial, Helvetica, sans-serif;
  color: #494949;
  background: linear-gradient(transparent 70%, #B3D7E6 0%);
 }

.label_blue {
  background: #3e8aab;
  margin-bottom: 5px;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 50px; 
 }

.badge_blue {
  display: inline-block;
  border: 3px solid #3e8aab;
  color: #3e8aab;
  border-radius: 6px;
  padding: 6px 12px;
  white-space: normal;
  overflow-wrap: break-word; 
 }

.text-lineup-center {
  display: flex;
  flex-direction: column; /* デフォルト：縦並び */
  align-items: center;     /* 子要素を中央に */
  gap: 16px;
  text-align: center;
  margin: 20px;
}

.card {
  padding: 5px 5px;
  border-radius: 6px;
  font-size: 1.1em;
}

/* デスクトップ（768px〜）：横並びに変更 */
@media screen and (min-width: 768px) {
  .text-lineup-center {
    flex-direction: row;
    justify-content: center; /* 横並び時も中央に */
    flex-wrap: nowrap;       /* 折り返さない（必要に応じて wrap に） */
  }
  
    br.smt_kaigyo {
    display: inline;
  }
}

/***********************************************************/


@media screen and (max-width: 767px) {
  .wrap-main {
    width: 90%;          /* 横幅を90%に設定 */
    max-width: 600px;    /* 最大幅を設定（任意で調整可能） */
    margin: 0 auto;      /* 左右の余白を自動にして中央寄せ */
  }
  
   .zenkoku2025-day-box {
    width: 100%;
  }
  
}


@media (max-width: 480px) {
  .entry-form-module .form-container {
    padding: 15px 10px;
  }

  .entry-form-module .heading-main {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  
  .entry-form-module select,
  .entry-form-module .btn-main {
    font-size: 1rem;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .entry-form-module .form-group {
    margin-bottom: 1.2em;
  }
}
/*ここから全国大会skillupページ*/
/* 全体ボックス */
/* 全体ボックス */
.zenkoku2025_box {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000042;
  font-size: 20px;
  line-height: 1.5;
}

/* セクションタイトル */
.zenkoku2025_title {
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}
.zenkoku2025_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  height: 0;
  border-bottom: 3px double #86b4b3;
  min-width: 120px;
}

/* メイン枠 */
.zenkoku2025_bigbox {
  background-color: #f9f9fb;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #00799e;
  font-size: 20px;
}

/* .zenkoku2025_row */
.zenkoku2025_row {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-bottom: 14px;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px dashed #2e89a3; 
}

/* スキルアップ講座：青 */
.zenkoku2025_01 p.type.skillup {
  color: #2e89a3 !important;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}

/* シンポジウム：赤 */
.zenkoku2025_02 p.type.symposium {
  color: #d65e63 !important;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}


/* スマホ縦並び */
@media screen and (max-width: 768px) {
  .zenkoku2025_row {
    flex-direction: column;
  }
  .zenkoku2025_row > div {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* .01, .02 の左余白 + p のフォント大 */
.zenkoku2025_01,
.zenkoku2025_02 {
  padding-left: 10px;
}
.zenkoku2025_01 p,
.zenkoku2025_02 p {
  font-size: 1.4rem;
}

/* .03, .04 行：太字・青・大きめ */
.zenkoku2025_03 p,
.zenkoku2025_04 p {
  color: #2e89a3;
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}

/* 各価格ペア */
.zenkoku2025_06,
.zenkoku2025_08,
.zenkoku2025_10,
.zenkoku2025_12 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: nowrap;
}

/* 左側：折返しOK・太字・サイズ大 */
.zenkoku2025_06a,
.zenkoku2025_08a,
.zenkoku2025_10a,
.zenkoku2025_12a {
  flex: 1;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.2rem;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.4;
}

/* 右側：金額（黒） */
.zenkoku2025_06b,
.zenkoku2025_08b,
.zenkoku2025_10b,
.zenkoku2025_12b {
  flex: 1;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}
.zenkoku2025_12b .note {
  font-size: 0.85em;
  color: #f00;
  margin-top: 4px;
}
/*zenkoku2025*/

/* 初期状態で非表示 */
.2025zenkoku_img_pc,
.2025zenkoku_img_smt {
  display: none !important;
}

/* PC用表示設定 */
@media screen and (min-width: 769px) {
  .2025zenkoku_img_pc {
    display: block !important;
    text-align: center;
    padding: 0 10%;
  }
  .2025zenkoku_img_pc img {
    max-width: 100%;
    height: auto;
  }
}

/* スマホ用表示設定 */
@media screen and (max-width: 768px) {
  .2025zenkoku_img_smt {
    display: block !important;
    text-align: center;
  }
  .2025zenkoku_img_smt img {
    width: 100%;
    height: auto;
    display: block;
  }
}



/*疑問お答えページ*/
.gimonokotae-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow-x: auto;
}

.gimonokotae-img {
  width: 200px;
  height: auto;
  flex-shrink: 0;
}

.gimonokotae-heading {
  font-size: 2.1em; 
  line-height: 1.4;
  color: #005bac;
  padding-left: 7px;
  margin: 0;
  font-weight: bold;
  flex-shrink: 0;
  min-width: 220px;
}

.gimonokotae-heading-text {
  display: block;
  word-break: keep-all;
}

.gimonokotae_mark {
  font-size: 1.2em; 
  font-weight: 800;
  color: #003d80;
}

.gimonokotae-sp-only {
  display: inline !important;
}

.qaaa {
  font-size: 24px;
}

@media (max-width: 768px) {
  .gimonokotae-img {
    width: 90px; 
  }
  .qaaa {
    font-size: 20px;
  }
  .gimonokotae-heading {
    font-size: 1.2rem;
    padding-left: 10px;
    border-left-width: 4px;
  }

  .gimonokotae_mark {
    font-size: 1.4rem;
  }
}