@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
background-color: #fff ;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

#main {
padding-top: 0 !important;
}

  .heamenu-line {
    color: #fff !important;
    background-color: #4CAF50 !important;
    opacity: 1 !important;
    font-size: 1.2em !important;
    padding: 10px !important;
    border-radius: 10px !important;

  }
  .img-hyouzi-pc {
    display: block !important;	  
}
  .img-hyouzi-sp {
    display: none !important;	  
}

/* ヘッダー内調整 */
.navi-in a {
    padding: 0 0.8em !important;
  }


/* スマホ対応用 */
@media (max-width: 768px) {
  .logo-header {
    display: none !important;
  }

  .img-hyouzi-pc {
    display: none !important;	  
}
  .img-hyouzi-sp {
    display: block !important;	  
}
	
/* ヘッダー内の特定のメニューボタンのmenu-iconを非表示にする */
.mobile-header-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/"] .custom-menu-icon.menu-icon {
    display: none !important;
}
	
/* ヘッダー内の特定のメニューボタンのmenu-iconを非表示にする */
.mobile-header-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input/"] .custom-menu-icon.menu-icon {
    display: none !important;
}
	
/* ヘッダー内の特定のメニューボタンのmenu-iconを非表示にする */
.mobile-header-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input2/"] .custom-menu-icon.menu-icon {
    display: none !important;
}
	
.mobile-header-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input2/?headar_menu"] .custom-menu-icon.menu-icon {
    display: none !important;
}

/* フッター内の特定のメニューボタンのmenu-iconを非表示にする */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input/"] .custom-menu-icon.menu-icon {
    display: none !important;
}

.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input2/"] .custom-menu-icon.menu-icon {
    display: none !important;
}

	
.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input2/?bottom_menu"] .custom-menu-icon.menu-icon {
    display: none !important;
}
	
.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="tel:0564-79-6400"] .custom-menu-icon.menu-icon {
    display: none !important;
}
	
  .heamenu-line {
    color: #fff !important;
    background-color: #4CAF50 !important;
    opacity: 1 !important;
    font-size: 13px !important;
    padding: 4px !important;
    border-radius: 10px !important;
    font-weight: bold;
  }

  .heamenu-tel {
    color: #fff !important;
    background-color: #1f2b66 !important;
    opacity: 1 !important;
    font-size: 13px !important;
    padding: 4px !important;
    border-radius: 10px !important;

  }

		/* ヘッダーナビ内の星アイコンを非表示にする */
.navi-menu-button .menu-icon .fa-star{
  display:none !important;
}

	
	/* ───────── ベースレイアウト ───────── */
.menu-drawer{
  padding:24px 16px;                    /* 余白を増やして詰まり感を解消 */
}
.menu-drawer li{
  margin-bottom:14px;                   /* 各項目の上下間隔 */
  list-style:none;
}

/* ───────── 通常リンク（塾・フリースクール） ───────── */
.menu-drawer li a{
  display:block;
  font-size:1.05rem;                    /* 少し大きめ */
  font-weight:500;
  color:#222;
  text-decoration:none;
}
.menu-drawer li a:hover{
  opacity:.7;
}

/* ───────── CTA① 無料体験ボタン ───────── */
.menu-drawer .menu-item-1140 a{          /* ID 1140 = 無料体験 */
  background:#4CAF50;
  color:#fff !important;
  text-align:center;
  padding:12px 0;
  border-radius:9999px;
  font-weight:600;
  letter-spacing:.03em;
  width:100%;
}
.menu-drawer .menu-item-1140{ margin-bottom:20px; }

/* ───────── CTA② 電話ボタン（アイコン＋番号横並び） ───────── */
.menu-drawer .menu-item-401 a{
  display:flex;
  align-items:center;
  gap:10px;
  background:#f7f7f7;
  padding:12px 16px;
  border-radius:12px;
  width:100%;
}
.menu-drawer .menu-item-401 a:hover{ background:#ececec; }

.menu-drawer .menu-item-401 .heamenu-img{
  width:100%;           /* アイコンを程よい大きさに統一 */
  height:auto;
}


/* ───────── 小さい端末でフォントが大きすぎる場合の調整例 ───────── */
  .menu-drawer li a{ font-size:1rem; }
  .menu-drawer .menu-item-401 a::after{ font-size:1.1rem; }}

	
	
/* ヘッダー内調整 */
.navi-in a {
    padding: 0 0.8em !important;
  }
	
/* フッター内の「無料体験に申し込む」ボタンを8割にする */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input/"] {
    width: 100%; /* ボタンの幅を80%にする */
    margin: 0 auto; /* ボタンを中央に配置 */
}

/* フッター内の「電話」ボタンを8割にする */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="tel:0564-79-6400"] {
    width: 100%; /* ボタンの幅を80%にする */
    margin: 0 auto; /* ボタンを中央に配置 */
}

	
/* ボタン全体の高さを揃える */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a {
    display: inline-block;
    width: 80%;                 /* 幅を8割に設定 */
    height: 50px;               /* ボタンの高さを固定（例: 50px） */
    line-height: 50px;          /* ボタンのテキストを中央に揃えるために高さに合わせる */
    text-align: center;         /* テキストを中央揃え */
    box-sizing: border-box;     /* パディングを含めてサイズ計算 */
}

/* アイコンをテキストと垂直方向で中央に揃える */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a .custom-menu-icon {
    vertical-align: middle;     /* アイコンを垂直方向で中央に揃える */
    margin-right: 10px;         /* テキストとの間にスペースを確保 */
}

/* アイコンのサイズを調整 */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a .custom-menu-icon .fa {
    font-size: 20px;            /* アイコンサイズの調整 */
    line-height: 50px;          /* 高さをアイコンに合わせて中央に配置 */
}
	
	
/* フッター内の「無料体験に申し込む」ボタンを8割にする */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="https://pcdo-school.jp/free-input/"] {
    font-size: 20px;            /* アイコンサイズの調整 */
}

/* フッター内の「電話」ボタンを8割にする */
.mobile-footer-menu-buttons .navi-menu-button.menu-button a[href="tel:0564-79-6400"] {
    font-size: 20px;            /* アイコンサイズの調整 */
}
	
}
.broken_link{
    text-decoration: none!important;
}
/************************************
** 固定ページの修正
************************************/

.post-7579 .header-container-in,
.post-7572 .header-container-in {
display: none!important;
}

.post-7579 .breadcrumb,
.post-7572 .breadcrumb {
display: none!important;
}

.post-7579 .entry-title,
.post-7572 .entry-title,
.post-2118 .entry-title {
display: none;
}

.post-2118 .date-tags,
.post-5584 .date-tags,
.post-5596 .date-tags,
.post-4253 .date-tags,
.post-2136 .date-tags,
.post-5608 .date-tags,
.post-5610 .date-tags,
.post-5965 .date-tags,
.post-5599 .date-tags,
.post-2134 .date-tags,
.post-6015 .date-tags,
.post-2130 .date-tags,
.post-6422 .date-tags,
.post-6618 .date-tags,
.post-5114 .date-tags,
.post-7817 .date-tags,
.post-5482 .date-tags,
.post-7011 .date-tags,
.post-6531 .date-tags,
.post-7110 .date-tags,
.post-3 .date-tags,
.post-7579 .date-tags,
.post-7572 .date-tags,
.post-2127 .date-tags {
display: none;
}

.post-2127 .article-header {
display: none;
}

.post-5584 .entry-title,
.post-5596 .entry-title,
.post-4253 .entry-title,
.post-2136 .entry-title,
.post-5608 .entry-title,
.post-5610 .entry-title,
.post-5965 .entry-title,
.post-2134 .entry-title,
.post-6015 .entry-title,
.post-2130 .entry-title,
.post-5482 .entry-title,
.post-6422 .entry-title,
.post-6618 .entry-title,
.post-7817 .entry-title,
.post-6531 .entry-title,
.post-5114 .entry-title,
.post-7011 .entry-title,
.post-7110 .entry-title,
.post-3 .entry-title,
.post-5599 .entry-title {
text-align: center;
}

/*非表示タイトル*/
.post-7110 .entry-title {
display: none;
}


/*非表示カテゴリー*/
.cat-item.cat-item-1,
.cat-item.cat-item-47,
.cat-item.cat-item-35,
.cat-item-36{
display:none;
}

/************************************
** 表形式のスマホ対応
************************************/

        .camp_curriculum_table {
            overflow-x: auto!important;
            margin-bottom: 40px!important;
        }
        
        .camp_curriculum_table table {
            width: 100%!important;
            border-collapse: collapse!important;
        }
        
        .camp_curriculum_table th,
        .camp_curriculum_table td {
            padding: 12px!important;
            border: 1px solid #ddd!important;
            text-align: center!important;
        }
        
        .camp_curriculum_table th {
            background-color: #f9f9f9!important;
        }
		  
            .camp_curriculum_table {
                overflow-x: auto!important; /* 横スクロール可能に */
            }
            
            .camp_curriculum_table table {
                min-width: 700px!important; /* 最小幅を設定 */
                table-layout: fixed!important;
            }
            
            .camp_curriculum_table th:first-child,
            .camp_curriculum_table td:first-child {
                width: 120px!important;
                min-width: 120px!important;
            }
            
            .camp_curriculum_table th:not(:first-child),
            .camp_curriculum_table td:not(:first-child) {
                width: 116px!important; /* (700px - 120px) / 5 = 116px */
            }


