/* ========================================
   共通スタイル
======================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.8;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* ========================================
   サービスの流れイントロセクション
======================================== */
.service-flow-section {
    padding: 80px 20px;
    background: linear-gradient(180deg, #e3f2fd 0%, #f5f5f5 100%);
}

.service-flow-container {
    max-width: 1200px;
    margin: 0 auto;
}

.flow-intro-area {
    text-align: center;
    margin-bottom: 60px;
}

.flow-intro-title {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
}

.flow-intro-title .flow-title-sub {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #17a2b8;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
}

.flow-intro-title .flow-title-main {
    display: block;
    font-size: 2.2rem;
    font-weight: 900;
    color: #333;
    line-height: 1.4;
    position: relative;
}

.flow-intro-title .flow-title-main .accent {
    color: #ff6600;
}

.flow-intro-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ff6600, #17a2b8);
    border-radius: 2px;
    margin: 15px auto 0;
}

.flow-intro-description {
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
}

/* スケジュールボックス */
.flow-schedule-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.flow-schedule-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.flow-schedule-title::before {
    content: '⏰';
    font-size: 2.5rem;
    display: block;
    margin-bottom: 10px;
}

.flow-schedule-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #42a5f5, #64b5f6);
    border-radius: 2px;
}

.flow-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.flow-timeline-area {
    flex: 1;
}

.flow-timeline-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    margin-bottom: 30px;
}

.flow-timeline-list::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 12%;
    right: 12%;
    height: 3px;
    background: linear-gradient(90deg, #42a5f5, #64b5f6);
    border-radius: 2px;
    z-index: 0;
}

.flow-timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.flow-time-badge {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
}

.flow-time-number {
    font-size: 1.3rem;
    font-weight: 700;
}

.flow-action-text {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 15px 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
}

.flow-note {
    text-align: center;
    font-size: 0.85rem;
    color: #1976d2;
    margin-top: 20px;
}

.flow-staff-image-area {
    flex: 0 0 400px;
    text-align: center;
}

.flow-staff-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1976d2;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.flow-staff-label::before,
.flow-staff-label::after {
    content: '\\';
    font-size: 1.5rem;
    color: #1976d2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.flow-staff-label::before {
    left: -30px;
}

.flow-staff-label::after {
    right: -30px;
    transform: translateY(-50%) rotate(180deg);
}

.flow-staff-image-area img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ========================================
   詳細作業フローセクション
======================================== */
.detailed-flow-section {
    padding: 60px 20px;
    background: #fff;
}

.detailed-flow-container {
    max-width: 1000px;
    margin: 0 auto;
}

.flow-step-item {
    background: #fff;
    border: 3px solid #42a5f5;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.flow-step-item::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffa726;
}

.flow-step-item:last-child::after {
    display: none;
}

.flow-step-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.flow-image-area {
    flex: 0 0 300px;
    position: relative;
}

.flow-main-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.flow-main-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.flow-speech-bubble {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    border: 2px solid #42a5f5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #42a5f5;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.customer-info-box {
    background: #e3f2fd;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.customer-icon {
    width: 50px;
    height: 50px;
    background: #42a5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.customer-details {
    flex: 1;
}

.customer-name {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.customer-situation {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #555;
}

.flow-text-area {
    flex: 1;
}

.flow-text-area .flow-time-badge {
    width: auto;
    height: auto;
    border-radius: 6px;
    padding: 4px 14px;
    font-size: 0.85rem;
    margin: 0;
    box-shadow: none;
    display: inline-block;
}

.flow-text-area .flow-time-badge .flow-time-number {
    font-size: 0.85rem;
}

.flow-step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.flow-step-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    background: linear-gradient(transparent 60%, #fff59d 60%);
    display: inline-block;
    padding: 0 5px;
    margin: 0;
}

.flow-step-description {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #555;
    margin: 0;
}

/* 買取査定ボックス */
.appraisal-box {
    background: #e3f2fd;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}

.appraisal-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #42a5f5 0%, #64b5f6 100%);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.appraisal-title::before {
    content: '📋';
    margin-right: 10px;
}

.appraisal-content {
    display: flex;
    gap: 25px;
    align-items: center;
}

.appraisal-text-area {
    flex: 1;
}

.appraisal-heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.appraisal-heading .highlight-red {
    color: #e53935;
}

.appraisal-description {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #555;
}

.appraisal-image {
    flex: 0 0 250px;
}

.appraisal-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* 作業開始バナー */
.work-start-banner {
    background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 50px 0;
    box-shadow: 0 4px 15px rgba(255, 167, 38, 0.3);
}

.work-start-banner::before {
    content: '🔨';
    margin-right: 15px;
    font-size: 2rem;
}

/* Before/After */
.before-after-section {
    background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
}

.completion-character {
    margin-bottom: 25px;
    position: relative;
}

.completion-character::before,
.completion-character::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffa726);
}

