/* ======================================
   セミナー詳細ページ
====================================== */

.single-seminar header.site-header {
    display: none;
}

.single-seminar footer.site-footer {
    display: none;
}

.single-seminar .foot_cta {
    display: none;
}

.single-seminar .vk-mobile-nav-menu-btn {
    display: none;
}

.single-seminar .vk-mobile-nav {
    display: none;
}

/* メインビジュアル */
.seminar-main-visual {
    width: 100%;
    margin-bottom: 60px;
}

.seminar-main-visual picture {
    display: block;
    width: 100%;
}

.seminar-main-visual img {
    width: 100%;
    height: auto;
    display: block;
}

/* 申込みボタン（トップ・ボトム） */
.seminar-apply-top,
.seminar-apply-bottom {
    text-align: center;
    margin-bottom: 80px;
}

.seminar-apply-button-top,
.seminar-apply-button-bottom {
    display: inline-block;
    padding: 10px 120px;
    background: #aa1b49;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
}

.seminar-apply-button-top::after,
.seminar-apply-button-bottom::after {
    content: '▶';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 24px;
}

.seminar-apply-button-top:hover,
.seminar-apply-button-bottom:hover {
    background: #aa1b49;
    color: #fff;
    opacity: 0.8;
}

/* イントロテキスト */
.seminar-intro-text {
    margin: 0;
    margin-bottom: 60px;
    padding: 0 25px;
}

.seminar-intro-text p {
    font-size: 20px;
    color: #231815;
}

/* セクション共通 */
.seminar-section {
    margin-bottom: 60px;
}