/************************************
** 表形式のスマホ対応終わり
************************************/

/************************************
**コンタクトフォーム7の装飾
************************************/
/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:1em; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}

/*問い合わせページのヘッダーフッター削除。*/
.page-id-2127 .header {
    display: none;
}

.page-id-2127 .footer{
    display: none;
}
.page-id-2127 .breadcrumb{
    display: none;
}
/*問い合わせページのヘッダーフッター削除終わり。*/


/************************************
**コンタクトフォーム7の装飾終わり
************************************/

/*==============================
料金シュミレーター実装終わり
==============================*/
/* 料金シミュレーター */
.fee-calculator-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.fee-calculator-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0066cc;
  margin-bottom: 16px;
}

.fee-calculator-description {
  text-align: center;
  color: #555;
  margin-bottom: 20px;
}

.fee-calculator-dropdown {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 24px;
  font-size: 16px;
}

.fee-calculator-frequencies {
  margin-bottom: 30px;
}

.fee-calculator-frequency-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.fee-calculator-frequency-selected {
  border-color: #0066cc;
  background-color: #f0f7ff;
}

.fee-calculator-radio-button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fee-calculator-radio-selected {
  border-color: #0066cc;
}

.fee-calculator-radio-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0066cc;
}

.fee-calculator-frequency-name {
  color: #333;
}

.fee-calculator-frequency-price {
  color: #0066cc;
  font-weight: 600;
}

.fee-calculator-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 20px;
  color: white;
}

.fee-calculator-result {
  background-color: #f0f7ff;
  padding: 16px;
  border-radius: 8px;
}

.fee-calculator-result-title {
  font-size: 18px;
  font-weight: bold;
  color: #0066cc;
  text-align: center!important;
  margin-bottom: 16px;
}

.fee-calculator-result-details {
  border-bottom: 1px solid #d0e0f0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.fee-calculator-result-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.fee-calculator-result-row-total {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-weight: 600;
}

.fee-calculator-initial-payment {
  padding-top: 12px;
}

.fee-calculator-initial-payment-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fee-calculator-initial-payment-value {
  font-size: 18px;
  font-weight: bold;
}

.fee-calculator-initial-payment-note {
  text-align: right;
  font-size: 14px;
  color: #777;
  margin-top: 8px;
}