.completion-character::before {
    right: calc(50% + 80px);
}

.completion-character::after {
    left: calc(50% + 80px);
    background: linear-gradient(90deg, #ffa726, transparent);
}

.completion-text {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fb8c00;
    letter-spacing: 0.1em;
    border: 2px solid #ffa726;
    padding: 6px 28px;
    border-radius: 4px;
    background: #fff;
}

.completion-icon {
    display: none;
}

.before-after-images {
    display: flex;
    gap: 15px;
    align-items: stretch;
    justify-content: center;
}

.before-image,
.after-image {
    flex: 1;
    max-width: 400px;
}

.before-image .ba-label,
.after-image .ba-label {
    display: block;
    padding: 6px 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.before-image .ba-label {
    background: #42a5f5;
    color: #fff;
}

.after-image .ba-label {
    background: #ffa726;
    color: #fff;
}

.before-after-images img {
    width: 100%;
    display: block;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.arrow-icon {
    font-size: 2rem;
    color: #999;
    flex-shrink: 0;
    align-self: center;
}

/* 料金詳細 */
.pricing-detail-area {
    background: #42a5f5;
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    margin-right: 30px;
    flex: 0 0 280px;
}

.pricing-detail-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-detail-title::before {
    content: '💰';
    margin-right: 10px;
}

.pricing-table {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: collapse;
}

.pricing-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.pricing-table tr:last-child {
    border-bottom: none;
    background: #fff3e0;
}

.pricing-table th {
    padding: 12px 15px;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    white-space: nowrap;
    vertical-align: middle;
}

.pricing-table td {
    padding: 12px 15px;
    text-align: right;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
}

.price-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1976d2;
}

.price-amount.negative {
    color: #e53935;
}

.price-amount.total {
    color: #fb8c00;
    font-size: 1.5rem;
}

.price-unit {
    font-size: 0.8rem;
    font-weight: 400;
    color: #777;
    margin-left: 3px;
}

.pricing-note {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 15px;
    color: #fff;
}

/* ========================================
   注意事項セクション
======================================== */
.attention-notes-section {
    padding: 60px 20px;
    background: #fff8e1;
}

.attention-notes-container {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.attention-notes-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 20px;
}

.attention-notes-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ffa726, #fb8c00);
    border-radius: 2px;
}

.attention-notes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.attention-notes-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
}

.attention-notes-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #4caf50;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
}

.attention-notes-list li:hover {
    color: #333;
    padding-left: 35px;
    transition: all 0.3s ease;
}

.attention-notes-list li:hover::before {
    background: #388e3c;
    box-shadow: 0 0 0 5px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
}

/* ========================================
   レスポンシブデザイン
======================================== */
@media (max-width: 992px) {
    .flow-content-wrapper {
        flex-direction: column;
    }

    .flow-staff-image-area {
        flex: 1;
        max-width: 100%;
    }

    .flow-timeline-list::before {
        left: 8%;
        right: 8%;
    }
}

