.elementor-7939 .elementor-element.elementor-element-8ddf485{--display:flex;}.elementor-7939 .elementor-element.elementor-element-8ddf485.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-7939 .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: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #fafafa;
            font-size: 15px;
        }
        
        .container {
            width: 100%;
            margin: 0 auto;
            padding: 5px 20px;
            background-color: white;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
        
        h2 {
            font-size: 22px;
            color: #2c3e50;
            margin: 35px 0 20px 0;
            padding: 15px 20px;
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            border-radius: 8px;
            position: relative;
        }
        
        h2 i {
            margin-right: 10px;
        }
        
        h3 {
            font-size: 18px;
            color: #34495e;
            margin: 25px 0 15px 0;
            padding: 10px 15px;
            background: #ecf0f1;
            border-left: 4px solid #3498db;
            border-radius: 4px;
        }
        
        p {
            margin: 15px 0;
            text-align: justify;
        }
        
        .highlight {
            background: linear-gradient(transparent 60%, #fff3cd 60%);
            padding: 2px 4px;
            font-weight: bold;
        }
        
        .info-box {
            background: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
            border-left: 5px solid #17a2b8;
        }
        
        .info-box h4 {
            color: #17a2b8;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .warning-box {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
            border-left: 5px solid #f39c12;
        }
        
        .warning-box h4 {
            color: #f39c12;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .success-box {
            background: #d4edda;
            border: 1px solid #c3e6cb;
            border-radius: 8px;
            padding: 20px;
            margin: 20px 0;
            border-left: 5px solid #28a745;
        }
        
        .success-box h4 {
            color: #28a745;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        ul, ol {
            margin: 15px 0 15px 30px;
        }
        
        li {
            margin: 8px 0;
        }
        
        .feature-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }
        
        .feature-item {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            border: 1px solid #e9ecef;
        }
        
        .feature-item h4 {
            color: #2c3e50;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .feature-item i {
            color: #3498db;
            font-size: 18px;
            margin-right: 8px;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .comparison-table th,
        .comparison-table td {
            border: 1px solid #dee2e6;
            padding: 12px;
            text-align: center;
        }
        
        .comparison-table th {
            background: #3498db;
            color: white;
            font-weight: bold;
        }
        
        .comparison-table tr:nth-child(even) {
            background: #f8f9fa;
        }
        
        .comparison-table tr:hover {
            background: #e3f2fd;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin: 40px 0;
        }
        
        .cta-section h3 {
            background: none;
            border: none;
            color: white;
            margin-bottom: 15px;
        }
        
        .steps {
            counter-reset: step-counter;
        }
        
        .step {
            counter-increment: step-counter;
            margin: 20px 0;
            padding: 20px;
            background: #f8f9fa;
            border-radius: 8px;
            border-left: 5px solid #3498db;
            position: relative;
        }
        
        .step::before {
            content: counter(step-counter);
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background: #3498db;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        
        .reference {
            font-size: 13px;
            color: #666;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #dee2e6;
        }
        
        .reference h4 {
            color: #495057;
            margin-bottom: 10px;
        }
        
        .reference ul {
            list-style: none;
            margin-left: 0;
        }
        
        .reference li {
            margin: 5px 0;
        }
        
        .reference a {
            color: #3498db;
            text-decoration: none;
        }
        
        .reference a:hover {
            text-decoration: underline;
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 20px 10px;
            }
            
            h1 {
                font-size: 24px;
            }
            
            h2 {
                font-size: 20px;
                padding: 12px 15px;
            }
            
            .feature-list {
                grid-template-columns: 1fr;
            }

        }/* End custom CSS */