/* ===================================
   カスタマイズ相談ページ専用スタイル
   =================================== */

/* グローバル見出しスタイル - index.htmlと統一 */
.contact-content h2,
.contact-section h2 {
    font-family: 'Yusei Magic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif !important;
    font-size: 2rem !important;
    color: #757DBE !important;
    margin: 60px 0 24px 0 !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #757DBE !important;
    font-weight: 700 !important;
}

.contact-content h2:first-of-type,
.contact-section h2:first-of-type {
    margin-top: 0 !important;
}

.contact-content h3,
.contact-section h3 {
    font-family: 'Yusei Magic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif !important;
    font-size: 1.5rem !important;
    color: #5a5fa0 !important;
    margin: 40px 0 20px 0 !important;
    font-weight: 700 !important;
}

.contact-content h4,
.contact-section h4 {
    font-size: 1.25rem !important;
    color: #333 !important;
    margin: 30px 0 16px 0 !important;
    font-weight: 700 !important;
}

/* ページヘッダー */
.contact-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 120px 20px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.contact-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.contact-subtitle {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 600;
    opacity: 0.9;
    margin: 0 0 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-description {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
    opacity: 0.95;
    margin: 0;
}

/* コンテナ */
.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* サービス内容セクション */
.contact-services {
    padding: 80px 20px;
    background: #f8f9fa;
}

.services-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 60px;
    color: #1a202c;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
}

.service-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a202c;
}

.service-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* フォームセクション */
.contact-form-section {
    padding: 80px 20px;
    background: white;
}

.form-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.form-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 16px;
    color: #1a202c;
}

.form-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #4a5568;
    margin: 0;
}

.form-embed-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* フォームプレースホルダー */
.form-placeholder {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
}

.placeholder-text {
    font-size: 1.125rem;
    color: #718096;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.placeholder-text svg {
    color: #a0aec0;
}

.placeholder-note {
    font-size: 0.875rem;
    color: #a0aec0;
    margin: 0;
    line-height: 1.6;
}

.placeholder-note code {
    display: inline-block;
    background: #edf2f7;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-top: 8px;
    word-break: break-all;
    max-width: 100%;
}

/* 実際のGoogleフォーム用スタイル */
.form-embed-wrapper iframe {
    width: 100%;
    min-height: 1200px;
    border: none;
    border-radius: 8px;
}

/* 補足情報セクション */
.contact-info {
    padding: 80px 20px;
    background: #f8f9fa;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.info-card {
    background: white;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.info-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: white;
}

.info-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a202c;
}

.info-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

/* 注意事項 */
.info-note {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.note-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 20px;
    color: #1a202c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.note-title::before {
    content: '💡';
    font-size: 1.5rem;
}

.note-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.note-list li {
    padding-left: 28px;
    margin-bottom: 12px;
    position: relative;
    line-height: 1.7;
    color: #4a5568;
}

.note-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #48bb78;
    font-weight: 700;
    font-size: 1.125rem;
}

.note-list li:last-child {
    margin-bottom: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .contact-hero {
        padding: 100px 20px 60px;
    }

    .contact-services,
    .contact-form-section,
    .contact-info {
        padding: 60px 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .form-embed-wrapper {
        padding: 24px;
    }

    .info-note {
        padding: 24px;
    }

    .note-list li {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .contact-hero {
        padding: 80px 16px 48px;
    }

    .service-card {
        padding: 24px 20px;
    }

    .form-embed-wrapper {
        padding: 20px;
    }

    .form-placeholder {
        padding: 40px 16px;
    }
}


/* ===================================
   通常のお問い合わせページ専用スタイル
   =================================== */

/* ページヘッダー */
.contact-page-hero {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    padding: 100px 20px 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.contact-page-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.contact-page-title {
    font-size: clamp(2.25rem, 5vw, 3.25rem);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.contact-page-subtitle {
    font-size: clamp(0.95rem, 2vw, 1.125rem);
    font-weight: 600;
    opacity: 0.9;
    margin: 0 0 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-page-description {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
    opacity: 0.95;
    margin: 0;
}

/* コンテナ */
.contact-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* お問い合わせ方法選択 */
.contact-methods {
    padding: 70px 20px;
    background: white;
}

.methods-title {
    font-family: 'Yusei Magic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif !important;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 48px;
    color: #757DBE;
    padding-bottom: 12px;
    border-bottom: 3px solid #757DBE;
}

.methods-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

.method-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
}

.method-card:hover {
    border-color: #4facfe;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(79, 172, 254, 0.2);
}

.method-card.active {
    border-color: #4facfe;
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.05) 0%, rgba(0, 242, 254, 0.05) 100%);
}

.method-link {
    cursor: pointer;
}

.method-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    transition: transform 0.3s ease;
}

.method-card:hover .method-icon {
    transform: scale(1.1);
}

.method-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a202c;
}