@media (max-width: 768px) {
    .service-flow-section,
    .detailed-flow-section,
    .attention-notes-section {
        padding: 50px 15px;
    }

    .flow-schedule-wrapper,
    .attention-notes-container {
        padding: 35px 25px;
    }

    .flow-schedule-title,
    .attention-notes-title {
        font-size: 1.6rem;
        margin-bottom: 35px;
    }

    .flow-timeline-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .flow-timeline-list::before {
        display: none;
    }

    .flow-timeline-item {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        text-align: left;
    }

    .flow-time-badge {
        flex-shrink: 0;
        margin: 0;
    }

    .flow-action-text {
        flex: 1;
        text-align: left;
        padding: 12px 15px;
    }

    .flow-step-item {
        padding: 25px 20px;
    }

    .flow-step-content {
        flex-direction: column;
    }

    .flow-image-area {
        flex: 1;
        max-width: 100%;
    }

    .flow-speech-bubble {
        bottom: 10px;
        right: 10px;
        width: 72px;
        height: 72px;
        font-size: 0.8rem;
    }

    .appraisal-content,
    .before-after-images {
        flex-direction: column;
    }

    .appraisal-image {
        flex: 1;
        max-width: 100%;
    }

    .arrow-icon {
        transform: rotate(90deg);
    }

    .flow-step-content.payment-step {
        flex-direction: column-reverse;
    }

    .pricing-detail-area {
        flex: 1;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .attention-notes-list li {
        font-size: 0.9rem;
        padding-left: 25px;
    }

    .attention-notes-list li::before {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 640px) {
    .service-flow-section,
    .detailed-flow-section,
    .attention-notes-section {
        padding: 40px 12px;
    }

    .flow-intro-area {
        margin-bottom: 40px;
    }

    .flow-intro-title {
        margin-bottom: 20px;
    }

    .flow-intro-description {
        font-size: 0.9rem;
        line-height: 1.85;
    }

    .flow-schedule-wrapper {
        padding: 28px 18px;
    }

    .flow-schedule-title {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    .flow-schedule-title::before {
        font-size: 2rem;
    }

    .flow-timeline-list {
        gap: 22px;
    }

    .flow-time-badge {
        width: 62px;
        height: 62px;
        font-size: 0.8rem;
    }

    .flow-time-number {
        font-size: 1.15rem;
    }

    .flow-action-text {
        font-size: 0.88rem;
        padding: 10px 12px;
    }

    .flow-staff-label {
        font-size: 1.15rem;
    }

    .flow-step-item {
        padding: 22px 16px;
        margin-bottom: 40px;
    }

    .flow-step-content {
        gap: 22px;
    }

    .flow-step-header {
        gap: 10px;
        margin-bottom: 15px;
    }

    .flow-step-title {
        font-size: 1.35rem;
    }

    .flow-step-description {
        font-size: 0.9rem;
        line-height: 1.85;
    }

    .customer-info-box {
        padding: 16px;
        gap: 12px;
    }

    .customer-icon {
        width: 42px;
        height: 42px;
        font-size: 1.3rem;
    }

    .customer-name {
        font-size: 0.9rem;
    }

    .customer-situation {
        font-size: 0.8rem;
    }

    /* 買取査定 */
    .appraisal-box {
        padding: 22px;
    }

    .appraisal-title {
        font-size: 1.25rem;
        padding: 12px;
        margin-bottom: 20px;
    }

    .appraisal-heading {
        font-size: 1.05rem;
    }

    .appraisal-description {
        font-size: 0.85rem;
    }

    /* 作業バナー */
    .work-start-banner {
        font-size: 1.25rem;
        padding: 16px;
        margin: 40px 0;
    }

    .work-start-banner::before {
        font-size: 1.5rem;
        margin-right: 10px;
    }

    /* Before/After */
    .before-after-section {
        padding: 22px;
    }

    .ba-label {
        font-size: 0.7rem;
    }

    .arrow-icon {
        font-size: 1.5rem;
    }

    /* 料金詳細 */
    .pricing-detail-area {
        padding: 22px;
    }

    .pricing-detail-title {
        font-size: 1.15rem;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 10px 12px;
    }

    .price-amount {
        font-size: 1.3rem;
    }

    .price-amount.total {
        font-size: 1.4rem;
    }

    /* 注意事項 */
    .attention-notes-container {
        padding: 30px 18px;
    }

    .attention-notes-title {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    .attention-notes-list li {
        font-size: 0.88rem;
        margin-bottom: 16px;
        padding-left: 22px;
    }
}

@media (max-width: 480px) {
    .flow-intro-title .flow-title-main {
        font-size: 1.6rem;
    }

    .flow-intro-description {
        font-size: 0.9rem;
    }

    .flow-schedule-title,
    .attention-notes-title {
        font-size: 1.4rem;
    }

    .flow-time-badge {
        width: 60px;
        height: 60px;
        font-size: 0.75rem;
    }

    .flow-time-number {
        font-size: 1.1rem;
    }

    .flow-action-text {
        font-size: 0.85rem;
    }

    .flow-staff-label {
        font-size: 1.1rem;
    }

    .flow-step-title {
        font-size: 1.3rem;
    }

    .flow-speech-bubble {
        bottom: 8px;
        right: 8px;
        width: 66px;
        height: 66px;
        font-size: 0.75rem;
    }

    .flow-step-description,
    .appraisal-description,
    .attention-notes-list li {
        font-size: 0.85rem;
    }

    .price-amount {
        font-size: 1.2rem;
    }

    .price-amount.total {
        font-size: 1.3rem;
    }
}

@media (max-width: 375px) {
    .service-flow-section,
    .detailed-flow-section,
    .attention-notes-section {
        padding: 30px 8px;
    }

    .flow-intro-area {
        margin-bottom: 30px;
    }

    .flow-intro-title {
        margin-bottom: 15px;
    }

    .flow-intro-title .flow-title-main {
        font-size: 1.4rem;
    }

    .flow-intro-description {
        font-size: 0.85rem;
        line-height: 1.8;
    }

    .flow-schedule-wrapper {
        padding: 22px 12px;
        border-radius: 12px;
    }

    .flow-schedule-title {
        font-size: 1.2rem;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .flow-schedule-title::before {
        font-size: 1.7rem;
        margin-bottom: 8px;
    }

    .flow-timeline-list {
        gap: 18px;
    }

    .flow-time-badge {
        width: 52px;
        height: 52px;
        font-size: 0.7rem;
    }

    .flow-time-number {
        font-size: 1rem;
    }

    .flow-action-text {
        font-size: 0.8rem;
        padding: 8px 10px;
    }

    .flow-note {
        font-size: 0.8rem;
    }

    .flow-staff-label {
        font-size: 1rem;
    }

    .flow-staff-label::before {
        left: -22px;
        font-size: 1.2rem;
    }

    .flow-staff-label::after {
        right: -22px;
        font-size: 1.2rem;
    }

    .flow-step-item {
        padding: 18px 12px;
        margin-bottom: 35px;
        border-radius: 12px;
        border-width: 2px;
    }

    .flow-step-item::after {
        bottom: -28px;
        border-left-width: 20px;
        border-right-width: 20px;
        border-top-width: 20px;
    }

    .flow-step-content {
        gap: 18px;
    }

    .flow-step-header {
        gap: 8px;
        margin-bottom: 12px;
    }

    .flow-step-title {
        font-size: 1.15rem;
    }

    .flow-step-description {
        font-size: 0.82rem;
        line-height: 1.8;
    }

    .flow-speech-bubble {
        bottom: 8px;
        right: 8px;
        width: 64px;
        height: 64px;
        font-size: 0.72rem;
    }

    .customer-info-box {
        padding: 14px;
        gap: 10px;
    }

    .customer-icon {
        width: 38px;
        height: 38px;
        font-size: 1.1rem;
    }

    .customer-name {
        font-size: 0.85rem;
    }

    .customer-situation {
        font-size: 0.78rem;
    }

    /* 買取査定 */
    .appraisal-box {
        padding: 16px;
        margin-top: 22px;
    }

    .appraisal-title {
        font-size: 1.1rem;
        padding: 10px;
        margin-bottom: 16px;
    }

    .appraisal-heading {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .appraisal-description {
        font-size: 0.8rem;
    }

    /* 作業バナー */
    .work-start-banner {
        font-size: 1.1rem;
        padding: 14px;
        margin: 30px 0;
        border-radius: 8px;
    }

    .work-start-banner::before {
        font-size: 1.3rem;
        margin-right: 8px;
    }

    /* Before/After */
    .before-after-section {
        padding: 18px;
        border-radius: 8px;
    }

    .completion-text {
        font-size: 1rem;
        padding: 5px 20px;
    }

    .completion-character::before,
    .completion-character::after {
        width: 40px;
    }

    .completion-character::before {
        right: calc(50% + 65px);
    }

    .completion-character::after {
        left: calc(50% + 65px);
    }

    .ba-label {
        font-size: 0.65rem;
        padding: 5px 0;
    }

    .arrow-icon {
        font-size: 1.3rem;
    }

    .completion-character::before,
    .completion-character::after {
        width: 30px;
    }

    .completion-character::before {
        right: calc(50% + 60px);
    }

    .completion-character::after {
        left: calc(50% + 60px);
    }

    .completion-text {
        font-size: 0.95rem;
        padding: 5px 20px;
    }

    /* 料金詳細 */
    .pricing-detail-area {
        padding: 18px;
        border-radius: 8px;
    }

    .pricing-detail-title {
        font-size: 1.05rem;
        margin-bottom: 15px;
    }

    .pricing-table th {
        padding: 8px 10px;
        font-size: 0.78rem;
    }

    .pricing-table td {
        padding: 8px 10px;
    }

    .price-amount {
        font-size: 1.1rem;
    }

    .price-amount.total {
        font-size: 1.2rem;
    }

    .price-unit {
        font-size: 0.8rem;
    }

    .pricing-note {
        font-size: 0.75rem;
    }

    /* 注意事項 */
    .attention-notes-container {
        padding: 22px 14px;
        border-radius: 8px;
    }

    .attention-notes-title {
        font-size: 1.2rem;
        margin-bottom: 25px;
        padding-bottom: 15px;
    }

    .attention-notes-list li {
        font-size: 0.8rem;
        margin-bottom: 14px;
        padding-left: 20px;
        line-height: 1.75;
    }

    .attention-notes-list li::before {
        width: 7px;
        height: 7px;
        top: 7px;
    }
}
