/* ========================================
   3つのステップページ専用CSS
======================================== */

/* ページヘッダー */
.page-header {
    background: #1F2B1F;
    padding: 4rem 2rem;
    text-align: center;
}

.page-header-title {
    font-size: 3rem;
    color: #FFF4A3;
    font-style: italic;
    margin-bottom: 1rem;
}

.page-header-subtitle {
    font-size: 1.3rem;
    color: #F5F5DC;
    opacity: 0.9;
}

/* イントロセクション */
.simple-intro {
    background: linear-gradient(135deg, #fdfbf7 0%, #f5f0e8 100%);
    padding: 4rem 0;
}

.simple-intro-box {
    max-width: 750px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem 3.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.simple-intro-title {
    font-family: 'Caveat', cursive;
    font-size: 1.1rem;
    color: #b8860b;
    margin-bottom: 1.5rem;
}

.simple-intro-text {
    font-size: 1.1rem;
    color: #444;
    line-height: 2.2;
    margin-bottom: 1.5rem;
}

/* ステップセクション */
.simple-section {
    padding: 4rem 0;
    background: #2C3E2E;
}

.simple-step-box {
    max-width: 850px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.08);
    padding: 3rem 3.5rem;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 3rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.simple-step-label {
    display: inline-block;
    font-family: 'Caveat', cursive;
    font-size: 1.4rem;
    color: #1F2B1F;
    background: #FFF4A3;
    padding: 0.4rem 1.5rem;
    border-radius: 25px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.simple-step-title {
    font-size: 2rem;
    color: #F5F5DC;
    margin-bottom: 0.7rem;
    line-height: 1.6;
    font-weight: 600;
}

.simple-step-subtitle {
    font-size: 1.05rem;
    color: #F5F5DC;
    opacity: 0.85;
    margin-bottom: 2.5rem;
}

.simple-step-text {
    font-size: 1.1rem;
    color: #F5F5DC;
    line-height: 2.1;
    margin-bottom: 1.8rem;
}

.simple-step-points {
    background: rgba(255, 255, 255, 0.12);
    padding: 2rem 2.5rem;
    border-radius: 12px;
    border-left: 5px solid #FFF4A3;
    margin-top: 2.5rem;
}

.simple-step-points p {
    font-size: 1.05rem;
    line-height: 2;
    color: #F5F5DC;
    margin-bottom: 1rem;
}

.simple-note {
    font-size: 0.95rem;
    color: #F5F5DC;
    opacity: 0.6;
    margin-top: 1.5rem;
    font-style: italic;
}

/* フローセクション */
.simple-flow {
    background: #1F2B1F;
    padding: 4rem 0;
}

.simple-flow-box {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.simple-flow-item {
    background: rgba(255, 255, 255, 0.08);
    padding: 2rem 2.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.simple-flow-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #FFF4A3;
    color: #1F2B1F;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 50px;
    margin-bottom: 1rem;
}

.simple-flow-item h4 {
    font-size: 1.3rem;
    color: #F5F5DC;
    margin-bottom: 0.5rem;
}

.simple-flow-item p {
    font-size: 1rem;
    color: #F5F5DC;
    opacity: 0.75;
}

.simple-flow-arrow {
    font-size: 2.5rem;
    color: #FFF4A3;
    margin: 0.8rem 0;
}

/* 結論セクション */
.simple-conclusion {
    background: linear-gradient(135deg, #fdfbf7 0%, #f5f0e8 100%);
    padding: 4rem 0;
}

.simple-conclusion-box {
    max-width: 750px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem 3.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.simple-conclusion-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 2rem;
    font-weight: 600;
}

.simple-conclusion-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 2.2;
    margin-bottom: 1.5rem;
}

.emphasis-box {
    background: rgba(255, 244, 163, 0.25);
    padding: 2rem 2.5rem;
    border-radius: 12px;
    border: 2px solid #ffb74d;
    margin-top: 2.5rem;
}

.emphasis-title {
    font-size: 1.1rem;
    color: #222222;
    font-weight: 600;
    margin-bottom: 1rem;
}

.emphasis-text {
    font-size: 1.1rem;
    color: #444444;
    line-height: 2.1;
    margin-bottom: 1rem;
}

.emphasis-final {
    font-size: 1.4rem;
    color: #c62828;
    font-weight: 700;
    margin-top: 1.2rem;
}

.section-title {
    font-size: 2rem;
    color: #FFF4A3;
    text-align: center;
    margin-bottom: 3rem;
}

/* CTAセクション */
.cta {
    background: #1F2B1F;
    padding: 4rem 0;
    text-align: center;
}

.cta-title {
    font-size: 2.5rem;
    color: #FFF4A3;
    margin-bottom: 1.5rem;
}

.cta-text {
    font-size: 1.2rem;
    color: #F5F5DC;
    line-height: 1.9;
    margin-bottom: 2.5rem;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: 0.3s;
}

.btn-primary-large {
    background: #FFF4A3;
    color: #1F2B1F;
}

.btn-outline-white {
    background: transparent;
    color: #F5F5DC;
    border: 3px solid #F5F5DC;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .simple-intro-box,
    .simple-conclusion-box {
        padding: 2rem;
    }
    
    .simple-step-box {
        padding: 2rem 1.5rem;
    }
    
    .page-header-title {
        font-size: 2rem;
    }
    
    .emphasis-final {
        font-size: 1.2rem;
    }
}