.method-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.method-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 1.5rem;
    color: #4facfe;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.method-card:hover .method-arrow {
    opacity: 1;
}

/* FAQ誘導 */
.contact-faq-prompt {
    padding: 0 20px 70px;
    background: white;
}

.faq-prompt-card {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.faq-prompt-icon {
    flex-shrink: 0;
    color: #c05621;
}

.faq-prompt-content {
    flex: 1;
}

.faq-prompt-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a202c;
}

.faq-prompt-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #2d3748;
    margin: 0;
}

.faq-prompt-btn {
    flex-shrink: 0;
    background: white;
    color: #c05621;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-prompt-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* フォームセクション */
.contact-page-form-section {
    padding: 70px 20px;
    background: #f8f9fa;
}

.form-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.form-section-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 16px;
    color: #1a202c;
}

.form-section-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0;
}

.contact-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.form-embed-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 56px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.google-frame-contact {
    overflow-y:auto;
    height:1600px;
    max-height: 100%;
    width:100%;
    margin:0 auto;
}

.google-frame {
    overflow-y:auto;
    height:2800px;
    max-height: 100%;
    width:100%;
    margin:0 auto;
}

/* フォームプレースホルダー */
.form-placeholder-box {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 3px dashed #cbd5e0;
    border-radius: 12px;
}

.placeholder-icon {
    color: #a0aec0;
    margin-bottom: 24px;
}

.placeholder-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 16px;
    color: #2d3748;
}

.placeholder-instruction {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 0 0 24px;
}

.placeholder-instruction code {
    background: #edf2f7;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #2d3748;
}

.placeholder-code {
    background: #2d3748;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    line-height: 1.6;
    text-align: left;
    overflow-x: auto;
    max-width: 100%;
}

.placeholder-code code {
    background: none;
    padding: 0;
    color: #e2e8f0;
    white-space: pre-wrap;
    word-break: break-all;
}

/* 実際のGoogleフォーム用スタイル */
.form-embed-container iframe {
    width: 100%;
    min-height: 1400px;
    border: none;
    border-radius: 8px;
}

/* サポート情報 */
.contact-support-info {
    padding: 70px 20px;
    background: white;
}

.support-info-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 48px;
    color: #1a202c;
}

.support-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
}

.support-info-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
}

.support-info-card:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.support-info-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.support-info-content {
    flex: 1;
}

.support-info-label {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a202c;
}

.support-info-value {
    font-size: 1rem;
    line-height: 1.7;
    color: #2d3748;
    margin: 0;
}

.support-info-note {
    font-size: 0.875rem;
    color: #718096;
}

/* その他のサポート */
.support-additional {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.additional-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 24px;
    color: #1a202c;
}

.additional-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.additional-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    color: #2d3748;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.additional-link:hover {
    border-color: #4facfe;
    color: #4facfe;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(79, 172, 254, 0.2);
}

.additional-link svg {
    flex-shrink: 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .contact-page-hero {
        padding: 80px 20px 60px;
    }

    .contact-methods,
    .contact-faq-prompt,
    .contact-page-form-section,
    .contact-support-info {
        padding: 50px 20px;
    }

    .methods-grid {
        grid-template-columns: 1fr;
    }

    .faq-prompt-card {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }

    .form-embed-container {
        padding: 32px 24px;
    }

    .support-info-grid {
        grid-template-columns: 1fr;
    }

    .additional-links {
        flex-direction: column;
        align-items: stretch;
    }

    .additional-link {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .contact-page-hero {
        padding: 70px 16px 50px;
    }

    .method-card {
        padding: 24px 20px;
    }

    .faq-prompt-card {
        padding: 24px 20px;
    }

    .form-embed-container {
        padding: 24px 16px;
    }

    .form-placeholder-box {
        padding: 40px 20px;
    }

    .placeholder-code {
        padding: 16px;
        font-size: 0.75rem;
    }

    .support-info-card {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }
}


/* ===================================
   不具合報告ページ専用スタイル
   =================================== */

/* ページヘッダー */
.issue-page-hero {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 100px 20px 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.issue-page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 25% 35%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.issue-page-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.issue-page-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.issue-page-subtitle {
    font-size: clamp(0.95rem, 2vw, 1.125rem);
    font-weight: 600;
    opacity: 0.9;
    margin: 0 0 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.issue-page-description {
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.8;
    opacity: 0.95;
    margin: 0;
}

/* チェックリストセクション */
.issue-checklist {
    padding: 70px 20px;
    background: white;
}

.checklist-card {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%);
    border-radius: 16px;
    padding: 48px;
    border: 2px solid #fc8181;
}

.checklist-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.checklist-icon {
    flex-shrink: 0;
    color: #c53030;
}

.checklist-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin: 0;
    color: #1a202c;
}

.checklist-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checklist-item {
    display: flex;
    gap: 20px;
    background: white;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.checklist-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
}

.checklist-text {
    flex: 1;
}

.checklist-item-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a202c;
}

