{"id":4879,"date":"2025-08-07T16:13:36","date_gmt":"2025-08-07T07:13:36","guid":{"rendered":"https:\/\/yamedoki.co.jp\/media\/?post_type=lp&#038;p=4879"},"modified":"2025-08-07T16:14:03","modified_gmt":"2025-08-07T07:14:03","slug":"usageflow-new","status":"publish","type":"lp","link":"https:\/\/yamedoki.co.jp\/media\/lp\/usageflow-new\/","title":{"rendered":"\u3054\u5229\u7528\u306e\u6d41\u308c\u65b0"},"content":{"rendered":"<div class=\"p-blogParts post_content\" data-partsID=\"4875\">\n<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u3054\u5229\u7528\u306e\u6d41\u308c - \u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Hiragino Sans\", \"Noto Sans CJK JP\", sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #f8f9fa;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 15px;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #e63946 0%, #f77f00 100%);\n            color: white;\n            padding: 24px 0;\n            text-align: center;\n            margin-bottom: 24px;\n            border-radius: 12px;\n        }\n\n        .header h1 {\n            font-size: 30px;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .header p {\n            font-size: 14px;\n            opacity: 0.9;\n        }\n\n        .service-selection {\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            margin-bottom: 16px;\n            padding: 20px;\n            text-align: center;\n        }\n\n        .selection-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: #e63946;\n            margin-bottom: 16px;\n        }\n\n        .selection-buttons {\n            display: flex;\n            gap: 16px;\n            justify-content: center;\n        }\n\n        .selection-button {\n            padding: 16px 32px;\n            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n            border: 2px solid #e0e0e0;\n            border-radius: 12px;\n            cursor: pointer;\n            font-size: 17px;\n            font-weight: 700;\n            color: #666;\n            transition: all 0.3s ease;\n            min-width: 180px;\n            box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .selection-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);\n            transition: left 0.5s;\n        }\n\n        .selection-button:hover::before {\n            left: 100%;\n        }\n\n        .selection-button.active {\n            background: linear-gradient(135deg, #e63946 0%, #f77f00 100%);\n            color: white;\n            border-color: #e63946;\n            box-shadow: 0 6px 16px rgba(230,57,70,0.3);\n            transform: translateY(-2px);\n        }\n\n        .selection-button:hover {\n            background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);\n            color: #333;\n            border-color: #e63946;\n            box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n            transform: translateY(-1px);\n        }\n\n        .selection-button:active {\n            transform: translateY(0);\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .tab-content {\n            display: none;\n        }\n\n        .tab-content.active {\n            display: block;\n        }\n\n        .content-selector {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            margin-top: 32px;\n            margin-bottom: 80px !important;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            border: 2px solid #e63946;\n        }\n\n        .selector-title {\n            font-size: 18px;\n            font-weight: 700;\n            color: #e63946;\n            margin-bottom: 16px;\n            text-align: center;\n        }\n\n        .selector-options {\n            display: flex;\n            gap: 16px;\n            justify-content: center;\n        }\n\n        .selector-option {\n            background: #f8f9fa;\n            border: 1px solid #e0e0e0;\n            border-radius: 8px;\n            padding: 16px 20px;\n            text-align: center;\n            flex: 1;\n            max-width: 280px;\n        }\n\n        .option-title {\n            font-size: 16px;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 6px;\n        }\n\n        .option-description {\n            font-size: 14px;\n            color: #666;\n        }\n\n        \/* \u3054\u5229\u7528\u306e\u6d41\u308c\u5c02\u7528\u30bb\u30af\u30b7\u30e7\u30f3 *\/\n        .flow-main-section {\n            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);\n            border-radius: 16px;\n            padding: 32px;\n            margin-top: 0;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.1);\n            border: 2px solid #e63946;\n            position: relative;\n        }\n\n        .flow-main-section::before {\n            content: '';\n            position: absolute;\n            top: -2px;\n            left: -2px;\n            right: -2px;\n            bottom: -2px;\n            background: linear-gradient(135deg, #e63946 0%, #f77f00 100%);\n            border-radius: 18px;\n            z-index: -1;\n        }\n\n        .flow-section-header {\n            text-align: center;\n            margin-bottom: 32px;\n            position: relative;\n        }\n\n        .flow-section-title {\n            font-size: 28px;\n            font-weight: 800;\n            color: #e63946;\n            margin-bottom: 12px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .flow-section-subtitle {\n            font-size: 16px;\n            color: #666;\n            background: white;\n            padding: 8px 20px;\n            border-radius: 20px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            display: inline-block;\n        }\n\n        .flow-steps {\n            display: grid;\n            gap: 20px;\n        }\n\n        \/* \u3054\u5229\u7528\u306e\u6d41\u308c\u5185\u306estrong\u8981\u7d20\u306e\u30b9\u30bf\u30a4\u30eb\u5f37\u5316 *\/\n        \/* \u6599\u91d1\u753b\u50cf\u30bb\u30af\u30b7\u30e7\u30f3 *\/\n        .pricing-image-section {\n            margin-bottom: 0;\n            text-align: center;\n        }\n\n        .pricing-image {\n            max-width: 100%;\n            height: auto;\n        }\n\n        .flow-main-section strong {\n            color: #e63946;\n            text-decoration: underline;\n            text-decoration-color: #f77f00;\n            text-decoration-thickness: 2px;\n            text-underline-offset: 2px;\n            font-weight: 700;\n        }\n\n        .step-card {\n            background: white;\n            border-radius: 12px;\n            padding: 24px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n            border: 1px solid #e63946;\n            margin-bottom: 20px;\n        }\n\n        .step-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 16px;\n        }\n\n        .step-number {\n            background: linear-gradient(135deg, #e63946 0%, #f77f00 100%);\n            color: white;\n            width: 40px;\n            height: 40px;\n            border-radius: 10px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 16px;\n            margin-right: 12px;\n            box-shadow: 0 3px 6px rgba(230,57,70,0.3);\n        }\n\n        .step-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #e63946;\n        }\n\n        .step-description {\n            font-size: 16px;\n            color: #666;\n            margin-bottom: 16px;\n            line-height: 1.6;\n        }\n\n        .step-details {\n            background: #fff5f5;\n            border-radius: 8px;\n            padding: 16px;\n            margin-bottom: 12px;\n            transition: all 0.3s ease;\n        }\n\n\n\n        .detail-section {\n            margin-bottom: 16px;\n        }\n\n        .detail-section:last-child {\n            margin-bottom: 0;\n        }\n\n        .detail-title {\n            font-size: 16px;\n            font-weight: 700;\n            color: #e63946;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n            margin-left: -10px; \/* \u3088\u308a\u5f37\u3044\u5de6\u5bc4\u305b\u8abf\u6574 *\/\n        }\n\n        \/* \u3054\u5229\u7528\u306e\u6d41\u308c\u5185\u306e\u30ea\u30b9\u30c8\u30a2\u30a4\u30c6\u30e0\u306e\u5de6\u5bc4\u305b\u8abf\u6574 *\/\n        .flow-main-section .detail-list {\n            margin-left: -10px;\n            padding-left: 0;\n        }\n\n        .flow-main-section .detail-list li {\n            margin-left: 10px;\n            list-style: none;\n        }\n\n        .detail-title::before {\n            content: \"\u2713\";\n            background: #e63946;\n            color: white;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 12px;\n            margin-right: 8px;\n            box-shadow: 0 2px 4px rgba(230, 57, 70, 0.3);\n        }\n\n        .detail-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .detail-list li {\n            background: white;\n            padding: 12px 14px;\n            margin-bottom: 8px;\n            border-radius: 6px;\n            font-size: 15px;\n            color: #333;\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #e63946 0%, #f77f00 100%);\n            color: white;\n            padding: 14px;\n            border-radius: 8px;\n            margin: 12px 0;\n        }\n\n        .highlight-title {\n            font-size: 16px;\n            font-weight: 700;\n            margin-bottom: 6px;\n        }\n\n        .highlight-text {\n            font-size: 14px;\n            opacity: 0.95;\n            color: white;\n        }\n\n        .highlight-text strong {\n            color: white;\n            font-weight: 700;\n        }\n\n        .cta-section {\n            background: white;\n            border-radius: 12px 12px 0 0;\n            padding: 16px;\n            text-align: center;\n            box-shadow: 0 -4px 16px rgba(0,0,0,0.15);\n            position: fixed;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            border-top: 3px solid #e63946;\n            backdrop-filter: blur(10px);\n            background: rgba(255, 255, 255, 0.95);\n        }\n\n        \/* \u30da\u30fc\u30b8\u4e0b\u90e8\u306e\u4f59\u767d\u3092\u78ba\u4fdd *\/\n        body {\n            padding-bottom: 120px;\n        }\n\n        \/* content-selector\u306e\u4e0b\u90e8\u30de\u30fc\u30b8\u30f3\u3092\u5f37\u5236\u7684\u306b\u9069\u7528 *\/\n        .tab-content .content-selector {\n            margin-bottom: 80px !important;\n        }\n\n        #standard .content-selector,\n        #urgent .content-selector {\n            margin-bottom: 80px !important;\n        }\n\n        \/* post_content\u306a\u3069\u306e\u5f71\u97ff\u3092\u6392\u9664 *\/\n        .post_content .content-selector,\n        .post_content div:last-child .content-selector,\n        .post_content dd:last-child .content-selector {\n            margin-bottom: 80px !important;\n        }\n\n        .cta-title {\n            font-size: 20px;\n            font-weight: 700;\n            color: #e63946;\n            margin-bottom: 4px;\n        }\n\n        .cta-buttons {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n            margin-top: 4px;\n        }\n\n        .cta-button {\n            background: linear-gradient(135deg, #e63946 0%, #f77f00 100%);\n            color: white;\n            padding: 14px 24px;\n            border: none;\n            border-radius: 8px;\n            font-size: 16px;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            display: inline-block;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 16px rgba(230,57,70,0.3);\n            color: white;\n            text-decoration: none;\n        }\n\n        .cta-button.secondary {\n            background: white;\n            color: #e63946;\n            border: 2px solid #e63946;\n        }\n\n        .cta-button.secondary:hover {\n            background: #fff5f5;\n            color: #e63946;\n        }\n\n        \/* LINE\u30dc\u30bf\u30f3\u5c02\u7528\u30b9\u30bf\u30a4\u30eb *\/\n        .cta-button.line-button {\n            background: linear-gradient(to bottom, #06C755 0%, #11B755 60%, #10B051 100%);\n            color: white;\n            border: none;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n        }\n\n        .cta-button.line-button:hover {\n            background: linear-gradient(to bottom, #05B849 0%, #0FA549 60%, #0E9645 100%);\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(6, 199, 85, 0.3);\n            color: white;\n            text-decoration: none;\n        }\n\n\n\n        \/* \u304a\u6025\u304e\u306e\u65b9\u5411\u3051\u30b9\u30bf\u30a4\u30eb *\/\n        .urgent-notice {\n            background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);\n            color: white;\n            padding: 18px;\n            border-radius: 12px;\n            text-align: center;\n            margin-bottom: 20px;\n            box-shadow: 0 4px 12px rgba(255,107,107,0.3);\n        }\n\n        .urgent-title {\n            font-size: 18px;\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .urgent-description {\n            font-size: 14px;\n            opacity: 0.95;\n            line-height: 1.5;\n        }\n\n        .urgent-step {\n            border-color: #ff6b6b;\n            box-shadow: 0 2px 8px rgba(255,107,107,0.15);\n        }\n\n        .urgent-step .step-number {\n            background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);\n            box-shadow: 0 2px 4px rgba(255,107,107,0.4);\n        }\n\n        .urgent-step .step-title {\n            color: #ff6b6b;\n        }\n\n        .urgent-step .detail-title {\n            color: #ff6b6b;\n        }\n\n        .urgent-step .detail-title::before {\n            background: #ff6b6b;\n        }\n\n        .urgent-step .detail-list li {\n            \/* border-left removed *\/\n        }\n\n        \/* \u30ec\u30b9\u30dd\u30f3\u30b7\u30d6\u30c7\u30b6\u30a4\u30f3 *\/\n        @media (max-width: 768px) {\n            .container {\n                padding: 8px;\n            }\n\n            .header {\n                padding: 16px 0;\n                margin-bottom: 16px;\n            }\n\n            .header h1 {\n                font-size: 26px;\n                margin-bottom: 4px;\n            }\n\n            .header p {\n                font-size: 16px;\n            }\n\n            .pricing-image-section {\n                margin-bottom: 0;\n            }\n\n            .service-selection {\n                padding: 12px;\n                margin-bottom: 16px;\n            }\n\n            .selection-title {\n                font-size: 18px;\n                margin-bottom: 12px;\n            }\n\n            .selection-buttons {\n                gap: 12px;\n            }\n\n            .selection-button {\n                padding: 14px 24px;\n                font-size: 16px;\n                min-width: 160px;\n                border-radius: 10px;\n            }\n\n            .content-selector {\n                padding: 12px;\n                margin-top: 24px;\n                margin-bottom: 60px !important;\n            }\n\n            .selector-title {\n                font-size: 16px;\n                margin-bottom: 12px;\n            }\n\n            .selector-options {\n                gap: 12px;\n            }\n\n            .selector-option {\n                padding: 12px 16px;\n            }\n\n            .option-title {\n                font-size: 14px;\n                margin-bottom: 4px;\n            }\n\n            .option-description {\n                font-size: 13px;\n            }\n\n            .flow-steps {\n                gap: 12px;\n            }\n\n            .step-card {\n                padding: 14px;\n            }\n\n            .step-header {\n                margin-bottom: 12px;\n            }\n\n            .step-number {\n                width: 32px;\n                height: 32px;\n                font-size: 14px;\n                margin-right: 10px;\n            }\n\n            .step-title {\n                font-size: 18px;\n            }\n\n            .step-description {\n                font-size: 15px;\n                margin-bottom: 12px;\n            }\n\n            .step-details {\n                padding: 12px;\n                margin-bottom: 10px;\n            }\n\n            .detail-title {\n                font-size: 15px;\n                margin-bottom: 8px;\n            }\n\n            .detail-list li {\n                padding: 10px 12px;\n                margin-bottom: 6px;\n                font-size: 14px;\n            }\n\n            .highlight-box {\n                padding: 10px;\n                margin: 8px 0;\n            }\n\n            .highlight-title {\n                font-size: 15px;\n                margin-bottom: 4px;\n            }\n\n            .highlight-text {\n                font-size: 13px;\n                color: white;\n            }\n\n            .highlight-text strong {\n                color: white;\n                font-weight: 700;\n            }\n\n            .urgent-notice {\n                padding: 12px;\n                margin-bottom: 16px;\n            }\n\n            .urgent-title {\n                font-size: 16px;\n                margin-bottom: 6px;\n            }\n\n            .urgent-description {\n                font-size: 12px;\n            }\n\n            .cta-section {\n                padding: 4px;\n                border-radius: 8px 8px 0 0;\n            }\n\n            body {\n                padding-bottom: 100px;\n            }\n\n            \/* \u30e2\u30d0\u30a4\u30eb\u7248\u3067\u306econtent-selector\u5f37\u5236\u30de\u30fc\u30b8\u30f3 *\/\n            .tab-content .content-selector {\n                margin-bottom: 60px !important;\n            }\n\n            #standard .content-selector,\n            #urgent .content-selector {\n                margin-bottom: 60px !important;\n            }\n\n            .cta-title {\n                font-size: 18px;\n                margin-bottom: 4px;\n            }\n\n            .cta-buttons {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px;\n                margin-top: 4px;\n            }\n\n\n\n            .cta-button {\n                padding: 12px 18px;\n                font-size: 15px;\n            }\n\n            \/* \u30d5\u30ed\u30fc\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30e2\u30d0\u30a4\u30eb\u8abf\u6574 *\/\n            .flow-main-section {\n                padding: 20px;\n                margin-top: 0;\n                border-radius: 12px;\n            }\n\n            .flow-section-title {\n                font-size: 22px;\n            }\n\n            .flow-section-subtitle {\n                font-size: 14px;\n                padding: 6px 16px;\n            }\n\n            .flow-section-header {\n                margin-bottom: 20px;\n            }\n\n            \/* \u30e2\u30d0\u30a4\u30eb\u7248\u3067\u306estrong\u8981\u7d20\u8abf\u6574 *\/\n            .flow-main-section strong {\n                text-decoration-thickness: 1.5px;\n            }\n\n            \/* \u30e2\u30d0\u30a4\u30eb\u7248\u3067\u306e\u5de6\u5bc4\u305b\u8abf\u6574 *\/\n            .detail-title {\n                margin-left: -8px;\n            }\n\n            .flow-main-section .detail-list {\n                margin-left: -8px;\n                padding-left: 0;\n            }\n\n            .flow-main-section .detail-list li {\n                margin-left: 8px;\n            }\n        }\n\n        \/* \u3055\u3089\u306b\u5c0f\u3055\u3044\u753b\u9762\u5411\u3051 *\/\n        @media (max-width: 480px) {\n            .container {\n                padding: 6px;\n            }\n\n            .header {\n                padding: 12px 0;\n                margin-bottom: 12px;\n            }\n\n            .header h1 {\n                font-size: 24px;\n            }\n\n            .pricing-image-section {\n                margin-bottom: 0;\n            }\n\n            .service-selection {\n                padding: 10px;\n                margin-bottom: 12px;\n            }\n\n            .selection-title {\n                font-size: 16px;\n                margin-bottom: 10px;\n            }\n\n            .selection-buttons {\n                gap: 8px;\n            }\n\n            .selection-button {\n                padding: 12px 20px;\n                font-size: 15px;\n                min-width: 140px;\n                border-radius: 8px;\n            }\n\n            .content-selector {\n                padding: 10px;\n                margin-top: 20px;\n                margin-bottom: 50px !important;\n            }\n\n            .flow-steps {\n                gap: 10px;\n            }\n\n            .step-card {\n                padding: 12px;\n            }\n\n            .step-header {\n                margin-bottom: 10px;\n            }\n\n            .step-number {\n                width: 28px;\n                height: 28px;\n                font-size: 12px;\n                margin-right: 8px;\n            }\n\n            .step-title {\n                font-size: 16px;\n            }\n\n            .step-description {\n                font-size: 14px;\n                margin-bottom: 10px;\n            }\n\n            .step-details {\n                padding: 10px;\n                margin-bottom: 8px;\n            }\n\n            .detail-title {\n                font-size: 14px;\n                margin-bottom: 6px;\n            }\n\n            .detail-list li {\n                padding: 8px 10px;\n                margin-bottom: 4px;\n                font-size: 13px;\n            }\n\n            .highlight-box {\n                padding: 8px;\n                margin: 6px 0;\n            }\n\n            .highlight-title {\n                font-size: 14px;\n                margin-bottom: 3px;\n            }\n\n            .highlight-text {\n                font-size: 12px;\n                color: white;\n            }\n\n            .highlight-text strong {\n                color: white;\n                font-weight: 700;\n            }\n\n            .urgent-notice {\n                padding: 10px;\n                margin-bottom: 12px;\n            }\n\n            .urgent-title {\n                font-size: 16px;\n                margin-bottom: 4px;\n            }\n\n            .urgent-description {\n                font-size: 13px;\n            }\n\n            .cta-section {\n                padding: 4px;\n                border-radius: 6px 6px 0 0;\n            }\n\n            body {\n                padding-bottom: 90px;\n            }\n\n            \/* \u5c0f\u3055\u3044\u753b\u9762\u3067\u306econtent-selector\u5f37\u5236\u30de\u30fc\u30b8\u30f3 *\/\n            .tab-content .content-selector {\n                margin-bottom: 50px !important;\n            }\n\n            #standard .content-selector,\n            #urgent .content-selector {\n                margin-bottom: 50px !important;\n            }\n\n            .cta-title {\n                font-size: 17px;\n                margin-bottom: 4px;\n            }\n\n            .cta-buttons {\n                grid-template-columns: 1fr 1fr;\n                gap: 6px;\n                margin-top: 4px;\n            }\n\n\n\n            .cta-button {\n                padding: 12px 16px;\n                font-size: 15px;\n            }\n\n            \/* \u30d5\u30ed\u30fc\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u5c0f\u3055\u3044\u753b\u9762\u8abf\u6574 *\/\n            .flow-main-section {\n                padding: 16px;\n                margin-top: 0;\n                border-radius: 10px;\n            }\n\n            .flow-section-title {\n                font-size: 22px;\n            }\n\n            .flow-section-subtitle {\n                font-size: 15px;\n                padding: 5px 14px;\n            }\n\n            .flow-section-header {\n                margin-bottom: 16px;\n            }\n\n            \/* \u5c0f\u3055\u3044\u753b\u9762\u3067\u306estrong\u8981\u7d20\u8abf\u6574 *\/\n            .flow-main-section strong {\n                text-decoration-thickness: 1px;\n            }\n\n            \/* \u5c0f\u3055\u3044\u753b\u9762\u3067\u306e\u5de6\u5bc4\u305b\u8abf\u6574 *\/\n            .detail-title {\n                margin-left: -6px;\n            }\n\n            .flow-main-section .detail-list {\n                margin-left: -6px;\n                padding-left: 0;\n            }\n\n            .flow-main-section .detail-list li {\n                margin-left: 6px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>\u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad<br>\u3054\u5229\u7528\u306e\u6d41\u308c<\/h1>\n        <\/div>\n\n        <div class=\"service-selection\">\n            <div class=\"selection-title\">\u30b5\u30fc\u30d3\u30b9\u3092\u304a\u9078\u3073\u304f\u3060\u3055\u3044<\/div>\n            <div class=\"selection-buttons\">\n                <button class=\"selection-button active\" data-content=\"standard\">\u6a19\u6e96\u30d7\u30e9\u30f3<\/button>\n                <button class=\"selection-button\" data-content=\"urgent\">\u304a\u6025\u304e\u306e\u65b9<\/button>\n            <\/div>\n        <\/div>\n\n        <!-- \u6a19\u6e96\u30d7\u30e9\u30f3 -->\n        <div class=\"tab-content active\" id=\"standard\">\n            <!-- \u6599\u91d1\u753b\u50cf\u30bb\u30af\u30b7\u30e7\u30f3 -->\n            <div class=\"pricing-image-section\">\n                <img decoding=\"async\" src=\"https:\/\/yamedoki.co.jp\/media\/wp-content\/uploads\/2025\/08\/\u6599\u91d1.png\" alt=\"\u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad\u6599\u91d1\u8868\" class=\"pricing-image\">\n            <\/div>\n\n            <!-- \u3054\u5229\u7528\u306e\u6d41\u308c\u30bb\u30af\u30b7\u30e7\u30f3 -->\n            <div class=\"flow-main-section\">\n                <div class=\"flow-section-header\">\n                    <div class=\"flow-section-title\">&#x1f4cb; \u3054\u5229\u7528\u306e\u6d41\u308c<\/div>\n                <\/div>\n                <div class=\"flow-steps\">\n                    <div class=\"step-card\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">1<\/div>\n                        <div class=\"step-title\">LINE\u7121\u6599\u76f8\u8ac7<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        LINE\u3067\u3082\u304a\u96fb\u8a71\u3067\u3082\u3069\u3061\u3089\u3067\u3082\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\u3002\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u7121\u6599\u76f8\u8ac7\u306b\u3064\u3044\u3066<\/div>\n                            <ul class=\"detail-list\">\n                                <li><strong>\u6700\u4f4e10\u5206\u4ee5\u5185\u8fd4\u4fe1<\/strong>\u3067\u8fc5\u901f\u5bfe\u5fdc<\/li>\n                                <li>\u76f8\u8ac7\u306f\u4f55\u5ea6\u3067\u3082\u7121\u6599<\/li>\n                                <li>\u5373\u65e5\u5bfe\u5fdc\u53ef\u80fd<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f538; \u3069\u3093\u306a\u72b6\u6cc1\u3067\u3082\u5bfe\u5fdc\u53ef\u80fd<\/strong><br>\n                            \u300c\u51fa\u793e\u305b\u305a\u306b\u8f9e\u3081\u305f\u3044\u300d\u300c\u6709\u4f11\u6d88\u5316\u3057\u305f\u3044\u300d\u300c\u793e\u5b85\u30fb\u5bee\u30fb\u8cb8\u4e0e\u7269\u306e\u5bfe\u5fdc\u300d\u306a\u3069\u3001\u304a\u5ba2\u69d8\u306e\u500b\u5225\u4e8b\u60c5\u306b\u5408\u308f\u305b\u305f\u6700\u9069\u306a\u89e3\u6c7a\u7b56\u3092\u3054\u63d0\u6848<br><br>\n                            \n                            <strong>&#x26a1; \u5373\u65e5\u30b9\u30bf\u30fc\u30c8<\/strong><br>\n                            \u6700\u77ed10\u5206\u3067\u304a\u7533\u8fbc\u307f\u5b8c\u4e86\u3057\u3001\u305d\u306e\u65e5\u304b\u3089\u9000\u8077\u6e96\u5099\u3092\u30b9\u30bf\u30fc\u30c8\u3067\u304d\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">2<\/div>\n                        <div class=\"step-title\">\u30d2\u30a2\u30ea\u30f3\u30b0\u30fb\u6253\u3061\u5408\u308f\u305b<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        \u3054\u5e0c\u671b\u306e\u5185\u5bb9\u3084\u72b6\u6cc1\u3092\u8a73\u3057\u304f\u304a\u4f3a\u3044\u3057\u307e\u3059\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u8a73\u7d30\u30d2\u30a2\u30ea\u30f3\u30b0<\/div>\n                            <ul class=\"detail-list\">\n                                <li>\u304a\u60a9\u307f\u3084\u72b6\u6cc1\u306e\u78ba\u8a8d<\/li>\n                                <li><strong>\u793e\u5b85\u30fb\u5bee\u30fb\u8cb8\u4e0e\u7269<\/strong>\u306e\u5bfe\u5fdc\u65b9\u6cd5<\/li>\n                                <li>\u6709\u4f11\u6d88\u5316\u3084\u66f8\u985e\u767a\u884c\u306e\u5e0c\u671b<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f538; \u7406\u7531\u304c\u307e\u3068\u307e\u3063\u3066\u3044\u306a\u304f\u3066\u3082OK<\/strong><br>\n                            \u9000\u8077\u7406\u7531\u3084\u6761\u4ef6\u304c\u56fa\u307e\u3063\u3066\u3044\u306a\u304f\u3066\u3082\u5927\u4e08\u592b\u3002\u7d4c\u9a13\u8c4a\u5bcc\u306a\u30b9\u30bf\u30c3\u30d5\u304c\u304a\u5ba2\u69d8\u306e\u72b6\u6cc1\u3092\u4e01\u5be7\u306b\u6574\u7406<br><br>\n                            \n                            <strong>&#x1f4cb; \u4f1a\u793e\u3078\u306e\u5177\u4f53\u7684\u4f1d\u9054<\/strong><br>\n                            \u6574\u7406\u3057\u305f\u5185\u5bb9\u3092\u5143\u306b\u3001\u4f1a\u793e\u3078\u306e\u5177\u4f53\u7684\u306a\u4f1d\u9054\u65b9\u6cd5\u307e\u3067\u6700\u9069\u306b\u3054\u63d0\u6848\u3044\u305f\u3057\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">3<\/div>\n                        <div class=\"step-title\">\u7533\u8fbc\u307f\u30d5\u30a9\u30fc\u30e0\u306e\u5165\u529b<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        <strong>\u7c21\u53585\u301c10\u5206\u3067\u304a\u7533\u8fbc\u307f\u5b8c\u4e86<\/strong>\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u304a\u7533\u8fbc\u307f\u624b\u7d9a\u304d<\/div>\n                            <ul class=\"detail-list\">\n                                <li>LINE\u4e0a\u3067\u5fc5\u8981\u4e8b\u9805\u3092\u5165\u529b<\/li>\n                                <li>\u3042\u3068\u6255\u3044\u5236\u3067\u7d66\u6599\u65e5\u3092\u5f85\u305f\u305aOK<\/li>\n                                <li>\u9000\u8077\u65e5\u6c7a\u5b9a\u5f8c\u306e\u652f\u6255\u3044\u3067\u5b89\u5fc3<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f680; \u5373\u65e5\u7740\u624b\u53ef\u80fd<\/strong><br>\n                            \u601d\u3044\u7acb\u3063\u305f\u305d\u306e\u65e5\u306b\u9000\u8077\u6e96\u5099\u3092\u30b9\u30bf\u30fc\u30c8<br><br>\n                            \n                            <strong>&#x1f4f1; \u7c21\u5358\u624b\u7d9a\u304d<\/strong><br>\n                            LINE\u4e0a\u306e\u7c21\u5358\u5165\u529b\u3060\u3051\u3067\u624b\u7d9a\u304d\u5b8c\u4e86<br><br>\n                            \n                            <strong>&#x1f4b3; \u5b89\u5fc3\u306e\u3042\u3068\u6255\u3044<\/strong><br>\n                            \u6599\u91d1\u306f\u9000\u8077\u6210\u529f\u5f8c\u306e\u304a\u652f\u6255\u3044\u306a\u306e\u3067\u5b89\u5fc3\u3057\u3066\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">4<\/div>\n                        <div class=\"step-title\">\u4f1a\u793e\u3078\u306e\u3054\u9023\u7d61<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        <strong>\u3054\u4f9d\u983c\u8005\u69d8\u306b\u4ee3\u308f\u308a\u3001\u9000\u8077\u306e\u610f\u5411\u3092\u304a\u4f1d\u3048\u3057\u307e\u3059<\/strong>\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u9000\u8077\u4ee3\u884c\u30b5\u30fc\u30d3\u30b9\u958b\u59cb<\/div>\n                            <ul class=\"detail-list\">\n                                <li><strong>\u6700\u77ed10\u5206<\/strong>\u3067\u4f1a\u793e\u306b\u9023\u7d61<\/li>\n                                <li>\u5168\u3084\u308a\u53d6\u308a\u3092<strong>LINE\u3067\u5831\u544a<\/strong><\/li>\n                                <li>\u6cd5\u7684\u30c8\u30e9\u30d6\u30eb\u3092\u9632\u3050\u4e01\u5be7\u306a\u4f1d\u9054<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x26a1; \u4ed6\u793e\u3068\u306e\u5727\u5012\u7684\u306a\u5dee<\/strong><br>\n                            \u3042\u3068\u6255\u3044\u5236\u306e\u305f\u3081\u7533\u8fbc\u307f\u76f4\u5f8c\u306b\u5373\u5ea7\u306b\u4f1a\u793e\u3078\u9023\u7d61\u53ef\u80fd<br>\n                            \u4ed6\u793e\u306e\u3088\u3046\u306a\u5165\u91d1\u78ba\u8a8d\u3084\u5be9\u67fb\u306f\u4e00\u5207\u4e0d\u8981<br><br>\n                            \n                            <strong>&#x1f91d; \u4e01\u5be7\u306a\u5bfe\u5fdc\u3067\u30c8\u30e9\u30d6\u30eb\u56de\u907f<\/strong><br>\n                            \u7d4c\u9a13\u8c4a\u5bcc\u306a\u30b9\u30bf\u30c3\u30d5\u304c\u4f1a\u793e\u3068\u306e\u30c8\u30e9\u30d6\u30eb\u3092\u907f\u3051\u308b\u305f\u3081\u3001\u4e01\u5be7\u304b\u3064\u7684\u78ba\u306b\u5bfe\u5fdc\u3044\u305f\u3057\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">5<\/div>\n                        <div class=\"step-title\">\u9000\u8077\u65e5\u6c7a\u5b9a\u30fb\u9000\u8077\u624b\u7d9a\u304d\u306e\u9032\u884c<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        <strong>\u9000\u8077\u65e5\u304c\u6c7a\u307e\u308a\u6b21\u7b2c\u3001\u5373LINE\u5831\u544a<\/strong>\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u624b\u7d9a\u304d\u5b8c\u4e86\u5831\u544a<\/div>\n                            <ul class=\"detail-list\">\n                                <li>\u9032\u884c\u72b6\u6cc1\u3092\u5e38\u6642\u5171\u6709<\/li>\n                                <li><strong>\u8cb8\u4e0e\u7269\u8fd4\u5374\u30fb\u66f8\u985e\u53d7\u53d6\u65b9\u6cd5<\/strong>\u307e\u3067\u6848\u5185<\/li>\n                                <li>\u96e2\u8077\u7968\u306a\u3069\u5fc5\u8981\u66f8\u985e\u306e\u767a\u884c\u4f9d\u983c\u3082\u4ee3\u884c<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f4ca; \u4ed6\u793e\u3068\u306e\u5831\u544a\u30b9\u30d4\u30fc\u30c9\u6bd4\u8f03<\/strong><br>\n                            &#x26ab; \u4ed6\u793e\uff1a\u7fcc\u65e5\u301c\u6570\u65e5\u5f8c\u5831\u544a\u3001\u81ea\u5df1\u5bfe\u5fdc\u304c\u591a\u3044<br>\n                            &#x26ab; \u30e4\u30e1\u30c9\u30ad\uff1a\u9000\u8077\u65e5\u6c7a\u5b9a\u3068\u540c\u6642\u306b\u5373\u5ea7\u306bLINE\u5831\u544a<br><br>\n                            \n                            <strong>&#x1f4c8; \u9032\u6357\u306e\u898b\u3048\u308b\u5316<\/strong><br>\n                            \u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u72b6\u6cc1\u628a\u63e1\u3067\u304d\u308b\u305f\u3081\u4e0d\u5b89\u3092\u611f\u3058\u307e\u305b\u3093<br><br>\n                            \n                            <strong>&#x1f4cb; \u624b\u7d9a\u304d\u5b8c\u5168\u30b5\u30dd\u30fc\u30c8<\/strong><br>\n                            \u8cb8\u4e0e\u7269\u8fd4\u5374\u304b\u3089\u66f8\u985e\u53d7\u53d6\u307e\u3067\u8a73\u7d30\u306b\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">6<\/div>\n                        <div class=\"step-title\">\u304a\u652f\u6255\u3044<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        <strong>\u9000\u8077\u65e5\u6c7a\u5b9a\u5f8c\u306e\u3042\u3068\u6255\u3044\u5236\u3067\u5b89\u5fc3<\/strong>\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u6599\u91d1\u4f53\u7cfb<\/div>\n                            <ul class=\"detail-list\">\n                                <li>7\u65e5\u4ee5\u5185\uff1a24,000\u5186\uff08\u7a0e\u8fbc\uff09<\/li>\n                                <li>8\u65e5\u4ee5\u964d30\u65e5\u4ee5\u5185\uff1a30,000\u5186\uff08\u7a0e\u8fbc\uff09<\/li>\n                                <li>\u30af\u30ec\u30b8\u30c3\u30c8\u6c7a\u6e08\u30fb\u9280\u884c\u632f\u8fbc\u5bfe\u5fdc<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4b0; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f6e1;&#xfe0f; \u5931\u6557\u30ea\u30b9\u30af\u30bc\u30ed<\/strong><br>\n                            \u9000\u8077\u6210\u529f\u304c\u78ba\u5b9a\u3057\u3066\u304b\u3089\u306e\u304a\u652f\u6255\u3044\u306a\u306e\u3067\u5b8c\u5168\u306b\u5b89\u5fc3<br><br>\n                            \n                            <strong>&#x1f4b0; \u7d66\u6599\u65e5\u524d\u3067\u3082OK<\/strong><br>\n                            \u624b\u5143\u306b\u304a\u91d1\u304c\u306a\u304f\u3066\u3082\u5373\u5ea7\u306b\u30b5\u30fc\u30d3\u30b9\u3092\u958b\u59cb\u3067\u304d\u307e\u3059<br><br>\n                            \n                            <strong>&#x1f4c5; \u4f59\u88d5\u3042\u308b\u304a\u652f\u6255\u3044<\/strong><br>\n                            \u8cbb\u7528\u306f\u9000\u8077\u65e5\u6c7a\u5b9a\u5f8c\u306e\u4f59\u88d5\u3042\u308b\u30bf\u30a4\u30df\u30f3\u30b0\u3067\u304a\u652f\u6255\u3044\u3044\u305f\u3060\u3051\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">7<\/div>\n                        <div class=\"step-title\">\u30a2\u30d5\u30bf\u30fc\u30b5\u30dd\u30fc\u30c8\uff082\u30f6\u6708\u9593\uff09<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        <strong>\u696d\u754c\u6700\u9577\u306e2\u30f6\u6708\u9593\u30b5\u30dd\u30fc\u30c8<\/strong>\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u7d99\u7d9a\u30b5\u30dd\u30fc\u30c8\u5185\u5bb9<\/div>\n                            <ul class=\"detail-list\">\n                                <li><strong>\u56de\u6570\u7121\u5236\u9650<\/strong>\u3067\u4f1a\u793e\u3068\u306e\u3084\u308a\u53d6\u308a\u4ee3\u884c<\/li>\n                                <li>\u96e2\u8077\u7968\u30fb\u6e90\u6cc9\u5fb4\u53ce\u7968\u306a\u3069\u8ffd\u52a0\u66f8\u985e\u5bfe\u5fdc<\/li>\n                                <li>\u63d0\u643a\u8ee2\u8077\u30b5\u30dd\u30fc\u30c8\u3067\u518d\u30b9\u30bf\u30fc\u30c8\u652f\u63f4<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f4ca; \u696d\u754c\u30b5\u30dd\u30fc\u30c8\u671f\u9593\u6bd4\u8f03<\/strong><br>\n                            &#x26ab; \u4ed6\u793e\uff1a1\u9031\u9593\u301c1\u30f6\u6708\u30fb\u9000\u8077\u307e\u3067\u3067\u7d42\u4e86\u304c\u4e00\u822c\u7684<br>\n                            &#x26ab; \u30e4\u30e1\u30c9\u30ad\uff1a\u696d\u754c\u6700\u95772\u30f6\u6708\u9593\u306e\u30a2\u30d5\u30bf\u30fc\u30b5\u30dd\u30fc\u30c8<br><br>\n                            \n                            <strong>&#x1f193; \u8ffd\u52a0\u8cbb\u7528\u30bc\u30ed<\/strong><br>\n                            \u4f1a\u793e\u3068\u306e\u3084\u308a\u53d6\u308a\u4ee3\u884c\u304b\u3089\u8ee2\u8077\u652f\u63f4\u307e\u3067\u5b8c\u5168\u7121\u6599<br><br>\n                            \n                            <strong>&#x1f3e0; \u9000\u8077\u5f8c\u306e\u751f\u6d3b\u3082\u5b89\u5fc3<\/strong><br>\n                            \u9000\u8077\u304c\u7d42\u308f\u308a\u3067\u306f\u306a\u304f\u3001\u305d\u306e\u5f8c\u306e\u751f\u6d3b\u307e\u3067\u5fb9\u5e95\u30b5\u30dd\u30fc\u30c8\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- \u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad\u306e\u7279\u5fb4 -->\n            <div class=\"content-selector\">\n                <div class=\"selector-title\">\u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad\u306e\u7279\u5fb4<\/div>\n                <div class=\"selector-options\">\n                    <div class=\"selector-option\">\n                        <div class=\"option-title\">&#x1f4b0; \u5f8c\u6255\u3044\u3067\u5b89\u5fc3<\/div>\n                        <div class=\"option-description\">\u9000\u8077\u65e5\u6c7a\u5b9a\u5f8c7\u65e5\u4ee5\u5185\u306e\u304a\u652f\u6255\u3044<\/div>\n                    <\/div>\n                    <div class=\"selector-option\">\n                        <div class=\"option-title\">&#x26a1; \u5373\u65e5\u9000\u8077\u53ef\u80fd<\/div>\n                        <div class=\"option-description\">24\u6642\u9593365\u65e5\u5bfe\u5fdc\u3067\u305d\u306e\u65e5\u304b\u3089\u9000\u8077<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \u304a\u6025\u304e\u306e\u65b9 -->\n        <div class=\"tab-content\" id=\"urgent\">\n            <div class=\"urgent-notice\">\n                <div class=\"urgent-title\">&#x1f6a8; \u304a\u6025\u304e\u306e\u65b9\u5411\u3051 \u7dca\u6025\u9000\u8077\u30b5\u30fc\u30d3\u30b9<\/div>\n                <div class=\"urgent-description\">\n                    \u4eca\u3059\u3050\u4f1a\u793e\u3092\u8f9e\u3081\u305f\u3044\u3001\u4eca\u65e5\u660e\u65e5\u304b\u3089\u51fa\u793e\u3057\u305f\u304f\u306a\u3044\u65b9\u306e\u305f\u3081\u306e\u7279\u5225\u5bfe\u5fdc\u30b5\u30fc\u30d3\u30b9\u3067\u3059<br>\n                <\/div>\n            <\/div>\n\n            <!-- \u6599\u91d1\u753b\u50cf\u30bb\u30af\u30b7\u30e7\u30f3 -->\n            <div class=\"pricing-image-section\">\n                <img decoding=\"async\" src=\"https:\/\/yamedoki.co.jp\/media\/wp-content\/uploads\/2025\/08\/\u6599\u91d1.png\" alt=\"\u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad\u6599\u91d1\u8868\" class=\"pricing-image\">\n            <\/div>\n\n            <!-- \u3054\u5229\u7528\u306e\u6d41\u308c\u30bb\u30af\u30b7\u30e7\u30f3 -->\n            <div class=\"flow-main-section\">\n                <div class=\"flow-section-header\">\n                    <div class=\"flow-section-title\">&#x26a1; \u304a\u6025\u304e\u306e\u65b9\u306e\u6d41\u308c<\/div>\n                    <div class=\"flow-section-subtitle\">\u7dca\u6025\u5bfe\u5fdc\u3067\u306e\u624b\u9806\u3092\u3054\u6848\u5185\u3057\u307e\u3059<\/div>\n                <\/div>\n                <div class=\"flow-steps\">\n                    <div class=\"step-card urgent-step\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">1<\/div>\n                        <div class=\"step-title\">\u5373\u5ea7\u306bLINE\u76f8\u8ac7<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        <strong>\u7121\u5be9\u67fb\u306e\u3042\u3068\u6255\u3044\u5236<\/strong>\u3060\u304b\u3089\u3001\u652f\u6255\u3044\u6e96\u5099\u304c\u306a\u304f\u3066\u3082\u5373\u5bfe\u5fdc\u53ef\u80fd\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u7dca\u6025\u5bfe\u5fdc\u306e\u6d41\u308c<\/div>\n                            <ul class=\"detail-list\">\n                                <li>\u7dca\u6025\u6848\u4ef6\u306f\u6700\u512a\u5148\u3067\u7740\u624b<\/li>\n                                <li>LINE\u3067\u72b6\u6cc1\u3092\u7c21\u5358\u5831\u544a<\/li>\n                                <li>\u5c02\u9580\u30b9\u30bf\u30c3\u30d5\u304c\u5373\u5ea7\u306b\u5bfe\u5fdc\u65b9\u6cd5\u3092\u63d0\u6848<\/li>\n                                <li><strong>\u6700\u77ed30\u5206<\/strong>\u3067\u4f1a\u793e\u9023\u7d61\u958b\u59cb<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f6a8; \u3053\u3093\u306a\u7dca\u6025\u72b6\u6cc1\u306b\u5bfe\u5fdc<\/strong><br>\n                            &#x26ab; \u300c\u4eca\u3059\u3050\u8f9e\u3081\u305f\u3044\u3051\u3069\u624b\u5143\u306b\u304a\u91d1\u304c\u306a\u3044\u300d<br>\n                            &#x26ab; \u300c1\u6642\u9593\u5f8c\u306e\u51fa\u793e\u304c\u5acc\u300d<br>\n                            &#x26ab; \u300c\u660e\u65e5\u304b\u3089\u51fa\u793e\u3057\u305f\u304f\u306a\u3044\u300d<br><br>\n                            \n                            <strong>&#x1f4b3; \u7121\u5be9\u67fb\u3042\u3068\u6255\u3044\u5236<\/strong><br>\n                            \u3069\u3093\u306a\u7dca\u6025\u72b6\u6cc1\u3067\u3082\u76f8\u8ac7\u76f4\u5f8c\u304b\u3089\u9000\u8077\u624b\u7d9a\u304d\u3092\u30b9\u30bf\u30fc\u30c8\u3067\u304d\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card urgent-step\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">2<\/div>\n                        <div class=\"step-title\">\u5f53\u65e5\u4e2d\u6700\u77ed30\u5206\u3067\u4f1a\u793e\u3078\u9023\u7d61<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        LINE\u767b\u9332\u304b\u3089<strong>\u6700\u77ed30\u5206<\/strong>\u3067\u4f1a\u793e\u3078\u306e\u9023\u7d61\u958b\u59cb\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u5f53\u65e5\u5bfe\u5fdc\u306e\u5185\u5bb9<\/div>\n                            <ul class=\"detail-list\">\n                                <li>\u9000\u8077\u610f\u5411\u3092\u30b9\u30d4\u30fc\u30c7\u30a3\u304b\u3064\u4e01\u5be7\u306b\u4f1d\u9054<\/li>\n                                <li>\u5373\u65e5\u51fa\u793e\u505c\u6b62\u30fb\u6709\u7d66\u6d88\u5316\u5e0c\u671b\u3082\u540c\u6642\u4f1d\u9054<\/li>\n                                <li>\u5168\u3084\u308a\u53d6\u308a\u3092LINE\u3067\u5373\u5831\u544a<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f4ca; \u4ed6\u793e\u3068\u306e\u5bfe\u5fdc\u30b9\u30d4\u30fc\u30c9\u6bd4\u8f03<\/strong><br>\n                            &#x26ab; \u4ed6\u793e\uff1a\u5148\u6255\u3044\u5236\u304c\u591a\u304f\u7fcc\u65e5\u301c\u5bfe\u5fdc\u304c\u4e00\u822c\u7684<br>\n                            &#x26ab; \u30e4\u30e1\u30c9\u30ad\uff1a\u6700\u77ed30\u5206\u3067\u5f53\u65e5\u9023\u7d61\u5b8c\u4e86<br><br>\n                            \n                            <strong>&#x1f6a8; \u7dca\u6025\u6848\u4ef6\u306b\u5b8c\u5168\u5bfe\u5fdc<\/strong><br>\n                            \u300c\u3082\u3046\u4eca\u65e5\u304b\u3089\u4f1a\u793e\u306b\u884c\u304d\u305f\u304f\u306a\u3044\u300d\u3068\u3044\u3046\u65b9\u3067\u3082\u5b89\u5fc3<br><br>\n                            \n                            <strong>&#x23f0; \u308f\u305a\u304b30\u5206\u5f8c\u306b\u5b8c\u4e86<\/strong><br>\n                            \u76f8\u8ac7\u304b\u3089\u308f\u305a\u304b30\u5206\u5f8c\u306b\u306f\u4f1a\u793e\u3078\u306e\u9023\u7d61\u304c\u5b8c\u4e86\u3057\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"step-card urgent-step\">\n                    <div class=\"step-header\">\n                        <div class=\"step-number\">3<\/div>\n                        <div class=\"step-title\">\u7dca\u6025\u30d5\u30a9\u30ed\u30fc\u30a2\u30c3\u30d7\u4f53\u5236\u3082\u5b8c\u5099<\/div>\n                    <\/div>\n                    <div class=\"step-description\">\n                        \u9000\u8077\u624b\u7d9a\u304d\u4e2d\u306f\u3082\u3061\u308d\u3093\u3001<strong>\u9000\u8077\u5f8c2\u30f6\u6708\u9593\u308224\u6642\u9593\u7121\u6599\u3067\u30b5\u30dd\u30fc\u30c8<\/strong>\n                    <\/div>\n                    <div class=\"step-details\">\n                        <div class=\"detail-section\">\n                            <div class=\"detail-title\">\u7dca\u6025\u6642\u306e\u7279\u5225\u30b5\u30dd\u30fc\u30c8<\/div>\n                            <ul class=\"detail-list\">\n                                <li>\u4f1a\u793e\u3078\u306e\u4f1d\u9054\u30fb\u9023\u7d61\u5831\u544a\u3082<strong>\u7121\u5236\u9650<\/strong><\/li>\n                                <li>\u66f8\u985e\u306e\u8ffd\u52a0\u767a\u884c\u4f9d\u983c\u3082\u4ee3\u884c<\/li>\n                                <li>\u8ee2\u8077\u30b5\u30dd\u30fc\u30c8\u3084\u751f\u6d3b\u652f\u63f4\u60c5\u5831\u3082\u6848\u5185<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-title\">&#x1f4a1; \u30dd\u30a4\u30f3\u30c8<\/div>\n                        <div class=\"highlight-text\">\n                            <strong>&#x1f504; \u9000\u8077\u5f8c\u3082\u7d99\u7d9a\u30b5\u30dd\u30fc\u30c8<\/strong><br>\n                            \u9000\u8077\u304c\u6c7a\u307e\u3063\u3066\u3082\u7d42\u308f\u308a\u3067\u306f\u306a\u304f\u3001\u305d\u306e\u5f8c\u306e\u751f\u6d3b\u3082\u5b89\u5fc3<br><br>\n                            \n                            <strong>&#x1f4cb; \u5b8c\u5168\u4ee3\u884c\u30b5\u30fc\u30d3\u30b9<\/strong><br>\n                            \u4f1a\u793e\u5bfe\u5fdc\u304b\u3089\u96e2\u8077\u7968\u30fb\u6e90\u6cc9\u5fb4\u53ce\u7968\u306a\u3069\u306e\u5fc5\u8981\u66f8\u985e\u306e\u3084\u308a\u53d6\u308a\u307e\u3067\u5b8c\u5168\u4ee3\u884c<br><br>\n                            \n                            <strong>&#x1f193; 24\u6642\u9593\u4f53\u5236\u30fb\u8ffd\u52a0\u8cbb\u7528\u30bc\u30ed<\/strong><br>\n                            \u7dca\u6025\u6642\u3082\u3044\u3064\u3067\u3082\u5bfe\u5fdc\u3001\u8ffd\u52a0\u6599\u91d1\u306f\u4e00\u5207\u4e0d\u8981\u3067\u4f34\u8d70\u3057\u307e\u3059\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- \u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad\u306e\u7279\u5fb4 -->\n            <div class=\"content-selector\">\n                <div class=\"selector-title\">\u9000\u8077\u4ee3\u884c\u30e4\u30e1\u30c9\u30ad\u306e\u7279\u5fb4<\/div>\n                <div class=\"selector-options\">\n                    <div class=\"selector-option\">\n                        <div class=\"option-title\">&#x1f4b0; \u5f8c\u6255\u3044\u3067\u5b89\u5fc3<\/div>\n                        <div class=\"option-description\">\u9000\u8077\u65e5\u6c7a\u5b9a\u5f8c7\u65e5\u4ee5\u5185\u306e\u304a\u652f\u6255\u3044<\/div>\n                    <\/div>\n                    <div class=\"selector-option\">\n                        <div class=\"option-title\">&#x26a1; \u5373\u65e5\u9000\u8077\u53ef\u80fd<\/div>\n                        <div class=\"option-description\">24\u6642\u9593365\u65e5\u5bfe\u5fdc\u3067\u305d\u306e\u65e5\u304b\u3089\u9000\u8077<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"cta-section\">\n            <div class=\"cta-title\">\u307e\u305a\u306f\u304a\u6c17\u8efd\u306b\u3054\u76f8\u8ac7\u304f\u3060\u3055\u3044\uff01<\/div>\n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/yamedoki.co.jp\/media\/lp\/exit-popup-question\/\" class=\"cta-button secondary\">&#x2753; \u3088\u304f\u3042\u308b\u3054\u8cea\u554f<\/a>\n                <a href=\"https:\/\/liff.line.me\/2001515532-wgo1vQpQ\/landing?follow=%40101dpyfn&lp=TELPlk&liff_id=2001515532-wgo1vQpQ\" class=\"cta-button line-button\" target=\"_blank\">\n                    LINE\u3067\u7121\u6599\u76f8\u8ac7\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u30b5\u30fc\u30d3\u30b9\u9078\u629e\u6a5f\u80fd\n        document.querySelectorAll('.selection-button').forEach(button => {\n            button.addEventListener('click', () => {\n                \/\/ \u30a2\u30af\u30c6\u30a3\u30d6\u306a\u9078\u629e\u30dc\u30bf\u30f3\u3068\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u975e\u30a2\u30af\u30c6\u30a3\u30d6\u306b\n                document.querySelectorAll('.selection-button').forEach(btn => btn.classList.remove('active'));\n                document.querySelectorAll('.tab-content').forEach(content => content.classList.remove('active'));\n                \n                \/\/ \u30af\u30ea\u30c3\u30af\u3055\u308c\u305f\u9078\u629e\u30dc\u30bf\u30f3\u3068\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30a2\u30af\u30c6\u30a3\u30d6\u306b\n                button.classList.add('active');\n                const contentId = button.getAttribute('data-content');\n                document.getElementById(contentId).classList.add('active');\n            });\n        });\n\n\n\n    <\/script>\n<\/body>\n<\/html>\n<\/div>\n","protected":false},"author":2,"featured_media":0,"template":"","meta":{"swell_btn_cv_data":"","footnotes":""},"class_list":["post-4879","lp","type-lp","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yamedoki.co.jp\/media\/wp-json\/wp\/v2\/lp\/4879","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yamedoki.co.jp\/media\/wp-json\/wp\/v2\/lp"}],"about":[{"href":"https:\/\/yamedoki.co.jp\/media\/wp-json\/wp\/v2\/types\/lp"}],"author":[{"embeddable":true,"href":"https:\/\/yamedoki.co.jp\/media\/wp-json\/wp\/v2\/users\/2"}],"version-history":[{"count":1,"href":"https:\/\/yamedoki.co.jp\/media\/wp-json\/wp\/v2\/lp\/4879\/revisions"}],"predecessor-version":[{"id":4880,"href":"https:\/\/yamedoki.co.jp\/media\/wp-json\/wp\/v2\/lp\/4879\/revisions\/4880"}],"wp:attachment":[{"href":"https:\/\/yamedoki.co.jp\/media\/wp-json\/wp\/v2\/media?parent=4879"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}