/*==============================
料金シュミレーター実装終わり
==============================*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/************************************
**トップページのデザイン
************************************/
    .pu-section {
        max-width: 1200px;
        margin: 0 auto;
    }
    .pu-title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 5px;
        margin-top: 2%;
        background-color: #fff!important;
    }
    .pu-title-baco {
        background-color: #f5f6f7!important;
    }
    .pu-title-ana {
        background-color: #f5f6f7!important;
    }
    .pu-subtitle {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .pu-banner-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .pu-banner {
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        position: relative;
    }
    .pu-banner-content {
        padding: 15px;
    }
    .pu-banner h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .pu-banner p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .pu-banner img {
        width: 100%;
        height: auto;
        display: block;
    }
    .pu-treatment-types {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
    }
    .pu-treatment-type {
        background-color: #f0e0e0;
        border-radius: 15px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .pu-price-tag {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #ff9999;
        color: white;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 12px;
    }

    .tm-section {
    }
    .tm-section-title {
        margin-bottom: 0!important;
    }
    .tm-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 5px;
    }
    .tm-subtitle {
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .tm-grid {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
}
    .tm-card {
        background-color: #fff!important;
        border: 1px dashed #d4cdc0;
        width: 48%;
        margin: 1%;
    }
    .tm-card-title {
        text-align: center;
        color: #1F2B66;
        margin-bottom: 0 !important;
        font-size: 1.2em;
        padding: 25px;
        line-height: 1.25;
        font-weight: bold;
    }
    .tm-card-title + p {
    display: none;
    }
    .tm-card-list {
        list-style-type: none;
        padding: 2%;
        margin: 0;
    }
    .tm-card-de {
        font-size: 1em!important;
        margin-bottom: 5px!important;
        border: none!important;
        margin: 0.5em!important;
        padding: 0!important;
        display: block; /* または inline-block */
    }

    .corse-menu {

    }

a.tm-card-de-link { /* aタグにクラスを追加し、そのクラスにスタイルを適用 */
  display: block;
  text-decoration: none; /* 必要に応じて装飾を削除 */
}
    .tm-more {
        text-align: right;
        color: #1f2b66;
        font-size: 12px;
        margin-top: 10px;
    }

/* セクション全体 */
.unique-20250108-overlay-card-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* 必要に応じて折り返し */
}

/* 各リンク（<a> タグ） */
.unique-20250108-overlay-link {
    display: block; /* <a> を block 要素として扱う */
    text-decoration: none; /* デフォルトの下線を削除 */
    color: inherit; /* テキストの色を継承 */
    flex: 1;
    min-width: 250px; /* スマホで縮小されすぎないように最低幅を指定 */
}

/* 各カード */
.unique-20250108-overlay-card {
    position: relative;
    height: 200px; /* カードの高さ */
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

/* ホバー時のエフェクト */
.unique-20250108-overlay-card:hover {
    transform: scale(1.05); /* カードが少し拡大 */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

/* テキストのオーバーレイ */
.unique-20250108-overlay-content {
    position: absolute;
    top: 50%;
    left: 20px; /* 左寄せ */
    transform: translateY(-50%);
    text-align: left; /* テキストを左揃え */
    color: #fff;
    /* background-color: #a8d8c8; 半透明の背景 */
    padding: 10px 20px;
    border-radius: 10px;
}

/* タイトル */
.unique-20250108-overlay-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 !important;
    border: unset !important;
    color: #006400 !important;
}

    /* PC向けスタイル */
    @media (min-width: 768px) {
        .tm-section {
            max-width: 1200px;
            margin: 0 auto;
        }
        .tm-title {
            font-size: 28px;
        }
        .tm-subtitle {
            font-size: 14px;
        }
        .tm-grid {
            grid-template-columns: repeat(4, 1fr);
        }
}

        .flow-section-scroll {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 0 auto;
        }
        .flow-section-scroll-box {
            width: 42%;
            margin: 0 2% 3% 2%;
            display: flex;
            flex-direction: column;
            align-items: center;
            box-shadow: 0px 0px 15px silver;
            padding: 2%;
        }
        .flow-section-scroll-box img {
            width: 100%;
            max-width: 200px;
            height: auto;
            margin-bottom: 15px;
        }
        .flow-section-step {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            text-align: center;
        }
        .flow-section-step-sub {
            font-size: 14px;
            line-height: 1.5;
            text-align: center;
        }

    .image-container {
        display: flex;
        justify-content: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }
    .image-item {
        width: 32%;
        position: relative;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }
    .image-item img {
        width: 100%;
        height: auto;
        display: block;
    }
    .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(181, 157, 106, 0.7), rgba(181, 157, 106, 0.3));
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
        color: white;
    }
    .image-title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .image-subtitle {
        font-size: 14px;
        text-transform: uppercase;
    }
    .reasons-section {
        font-family: 'Noto Sans JP', Arial, sans-serif;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        background-color: #f5f6f7;
    }
    .reasons-title {
        text-align: center;
        font-size: 28px;
        color: #4A4A4A;
        margin-bottom: 10px;
    }
    .reasons-subtitle {
        text-align: center;
        font-size: 14px;
        color: #B8860B;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }
    .reasons-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .reason-card {
        width: 30%;
        background-color: #FFFFFF;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-bottom: 30px;
    }
    .reason-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .reason-content {
        padding: 20px;
    }
    .reason-title {
        font-size: 18px;
        color: #4A4A4A;
        margin-bottom: 10px;
    }
    .reason-description {
        font-size: 14px;
        color: #666666;
        line-height: 1.6;
    }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .section-title {
            text-align: center;
            color: #1f2b66;
            font-size: 24px;
            margin-bottom: 10px;
        }
        .section-subtitle {
            text-align: center;
            font-size: 14px;
            margin-bottom: 30px;
        }
        .content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 auto;
        }
        .content-item {
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        .content-image {
            width: 90%;
            height: 200px;
            object-fit: cover;
            margin: auto;
            display: block;
        }
        .content-info {
            padding: 15px;
        }
        .content-date {
            font-size: 12px;
            color: #888;
        }
        .content-category {
            display: inline-block;
            padding: 2px 8px;
            background-color: #e0e0e0;
            color: #333;
            font-size: 12px;
            border-radius: 3px;
            margin-left: 10px;
        }
        .content-title {
            font-size: 16px;
            margin: 10px 0;
        }
        .content-excerpt {
            font-size: 14px;
            color: #666;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .view-more {
            text-align: center;
            margin-bottom: 1%;
        }
        .view-more-btn {
            display: inline-block;
            padding: 10px 20px;
			/************************************
            background-color: transparent;
            color: #1f2b66;
            border: 1px solid #1f2b66;
************************************/
            background: linear-gradient(to right, #feb887 0%, #eb5452 100%);
            color: white !important;
            text-decoration: none;
            border-radius: 5px;
            transition: all 0.3s;
        }
        .view-more-btn:hover {
			/************************************
            background-color: #1f2b66;
************************************/
            opacity: 0.8; /* 少し薄くする */
            color: #fff;
        }
    .view-more-20241015 {
      width: 80%;
      margin: auto;
      margin-top: 1em;
      margin-bottom: 1em;
    }
    .view-more-20241015-btn {
      display: inline-block;
      padding: 3% 1%;
      background-color: #f0f0f0;
      color: #333;
      text-decoration: none;
      border-radius: 4px;
      font-size: 1em;
      border: none;
    }
    .contact-section {
    }
    .contact-title {
        text-align: center;
        color: #B8860B;
        font-size: 32px;
        margin-bottom: 5px;
        font-weight: normal;
        letter-spacing: 2px;
    }
    .contact-subtitle {
        text-align: center;
        color: #666;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .contact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 800px;
        margin: 0 auto;
    }
    .contact-item {
        background-color: #FFF;
        padding: 20px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: all 0.3s ease;
        cursor: pointer;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .contact-item:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        transform: translateY(-2px);
    }
    .contact-item-title {
        font-size: 14px;
        color: #333;
        margin-bottom: 5px;
    }
    .contact-item-content {
        font-size: 18px;
        font-weight: bold;
        color: #1f2b66;
    }
    .contact-item-arrow {
        font-size: 24px;
        color: #1f2b66;
    }
    .contact-item.highlight {
        background-color: #1f2b66;
    }
    .contact-item.highlight .contact-item-title,
    .contact-item.highlight .contact-item-content,
    .contact-item.highlight .contact-item-arrow {
        color: #FFF;
    }
    .contact-item.highlight:hover {
        background-color: #11183a;
    }
    .contact-item.line {
        border: 2px solid #00B900;
    }
    .contact-item.line .contact-item-title {
        color: #00B900;
    }
    .contact-item.line:hover {
        background-color: #E6FFE6;
    }
    .line-icon {
        width: 24px;
        height: 24px;
        background-color: #00B900;
        border-radius: 5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        margin-right: 10px;
    }
    .coupon-badge {
        position: absolute;
        top: -10px;
        left: -10px;
        background-color: #FF69B4;
        color: #FFF;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 20px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    .contact-item-form {
        border: 2px solid #DDD;
    }
    .contact-item-form:hover {
        border-color: #1f2b66;
    }

    .access-section-line {
        border-bottom: 2px solid #c8c9ca;
        margin-bottom: 5% !important;
    }

    .access-section {
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    .access-section-ba-co {
        background-color: #f0f8ff !important;
    }

    .pu-title-ba-co {
        background-color: #f0f8ff !important;
    }

    .shop-mapj-ba {
        background-color: #f0f8ff !important;
    }

    .access-title {
        text-align: center;
        font-size: 28px;
        color: #654321;
        margin-bottom: 10px;
    }
    .access-subtitle {
        text-align: center;
        font-size: 16px;
        color: #555;
        margin-bottom: 30px;
    }
    .access-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 4%;

    }
    .access-info {
        width: 100%;
        max-width: 45%;
    }
    .access-map {
        width: 100%;
        max-width: 50%;
    }
    .info-section {
        margin-bottom: 20px;
    }
    .info-title {
        font-size: 18px;
        color: #ff69b4;
        margin-bottom: 10px;
    }
    .info-item {
        margin-bottom: 10px;
    }
    .info-label {
        font-weight: bold;
        margin-right: 10px;
    }
    .map-container {
        position: relative;
        width: 100%;
        padding-bottom: 75%; /* 4:3 Aspect Ratio */
        height: 0;
        overflow: hidden;
    }
    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* スマートフォン向けスタイル */
    @media screen and (max-width: 767px) {
        .pu-section {
            padding: 0 10px;
        }
        .pu-title {
            font-size: 24px;
        }
        .pu-subtitle {
            font-size: 12px;
            margin-bottom: 15px;
        }
        .pu-banner {
        margin-bottom: 5%;
        }
        .pu-banner-grid {
            display: block !important;
            grid-template-columns: 1fr;
            gap: 15px;
        }
        .pu-banner h2 {
            font-size: 18px;
        }
        .pu-banner p {
            font-size: 12px;
        }
        .pu-treatment-type {
            font-size: 10px;
            padding: 3px 8px;
        }
        .pu-price-tag {
            font-size: 10px;
            padding: 3px 8px;
        }

        .flow-section-scroll-box {
                width: 100%;
            }
        .flow-section-scroll {
            display: block;
            }

        .image-container {
            flex-direction: column;
        }
        .image-item {
            width: 100%;
            margin-bottom: 20px;
        }
        .reason-card {
            width: 100%;
        }
        .content-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .contact-grid {
            grid-template-columns: 1fr;
        }
        .access-content {
            flex-direction: column;
        }
        .access-info, .access-map {
            max-width: 100%;
        }

    .unique-20250108-overlay-card-section {
        flex-direction: column; /* 横並びから縦並びに変更 */
        gap: 15px; /* カード間の隙間を調整 */
    }

    .unique-20250108-overlay-card {

    }

    .unique-20250108-overlay-content {
        left: 10px; /* 左の余白を縮小 */
        padding: 8px 15px; /* パディングを調整 */
    }

    .unique-20250108-overlay-title {
        font-size: 1.2rem; /* タイトルのフォントサイズを縮小 */
    }
		

    }
        @media (max-width: 480px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
        }

/************************************
**トップページのデザイン終わり
************************************/

/************************************
**トップページのFVスライド
************************************/
.ecc_kids_slider_container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.ecc_kids_slide_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* PC用のスライドスタイル変更 */
.ecc_kids_slide {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  transition: left 0.5s ease-in-out;
  display: none;
}

.ecc_kids_slide.active_ecc_slide {
  left: 0;
  display: block;
  position: relative;
}

.ecc_kids_picture {
  display: block;
  width: 100%;
  line-height: 0;
}

.ecc_kids_slide_image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.ecc_kids_prev_btn,
.ecc_kids_next_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.ecc_kids_prev_btn:hover,
.ecc_kids_next_btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.ecc_kids_prev_btn {
  left: 20px;
}

.ecc_kids_next_btn {
  right: 20px;
}

.ecc_kids_arrow_left,
.ecc_kids_arrow_right {
  font-size: 24px;
  color: #333;
}

.ecc_kids_dots_container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.ecc_kids_dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.active_ecc_dot {
  background-color: #FF6B1D;
  border-color: #FF6B1D;
}

@media (max-width: 768px) {
  .ecc_kids_slider_container {
    max-width: 100%;
    /* height: 100vh; */
    margin: 0;
  }

  .ecc_kids_slide {
    height: 100%;
  }

  .ecc_kids_picture {
    height: 100%;
  }

  .ecc_kids_slide_image {
    /* height: 100%; */
    width: 100%;
    object-fit: contain;
  }

  .ecc_kids_prev_btn,
  .ecc_kids_next_btn {
    width: 20px;
    height: 20px;
  }

  .ecc_kids_prev_btn {
    left: 10px;
  }

  .ecc_kids_next_btn {
    right: 10px;
  }
  
  .ecc_kids_arrow_left,
  .ecc_kids_arrow_right {
    font-size: 12px;
  }

  .ecc_kids_dots_container {
    bottom: 40px;
  }
}

@media (max-width: 375px) {
  .ecc_kids_slider_container,
  .ecc_kids_slide,
  .ecc_kids_picture,
  .ecc_kids_slide_image {
    height: 100%;
  }
}


/************************************
**トップページのFVスライド終わり
************************************/


/************************************
**講座一覧ページのデザイン
************************************/

  .obc-container {
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 2em;

  }
  .obc-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .obc-header h2 {
    background-color: #fff;
    padding: 10px 20px;
    margin: 0;
    font-size: 24px;
  }
  .obc-header span {
    font-size: 18px;
    color: #333;
  }
  .obc-courses {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .obc-course {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .obc-courses-2 {
    margin: 20px 0;
  }
  .obc-course:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
  .obc-course-header {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .obc-course-header h3 {
    margin: 0;
    font-size: 18px;
  }
  .obc-course-content {
    padding: 10px;
  }
  .obc-tag {
    display: inline-block;
    background-color: #e0e0e0;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .obc-word { border-top: 3px solid #4285F4; }
  .obc-excel { border-top: 3px solid #0F9D58; }
  .obc-powerpoint { border-top: 3px solid #DB4437; }
  .obc-programming { border-top: 3px solid #FF7F11; }
  .obc-creative { border-top: 3px solid #5d627b; }
  .obc-beginner { border-top: 3px solid #5d627b; }
  .obc-course a {
    text-decoration: none;
    color: inherit;
    display: block;
  }



  @media (max-width: 768px) {
    .obc-courses {
      grid-template-columns: 1fr;
    }
    .obc-header {
      flex-direction: column;
      align-items: flex-start;
    }
    .obc-header span {
      margin-left: 0;
      margin-top: 10px;
    }
  }
/************************************
**講座一覧ページのデザイン終わり
************************************/
.pg_course_container {
  font-family: Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 5%;
}

.pg_course_row {
  display: flex;
  border-bottom: 1px solid #ddd;
}

.pg_course_cell {
  padding: 10px;
  /* border-right: 1px solid #ddd; */
}

.pg_course_header {
  background-color: #f2f2f2;
  font-weight: bold;
}

.pg_course_year { width: 10%; }
.pg_course_name { width: 20%; }
.pg_course_summary { width: 50%; }
.pg_course_skills { width: 20%; }

.pg_course_name {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg_course_name_color {
  color: #fff;
}

.pg_junior1-2 .pg_course_name { background-color: #7fc349; }
.pg_junior3-4 .pg_course_name { background-color: #299fd0; }
.pg_junior5-6 .pg_course_name { background-color: #f69940; }
.pg_programming .pg_course_name { background-color: #e23434; }

.pg_course_summary {
  display: flex;
  align-items: center;
}

.pg_course_summary_content {
  flex: 1;
}

.pg_course_image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-left: 15px;
}

.pg_course_skills ul {
  list-style-type: none;
  padding-left: 0;
  margin: 5px 0;
}

.pg_skill_programming::before {
  content: "★ ";
  color: red;
}

.pg_skill_leadership::before {
  content: "☆ ";
  color: orange;
}

.pg_course_more {
  display: none;
}

@media (max-width: 768px) {
  .pg_course_container {
    max-width: 600px;
  }

  .pg_course_header {
    display: none;
  }

  .pg_course_row {
    flex-direction: column;
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .pg_junior {
    background-color: #e6ffe6;
  }

  .pg_programming {
  }

  .pg_course_cell {
    width: 100%;
    border-right: none;
    padding: 15px;
  }

  .pg_course_name {
    order: 2;
    padding: 15px;
    color: white;
  }

  .pg_course_year {
    order: 1;
    text-align: left;
    padding: 10px 15px;
    font-size: 0.9em;
    color: #666;
  }

  .pg_course_summary {
    order: 3;
    flex-direction: row;
    align-items: flex-start;
  }

  .pg_course_summary_content h3 {
    margin-top: 0;
    font-size: 1em;
  }

  .pg_course_summary_content p {
    font-size: 0.9em;
    margin-bottom: 0;
  }

  .pg_course_image {
    width: 80px;
    height: 80px;
    margin-left: 0;
    margin-right: 15px;
  }

  .pg_course_skills {
    order: 4;
    display: flex;
    justify-content: space-between;
  }

  .pg_course_skills ul {
    width: 48%;
    font-size: 0.8em;
    margin: 0;
  }

  .pg_course_more {
    display: block;
    order: 5;
    padding: 10px 15px;
    text-align: right;
  }

  .pg_course_more a {
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
  }

  .pg_junior1-2 .pg_course_name { background-color: #7fc349; }
  .pg_junior3-4 .pg_course_name { background-color: #299fd0; }
  .pg_junior5-6 .pg_course_name { background-color: #f69940; }
  .pg_programming .pg_course_name { background-color: #e23434; }


  .pg_junior1-2 .pg_course_name { background-color: #7fc349; }
  .pg_junior3-4 .pg_course_name { background-color: #299fd0; }
  .pg_junior5-6 .pg_course_name { background-color: #f69940; }
  .pg_programming .pg_course_name { background-color: #e23434; }

  .pg_course_year1-2 {
    background-color: #7fc349;
    font-size: 1.2em;
    color: white;
    text-align: center;
    font-weight: bold;
 }
  .pg_course_year3-4 {
    background-color: #299fd0;
    font-size: 1.2em;
    color: white;
    text-align: center;
    font-weight: bold;
}
  .pg_course_year5-6 {
    background-color: #f69940;
    font-size: 1.2em;
    color: white;
    text-align: center;
    font-weight: bold;
}
  .pg_course_yearhigh {
    background-color: #e23434;
    font-size: 1.2em;
    color: white;
    text-align: center;
    font-weight: bold;
}
}
/************************************
**コース料金表のデザイン
************************************/
.course_pricing_container_9384 {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.course_pricing_title_2847 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d32f2f;
	background-color:#fff !important;
}

/* PC用テーブルスタイル */
.course_table_5629 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.course_table_5629 th, .course_table_5629 td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.course_table_5629 th {
    background-color: #f2f2f2;
}

.course_name_1938 {
    font-weight: bold;
    color: white;
}

.junior_course_3847 .course_name_1938 {
    background-color: #7fc349;
}

.junior_course_3847 td {
    background-color: #E6FFE6;
}

.programming_course_9274 .course_name_1938 {
    background-color: #299fd0;
}

.programming_course_9274 td {
    background-color: #E0F8FF;
}

.expert_course_7463 .course_name_1938 {
    background-color: #E23434;
}

.expert_course_7463 td {
    background-color: #FFE4E1;
}

.expert_course_7464 .course_name_1938 {
    background-color: #f6993f;
}

.expert_course_7464 td {
    background-color: #FFEED5;
}

.expert_course_7465 .course_name_1938 {
    background-color: #a8a84f;
}

.expert_course_7465 td {
    background-color: #f6f6e0;
}

/* スマートフォン用カードスタイル */
.course_card_7593 {
    display: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 15px;
}

.course_details_5109 {
    margin-bottom: 10px;
}

.detail_label_8472 {
    font-weight: bold;
    margin-bottom: 5px;
}

.detail_content_3756 {
    margin-left: 10px;
    font-size: 14px;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .course_table_5629 {
        display: none;
    }

    .course_card_7593 {
        display: block;
    }

    .course_pricing_container_9384 {
        padding: 10px;
    }

    .course_pricing_title_2847 {
        font-size: 20px;
    }
}

.junior_course_3847,
.course_name_1938,
.course_name_1939,
.course_name_1940,
.course_name_1941 {
    padding: 3%;
}

/************************************
**コース料金表のデザイン終わり
************************************/
/************************************
**基本料金表のデザイン
************************************/
.fee-table-container-2024 {
    font-family: Arial, sans-serif;
    margin: 20px auto;
}

.fee-table-2024 {
    width: 100%;
    border-collapse: collapse;
}

.fee-table-2024 th, .fee-table-2024 td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

.fee-table-2024 th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.fee-table-2024 tr:nth-child(even) {
    background-color: #fff;
}

.fee-note-2024 {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
}
/************************************
**基本料金表のデザイン終わり
************************************/
/************************************
**コース詳細時に使用する内容
************************************/
  .junior-typing-container {
    background-image: url('https://pcdo-school.jp/wp-content/uploads/2024/09/bg-dots3.webp');
    color: white;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  .video-container {
    max-width: none;
  }

  .junior-typing-title {
    color: #FFF !important;
    margin-bottom: 0 !important;
    background-color: #0f3286 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
  }

  .junior-typing-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .junior-typing-left, .junior-typing-right {
    width: 48%;
  }

  .junior-typing-description {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .junior-typing-highlight {
    background-color: #FFD700;
    color: #00008B;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: bold;
  }

  .junior-typing-learning-content {
    background-color: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 10px;
  }

  .junior-typing-learning-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .junior-typing-learning-item {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 12px;
    transition: background-color 0.3s ease;
  }

  .junior-typing-learning-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .junior-typing-point-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .junior-typing-point-text {
    background: linear-gradient(135deg, #1E90FF, #4169E1);
    color: white;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
  }

  .junior-typing-point-text:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
  }

  .junior-typing-point {
    font-size: 36px;
    font-weight: bold;
    color: #FFD700;
    margin-right: 15px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  }

  .junior-typing-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  @media (max-width: 768px) {
    .junior-typing-content {
      flex-direction: column;
    }

    .junior-typing-left, .junior-typing-right {
      width: 100%;
    }

    .junior-typing-title {
      font-size: 24px;
    }

    .junior-typing-description {
      font-size: 14px;
    }

    .junior-typing-point {
      font-size: 28px;
    }

    .junior-typing-point-text {
      font-size: 14px;
      padding: 12px 15px;
    }

    .junior-typing-learning-item {
      font-size: 13px;
    }
  }
  .jt2024-container {
    background-image: url('https://pcdo-school.jp/wp-content/uploads/2024/09/bg-dots4.webp');
    color: #333;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin-bottom: 5%;
}
  }



  .jt2024-title {
    color: #0056b3;
    margin-bottom: 0 !important;
    background-color: #f0f0f0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  }

  .jt2024-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .jt2024-left-column, .jt2024-right-column {
    width: 48%;
  }

  .jt2024-description {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
  }

  .jt2024-highlight {
    background-color: #ffd700;
    color: #0056b3;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: bold;
  }

  .jt2024-learning-content {
    background-color: rgba(0, 86, 179, 0.1);
    padding: 15px;
    border-radius: 10px;
  }

  .jt2024-learning-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .jt2024-learning-item {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 12px;
    transition: background-color 0.3s ease;
  }

  .jt2024-learning-item:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .jt2024-point-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .jt2024-point-box {
    background: linear-gradient(135deg, #3a9de7, #5fbdff);
    color: white;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
  }

  .jt2024-point-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
  }

  .jt2024-point-number {
    font-size: 36px;
    font-weight: bold;
    color: #ffd700;
    margin-right: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }

  .jt2024-video-frame {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }

  .jt2024-title {
    color: #0056b3;
    margin-bottom: 0 !important;
    background-color: #f0f0f0 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  }

  @media (max-width: 768px) {
    .jt2024-content {
      flex-direction: column;
    }

    .jt2024-left-column, .jt2024-right-column {
      width: 100%;
    }

    .jt2024-title {
      font-size: 24px;
    }

    .jt2024-description {
      font-size: 14px;
    }

    .jt2024-point-number {
      font-size: 28px;
    }

    .jt2024-point-box {
      font-size: 14px;
      padding: 12px 15px;
    }

    .jt2024-learning-item {
      font-size: 13px;
    }
  }
/************************************
**コース詳細時に使用する内容終わり
************************************/
/************************************
**コース詳細時のコース紹介
************************************/
    .minecraft-guide-container {
      font-family: sans-serif;
      background-image: url(https://pcdo-school.jp/wp-content/uploads/2024/09/bg-dots5.webp);
      background-size: cover;
      padding: 20px;
    }

    .minecraft-guide-section {
      display: flex;
      flex-direction: column;
      margin-bottom: 40px;
      gap: 20px;
      padding: 1%;
    }

    .minecraft-guide-text p {
      color: #000;
      max-height: 100%;
    }

    .minecraft-guide-image {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .minecraft-guide-text-fir {
      font-size: 1.3em;
      font-weight:bold;
      margin-bottom: 0;
    }

    .minecraft-guide-image img {
      max-width: 100%;
      max-height: 100%;
    }

    @media (min-width: 768px) {
      .minecraft-guide-section {
        flex-direction: row;
      }

      .minecraft-guide-section.minecraft-guide-commands {
        flex-direction: row-reverse;
      }

      .minecraft-guide-text {
        flex: 1;
      }

      .minecraft-guide-image {
        flex: 1;
      }

    }
/************************************
**コース詳細時のコース紹介終わり
************************************/
/************************************
**受講料金　マイクラ受講料金　月4回
************************************/
    .pcdo_20240904_fee_structure_wrapper {
        background-image: url('https://pcdo-school.jp/wp-content/uploads/2024/09/bg-dots4.webp');
        background-repeat: repeat;
        margin: 0;
        padding: 20px;
        font-family: 'Noto Sans JP', sans-serif;
        color: #333;
		margin-bottom: 5%;
    }
    .pcdo_20240904_fee_structure_main {
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
        background-color: white;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .pcdo_20240904_fee_structure_heading {
        color: navy;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .pcdo_20240904_fee_structure_entry_fee {
        background-color: #7fc4e8;
        color: white;
        text-align: center;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        font-size: 18px;
    }
    .pcdo_20240904_fee_structure_entry_fee_amount {
        font-size: 24px;
        font-weight: bold;
        margin-top: 5px;
    }
    .pcdo_20240904_fee_structure_monthly_fees {
        background-color: white;
        border: 1px solid #ddd;
        padding: 15px;
        margin-top: 20px;
    }
    .pcdo_20240904_fee_structure_course_title {
        background-color: #ff6b6b;
        color: white;
        padding: 8px;
        text-align: center;
        margin-bottom: 15px;
        font-size: 1em;
        font-weight: bold;
    }
    .pcdo_20240904_fee_structure_fee_row {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
        font-size: 16px;
    }
    .pcdo_20240904_fee_structure_fee_label {
        font-weight: bold;
    }
    .pcdo_20240904_fee_structure_total_row {
        font-weight: bold;
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
        font-size: 18px;
    }
    .pcdo_20240904_fee_structure_footnote {
        font-size: 12px;
        color: #666;
        margin-top: 15px;
        line-height: 1.4;
    }
/************************************
**受講料金　マイクラ受講料金　月4回終わり
************************************/
/************************************
**お客様の声表
************************************/
  .testimonials-container {
    font-family: Arial, sans-serif;
  }
  .testimonial-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .testimonial-card-2 {
    width: 100% !important;;
  }

  .testimonial-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
  }
.testimonial-header-2 {
    display: block;
  }

  .testimonial-image-container {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
  }
  .testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .testimonial-title {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #0099ff;
  }
  .testimonial-name {
    margin-bottom: 0 !important;
  }
  .parent-comment {
    background-color: #f0f0f0;
    padding: 10px;
    margin-top: 10px;
  }
  .cta-button {
    background-color: white;
    color: #0099ff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
  }
  /* PC Layout */
  @media (min-width: 768px) {
    .testimonials-container {
      background-color: #0099ff;
      padding: 20px;
    }
    .testimonials-header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }
    .testimonials-title {
      background-color: white;
      padding: 10px;
      margin: 0;
    }
    .testimonials-content {
      display: flex;
      justify-content: space-between;
    }
    .testimonial-card {
      width: 48%;
    }
  }
  /* Mobile Layout */
  @media (max-width: 767px) {
    .testimonials-container {
      background-color: #0099ff;
      padding: 15px;
      max-width: 400px;
      margin: 0 auto;
    }
    .testimonials-title {
      background-color: white;
      padding: 10px;
      margin: 0 0 15px;
      text-align: center;
      font-size: 18px;
    }
    .testimonial-image-container {
      width: 80px;
      height: 80px;
    }
    .testimonial-title {
      font-size: 16px;
    }
    .testimonial-name {
      font-size: 14px;
    }
    .testimonial-content, .parent-comment p {
      font-size: 14px;
    }
    .parent-comment {
      font-size: 12px;
    }
    .cta-button {
      width: 100%;
    }
  }


/************************************
**PC堂パソコン教室の特徴
************************************/
  .alschool-container-2024 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    padding: 20px;
  }
  
  .alschool-header-2024 {
    margin-bottom: 30px;
  }

  .alschool-main-title-2024 {
    font-size: 24px;
    color: #666;
    margin-bottom: 0;
  }
  
  .alschool-sub-title-2024 {
    font-size: 28px;
    border-bottom: 2px solid #ff69b4;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  
  .alschool-features-wrapper-2024 {
    display: flex;
    flex-direction: column;
  }

  .alschool-feature-item-2024 {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  
  .alschool-feature-reverse-2024 {
    flex-direction: row-reverse;
  }
  
  .alschool-feature-image-container-2024 {
    flex: 0 0 300px;
    margin-right: 20px;
  }

  .alschool-feature-reverse-2024 .alschool-feature-image-container-2024 {
    margin-right: 0;
    margin-left: 20px;
  }
  
  .alschool-feature-image-2024 {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .alschool-feature-content-2024 {
    flex: 1;
  }
  
  .alschool-feature-title-2024 {
    color: #000;
    font-size: 20px;
    margin-top: 0;
  }
  
  .alschool-feature-description-2024 {
    margin-bottom: 0;
  }

  @media (max-width: 767px) {
    .alschool-container-2024 {
      padding: 10px;
    }
    
    .alschool-main-title-2024 {
      font-size: 20px;
    }
    
    .alschool-sub-title-2024 {
      font-size: 24px;
    }
    
    .alschool-feature-item-2024,
    .alschool-feature-reverse-2024 {
      flex-direction: column;
      margin-bottom: 20px;
    }
    
    .alschool-feature-image-container-2024,
    .alschool-feature-reverse-2024 .alschool-feature-image-container-2024 {
      margin: 0 0 10px 0;
      flex: 0 0 auto;
      width: 100%;
    }
    
    .alschool-feature-content-2024 {
      width: 100%;
    }
    
    .alschool-feature-title-2024 {
      font-size: 18px;
    }
    
    .alschool-feature-description-2024 {
      font-size: 14px;
    }
  }

/************************************
**PC堂パソコン教室の特徴終わり
************************************/
/************************************
**PC堂パソコン教室の様子
************************************/
.mc_promo_container {
  background-color: #00a8ff;
  padding: 20px;
}

img.alignleft {
    display: inline-block;
    margin: 0;
}

.mc_promo_character {
  width: 50px;
  height: 50px;
  background-color: #8b4513;
  margin-right: 10px;
}

.mc_promo_bubble {
  background-color: white;
  border: 2px solid #ffd700;
  border-radius: 10px;
  padding: 10px;
}

.mc_promo_bubble p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #0000ff;
}

.mc_promo_content {
  display: flex;
  justify-content: space-between;
}

.mc_promo_video {
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}

.mc_promo_play_button {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid #333;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mc_promo_timer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .mc_promo_container {
    padding: 10px;
  }


  .mc_promo_content {
    flex-direction: column;
  }

  .mc_promo_video {
    width: 100%;
    margin-bottom: 15px;
  }

  .mc_promo_bubble {
    max-width: 200px;
  }

  .mc_promo_bubble p {
    font-size: 12px;
  }

  .mc_promo_character {
    width: 40px;
    height: 40px;
  }
}
/************************************
**PC堂パソコン教室の様子終わり
************************************/
/************************************
**PC堂パソコン教室の講座の流れ
************************************/
.lesson_flow_20240909_container {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  padding: 20px;
}

.lesson_flow_20240909_example {
  font-size: 18px;
  margin-bottom: 20px;
}

.lesson_flow_20240909_steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lesson_flow_20240909_step {
  width: 100%;
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.lesson_flow_20240909_step_title {
  font-size: 20px;
  margin-bottom: 10px;
}

.lesson_flow_20240909_step_number {
  color: #1e90ff;
}

.lesson_flow_20240909_step_duration {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.lesson_flow_20240909_step_image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.lesson_flow_20240909_step_images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lesson_flow_20240909_step_images .lesson_flow_20240909_step_image {
  width: 48%;
}

.lesson_flow_20240909_step_description {
  font-size: 16px;
  line-height: 1.5;
}

.lesson_flow_20240909_arrow {
  font-size: 24px;
  color: #666;
  margin: 10px 0;
}

@media (min-width: 769px) {
  .lesson_flow_20240909_steps {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .lesson_flow_20240909_step {
    width: 30%;
  }
  
  .lesson_flow_20240909_arrow {
    align-self: center;
    transform: rotate(-90deg);
  }
}
/************************************
**PC堂パソコン教室の講座の流れ終わり
************************************/
/************************************
** CTA_2つ表示のデザイン
************************************/
.unique_buttons_container_20240911 {
  display: flex;
  justify-content: center;
  gap: 20px;
  justify-content: center;
  margin: 5% 0 5% 0;
}

.unique_green_button_container_20240911 {
  display: inline-block;
  background-color: #4CAF50;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.unique_bule_button_container_20240911 {
  display: inline-block;
  background-color: #1f2b66;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.unique_green_button_container_20240911:hover {
  background-color: #45a049;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transform: translateY(-2px);
  color: #fff;
}

.unique_bule_button_container_20240911:hover {
  background-color: #1f2b66;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transform: translateY(-2px);
  color: #fff;
}

.unique_green_button_text_20240911 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.unique_white_text_20240911 {
  background-color: white;
  color: #4CAF50;
  padding: 2px 8px;
  border-radius: 15px;
  margin-right: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.unique_top_text_20240911 {
  text-align: center;
  display: block;
  background-color: #4CAF50;
  color: #fff;
  	font-weight: bold;
}

.unique_und_text_20240911 {
  text-align: center;
  display: block;
  background-color: #1f2b66;
  color: #fff;
  	font-weight: bold;
}

.unique_bule_text_20240911 {
  background-color: white;
  color: #1f2b66;
  padding: 2px 8px;
  border-radius: 15px;
  margin-right: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.unique_green_button_container_20240911:hover .unique_white_text_20240911 {
  background-color: #e6e6e6;
  color: #45a049;
}

.unique_bule_button_container_20240911:hover .unique_white_text_20240911 {
  background-color: #e6e6e6;
  color: #1f2b66;
}


.unique_green_button_container_20240911:hover .unique_bule_text_20240911 {
  background-color: #e6e6e6;
  color: #1f2b66;
}

.unique_bule_button_container_20240911:hover .unique_bule_text_20240911 {
  background-color: #e6e6e6;
  color: #1f2b66;
}

.unique_arrow_text_20240911 {
  color: #fff;
}
.unique_arrow_icon_20240911 {
  color: #fff;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.unique_green_button_container_20240911:hover .unique_arrow_icon_20240911 {
  transform: translateX(3px);
}

.unique_bule_button_container_20240911:hover .unique_arrow_icon_20240911 {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .unique_buttons_container_20240911 {
    flex-direction: column;
    align-items: center;
  }
  
  .unique_green_button_container_20240911 {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .unique_bule_button_container_20240911 {
    width: 100%;
    margin-bottom: 15px;
  }
	
  .unique_green_button_text_20240911 {
    justify-content: center;
    font-size: 1em;
  }
}

/************************************
** CTA_2つ表示のデザイン終わり
************************************/

/************************************
** 20240911のトップページ
************************************/
/************************************
** 20240911のトップページベース
************************************/
.sec_20240911{
    margin: 3% 0 !important;
}

.back_pain_title_a1b2c_bagre {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  background-color: #e6f3ef !important;
}

.back_pain_title_a1b2c_bagre::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #2e8b57;
  margin: 10px auto 0;
}

.back_pain_title_a1b2c_bagra {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  background-color: #f5f6f7 !important;
}

.back_pain_title_a1b2c_bagra::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #2e8b57;
  margin: 10px auto 0;
}

.back_pain_title_a1b2c_bawhi {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  background-color: #fff !important;
}

.back_pain_title_a1b2c_bawhi::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #2e8b57;
  margin: 10px auto 0;
}

.back_pain_title_a1b2c_babei {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
  background-color: #f9f7f2 !important;
}

.back_pain_title_a1b2c_babei::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #2e8b57;
  margin: 10px auto 0;
}

@media (max-width: 768px) {
  .sec_20240911{
    margin: 5% 0 !important;
  }
  .back_pain_container_x7y9z {
  }

  .back_pain_title_a1b2c {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 0;
    background-color: #e6f3ef;
  }

  .back_pain_title_a1b2c::after {
    display: none;
  }
}

/************************************
** 20240911のトップページFV
************************************/
.hero-aria-pc-20240911 {
  display: block;
}
.hero-aria-sp-20240911 {
  display: none;
}

.chiro_clinic_container_a5f2b {
  display: flex;
  margin: 0 auto;
  padding: 20px;
  background-color: #f0f8ff;
  border-radius: 10px;
}

.chiro_clinic_image_wrapper_e7c9d {
  flex: 1;
  margin-right: 20px;
}

.chiro_clinic_image_f8a3e {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.chiro_clinic_content_b6d1c {
  flex: 2;
}

.chiro_clinic_title_c4e7f {
  color: #0066cc;
  font-size: 1.5em;
  margin-bottom: 10px;
  background-color: #f0f8ff!important;
}

.chiro_clinic_description_d2a9b {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.chiro_clinic_features_list_g1h3i {
  list-style-type: none;
  padding-left: 0;
}

.chiro_clinic_feature_item_j5k7l {
  margin-bottom: 10px;
  line-height: 1.4;
}

.chiro_clinic_link_wrapper_p2q4r {
  text-align: right;
}

.chiro_clinic_more_link_m9n1o {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
/************************************
  background-color: #0066cc;
************************************/
background: linear-gradient(to right, #feb887 0%, #eb5452 100%);
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.chiro_clinic_more_link_m9n1o:hover {
	/************************************
  background-color: #004c99;
	************************************/
  opacity: 0.8; /* 少し薄くする */
  color: white;

}

@media (max-width: 768px) {
  .hero-aria-pc-20240911 {
  display: none;
}
.hero-aria-sp-20240911 {
  display: block;
}
  .chiro_clinic_container_a5f2b {
    flex-direction: column;
    padding: 0;
  }
  
  .chiro_clinic_image_wrapper_e7c9d {
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .chiro_clinic_image_f8a3e {
    border-radius: 0;
  }
  
  .chiro_clinic_content_b6d1c {
    padding: 0 15px;
  }
  
  .chiro_clinic_title_c4e7f {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  
  .chiro_clinic_description_d2a9b {
    font-size: 1em;
    margin-bottom: 10px;
  }
  
  .chiro_clinic_features_list_g1h3i {
    margin-bottom: 10px;
  }
  
  .chiro_clinic_feature_item_j5k7l {
    font-size: 0.9em;
    margin-bottom: 5px;
  }
  
  .chiro_clinic_link_wrapper_p2q4r {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 5% 0;
  }
  
  .chiro_clinic_more_link_m9n1o {
    margin-top: 0;
    background-color: #0066cc;
    color: #fff;
  }
}

/************************************
** 20240911のトップページこんな悩み
************************************/
.back_pain_container_x7y9z {
  margin: 0 auto;
  padding: 20px;
  background-color: #e6f3ef;
  font-family: Arial, sans-serif;
}

.back_pain_content_d3e4f {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.back_pain_checklist_g5h6i {
  flex: 2;
  list-style-type: none;
  padding: 20px;
  margin: 0;
}

.back_pain_item_j7k8l {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5;
}

.back_pain_item_j7k8l::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2e8b57;
  font-weight: bold;
}

.back_pain_image_wrapper_m9n0p {
  flex: 1;
}

.back_pain_image_q1r2s {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .back_pain_container_x7y9z {
  }

  .back_pain_content_d3e4f {
    flex-direction: column;
    box-shadow: none;
    border-radius: 0;
  }

  .back_pain_checklist_g5h6i {
    padding: 15px;
    order: 1;
  }

  .back_pain_item_j7k8l {
    font-size: 0.8em;
    margin-bottom: 8px;
  }

  .back_pain_image_wrapper_m9n0p {
    order: 2;
  }

  .back_pain_image_q1r2s {
    max-height: 200px;
  }
}

/************************************
** 20240911のトップページ選べばよいのではない？
************************************/
.class_selection_container_a1b2c3 {
  margin: 3% auto;
  font-family: Arial, sans-serif;
}

.class_selection_title_d4e5f6 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
}

.class_selection_subtitle_g7h8i9 {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.class_selection_content_j0k1l2 {
  display: flex;
  gap: 20px;
}

.class_selection_image_wrapper_m3n4o5 {
  flex: 1;
  max-width: 50%;
}

.class_selection_image_p6q7r8 {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.class_selection_text_s9t0u1 {
  flex: 1;
}

.class_selection_paragraph_v2w3x4 {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 12px;
}

.class_selection_highlight_y5z6a7 {
  color: #FF8C00;
  font-weight: bold;
}

@media (max-width: 768px) {
  .class_selection_content_j0k1l2 {
    flex-direction: column;
  }

  .class_selection_image_wrapper_m3n4o5 {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .class_selection_title_d4e5f6 {
    font-size: 20px;
  }

  .class_selection_subtitle_g7h8i9 {
    font-size: 16px;
  }

  .class_selection_paragraph_v2w3x4 {
    font-size: 1em;
  }
}


/************************************
** 20240911のトップページ教室内
************************************/
.chiro_clinic_gallery_container_x1y2z3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.chiro_clinic_gallery_title_a4b5c6 {
  color: #006400;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.chiro_clinic_gallery_grid_d7e8f9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.chiro_clinic_gallery_item_g0h1i2 {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.chiro_clinic_gallery_image_j3k4l5 {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.chiro_clinic_gallery_caption_overlay_k6l7m8 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 10px;
}

.chiro_clinic_gallery_caption_m6n7o8 {
  color: white;
  text-align: center;
  margin: 0;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
  .chiro_clinic_gallery_container_x1y2z3 {
    padding: 10px;
  }

  .chiro_clinic_gallery_title_a4b5c6 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .chiro_clinic_gallery_grid_d7e8f9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .chiro_clinic_gallery_image_j3k4l5 {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .chiro_clinic_gallery_caption_m6n7o8 {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .chiro_clinic_gallery_grid_d7e8f9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/************************************
** 20240911のトップページ選ばれる5つの理由
************************************/
.reasons_container_a1b2c3 {
  margin: 0 auto;
  padding: 20px;
  background-color: #e6f3ef;
  font-family: Arial, sans-serif;
}

.reasons_title_d4e5f6 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}

.reasons_title_d4e5f6::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #006400;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.reasons_list_g7h8i9 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.reason_card_j0k1l2 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.reason_content_wrapper_y5z6a7 {
  display: flex;
  gap: 20px;
}

.reason_text_content_b8c9d0 {
  flex: 2;
}

.reason_image_wrapper_e1f2g3 {
  flex: 1;
}

.reason_number_m3n4o5 {
  display: inline-block;
  background-color: #a8d8c8;
  color: #006400;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.reason_image_p6q7r8 {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.reason_subtitle_s9t0u1 {
  color: #006400;
  font-size: 18px;
  margin-bottom: 10px;
}

.reason_description_v2w3x4 {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 768px) {
  .reasons_container_a1b2c3 {
    padding: 15px;
  }

  .reasons_title_d4e5f6 {
    font-size: 20px;
  }

  .reason_content_wrapper_y5z6a7 {
    flex-direction: column-reverse;
  }

  .reason_subtitle_s9t0u1 {
    font-size: 16px;
  }

  .reason_description_v2w3x4 {
    font-size: 13px;
  }
}

/************************************
** 20240911のトップページPC堂の想い
************************************/
.director_intro_container_e1f2g3 {
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
}

.director_intro_title_h4i5j6 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}

.director_intro_title_h4i5j6::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #006400;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.director_intro_content_k7l8m9 {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.director_image_wrapper_n0p1q2 {
  flex: 1;
  padding: 2%;
  max-width: 50%;
}

.director_image_r3s4t5 {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.director_text_content_u6v7w8 {
  flex: 1;
  padding: 20px;
}

.director_message_title_x9y0z1 {
  color: #006400;
  font-size: 20px;
  margin-bottom: 15px;
}

.director_message_body_a2b3c4 {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.director_link_wrapper_d5e6f7 {
  display: flex;
  justify-content: flex-end;
}

.director_more_link_g8h9i0 {
  display: inline-block;
/************************************
  background-color: #0066cc;
************************************/
  background: linear-gradient(to right, #feb887 0%, #eb5452 100%);
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.director_more_link_g8h9i0:hover {
/************************************
  background-color: #004c99;
************************************/
  opacity: 0.8; /* 少し薄くする */
  color: white;
}

@media (max-width: 768px) {
  .director_intro_container_e1f2g3 {
    padding: 10px;
  }

  .director_intro_title_h4i5j6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .director_intro_content_k7l8m9 {
    flex-direction: column;
    background-color: transparent;
  }

  .director_image_wrapper_n0p1q2 {
    max-width: 100%;
  }

  .director_text_content_u6v7w8 {
    padding: 0;
  }

  .director_message_title_x9y0z1 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .director_message_body_a2b3c4 {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .director_link_wrapper_d5e6f7 {
    justify-content: center;
  }

  .director_more_link_g8h9i0 {
    width: 100%;
    text-align: center;
  }
}

/************************************
** 20240911のトップページ3つのお約束
************************************/
.promises_container_b1c2d3 {
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.promises_title_e4f5g6 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
}

.promises_title_e4f5g6::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.promises_list_h7i8j9 {
  list-style-type: none !important;
  padding: 0 !important;
  counter-reset: promise-counter;
}

.promise_item_k0l1m2 {
  margin-bottom: 40px;
  counter-increment: promise-counter;
}

.promise_subtitle_n3o4p5 {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

.promise_content_q6r7s8 {
  display: flex;
  gap: 20px;
}

.promise_image_wrapper_t9u0v1 {
  flex: 0 0 300px;
}

.promise_image_w2x3y4 {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.promise_text_z5a6b7 {
  flex: 1;
}

.promise_text_z5a6b7 p {
  margin-bottom: 10px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .promises_container_b1c2d3 {
    padding: 15px;
  }

  .promises_title_e4f5g6 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .promise_subtitle_n3o4p5 {
    font-size: 18px;
    padding-left: 25px;
  }

  .promise_content_q6r7s8 {
    gap: 0px;
    flex-direction: column;
  }

  .promise_image_wrapper_t9u0v1 {
    flex: none;
    margin-bottom: 15px;
  }

  .promise_image_w2x3y4 {
    width: 100%;
    max-width: none;
    border-radius: 5px;
  }

  .promise_text_z5a6b7 p {
    font-size: 14px;
  }
.promise_item_k0l1m2 {
  margin-bottom: 5% !important;
}
}

/************************************
** 20240911のトップページよくあるご質問
************************************/
    .faq-container-g7h5j {
      /* セクション全体のスタイル */
      width: 100%;
      margin: 0 auto;
    }

    .faq-heading-k9l4o {
      /* タイトルのスタイル */
      font-size: 2em;
      text-align: center;
      margin-bottom: 20px;
    }

    .faq-item-b2v8n {
      /* 質問と回答のペアのスタイル */
      margin-bottom: 30px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px;
    }

    .faq-question-t3r9i {
      /* 質問のスタイル */
      font-weight: bold;
      margin-bottom: 10px;
    }

    .faq-q-mark-p5d1f {
      /* 質問マークのスタイル */
      color: red;
      margin-right: 5px;
    }

    .faq-answer-m6q2e {
      /* 回答のスタイル */
      margin-left: 20px;
    }

    .faq-a-mark-w7n9o {
      /* 回答マークのスタイル */
      color: blue;
      margin-right: 5px;
    }

    .highlight-a8s3d {
      /* 重要部分のスタイル */
      color: #ff0000; /* 赤色 */
      font-weight: bold;
    }

/************************************
** 20240911のトップページ基本情報
************************************/
    .info-table-k2j4l {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }

    .info-row-m9n7b {
      border-bottom: 1px solid #ccc;
    }

    .info-label-p8d3f {
      width: 20%;
      padding: 10px;
      text-align: left;
      background-color: #f5f5f5;
    }

    .info-value-t6r2e {
      padding: 10px;
      text-align: left;
    }

/************************************
** 20240911のトップページ無料体験
************************************/
.google_review_container_20240913 {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.google_review_count_20240913 {

}

.google_review_title_20240913 {
  font-size: 18px;
  margin-bottom: 10px;
}

/************************************
** 20240911のトップページ終わり
************************************/
/************************************
** 20240926のトップページSNS表示
************************************/
.kb-container {
  margin: 2em 0;
  padding: 20px;
  background-color: #f0f8ff;
  font-family: Arial, sans-serif;
}

.kb-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.kb-description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.kb-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kb-card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 250px;
}

.kb-logo {
}

.kb-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.kb-card-description {
  font-size: 12px;
  margin-bottom: 15px;
}

.kb-button {
  background-color: #0066cc;
  text-decoration: none !important;;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.kb-button:hover {
  background-color: #004c99;
  color: white;
}

.kb-hidden {
  display: none;
}
/************************************
** 20240926のトップページSNS表示終わり
************************************/
/************************************
** 202401006のお客様の声の講師コメント
************************************/
.message-card-zx9f2 {
  font-family: Arial, sans-serif;
  padding: 16px;
  background-color: #f0f0f0;
  display: flex;
}

.user-info-k3m7p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 16px;
}

.image-container-y6t1l {
  width: 80px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 8px;
}

.avatar-y6t1l {
  width: 100%!important;
  height: auto !important;
  object-fit: cover;
  border-radius: 50%;
}

.name-w2q8r {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-h1m5x {
  font-size: 12px;
  color: #666;
}

.name-text-l2k8s {
  font-weight: bold;
  font-size: 14px;
}

.speech-bubble-b5j3h {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12);
  flex-grow: 1;
}

.speech-bubble-b5j3h::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
}

.speech-bubble-b5j3h p {
  margin-bottom: 10px;
}

.speech-bubble-b5j3h p:last-child {
  margin-bottom: 0;
}
/************************************
** 202401006のお客様の声の講師コメント終わり
************************************/
/************************************
** 202401015の無料相談ページ
************************************/
.trd-container {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #f9f7f2;
    padding: 20px;
    margin: 0 auto;
}

.trd-section-title {
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    font-size: 20px;
}

.trd-triangle-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4CAF50;
    margin: 0 auto 20px;
}

.trd-feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.trd-feature-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}

.trd-feature-icon {
    width: 80px;
    height: 80px;
    background-color: #FFD700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.trd-feature-icon img {
    width: 50%;
    height: auto;
}

.trd-feature-content {
    flex-grow: 1;
}

.trd-feature-content h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.trd-feature-content p {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.trd-course-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.trd-course-item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
}

.trd-course-item h3 {
    color: #f39800;
    margin-top: 0;
    text-align: center;
}

.trd-course-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.trd-process-list {
    list-style-type: none;
    padding: 0 !important;
}

.trd-process-item {
    margin-bottom: 20px;
}

.trd-process-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.trd-process-content h3 {
    color: #f39800;
    margin-top: 0;
}

.trd-apply-btn, .trd-more-faq-btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 15px 20px;
    background-color: #f39800;
    color: white;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.trd-faq-list {
    margin-bottom: 30px;
}

.trd-faq-item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.trd-faq-item h3 {
    color: #f39800;
    margin-top: 0;
    font-size: 16px;
}

.trd-btn-20241016:hover {
  background-color: #efb657;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transform: translateY(-2px);
  color: #fff;
}

@media (min-width: 768px) {
    .trd-container {
    }

    .trd-feature-list {
        flex-direction: row;
        justify-content: space-between;
    }

    .trd-feature-item {
        width: calc(33.33% - 15px);
        flex-direction: column;
        text-align: center;
    }

    .trd-feature-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .trd-course-list {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .trd-course-item {
        width: calc(50% - 10px);
        max-width: none;
    }

    .trd-course-list:only-child,
    .trd-course-list .trd-course-item:only-child {
        width: 60%;
        margin: 0 auto;
    }

    .trd-process-item {
        display: flex;
        align-items: flex-start;
    }

    .trd-process-item img {
        width: 30%;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .trd-process-content {
        flex: 1;
    }
}
/************************************
** 202401015の無料相談ページ終わり
************************************/
/************************************
** 202401015のプロフィール
************************************/
.trigger_profile_card_x8f2z {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.profile_image_container_y9h3w {
  text-align: center;
  margin-bottom: 20px;
}

.profile_image_a7k1m {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}

.profile_content_b6j4n {
  text-align: center;
}


.profile_name_container_d4m7q {
  margin-bottom: 15px;
}

.profile_label_e3n6r {
  background-color: #f9a825;
  color: white;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 0.8em;
  margin-right: 10px;
}

.profile_label_e3n6raar {
  background-color: red;
  color: white;
  padding: 3px 8px;
  border-radius: 15px;
  font-size: 0.8em;
  margin-right: 10px;
}

.profile_name_f2k9s {
  font-weight: bold;
  color: #333;
}

.profile_text_i0j7u {
  text-align: left;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .trigger_profile_card_x8f2z {
    display: flex;
    align-items: flex-start;
  }

  .profile_image_container_y9h3w {
    flex: 1;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .profile_content_b6j4n {
    flex: 2;
    text-align: left;
  }
}

/************************************
** 202401015のプロフィール終わり
************************************/
/************************************
** 202401017のマイクラッチジュニア特定箇所
************************************/
.jce-container {
  border: 2px solid #FFD700;
  padding: 20px;
  margin: 5% auto;
}

.jce-heading {
  color: #000000;
  margin-bottom: 15px;
}

.jce-paragraph {
  color: #333333;
  line-height: 1.6;
}
/************************************
** 202401017のマイクラッチジュニア特定箇所終わり
************************************/
/************************************
** 202401017の当教室の追加
************************************/
  .ss3d-container {
    font-family: Arial, sans-serif;
    margin: 0 auto;
  }
  .ss3d-section {
    margin-bottom: 30px;
  }
  .ss3d-section-title {
    font-size: 24px;
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
  }
  .ss3d-content {
    display: flex;
    margin-top: 20px;
  }
  .ss3d-image-container {
    width: 40%;
    height: 0;
    padding-bottom: 30%; /* Adjust as needed */
    position: relative;
    overflow: hidden;
    margin-right: 20px;
  }
  .ss3d-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ss3d-text {
    width: 60%;
  }
  .ss3d-link {
    display: block;
    text-align: right;
    color: #0066cc;
    text-decoration: none;
    margin-top: 10px;
  }
  .ss3d-link:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .ss3d-container {
      box-sizing: border-box;
    }
    .ss3d-section {
      background-color: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      overflow: hidden;
    }
    .ss3d-section-title {
      background-color: #f5f5f5;
      padding: 10px 15px;
      margin: 0;
      border-bottom: none;
    }
    .ss3d-content {
      flex-direction: column;
      padding: 15px;
    }
    .ss3d-image-container {
      width: 100%;
      padding-bottom: 75%; /* Adjust as needed */
      margin-right: 0;
      margin-bottom: 15px;
    }
    .ss3d-text {
      width: 100%;
    }
    .ss3d-text p {
      font-size: 14px;
      line-height: 1.5;
      margin: 0 0 10px 0;
    }
  }
/************************************
** 202401017の当教室の追加終わり
************************************/
/************************************
** 202401023の日程表の追加
************************************/
.unique-schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}

.time-header, .day-header {
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
}

.time-column {
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  border: 1px solid #000;
  white-space: nowrap; /* 改行を防止 */
}

.green-cell {
  background-color: #ffe8b8;
  border: 1px solid #000;
  width: 100px;
  height: 50px;
}

.orange-cell {
  background-color: #ffcc99;
  border: 1px solid #000;
  width: 100px;
  height: 50px;
}

.day-header, .time-column {
  width: 100px;
}

.orange-legend {
  display: inline-block;
  background-color: #ffcc99;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.green-legend {
  display: inline-block;
  background-color: #ffe8b8;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.legend {
  margin: 1%;
  font-size: 14px;
}
.legend-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.legend {
  font-size: 14px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .legend-container {
    flex-direction: column;
    align-items: flex-start;
  }
  }
/************************************
** 202401023の日程表の追加終わり
************************************/
/************************************
** 無料体験フォームのデザイン
************************************/
/* Contact Form 7 カスタマイズ用 */
/* クラス名「v68d9-」で衝突を防ぎます */
/* --- v68d9- で始まるクラス --- */

.v68d9-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

/* ステップインジケーター */
.v68d9-step-indicator {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 20px;
  padding: 0;
}

.v68d9-step-item {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 1.2rem;
}

.v68d9-step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ccc;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  font-size: 1.2rem;
  font-weight: bold;
}

.v68d9-active .v68d9-step-number {
  background-color: #007bff;
}

/* タイトル・サブタイトル */
.v68d9-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.8em;
  text-align: center;
}

.v68d9-subtitle {
  margin: 0.5em 0 0.2em;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
}

/* セクション */
.v68d9-section {
  margin-bottom: 1.5em;
}

/* 入力フィールド */
.v68d9-date,
.v68d9-input,
.v68d9-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.1rem;
}

/* プルダウン用（select）のスタイル */
.v68d9-time {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 0.5em;
  font-size: 1.1rem;
  color: #666; /* 初期は薄い文字色 */
}
.v68d9-time option {
  color: #666;
}

/* 日付と時間を横並びに */
.v68d9-date,
.v68d9-time {
  display: inline-block;
  width: calc(100% - 0px);
  margin-right: 10px;
}

/* ラジオボタン */
.v68d9-radio {
  margin-right: 10px;
}

/* テキストエリア */
.v68d9-textarea {
  min-height: 80px;
  resize: vertical;
}

/* 選択情報表示枠 */
.v68d9-selected-info {
  padding: 10px 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

/* ボタンラップ */
.v68d9-button-wrap {
  text-align: center;
  margin-top: 1em;
}

/* ボタン */
.v68d9-next-step,
.v68d9-prev-step,
.v68d9-submit {
  background-color: #aaa;
  color: #fff;
  border: none;
  padding: 0.8em 2em;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  margin: 0.5em auto;
  display: inline-block;
}

.v68d9-next-step:hover,
.v68d9-prev-step:hover,
.v68d9-submit:hover {
  background-color: #0056b3;
}

/* ラベル */
.v68d9-label {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
  text-align: left;
}



/************************************
** 無料体験フォームのデザイン終わり
************************************/
/************************************
** 無料体験申し込み完了フォームのデザイン
************************************/

.thanks-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.thanks-alert {
  font-weight: bold;
  color: #d00;
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.thanks-container hr {
  margin: 1.5em 0;
}

.thanks-container ol,
.thanks-container ul {
  margin-left: 1.2em;
}

.thanks-container strong {
  font-weight: bold;
}

/************************************
** 無料体験申し込み完了フォームのデザイン終わり
************************************/
/************************************
** お客様の声一覧ページのデザイン
************************************/
    .container-20250626 {
        max-width: 1000px;
        margin: 0 auto 2%;
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 40px;
        font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
    }

    .testimonial-header-20250626 {
        display: flex;
        gap: 40px;
        margin-bottom: 40px;
        align-items: flex-start;
    }

    @media (max-width: 768px) {
        .testimonial-header-20250626 {
            flex-direction: column;
            gap: 20px;
        }
    }

    .testimonial-image-20250626 {
        position: relative;
        flex-shrink: 0;
        width: 350px;
        height: 250px;
        overflow: hidden;
    }

    @media (max-width: 768px) {
        .testimonial-image-20250626 {
            width: 100%;
            max-width: 350px;
            height: 250px;
        }
    }

    .testimonial-image-20250626 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .user-info-badge-20250626 {
        position: absolute;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 8px 20px;
        font-size: 14px;
    }

    .testimonial-content-20250626 {
        flex: 1;
    }

    .testimonial-title-20250626 {
        color: #006400 !important;
        margin-bottom: 20px !important;
        padding-bottom: 15px !important;
        border-bottom: 1px solid #e5e5e5 !important;
        line-height: 1.5 !important;
        background-color: transparent !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

    .testimonial-text-20250626 {
        line-height: 1.8;
        color: #333;
        margin: 0;
    }

    .section-20250626 {
        margin-bottom: 35px;
    }

    .section-title-20250626 {
        color: #006400 !important;
        margin-bottom: 20px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #e5e5e5 !important;
        line-height: 1.5 !important;
        background-color: transparent !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-top: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

    .section-content-20250626 {
        line-height: 1.8;
        color: #333;
        margin: 0;
    }

/************************************
** お客様の声一覧ページのデザイン終わり
************************************/


