ul.circle li span.price{
color: #DB0044;
}
#points.heading-container h2{
margin-top: 0;
}
.table-container {
    max-width: 1024px;
    margin: 0 auto 1em;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.table-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 8px;
    position: relative;
    padding-left: 12px;
}

.table-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 1.5rem;
    background-color: #4a5568; 
    border-radius: 2px;
}

.table-subtitle {
    font-size: 0.875rem;
    color: #718096;
    margin-bottom: 24px;
}

/* --- ここから下が今回追加する「注意書きボックス」のスタイルです --- */

/* 注意書きボックスの外枠 */
.notice-box {
    background-color: #fffaf0; /* 優しいクリーム色 */
    border: 2px solid #ed8936; /* 落ち着いたオレンジ色で注意を引く */
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

/* 注意書きのタイトル */
.notice-title {
    color: #c05621;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.notice-icon {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* 注意書きの本文 */
.notice-text {
    color: #4a5568;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.8;
}

.notice-text strong {
    color: #c05621;
}

/* マーカー風のハイライト（下半分だけ色をつける） */
.notice-highlight {
    background: linear-gradient(transparent 60%, #fbd38d 0);
    font-weight: bold;
    padding: 0 2px;
}

/* --- 以下は前回のテーブル本体のスタイルと同じです --- */

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.houyo-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    min-width: 600px; 
}

.houyo-table th {
    background-color: #2d3748; 
    color: #ffffff;
    font-weight: 600;
    padding: 14px 16px;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    border-top: 1px solid #2d3748;
    border-bottom: 1px solid #2d3748;
}

.houyo-table td {
    padding: 16px;
    font-size: 0.9rem;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
}

.houyo-table tbody tr:nth-child(odd) {
    background-color: #f7fafc;
}

.houyo-table tbody tr:hover {
    background-color: #edf2f7;
    transition: background-color 0.2s ease;
}

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

.font-important {
    font-weight: bold;
    color: #1a202c;
}

.highlight-years {
    font-weight: 600;
    color: #2b6cb0; 
}

.font-gold {
    color: #b7791f; 
    font-weight: bold;
}

/* スマートフォン向けの微調整 */
@media (max-width: 600px) {
    body {
        padding: 0px;
    }
    .table-container {
        padding: 15px;
    }
    .table-title {
        font-size: 1.25rem;
    }
    .notice-box {
        padding: 15px;
    }
    .notice-title {
        font-size: 1rem;
    }
    .houyo-table th, .houyo-table td {
        padding: 12px 10px;
        font-size: 0.85rem;
    }
}
/* --- 全体コンテナ --- */
.isshuki-guide-container {
    max-width: 1024px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333333;
    line-height: 1.7;
}

/* --- セクション共通 --- */
.guide-section {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e2e8f0;
}

.guide-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* 見出し (h3) */
h3.section-title {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
}
.section-desc {
    font-size: 0.95rem;
    color: #4a5568;
    margin-bottom: 20px;
}

/* --- 一般的なリスト (セクション1, 2) --- */
.guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guide-list li {
    background-color: #f7fafc;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #4a5568;
    border-left: 4px solid #cbd5e0;
}

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

.list-heading {
    display: block;
    font-weight: bold;
    color: #2d3748;
    margin-bottom: 4px;
    font-size: 1rem;
}

/* --- タイムラインの流れ (セクション3) --- */
.timeline-dl {
    position: relative;
    margin: 0;
    padding: 0;
}

.timeline-dl::before {
    content: '';
    position: absolute;
    top: 15px; 
    bottom: 20px;
    left: 17px; 
    width: 2px;
    background-color: #cbd5e0;
}

.timeline-step {
    position: relative;
    margin-bottom: 24px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-dt {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.timeline-number {
    position: relative;
    z-index: 1; 
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #2b6cb0; 
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-right: 16px;
    box-shadow: 0 2px 5px rgba(43, 108, 176, 0.3);
}

.timeline-heading {
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: bold;
}

.timeline-sub {
    font-size: 0.85rem;
    color: #718096;
    font-weight: normal;
    margin-left: 4px;
}

.timeline-dd {
    margin: 0 0 0 52px; 
    background-color: #f7fafc; 
    padding: 10px;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #4a5568;
}

/* --- チェックリスト (セクション4) --- */
.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #edf2f7;
}

.checklist li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.check-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #48bb78; /* 清潔感のある緑色 */
    color: white;
    border-radius: 4px;
    font-weight: bold;
    margin-right: 12px;
    margin-top: 2px; /* テキストとの高さ微調整 */
}

.check-content {
    font-size: 0.95rem;
    color: #4a5568;
}

.check-content strong {
    color: #2d3748;
}

/* --- スマートフォン用レスポンシブ --- */
@media (max-width: 600px) {
    .isshuki-guide-container {
        padding: 20px 15px;
    }
    
    .guide-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    
    .section-title {
        font-size: 1.15rem;
    }
    
    .guide-list li, .timeline-dd, .check-content {
        font-size: 0.85rem;
    }
    
    .list-heading, .timeline-heading {
        font-size: 0.95rem;
    }
    
    .timeline-dl::before {
        left: 15px;
    }
    
    .timeline-number {
        width: 32px;
        height: 32px;
        font-size: 1rem;
        margin-right: 12px;
    }
    
    .timeline-dd {
        margin-left: 44px; 
        padding: 12px 15px;
    }
}
/* 全体のコンテナ設定 */
.faq-list {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  color: #333;
}

/* 個別の質問・回答ブロック（カード風デザイン） */
.faq-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ホバー時のちょっとしたアニメーション（リッチ感を演出） */
.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

/* 質問（Q）のスタイル */
.faq-item dt {
  font-size: 1.1rem;
  margin-bottom: 16px;
  line-height: 1.5;
  position: relative;  /* 変更: アイコン配置の基準点にする */
  padding-left: 36px;  /* 追加: Qアイコンが入るスペースを左に確保 */
  display: block;      /* 変更: flexを解除して横並びバグを防止 */
}

/* 「Q.」アイコンの自動付与 */
.faq-item dt::before {
  content: "Q.";
  color: #2563eb;
  font-size: 1.4rem;
  font-weight: 800;
  position: absolute;  /* 変更: 左側の余白部分に固定 */
  left: 0;
  top: 0px;            /* 1行目と高さが合うように調整 */
  line-height: 1.2;
}

/* 質問テキスト（strongタグ）の調整 */
.faq-item dt strong{
  font-weight: 700;
  /* display: inline-block; を削除して自然な改行に */
}

/* 回答（A）のスタイル */
.faq-item dd {
  margin: 0;
  padding-top: 16px;
  border-top: 1px dashed #cbd5e1;
  line-height: 1.6;
  position: relative;  /* 変更: アイコン配置の基準点にする */
  padding-left: 36px;  /* 追加: Aアイコンが入るスペースを左に確保 */
  display: block;      /* 変更: flexを解除して横並びバグを防止 */
}

/* 「A.」アイコンの自動付与 */
.faq-item dd::before {
  content: "A.";
  color: #ea580c;
  font-size: 1.4rem;
  font-weight: 800;
  position: absolute;  /* 変更: 左側の余白部分に固定 */
  left: 0;
  top: 16px;           /* padding-topの16px分だけ開始位置を下げる */
  line-height: 1.2;
}

/* 回答テキスト（strongタグ）の調整 */
.faq-item dd strong {
  font-weight: bold;
  color: #475569;
  /* display: inline-block; を削除して自然な改行に */
}
.soso_box{
margin: .5em auto;
padding: .5em 1em;
background-color: #f2efe9;
}
.soso_box p span.price{
color: #DB0044;
font-weight: 700;
}
/* スマホ閲覧時の調整（レスポンシブ対応） */
@media screen and (max-width: 600px) {
  .faq-item {
    padding: 16px;
  }
  .faq-item dt, .faq-item dd {
    font-size: 1rem;
  }
  .faq-item dt::before, .faq-item dd::before {
    font-size: 1.2rem;
    margin-right: 8px;
  }
.menu_box .flex_box div {
  width: calc(99% / 2);
}
.shuha_container div {
  width: calc(98% / 2);
}
.flex_box.u_fv .pay_box, .flex_box.u_fv .sumabo_box {
width: 100%;
margin-bottom: .5em;
}
.sumabo_box p.txt {
  padding: 0;

}
h1 {
  background-color: #5d456c;
  color: #fff;
  text-align: center;
  padding: 0 1%;
  font-size: 20px;
}
}