.seminar-section-title {
    padding: 15px 25px;
    background: #0da9a2;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* こんな方におすすめ */
.seminar-target .seminar-list {
    list-style: none;
    padding: 0 25px;
    margin: 0;
}

.seminar-target .seminar-list li {
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    font-size: 16.8px;
}

/* セミナーの内容 */
.seminar-content-item-wrapper {
    counter-reset: highlight-counter;
}

.seminar-content-item {
    margin-bottom: 40px;
    padding: 0 25px;
    background: #fff;
}

.seminar-content-title {
    font-size: 30px;
    font-weight: 700;
    border: none;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: 1.6;
}

.seminar-content-title::after {
    display: none;
}

.seminar-content-text {
    margin-bottom: 30px;
    font-size: 16.8px;
    line-height: 1.7;
}

/* ハイライトボックス */
.seminar-highlight-box {
    margin: 0 25px;
    margin-bottom: 30px;
    padding: 20px 25px;
    border: 2px solid #0da9a2;
    counter-increment: highlight-counter;
}

.seminar-highlight-title {
    font-size: 20px;
    font-weight: 700;
    background: none;
    color: #0da9a2;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

.seminar-highlight-title::before {
    content: "①";
    margin-right: 0.3em;
}

.seminar-highlight-box:nth-child(2) .seminar-highlight-title::before {
    content: "①";
}

.seminar-highlight-box:nth-child(3) .seminar-highlight-title::before {
    content: "②";
}

.seminar-highlight-box:nth-child(4) .seminar-highlight-title::before {
    content: "③";
}

.seminar-highlight-box:nth-child(5) .seminar-highlight-title::before {
    content: "④";
}

.seminar-highlight-box:nth-child(6) .seminar-highlight-title::before {
    content: "⑤";
}

.seminar-highlight-box:nth-child(7) .seminar-highlight-title::before {
    content: "⑥";
}

.seminar-highlight-box:nth-child(8) .seminar-highlight-title::before {
    content: "⑦";
}

.seminar-highlight-box:nth-child(9) .seminar-highlight-title::before {
    content: "⑧";
}

.seminar-highlight-box:nth-child(10) .seminar-highlight-title::before {
    content: "⑨";
}

.seminar-highlight-box:nth-child(11) .seminar-highlight-title::before {
    content: "⑩";
}

/* PC画面では改行を非表示 */
.seminar-highlight-title br {
    display: none;
}

.seminar-highlight-text {
    font-size: 16.8px;
    margin-bottom: 0;
    line-height: 1.7;
}

.seminar-highlight-text p {
    margin-bottom: 0;
}

/* 講師プロフィール */
.seminar-profile {
    margin: 0 25px 60px;
    padding: 20px 25px;
    background: #e6f6f6;
}

.seminar-profile-wrapper {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
}

.seminar-profile-wrapper:last-child {
    margin-bottom: 0;
}

.seminar-profile-label {
    width: 125px;
    display: flex;
    justify-content: space-between;
    padding-right: 25px;
    border-right: 2px solid #0da9a2;
    align-items: flex-start;
}

/* PC用ラベルを表示、SP用ラベルを非表示 */
.seminar-profile-label.pc {
    display: flex;
}

.seminar-profile-label.sp {
    display: none;
}

.seminar-profile-label span {
    font-size: 18px;
    font-weight: 700;
    color: #0da9a2;
}

.seminar-profile-card {
    flex: 1;
    border-left: none;
    padding-left: 25px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.seminar-profile-photo {
    flex-shrink: 0;
    max-width: 90px;
    overflow: hidden;
}

.seminar-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seminar-profile-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seminar-profile-logo {
    width: 150px;
    height: auto;
}

.seminar-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.seminar-profile-info-row {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.seminar-profile-info-left {
}

.seminar-profile-company {
    font-size: 18px;
    font-weight: 700;
    color: #231815;
    padding: 0;
    margin: 0 0 4px 0;
    border: none;
}

.seminar-profile-company::after {
    display: none;
}

.seminar-profile-position {
    font-size: 14px;
    color: #231815;
    margin: 0;
}

/* PC画面では改行を非表示 */
.seminar-profile-position br {
    display: none;
}

.seminar-profile-info-right {
    flex-shrink: 0;
}

.seminar-profile-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #231815;
    margin: 0;
    white-space: nowrap;
}

.seminar-profile-content {
    flex: 1;
    border-left: none;
    padding-left: 25px;
}

.seminar-profile-text {
    line-height: 1.8;
    color: #231815;
}

.seminar-profile-text p {
    margin: 0;
    font-size: 16px;
}

/* シミュレーションセクション */
.seminar-simulation-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    color: #231815;
    margin: 25px 0 15px;
}

.seminar-simulation p {
    line-height: 1.9;
    color: #231815;
    margin-bottom: 1.5em;
}

.seminar-simulation-question {
    margin-top: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-left: 4px solid #1ba39c;
    border-radius: 5px;
}

.seminar-simulation-question h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #231815;
    margin-bottom: 15px;
}

.seminar-simulation-question p {
    margin-bottom: 0.8em;
    line-height: 1.8;
}

/* 開催概要テーブル */
.seminar-info-table {
    width: 100%;
    background: #fff;
    padding: 0 25px;
}

.seminar-info-row {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.seminar-info-row:last-child {
    margin-bottom: 0;
}

.seminar-info-header {
    display: flex;
    align-items: flex-start;
    width: 120px;
    gap: 10px;
}

.seminar-info-header span {
    display: block;
    width: 100%;
    font-size: 16.8px;
    font-weight: 700;
    text-align: center;
    background: #56c3be;
    padding: 10px 25px;
    color: #fff;
}

.seminar-info-content {
    flex: 1;
    color: #231815;
    font-size: 16.8px;
    line-height: 1.8;
    display: flex;
    align-items: center;
}

/* PC画面では改行を非表示 */
.seminar-info-content.no-break br {
    display: none;
}

.seminar-info-content p {
    line-height: 1.8;
    margin-bottom: 0;
}

/* 参加特典 */
.seminar-benefit {
    padding: 0;
    width: 100%;
}

.seminar-benefit-label {
    display: inline-block;
    padding: 8px 25px;
    background: #aa1b49;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 0;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 10px;
}

.seminar-benefit p {
    margin: 0;
    line-height: 1.7;
    font-size: 16.8px;
}

/* 申し込みフォーム（Contact Form 7） */
.seminar-form-section {
    margin-bottom: 60px;
}

.seminar-form {
    background: #fff;
    padding: 0 25px;
}

/* Contact Form 7 基本スタイル */
.wpcf7-form p {
    margin: 0;
}

.wpcf7-form br {
    display: none;
}

/* フォームグループ */
.wpcf7-form .seminar-form-group {
    margin-bottom: 40px;
}

.wpcf7-form .seminar-form-label {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.wpcf7-form .seminar-form-required {
    display: inline-block;
    background: #c46080;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    letter-spacing: 0.05em;
}

.wpcf7-form .seminar-form-label-text {
    font-size: 20px;
    font-weight: 700;
    color: #231815;
}

/* 入力フィールド */
.wpcf7-form .seminar-form-input {
    width: 100% !important;
    padding: 15px 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    letter-spacing: 0.05em !important;
    color: #231815 !important;
    background: #fff !important;
    transition: border-color 0.3s !important;
}

.wpcf7-form .seminar-form-input::placeholder {
    color: #ccc;
}

/* チェックボックスグループ */
.wpcf7-form .seminar-form-checkbox-group {
    display: block;
}

.wpcf7-form .seminar-form-checkbox-group .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form .seminar-form-checkbox-group .wpcf7-checkbox {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
    column-gap: 40px;
    justify-content: flex-start;
    align-items: start;
}

/* デフォルトのHTML構造（wpcf7-list-item）に対応 */
.wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.wpcf7-form .wpcf7-list-item input[type="checkbox"] {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

.wpcf7-form .wpcf7-list-item-label {
    font-size: 16.8px;
    color: #231815;
    line-height: 1.6;
}

/* カスタムクラス（seminar-form-checkbox-label）にも対応 */
.wpcf7-form .seminar-form-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.wpcf7-form input[type="checkbox"] {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

.wpcf7-form .seminar-form-checkbox-text {
    font-size: 16.8px;
    color: #231815;
    line-height: 1.6;
}

/* プライバシーポリシー */
.wpcf7-form .seminar-form-privacy {
    margin: 40px 0;
    border-radius: 5px;
}

.wpcf7-form .seminar-form-privacy-text {
    font-size: 20px;
    font-weight: 700;
    color: #231815;
    margin-bottom: 15px;
}

.wpcf7-form .seminar-form-privacy-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wpcf7-form .seminar-form-privacy-links li {
    margin-bottom: 8px;
}

.wpcf7-form .seminar-form-privacy-links a {
    color: #008adf;
    text-decoration: none;
    font-size: 16.8px;
    transition: opacity 0.3s;
}

.wpcf7-form .seminar-form-privacy-links a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* 送信ボタン */
.wpcf7-form .seminar-form-submit {
    text-align: center;
    margin-top: 40px;
}

.wpcf7-form .seminar-form-submit-button {
    display: inline-block;
    padding: 10px 120px;
    background: #aa1b49;
    border: none;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.wpcf7-form .seminar-form-submit-button::after {
    content: '▶';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 24px;
}

.wpcf7-form .seminar-form-submit-button:hover {
    background: #aa1b49;
    opacity: 0.8;
}

/* エラーメッセージ */
.wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.wpcf7-form .wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}

.wpcf7-form .wpcf7-validation-errors {
    border: 2px solid #dc3232;
    background: #ffe6e6;
    color: #dc3232;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    border: 2px solid #46b450;
    background: #e6f7e6;
    color: #46b450;
}

.wpcf7-form .wpcf7-mail-sent-ng {
    border: 2px solid #dc3232;
    background: #ffe6e6;
    color: #dc3232;
}

/* 送信ボタンのスタイルをリセット */
.wpcf7-form .seminar-form-submit-button {
    display: inline-block;
    padding: 10px 120px;
    background: #aa1b49;
    border: none;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

.wpcf7-form .seminar-form-submit-button::after {
    content: '▶';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 24px;
}

.wpcf7-form .seminar-form-submit-button:hover {
    background: #aa1b49;
    opacity: 0.8;
}

/* エラーメッセージ */
.wpcf7-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.wpcf7-form .wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
}

.wpcf7-form .wpcf7-validation-errors {
    border: 2px solid #dc3232;
    background: #ffe6e6;
    color: #dc3232;
}

.wpcf7-form .wpcf7-mail-sent-ok {
    border: 2px solid #46b450;
    background: #e6f7e6;
    color: #46b450;
}

.wpcf7-form .wpcf7-mail-sent-ng {
    border: 2px solid #dc3232;
    background: #ffe6e6;
    color: #dc3232;
}

/* スピナー（送信中） */
.wpcf7-form .wpcf7-spinner {
    margin-left: 10px;
}

/* ======================================
   セミナーサンクスページ
====================================== */

.seminar-thanks-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.seminar-thanks-content {
    text-align: center;
}

.seminar-thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.seminar-thanks-title {
    font-size: 28px;
    font-weight: 700;
    color: #231815;
    margin: 0 0 40px 0;
    line-height: 1.5;
}

.seminar-thanks-message {
    border-radius: 8px;
    margin-bottom: 30px;
}

.seminar-thanks-message p {
    font-size: 16px;
    line-height: 1.8;
    color: #231815;
    margin: 0 0 16px 0;
}

.seminar-thanks-message p:last-child {
    margin-bottom: 0;
}

.seminar-thanks-note {
    background: #fff9e6;
    border: 1px solid #ffe066;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: left;
}

.seminar-thanks-note p {
    font-size: 14px;
    line-height: 1.8;
    color: #231815;
    margin: 0 0 12px 0;
}

.seminar-thanks-note p:last-child {
    margin-bottom: 0;
}

.seminar-thanks-note strong {
    font-weight: 700;
    color: #aa6600;
}

.seminar-thanks-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.seminar-thanks-button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: opacity 0.3s ease;
    min-width: 200px;
}

.seminar-thanks-button:hover {
    opacity: 0.8;
    color: #fff;
}

.seminar-thanks-button-primary {
    background: #0da9a2;
    color: #fff;
    border: 2px solid #0da9a2;
}

.seminar-thanks-button-secondary {
    background: #fff;
    color: #0da9a2;
    border: 2px solid #0da9a2;
}

.seminar-thanks-button-secondary:hover {
    background: #fff;
    color: #0da9a2;
    border: 2px solid #0da9a2;
}

/* レスポンシブ対応（サンクスページ） */
@media screen and (max-width: 768px) {
    .seminar-thanks-page {
        padding: 40px 15px;
    }

    .seminar-thanks-icon svg {
        width: 60px;
        height: 60px;
    }

    .seminar-thanks-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .seminar-thanks-message {
        /* padding: 25px 20px; */
    }

    .seminar-thanks-message p {
        font-size: 15px;
    }

    .seminar-thanks-note {
        padding: 20px;
    }

    .seminar-thanks-note p {
        font-size: 13px;
    }

    .seminar-thanks-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .seminar-thanks-button {
        width: 100%;
        min-width: auto;
        padding: 12px 30px;
        font-size: 15px;
    }
}

/* ======================================
   セミナー一覧ページ
====================================== */

/* セミナー一覧ヘッダー */
.seminar-archive-header {
    margin-bottom: 60px;
    padding: 0 25px;
}

.seminar-archive-title {
    padding: 15px 25px;
    background: #0da9a2;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

/* セミナーグリッド */
.seminar-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 60px;
}

/* セミナーカード */
.seminar-card {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    transition: opacity 0.3s ease;
}

.seminar-card:last-child {
    border-bottom: none;
}

.seminar-card:hover {
    opacity: 0.8;
}

.seminar-card-link {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    color: inherit;
    height: 100%;
    padding: 40px 0;
}

.seminar-card-thumbnail {
    width: 280px;
    flex-shrink: 0;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
}

.seminar-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.seminar-card:hover .seminar-card-img {
    transform: scale(1.05);
}

.seminar-card-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.seminar-card-content {
    flex: 1;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.seminar-card-title {
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #231815;
    margin: 0 0 12px 0;
    line-height: 1.6;
    border: none;
}

.seminar-card-date {
    font-size: 14px;
    color: #999;
    margin: 0 0 16px 0;
    line-height: 1.6;
    font-weight: 500;
}

.seminar-card-excerpt {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.seminar-card-more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #0da9a2;
    font-weight: 600;
}

.seminar-card-more-arrow {
    transition: transform 0.3s ease;
}

.seminar-card:hover .seminar-card-more-arrow {
    transform: translateX(5px);
}

/* ページネーション */
.seminar-pagination {
    margin-top: 60px;
    text-align: center;
}

.seminar-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.seminar-pagination .nav-links a,
.seminar-pagination .nav-links .current {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #0da9a2;
    border-radius: 5px;
    color: #0da9a2;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.seminar-pagination .nav-links a:hover {
    background: #0da9a2;
    border-color: #0da9a2;
    color: #fff;
}

.seminar-pagination .nav-links .current {
    background: #0da9a2;
    border-color: #0da9a2;
    color: #fff;
}

/* セミナーが見つからない場合 */
.seminar-not-found {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 1.1rem;
}

/* レスポンシブ対応（一覧ページ） */
@media screen and (max-width: 768px) {
    .seminar-archive-header {
        margin-bottom: 30px;
    }

    .seminar-archive-title {
        font-size: 20px;
        padding: 12px 15px;
    }

    .seminar-grid {
        gap: 0;
    }

    .seminar-card-link {
        flex-direction: column;
        padding: 30px 0;
    }

    .seminar-card-thumbnail {
        width: 100%;
        margin-bottom: 20px;
    }

    .seminar-card-content {
        padding: 0 20px;
    }

    .seminar-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .seminar-card-date {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .seminar-card-excerpt {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .seminar-card-more {
        font-size: 13px;
    }
}

/* レスポンシブ対応（詳細ページ） */
@media screen and (max-width: 768px) {
    /* メインビジュアル */
    .seminar-main-visual {
        margin-bottom: 40px;
    }

    /* 申込みボタン */
    .seminar-apply-top,
    .seminar-apply-bottom {
        margin-bottom: 40px;
    }

    .seminar-apply-button-top,
    .seminar-apply-button-bottom {
        width: 90%;
        max-width: 90%;
        padding: 8px 50px;
        font-size: 22px;
    }

    .seminar-apply-button-top::after,
    .seminar-apply-button-bottom::after {
        right: 20px;
        font-size: 18px;
    }

    /* イントロテキスト */
    .seminar-intro-text {
        margin-bottom: 40px;
        padding: 0;
    }

    .seminar-intro-text p {
        font-size: 16px;
    }

    /* セクション共通 */
    .seminar-section {
        margin-bottom: 40px;
    }

    .seminar-section-title {
        font-size: 20px;
        padding: 12px 15px;
        margin-bottom: 20px;
    }

    /* こんな方におすすめ */
    .seminar-target .seminar-list {
        padding: 0;
    }

    .seminar-target .seminar-list li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    /* セミナーの内容 */
    .seminar-content-item {
        padding: 0;
        margin-bottom: 30px;
    }

    .seminar-content-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .seminar-content-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* ハイライトボックス */
    .seminar-highlight-box {
        margin: 0;
        margin-bottom: 20px;
        padding: 15px;
    }

    .seminar-highlight-title {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 26px;
        text-indent: -26px;
    }

    /* SP画面では改行を表示 */
    .seminar-highlight-title br {
        display: inline;
    }

    .seminar-highlight-text {
        font-size: 16px;
    }

    /* 講師プロフィール */
    .seminar-profile {
        margin: 0 0 40px;
        padding: 15px;
        background: #e5f5f5;
    }

    /* PC用ラベルを非表示、SP用ラベルを表示 */
    .seminar-profile-label.pc {
        display: none;
    }

    .seminar-profile-label.sp {
        display: flex;
        padding-bottom: 0;
    }

    .seminar-profile-wrapper {
        flex-direction: column;
        margin-bottom: 20px;
        gap: 0;
    }

    .seminar-profile-label {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        padding: 0 0 10px 0;
        border-right: none;
        border-bottom: none;
        order: -1;
    }

    .seminar-profile-label span {
        writing-mode: horizontal-tb;
        margin: 0;
        font-size: 16px;
        letter-spacing: 0.2em;
        font-weight: 700;
    }

    .seminar-profile-card {
        flex: 1;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .seminar-profile-photo {
        width: 124px;
        height: auto;
        flex-shrink: 0;
        order: 1;
    }

    .seminar-profile-details {
        flex: 1;
        width: auto;
        align-items: flex-start;
        text-align: left;
        gap: 10px;
        order: 2;
        min-width: calc(100% - 135px);
    }

    .seminar-profile-logo {
        width: 140px;
        margin: 0;
    }

    .seminar-profile-info-row {
        flex-direction: column-reverse;
        gap: 5px;
        align-items: flex-start;
    }

    .seminar-profile-company {
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        line-height: 1.4;
    }

    .seminar-profile-position {
        font-size: 16px;
        line-height: 1.4;
    }

    /* SP画面では改行を表示 */
    .seminar-profile-position br {
        display: inline;
    }

    .seminar-profile-name {
        font-size: 20px;
        white-space: normal;
    }

    .seminar-profile-content {
        flex: 1;
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .seminar-profile-text {
        width: 100%;
    }

    .seminar-profile-text p {
        font-size: 16px;
        line-height: 1.7;
    }

    /* 開催概要 */
    .seminar-info-table {
        padding: 0;
    }

    .seminar-info-row {
        flex-direction: unset;
        gap: 10px;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .seminar-info-header {
        width: 80px;
    }

    .seminar-info-header span {
        font-size: 16px;
        padding: 6px;
    }

    .seminar-info-content {
        font-size: 16px;
        align-items: flex-start;
    }

    /* SP画面では改行を表示 */
    .seminar-info-content.no-break br {
        display: inline;
    }

    .seminar-benefit-label {
        font-size: 20px;
        padding: 6px 20px;
    }

    .seminar-benefit p {
        font-size: 16px;
    }

    /* 申し込みフォーム */
    .seminar-form-section {
        margin-bottom: 40px;
    }

    .seminar-form {
        padding: 0;
    }

    /* Contact Form 7 レスポンシブ */
    .wpcf7-form .seminar-form-group {
        margin-bottom: 20px;
    }

    .wpcf7-form .seminar-form-label {
        flex-direction: unset;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 8px;
    }

    .wpcf7-form .seminar-form-required {
        font-size: 15px;
        padding: 4px 12px;
    }

    .wpcf7-form .seminar-form-label-text {
        font-size: 17px;
    }

    .wpcf7-form .seminar-form-input {
        font-size: 16px !important;
        padding: 12px 15px !important;
    }

    .wpcf7-form .seminar-form-checkbox-group .wpcf7-checkbox {
        grid-template-columns: 1fr;
        row-gap: 15px;
    }

    .wpcf7-form .seminar-form-checkbox-text {
        font-size: 15.4px;
    }

    .wpcf7-form .wpcf7-list-item-label {
        font-size: 15.4px;
    }

    .wpcf7-form .seminar-form-privacy {
        margin: 20px 0 40px;
    }

    .wpcf7-form .seminar-form-privacy-text {
        font-size: 17px;
        margin-bottom: 12px;
    }

    .wpcf7-form .seminar-form-privacy-links a {
        font-size: 15.4px;
    }

    .wpcf7-form .seminar-form-submit {
        margin-top: 30px;
    }

    .wpcf7-form .seminar-form-submit-button {
        width: 90%;
        max-width: 90%;
        padding: 8px 50px;
        font-size: 22px;
    }

    .wpcf7-form .seminar-form-submit-button::after {
        right: 20px;
        font-size: 18px;
    }
}

/* ======================================
   ラジオボタンのスタイル
====================================== */

/* ラジオボタングループ（チェックボックスグループと同じ構造） */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ラジオボタンのリストアイテム */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
}

/* ラジオボタンのラベル */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 16.8px;
    color: #231815;
    line-height: 1.6;
}

/* ラジオボタン本体のスタイル */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s;
}

/* ラジオボタンにホバーした時 */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio input[type="radio"]:hover {
    border-color: #aa1b49;
}

/* ラジオボタンがチェックされた時 */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio input[type="radio"]:checked {
    border-color: #aa1b49;
    background: #fff;
}

/* ラジオボタンがチェックされた時の内側の丸 */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #aa1b49;
    border-radius: 50%;
}

/* ラジオボタンのラベルテキスト */
.wpcf7-form .seminar-form-checkbox-group .wpcf7-radio .wpcf7-list-item-label {
    font-size: 16.8px;
    color: #231815;
    line-height: 1.6;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .wpcf7-form .seminar-form-checkbox-group .wpcf7-radio {
        gap: 12px;
    }

    .wpcf7-form .seminar-form-checkbox-group .wpcf7-radio .wpcf7-list-item label {
        font-size: 15.4px;
    }

    .wpcf7-form .seminar-form-checkbox-group .wpcf7-radio .wpcf7-list-item-label {
        font-size: 15.4px;
    }

    .wpcf7-form .seminar-form-checkbox-group .wpcf7-radio input[type="radio"] {
        width: 18px;
        height: 18px;
    }

    .wpcf7-form .seminar-form-checkbox-group .wpcf7-radio input[type="radio"]:checked::after {
        width: 9px;
        height: 9px;
    }
}

