.elementor-7787 .elementor-element.elementor-element-8ddf485{--display:flex;}.elementor-7787 .elementor-element.elementor-element-8ddf485.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7787 .elementor-element.elementor-element-8ddf485{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5bc48cf */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Noto Sans JP', sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #f8fafc;
        }

        .container {
            max-width: 100%;
            margin: 0 auto;
            padding: 30px 20px;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        h2 {
            font-size: 1.6rem;
            color: #1e40af;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #1e40af;
            font-weight: 600;
        }

        h3 {
            font-size: 1.3rem;
            color: #475569;
            margin: 30px 0 15px 0;
            font-weight: 500;
        }

        p {
            margin-bottom: 15px;
            font-size: 1rem;
            line-height: 1.8;
        }

        .highlight-box {
            background: #eff6ff;
            border-left: 4px solid #1e40af;
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
        }

        .alert-box {
            background: #fef2f2;
            border-left: 4px solid #dc2626;
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
        }

        .success-box {
            background: #f0fdf4;
            border-left: 4px solid #16a34a;
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 0.95rem;
        }

        .comparison-table th,
        .comparison-table td {
            border: 1px solid #d1d5db;
            padding: 12px;
            text-align: left;
            vertical-align: top;
        }

        .comparison-table th {
            background-color: #1e40af;
            color: white;
            font-weight: 500;
            text-align: center;
        }

        .comparison-table .before-col {
            background-color: #fef3c7;
        }

        .comparison-table .after-col {
            background-color: #dbeafe;
        }

        .checklist {
            background: white;
            border: 2px solid #1e40af;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
        }

        .checklist-title {
            font-size: 1.2rem;
            color: #1e40af;
            font-weight: 600;
            margin-bottom: 15px;
            text-align: center;
        }

        .checklist-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
            padding: 8px;
            background: #f8fafc;
            border-radius: 4px;
        }

        .checklist-item .checkbox {
            width: 18px;
            height: 18px;
            border: 2px solid #1e40af;
            border-radius: 3px;
            margin-right: 12px;
            margin-top: 2px;
            flex-shrink: 0;
            position: relative;
        }

        .checklist-item .checkbox::after {
            content: '✓';
            position: absolute;
            top: -2px;
            left: 2px;
            color: #1e40af;
            font-weight: bold;
        }

        .flow-diagram {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            border-radius: 8px;
            padding: 25px;
            margin: 20px 0;
        }

        .flow-step {
            display: flex;
            align-items: center;
            margin: 15px 0;
            padding: 15px;
            background: white;
            border-radius: 6px;
            border-left: 4px solid #1e40af;
        }

        .flow-step-number {
            width: 30px;
            height: 30px;
            background: #1e40af;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 15px;
        }

        .important {
            color: #dc2626;
            font-weight: 600;
        }

        ul, ol {
            margin-left: 20px;
            margin-bottom: 15px;
        }

        li {
            margin-bottom: 8px;
        }

        .source-reference {
            font-size: 0.85rem;
            color: #64748b;
            margin-top: 30px;
            padding: 15px;
            background: #f1f5f9;
            border-radius: 6px;
        }

        .key-point {
            display: inline;
            background: linear-gradient(transparent 60%, #fde047 60%);
            padding: 2px 0;
        }

        .definition-box {
            background: #f8fafc;
            border: 1px solid #cbd5e1;
            border-radius: 6px;
            padding: 15px;
            margin: 15px 0;
        }

        .definition-title {
            font-weight: 600;
            color: #374151;
            margin-bottom: 8px;
        }

        @media print {
            body {
                background-color: white;
            }
            
            .container {
                box-shadow: none;
                max-width: none;
                padding: 20px;
            }
            
            h1, h2 {
                color: #1e40af !important;
            }
        }/* End custom CSS */