/* Price Page Styles - 価格ページ専用のスタイル */


/* ページヘッダー */
.page-header {
    background-image: url('../images/header-bg/price-header-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-header .breadcrumb {
    position: absolute;
    top: 20px;
    left: 40px;
    color: #fff;
    font-size: 13px;
    z-index: 2;
    text-align: left;
    margin: 0;
    padding: 0;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.page-header .breadcrumb a {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.page-header .breadcrumb a:hover {
    text-decoration: underline;
    color: #fff;
}

.breadcrumb-separator,
.breadcrumb-current {
    color: #fff;
    opacity: 0.7;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 基本料金セクション */
.pricing-section {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: var(--text-color);
}

.section-subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
    color: var(--light-text);
}

.pricing-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-card {
    background-color: var(--white);
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 400px;
    text-align: center;
}

.pricing-card-title {
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
    margin: -40px -30px 30px;
    border-radius: 10px 10px 0 0;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-list li {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    padding-left: 20px;
}

.pricing-list li:last-child {
    border-bottom: none;
}

.pricing-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
}

.pricing-plus {
    font-size: 32px;
    color: var(--light-text);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* よくあるご質問セクション */
.faq-section {
    padding: 80px 20px;
    background-color: var(--white);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-top: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
    padding:10px 20px;
}

.faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.faq-question {
    margin-bottom: 15px;
}

.faq-question-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.5;
}

.faq-answer {
    padding-left: 0;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-color);
    margin: 0;
}

/* ご利用までの流れセクション */
.flow-section {
    padding: 80px 0;
    background-color: var(--light-bg);
}

.flow-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.flow-step {
    flex: 1;
    text-align: center;
    background-color: var(--white);
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

.flow-step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--primary-color);
    z-index: 1;
}

.flow-step-number {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.flow-step-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 15px;
}

.flow-step-description {
    font-size: 14px;
    line-height: 1.6;
    color: var(--light-text);
}


/* 資料ダウンロードボタン */
.hero-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 70px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #FF9500, #FF5E00);
    border: 3px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-decoration: none;
    margin: 0 auto;
    transition: all 0.3s;
    position: relative;
    text-align: center;
}

.hero-download-btn:hover {
    opacity: 1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: translateY(-2px);
}

.hero-download-btn .button-paper {
    position: absolute;
    top: -20px;
    left: -25px;
    width: 80px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.3));
    z-index: 10;
}

.hero-download-btn .button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-download-btn .cta-text {
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

.hero-download-btn .free-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: #fff;
    color: #FF7800;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
    flex-shrink: 0;
}

.free-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: #fff !important;
    color: #FF7800 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 12px;
    flex-shrink: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
    .pricing-cards {
        gap: 30px;
    }
    
    .flow-steps {
        gap: 30px;
    }
    
}

@media (max-width: 992px) {
    .main {
        padding: 0px;
    }
    .page-title {
        font-size: 36px;
        margin-top: 20px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .pricing-cards {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .pricing-plus {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .flow-steps {
        flex-direction: column;
        gap: 20px;
    }
    
    .flow-step:not(:last-child):after {
        display: none;
    }
    
}

@media (max-width: 768px) {
    .page-header {
        padding: 30px 20px;
    }
    
    .page-header .breadcrumb {
        margin-bottom: 20px;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .pricing-section,
    .faq-section,
    .flow-section,
    {
        margin-bottom: 40px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .pricing-card {
        padding: 20px;
    }
    
    .pricing-card-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .faq-question-text {
        font-size: 16px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
    
    .flow-step {
        padding: 20px;
    }
    
    .flow-step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .flow-step-title {
        font-size: 18px;
    }
    
    .flow-step-description {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .page-header {
        padding: 20px 15px;
    }
    
    .pricing-section,
    .faq-section,
    .flow-section {
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 20px;
        margin-top: 20px;
    }
    
    .section-subtitle {
        font-size: 14px;
    }
    
    .pricing-card {
        padding: 30px;
    }
    
    .pricing-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .pricing-list li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .faq-item {
        margin-bottom: 15px;
    }
    
    .faq-question-text {
        font-size: 14px;
    }
    
    .faq-answer p {
        font-size: 12px;
    }
    
    .flow-step {
        padding: 15px;
    }
    
    .flow-step-number {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .flow-step-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .flow-step-description {
        font-size: 12px;
        line-height: 1.4;
    }
}