.checklist-item-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

/* 不具合の種類 */
.issue-types {
    padding: 70px 20px;
    background: #f8f9fa;
}

.issue-types-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 48px;
    color: #1a202c;
}

.issue-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.issue-type-card {
    background: white;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.issue-type-card:hover {
    border-color: #f093fb;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(240, 147, 251, 0.2);
}

.issue-type-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: white;
}

.issue-type-name {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a202c;
}

.issue-type-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

/* 必要な情報セクション */
.issue-info-needed {
    padding: 70px 20px;
    background: white;
}

.info-needed-card {
    max-width: 1000px;
    margin: 0 auto;
}

.info-needed-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 16px;
    color: #1a202c;
}

.info-needed-desc {
    font-size: 1.125rem;
    text-align: center;
    color: #4a5568;
    margin: 0 0 40px;
}

.info-needed-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.info-needed-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #f093fb;
}

.info-needed-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.info-needed-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-needed-text strong {
    font-size: 1rem;
    font-weight: 700;
    color: #1a202c;
}

.info-needed-text span {
    font-size: 0.875rem;
    color: #718096;
}

/* フォームセクション */
.issue-form-section {
    padding: 70px 20px;
    background: #f8f9fa;
}

/* その他の報告方法 */
.issue-alternatives {
    padding: 70px 20px;
    background: white;
}

.alternatives-title {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    text-align: center;
    margin: 0 0 48px;
    color: #1a202c;
}

.alternatives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.alternative-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    transition: all 0.3s ease;
}

.alternative-card:hover {
    border-color: #f093fb;
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(240, 147, 251, 0.2);
}

.alternative-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
}

.alternative-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 12px;
    color: #1a202c;
}

.alternative-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a5568;
    margin: 0 0 20px;
}

.alternative-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f5576c;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.alternative-link:hover {
    gap: 12px;
    color: #f093fb;
}

/* テーマフォーラムリンク専用スタイル */
.theme-forum-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.theme-forum-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #2d3748;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.theme-forum-link:hover {
    background: white;
    border-color: #f093fb;
    color: #f5576c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(240, 147, 251, 0.2);
}

.theme-forum-name {
    font-size: 0.9rem;
}

.theme-forum-link svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease;
}

.theme-forum-link:hover svg {
    transform: translateX(4px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .issue-page-hero {
        padding: 80px 20px 60px;
    }

    .issue-checklist,
    .issue-types,
    .issue-info-needed,
    .issue-form-section,
    .issue-alternatives {
        padding: 50px 20px;
    }

    .checklist-card {
        padding: 32px 24px;
    }

    .checklist-header {
        flex-direction: column;
        text-align: center;
    }

    .checklist-item {
        flex-direction: column;
        text-align: center;
    }

    .checklist-number {
        margin: 0 auto;
    }

    .issue-types-grid {
        grid-template-columns: 1fr;
    }

    .info-needed-grid {
        grid-template-columns: 1fr;
    }

    .alternatives-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .issue-page-hero {
        padding: 70px 16px 50px;
    }

    .checklist-card {
        padding: 24px 20px;
    }

    .checklist-item {
        padding: 20px;
    }

    .issue-type-card {
        padding: 24px 20px;
    }

    .info-needed-item {
        padding: 16px;
    }

    .alternative-card {
        padding: 28px 24px;
    }
}


/* ========================================
   Legal Pages (特定商取引法、利用規約、プライバシーポリシー)
======================================== */

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.legal-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.legal-table th,
.legal-table td {
    padding: 20px;
    border: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}

.legal-table th {
    background: #f9fafb;
    font-weight: 600;
    width: 200px;
    color: #1f2937;
}

.legal-table td {
    color: #4b5563;
    line-height: 1.8;
}

.legal-note {
    background: #f0f9ff;
    border-left: 4px solid #3b82f6;
    padding: 24px;
    margin-top: 40px;
    border-radius: 4px;
}

.legal-note h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1e40af;
}

.legal-note p {
    color: #1e3a8a;
    line-height: 1.8;
}

.legal-note a {
    color: #2563eb;
    text-decoration: underline;
}

.legal-note a:hover {
    color: #1d4ed8;
}

.legal-section {
    margin-bottom: 48px;
}

.legal-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1f2937;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e7eb;
}

.legal-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 24px 0 12px;
    color: #374151;
}

.legal-section p {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 16px;
}

.legal-section ul,
.legal-section ol {
    margin: 16px 0;
    padding-left: 24px;
}

.legal-section li {
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 8px;
}

.legal-update {
    text-align: right;
    color: #6b7280;
    font-size: 0.875rem;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
    .legal-table {
        display: block;
        overflow-x: auto;
    }
    
    .legal-table th {
        width: 120px;
        font-size: 0.875rem;
    }
    
    .legal-table th,
    .legal-table td {
        padding: 12px;
    }
}
