/* ============================================
   静的ページ用スタイル（プライバシーポリシー、利用規約、お問い合わせ）
   ============================================ */

/* ページコンテナ */
.page-container {
    max-width: 1200px;
    margin: 100px auto 0;
    padding: 0 20px 60px;
    min-height: calc(100vh - 100px);
}

/* ページヘッダー */
.page-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 20px;
    background: #00B4D8;
    border-radius: 20px;
}

.page-title {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin: 0;
    letter-spacing: 0.05em;
}

/* コンテンツエリア */
.page-content {
    background: white;
    border-radius: 16px;
    padding: 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* イントロセクション */
.content-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 40px;
    padding: 24px;
    background: #f7fafc;
    border-radius: 12px;
}

/* コンテンツセクション */
.content-section {
    margin-bottom: 48px;
}

.content-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #00B4D8;
}

.content-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4a5568;
    margin: 32px 0 16px;
}

.content-section h4 {
    font-size: 16px;
    font-weight: 600;
    color: #718096;
    margin: 24px 0 12px;
}

.content-section p {
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 16px;
}

.content-section ul {
    margin: 16px 0;
    padding-left: 24px;
}

.content-section ul li {
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 8px;
}

/* 連絡先情報ボックス */
.contact-info {
    background: #f7fafc;
    padding: 20px;
    border-radius: 8px;
    margin: 16px 0;
}

.contact-info p {
    margin: 8px 0;
    color: #2d3748;
    font-weight: 500;
}

/* 表（特定商取引法など） */
.info-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.info-table th {
    background: #f7fafc;
    padding: 16px;
    text-align: left;
    font-weight: 600;
    color: #2d3748;
    border: 1px solid #e2e8f0;
    width: 30%;
}

.info-table td {
    padding: 16px;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

.info-table td p {
    margin: 8px 0;
}

/* ============================================
   お問い合わせページ専用スタイル
   ============================================ */

/* セクションタイトル */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 16px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #00B4D8;
    border-radius: 2px;
}

/* FAQセクション */
.faq-section {
    margin-bottom: 60px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #00B4D8;
    margin-bottom: 12px;
}

.faq-answer {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
}

/* お問い合わせフォームセクション */
.contact-form-section {
    margin-bottom: 60px;
}

.form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #f7fafc;
    padding: 40px;
    border-radius: 16px;
}

/* Mailchimpフォームのカスタマイズ */
#mc_embed_signup {
    background: transparent !important;
    clear: left;
    width: 100%;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup h2 {
    display: none;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 13px;
    color: #718096;
    margin-bottom: 20px;
}

#mc_embed_signup .asterisk {
    color: #e53e3e;
}

#mc_embed_signup .mc-field-group {
    margin-bottom: 24px;
    width: 100% !important;
}

#mc_embed_signup label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"],
#mc_embed_signup textarea {
    width: 100% !important;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    background: white;
    transition: all 0.2s ease;
}

#mc_embed_signup input[type="text"]:focus,
#mc_embed_signup input[type="email"]:focus,
#mc_embed_signup textarea:focus {
    outline: none;
    border-color: #00B4D8;
    box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.1);
}

#mc_embed_signup textarea {
    resize: vertical;
    min-height: 120px;
}

/* プライバシーポリシーチェックボックス */
.privacy-policy-check {
    margin: 28px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.privacy-policy-check input[type="checkbox"] {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.privacy-policy-check label {
    font-size: 14px;
    color: #4a5568;
    cursor: pointer;
}

.privacy-policy-check a {
    color: #00B4D8;
    text-decoration: none;
    font-weight: 600;
}

.privacy-policy-check a:hover {
    text-decoration: underline;
}

/* 送信ボタン */
.btn-submit {
    background: #00B4D8 !important;
    color: white !important;
    padding: 14px 48px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.3s ease !important;
    display: inline-block;
}

.btn-submit:hover:not(:disabled) {
    background: #0099CC !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 180, 216, 0.3);
}

.btn-submit:disabled {
    background: #cbd5e0 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

/* 会社情報セクション */
.company-info-section {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
}

.company-info-section .section-title {
    color: white;
}

.company-info-section .section-title::after {
    background: white;
}

.company-info {
    color: white;
}

.company-info p {
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.btn-company {
    display: inline-block;
    background: white;
    color: #667eea;
    padding: 12px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-company:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .page-container {
        margin-top: 80px;
        padding: 0 16px 40px;
    }
    
    .page-header {
        padding: 30px 16px;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .page-content {
        padding: 30px 20px;
    }
    
    .content-section h2 {
        font-size: 22px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .form-container {
        padding: 24px 16px;
    }
    
    .info-table th,
    .info-table td {
        padding: 12px;
        font-size: 14px;
    }
    
    .info-table th {
        width: 35%;
    }
    
    .faq-item {
        padding: 20px;
    }
    
    .faq-question {
        font-size: 16px;
    }
    
    .faq-answer {
        font-size: 14px;
    }
    
    .btn-submit {
        width: 100% !important;
    }
}