{"id":3603,"date":"2025-03-28T03:14:37","date_gmt":"2025-03-28T03:14:37","guid":{"rendered":"https:\/\/convertifypro.com\/?page_id=3603"},"modified":"2025-03-28T03:14:38","modified_gmt":"2025-03-28T03:14:38","slug":"complete-file-format-encyclopedia","status":"publish","type":"page","link":"https:\/\/convertifypro.com\/ja\/%e5%ae%8c%e5%85%a8%e3%81%aa%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e5%bd%a2%e5%bc%8f%e7%99%be%e7%a7%91%e4%ba%8b%e5%85%b8\/","title":{"rendered":"\u5b8c\u5168\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u767e\u79d1\u4e8b\u5178"},"content":{"rendered":"\n<style>\n    \/* Main Styles *\/\n    :root {\n        --primary-color: #FD9800;\n        --primary-hover: #e88a00;\n        --text-color: #3A3A3A;\n        --light-bg: #f8faff;\n        --gradient-bg: linear-gradient(135deg, #f8faff 0%, #fff5e6 100%);\n        --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\n        --hover-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);\n        --border-color: #f1f5f9;\n    }\n\n    .file-format-section {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 2rem 1.5rem;\n        font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;\n        color: var(--text-color);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n        text-align: center;\n        padding: 3rem 1rem;\n        margin-bottom: 3rem;\n        background: var(--gradient-bg);\n        border-radius: 16px;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .hero-pattern {\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fd9800' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n        opacity: 0.5;\n        z-index: 0;\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 1;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .hero-title {\n        font-size: 2.8rem;\n        font-weight: 800;\n        margin-bottom: 1.5rem;\n        color: var(--text-color);\n    }\n\n    .hero-subtitle {\n        font-size: 1.25rem;\n        margin-bottom: 2rem;\n        color: var(--text-color);\n        line-height: 1.6;\n    }\n\n    .hero-badges {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 1rem;\n        margin-bottom: 2rem;\n    }\n\n    .hero-badge {\n        display: flex;\n        align-items: center;\n        background: white;\n        border-radius: 50px;\n        padding: 0.5rem 1rem;\n        box-shadow: var(--box-shadow);\n        transition: all 0.3s ease;\n        border: 1px solid var(--border-color);\n    }\n\n    .hero-badge:hover {\n        transform: translateY(-3px);\n        box-shadow: var(--hover-shadow);\n        border-color: rgba(253, 152, 0, 0.3);\n    }\n\n    .hero-badge-icon {\n        color: var(--primary-color);\n        margin-right: 0.5rem;\n        font-size: 1rem;\n    }\n\n    .hero-badge-text {\n        font-size: 0.9rem;\n        font-weight: 600;\n        color: var(--text-color);\n    }\n\n    .hero-buttons {\n        display: flex;\n        justify-content: center;\n        gap: 1rem;\n        flex-wrap: wrap;\n    }\n\n    .btn {\n        display: inline-block;\n        padding: 0.75rem 1.5rem;\n        border-radius: 8px;\n        font-weight: 600;\n        text-decoration: none !important;\n        transition: all 0.3s ease;\n        cursor: pointer;\n        font-size: 1rem;\n    }\n\n    .btn-primary {\n        background-color: var(--primary-color);\n        color: white !important;\n        box-shadow: 0 8px 16px rgba(253, 152, 0, 0.2);\n        border: none;\n    }\n\n    .btn-primary:hover {\n        background-color: var(--primary-hover);\n        transform: translateY(-2px);\n        text-decoration: none !important;\n    }\n\n    .btn-secondary {\n        background-color: white;\n        color: var(--primary-color) !important;\n        border: 1px solid var(--border-color);\n    }\n\n    .btn-secondary:hover {\n        background-color: #fff5e6;\n        transform: translateY(-2px);\n        text-decoration: none !important;\n    }\n\n    \/* Category Section *\/\n    .categories-section {\n        margin-bottom: 4rem;\n    }\n\n    .section-title {\n        font-size: 2.2rem;\n        font-weight: 700;\n        text-align: center;\n        margin-bottom: 2.5rem;\n        color: var(--text-color);\n    }\n\n    .categories-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 2rem;\n    }\n\n    .category-card {\n        background: white;\n        border-radius: 16px;\n        overflow: hidden;\n        box-shadow: var(--box-shadow);\n        transition: all 0.3s ease;\n        border: 1px solid var(--border-color);\n        height: 100%;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .category-card:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--hover-shadow);\n        border-color: rgba(253, 152, 0, 0.3);\n    }\n\n    .category-icon {\n        width: 60px;\n        height: 60px;\n        background-color: rgba(253, 152, 0, 0.15);\n        color: var(--primary-color);\n        border-radius: 12px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 1.5rem;\n        font-size: 1.8rem;\n        transition: all 0.3s ease;\n    }\n\n    .category-card:hover .category-icon {\n        background: linear-gradient(135deg, #FD9800 0%, #FF6D00 100%);\n        color: white;\n        box-shadow: 0 10px 20px rgba(253, 152, 0, 0.2);\n    }\n\n    .category-content {\n        padding: 2rem;\n        flex-grow: 1;\n    }\n\n    .category-title {\n        font-size: 1.4rem;\n        font-weight: 700;\n        margin-bottom: 1rem;\n        color: var(--text-color);\n    }\n\n    .category-text {\n        font-size: 1rem;\n        color: #555;\n        line-height: 1.6;\n        margin-bottom: 1.5rem;\n    }\n\n    .format-list {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .format-item-list {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 0.75rem;\n        line-height: 1.5;\n    }\n\n    .format-item-icon {\n        color: var(--primary-color);\n        margin-right: 0.75rem;\n        flex-shrink: 0;\n        margin-top: 0.2rem;\n    }\n\n    .format-item-text {\n        font-size: 0.95rem;\n        color: var(--text-color);\n    }\n\n    \/* Format Sections *\/\n    .format-section {\n        margin-bottom: 4rem;\n    }\n\n    .format-container {\n        background: white;\n        border-radius: 16px;\n        padding: 2rem;\n        box-shadow: var(--box-shadow);\n        border: 1px solid var(--border-color);\n        margin-bottom: 2rem;\n    }\n\n    .format-section-title {\n        font-size: 1.8rem;\n        font-weight: 700;\n        margin-bottom: 1.5rem;\n        color: var(--text-color);\n    }\n\n    .format-section-subtitle {\n        font-size: 1.1rem;\n        margin-bottom: 2rem;\n        color: #555;\n        line-height: 1.6;\n    }\n\n    .formats-flex {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 1.5rem;\n        margin-bottom: 2rem;\n    }\n\n    .format-detail-card {\n        flex: 1 1 350px;\n        background-color: var(--light-bg);\n        border-radius: 12px;\n        padding: 1.5rem;\n        border: 1px solid var(--border-color);\n        transition: all 0.3s ease;\n    }\n\n    .format-detail-card:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--hover-shadow);\n        border-color: rgba(253, 152, 0, 0.3);\n    }\n\n    .format-name {\n        font-size: 1.2rem;\n        font-weight: 700;\n        margin-bottom: 0.75rem;\n        color: var(--text-color);\n        display: flex;\n        align-items: center;\n    }\n\n    .format-badge {\n        display: inline-block;\n        background-color: var(--primary-color);\n        color: white;\n        font-size: 0.7rem;\n        padding: 0.2rem 0.5rem;\n        border-radius: 4px;\n        margin-left: 0.75rem;\n        font-weight: 600;\n        text-transform: uppercase;\n    }\n\n    .format-description {\n        font-size: 0.95rem;\n        color: #555;\n        line-height: 1.6;\n        margin-bottom: 1rem;\n    }\n\n    .format-properties {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .format-property {\n        display: flex;\n        margin-bottom: 0.5rem;\n        font-size: 0.9rem;\n    }\n\n    .property-label {\n        font-weight: 600;\n        width: 120px;\n        flex-shrink: 0;\n    }\n\n    .property-value {\n        color: #555;\n    }\n\n    \/* Format Grid *\/\n    .formats-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));\n        gap: 1rem;\n        margin-bottom: 2rem;\n    }\n\n    .format-item {\n        background-color: var(--light-bg);\n        border: 1px solid var(--border-color);\n        border-radius: 8px;\n        padding: 0.75rem 0.5rem;\n        font-size: 0.9rem;\n        text-align: center;\n        color: var(--text-color);\n        transition: all 0.2s ease;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 2.5rem;\n    }\n\n    .format-item:hover {\n        background-color: #fff5e6;\n        border-color: var(--primary-color);\n        color: var(--primary-color);\n        transform: translateY(-2px);\n    }\n\n    \/* Comparison Section *\/\n    .comparison-section {\n        margin-bottom: 4rem;\n    }\n\n    .comparison-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-bottom: 2rem;\n        overflow-x: auto;\n        display: block;\n    }\n\n    .comparison-table th, .comparison-table td {\n        padding: 1rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    .comparison-table th {\n        background-color: var(--light-bg);\n        font-weight: 600;\n        color: var(--text-color);\n    }\n\n    .comparison-table tr:hover {\n        background-color: rgba(253, 152, 0, 0.05);\n    }\n\n    .comparison-check {\n        color: #22c55e;\n        font-size: 1.2rem;\n    }\n\n    .comparison-x {\n        color: #ef4444;\n        font-size: 1.2rem;\n    }\n\n    \/* Guide Section *\/\n    .guide-section {\n        margin-bottom: 4rem;\n    }\n\n    .guide-container {\n        background: white;\n        border-radius: 16px;\n        padding: 2rem;\n        box-shadow: var(--box-shadow);\n        border: 1px solid var(--border-color);\n    }\n\n    .steps-container {\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .step-card {\n        display: flex;\n        align-items: flex-start;\n        background: white;\n        border-radius: 16px;\n        padding: 2rem;\n        box-shadow: var(--box-shadow);\n        margin-bottom: 2rem;\n        border: 1px solid var(--border-color);\n        transition: all 0.3s ease;\n    }\n\n    .step-card:hover {\n        transform: translateY(-5px);\n        box-shadow: var(--hover-shadow);\n        border-color: rgba(253, 152, 0, 0.3);\n    }\n\n    .step-number {\n        width: 50px;\n        height: 50px;\n        background-color: rgba(253, 152, 0, 0.15);\n        color: var(--primary-color);\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 1.5rem;\n        font-weight: 700;\n        margin-right: 1.5rem;\n        flex-shrink: 0;\n        transition: all 0.3s ease;\n    }\n\n    .step-card:hover .step-number {\n        background: linear-gradient(135deg, #FD9800 0%, #FF6D00 100%);\n        color: white;\n        box-shadow: 0 10px 20px rgba(253, 152, 0, 0.2);\n    }\n\n    .step-content {\n        flex: 1;\n    }\n\n    .step-title {\n        font-size: 1.4rem;\n        font-weight: 700;\n        margin-bottom: 0.75rem;\n        color: var(--text-color);\n    }\n\n    .step-text {\n        font-size: 1rem;\n        color: #555;\n        line-height: 1.6;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n        margin-bottom: 4rem;\n    }\n\n    .faq-container {\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .faq-item {\n        background: white;\n        border-radius: 16px;\n        padding: 1.5rem 2rem;\n        box-shadow: var(--box-shadow);\n        margin-bottom: 1.5rem;\n        border: 1px solid var(--border-color);\n        transition: all 0.3s ease;\n    }\n\n    .faq-item:hover {\n        transform: translateY(-3px);\n        box-shadow: var(--hover-shadow);\n        border-color: rgba(253, 152, 0, 0.3);\n    }\n\n    .faq-question {\n        font-size: 1.2rem;\n        font-weight: 700;\n        margin-bottom: 1rem;\n        color: var(--text-color);\n        display: flex;\n        align-items: center;\n    }\n\n    .faq-icon {\n        color: var(--primary-color);\n        margin-right: 0.75rem;\n        font-size: 1.2rem;\n    }\n\n    .faq-answer {\n        font-size: 1rem;\n        color: #555;\n        line-height: 1.6;\n    }\n\n    \/* CTA Section *\/\n    .cta-section {\n        text-align: center;\n        padding: 3rem 1rem;\n        background: var(--gradient-bg);\n        border-radius: 16px;\n        position: relative;\n        overflow: hidden;\n        margin-bottom: 2rem;\n    }\n\n    .cta-pattern {\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-image: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fd9800' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n        opacity: 0.5;\n        z-index: 0;\n    }\n\n    .cta-content {\n        position: relative;\n        z-index: 1;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .cta-title {\n        font-size: 2.2rem;\n        font-weight: 700;\n        margin-bottom: 1.5rem;\n        color: var(--text-color);\n    }\n\n    .cta-text {\n        font-size: 1.1rem;\n        margin-bottom: 2rem;\n        color: #555;\n        line-height: 1.6;\n    }\n\n    \/* Responsive Styles *\/\n    @media (max-width: 768px) {\n        .hero-title {\n            font-size: 2.2rem;\n        }\n        \n        .section-title {\n            font-size: 1.8rem;\n        }\n        \n        .cta-title {\n            font-size: 1.8rem;\n        }\n        \n        .categories-grid {\n            grid-template-columns: 1fr;\n            max-width: 500px;\n            margin: 0 auto;\n        }\n        \n        .step-card {\n            flex-direction: column;\n            align-items: flex-start;\n        }\n        \n        .step-number {\n            margin-bottom: 1rem;\n            margin-right: 0;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .hero-title {\n            font-size: 1.8rem;\n        }\n        \n        .hero-subtitle {\n            font-size: 1.1rem;\n        }\n        \n        .section-title {\n            font-size: 1.6rem;\n        }\n        \n        .category-content {\n            padding: 1.5rem;\n        }\n        \n        .format-container {\n            padding: 1.5rem;\n        }\n        \n        .step-card {\n            padding: 1.5rem;\n        }\n        \n        .faq-item {\n            padding: 1.25rem;\n        }\n    }\n\n    \/* Button text should never be underlined *\/\n    .btn:hover, .btn:focus, .btn:active {\n        text-decoration: none !important;\n    }\n<\/style>\n\n<div class=\"file-format-section\">\n    <!-- Hero Section -->\n    <section class=\"hero-section\">\n        <div class=\"hero-pattern\"><\/div>\n        <div class=\"hero-content\">\n            <h1 class=\"hero-title\">\u5b8c\u5168\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u767e\u79d1\u4e8b\u5178<\/h1>\n            <p class=\"hero-subtitle\">\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3001\u753b\u50cf\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3001\u30d3\u30c7\u30aa\u306a\u3069\u3001\u3055\u307e\u3056\u307e\u306a\u30ab\u30c6\u30b4\u30ea\u306b\u308f\u305f\u308b\u3059\u3079\u3066\u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306b\u95a2\u3059\u308b\u5305\u62ec\u7684\u306a\u30ac\u30a4\u30c9\u3002\u6700\u9069\u306a\u7d50\u679c\u3092\u5f97\u308b\u305f\u3081\u306b\u7279\u5b9a\u306e\u5f62\u5f0f\u3092\u3044\u3064\u4f7f\u7528\u3059\u308b\u304b\u3092\u7406\u89e3\u3057\u307e\u3059\u3002<\/p>\n            \n            <div class=\"hero-badges\">\n                <div class=\"hero-badge\">\n                    <span class=\"hero-badge-icon\"><i class=\"fas fa-file-alt\"><\/i><\/span>\n                    <span class=\"hero-badge-text\">450\u4ee5\u4e0a\u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f<\/span>\n                <\/div>\n                <div class=\"hero-badge\">\n                    <span class=\"hero-badge-icon\"><i class=\"fas fa-th-list\"><\/i><\/span>\n                    <span class=\"hero-badge-text\">15 \u500b\u4ee5\u4e0a\u306e\u30ab\u30c6\u30b4\u30ea<\/span>\n                <\/div>\n                <div class=\"hero-badge\">\n                    <span class=\"hero-badge-icon\"><i class=\"fas fa-exchange-alt\"><\/i><\/span>\n                    <span class=\"hero-badge-text\">\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u6bd4\u8f03<\/span>\n                <\/div>\n                <div class=\"hero-badge\">\n                    <span class=\"hero-badge-icon\"><i class=\"fas fa-book\"><\/i><\/span>\n                    <span class=\"hero-badge-text\">\u5c02\u9580\u5bb6\u306e\u6307\u5c0e<\/span>\n                <\/div>\n            <\/div>\n            \n            <div class=\"hero-buttons\">\n                <a href=\"#categories\" class=\"btn btn-primary\">\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3092\u53c2\u7167\u3059\u308b<\/a>\n                <a href=\"#guide\" class=\"btn btn-secondary\">\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u9078\u629e\u30ac\u30a4\u30c9<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Categories Section -->\n    <section id=\"categories\" class=\"categories-section\">\n        <h2 class=\"section-title\">\u4e3b\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306e\u30ab\u30c6\u30b4\u30ea<\/h2>\n        \n        <div class=\"categories-grid\">\n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-word\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">\u6587\u66f8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n                    <p class=\"category-text\">\u30c6\u30ad\u30b9\u30c8 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3001\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u3001\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3001\u304a\u3088\u3073\u66f8\u5f0f\u8a2d\u5b9a\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8\u3068\u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3059\u308b\u305d\u306e\u4ed6\u306e\u30aa\u30d5\u30a3\u30b9\u95a2\u9023\u30d5\u30a1\u30a4\u30eb\u7528\u306b\u8a2d\u8a08\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30ef\u30fc\u30c9\u30d7\u30ed\u30bb\u30c3\u30b5\u5f62\u5f0f (DOCX\u3001DOC\u3001ODT\u3001RTF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u5f62\u5f0f (XLSX\u3001XLS\u3001ODS\u3001CSV)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f (PPTX\u3001PPT\u3001ODP)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30dd\u30fc\u30bf\u30d6\u30eb\u5f62\u5f0f (PDF\u3001XPS\u3001EPUB)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-image\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">\u753b\u50cf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n                    <p class=\"category-text\">\u3055\u307e\u3056\u307e\u306a\u4f7f\u7528\u4f8b\u306b\u5bfe\u5fdc\u3059\u308b\u30e9\u30b9\u30bf\u30fc (\u30d4\u30af\u30bb\u30eb\u30d9\u30fc\u30b9) \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u3084\u30d9\u30af\u30bf\u30fc (\u30d1\u30b9\u30d9\u30fc\u30b9) \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u306a\u3069\u306e\u30c7\u30b8\u30bf\u30eb\u753b\u50cf\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30e9\u30b9\u30bf\u30fc\u5f62\u5f0f (JPEG\u3001PNG\u3001GIF\u3001WebP\u3001TIFF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30d9\u30af\u30bf\u30fc\u5f62\u5f0f (SVG\u3001AI\u3001EPS\u3001CDR)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">Camera Raw \u30d5\u30a9\u30fc\u30de\u30c3\u30c8 (CR2\u3001NEF\u3001ARW\u3001DNG)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30ec\u30a4\u30e4\u30fc\u30c9\u30d5\u30a9\u30fc\u30de\u30c3\u30c8 (PSD\u3001XCF\u3001PSB)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-video\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">\u30d3\u30c7\u30aa\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n                    <p class=\"category-text\">\u3055\u307e\u3056\u307e\u306a\u30c7\u30d0\u30a4\u30b9\u3084\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3067\u518d\u751f\u3067\u304d\u308b\u3088\u3046\u306b\u3001\u52d5\u753b\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3001\u304a\u3088\u3073\u95a2\u9023\u3059\u308b\u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3059\u308b\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f (MP4\u3001MKV\u3001AVI\u3001WebM)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">Web \u30d3\u30c7\u30aa\u5f62\u5f0f (MP4\u3001WebM\u3001OGV)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8 (ProRes\u3001DNxHD\u3001MXF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30ec\u30ac\u30b7\u30fc\u5f62\u5f0f (WMV\u3001FLV\u30013GP)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-audio\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">\u30aa\u30fc\u30c7\u30a3\u30aa\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n                    <p class=\"category-text\">\u30c7\u30b8\u30bf\u30eb \u30aa\u30fc\u30c7\u30a3\u30aa \u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u3055\u307e\u3056\u307e\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u3055\u307e\u3056\u307e\u306a\u30ec\u30d9\u30eb\u306e\u54c1\u8cea\u3001\u5727\u7e2e\u3001\u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u5727\u7e2e\u5f62\u5f0f (MP3\u3001AAC\u3001OGG\u3001WMA)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30ed\u30b9\u30ec\u30b9\u5f62\u5f0f (FLAC\u3001ALAC\u3001WAV\u3001AIFF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8 (PCM\u3001DSD\u3001MQA)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30d7\u30ec\u30a4\u30ea\u30b9\u30c8\u5f62\u5f0f\uff08M3U\u3001PLS\u3001WPL\uff09<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-file-archive\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">\u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f<\/h3>\n                    <p class=\"category-text\">\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u3068\u30d5\u30a9\u30eb\u30c0\u30fc\u3092 1 \u3064\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306b\u30d0\u30f3\u30c9\u30eb\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u591a\u304f\u306e\u5834\u5408\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092\u524a\u6e1b\u3059\u308b\u305f\u3081\u306e\u5727\u7e2e\u3068\u6697\u53f7\u5316\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u5171\u901a\u30a2\u30fc\u30ab\u30a4\u30d6 (ZIP\u3001RAR\u30017Z\u3001TAR)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u56fa\u6709\u306e\u30a2\u30fc\u30ab\u30a4\u30d6 (CAB\u3001DMG\u3001PKG)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30c7\u30a3\u30b9\u30af\u30a4\u30e1\u30fc\u30b8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8 (ISO\u3001IMG\u3001BIN)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u7279\u5316\u3057\u305f\u30a2\u30fc\u30ab\u30a4\u30d6 (PAR\u3001SFX\u3001UUE)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"category-card\">\n                <div class=\"category-content\">\n                    <div class=\"category-icon\">\n                        <i class=\"fas fa-database\"><\/i>\n                    <\/div>\n                    <h3 class=\"category-title\">\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5f62\u5f0f<\/h3>\n                    <p class=\"category-text\">\u5358\u7d14\u306a\u30c7\u30b9\u30af\u30c8\u30c3\u30d7 \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u3089\u30a8\u30f3\u30bf\u30fc\u30d7\u30e9\u30a4\u30ba \u30ec\u30d9\u30eb\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30b7\u30b9\u30c6\u30e0\u307e\u3067\u3001\u69cb\u9020\u5316\u30c7\u30fc\u30bf\u3092\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002<\/p>\n                    <ul class=\"format-list\">\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 (MDB\u3001ACCDB\u3001SQLite)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30b5\u30fc\u30d0\u30fc \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30d5\u30a1\u30a4\u30eb (MDF\u3001NDF\u3001DBF)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u5f62\u5f0f (BAK\u3001DMP\u3001SQL)<\/span>\n                        <\/li>\n                        <li class=\"format-item-list\">\n                            <span class=\"format-item-icon\"><i class=\"fas fa-file\"><\/i><\/span>\n                            <span class=\"format-item-text\">\u30c7\u30fc\u30bf\u4ea4\u63db\u5f62\u5f0f (XML\u3001JSON\u3001CSV)<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Document Formats Section -->\n    <section id=\"document-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">\u6587\u66f8\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">\u30ef\u30fc\u30d7\u30ed\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u30ef\u30fc\u30c9 \u30d7\u30ed\u30bb\u30c3\u30b7\u30f3\u30b0\u5f62\u5f0f\u306f\u3001\u66f8\u5f0f\u8a2d\u5b9a\u3001\u753b\u50cf\u3001\u8868\u3001\u305d\u306e\u4ed6\u306e\u8981\u7d20\u3092\u542b\u3080\u30c6\u30ad\u30b9\u30c8 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4fdd\u5b58\u3059\u308b\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u30ec\u30bf\u30fc\u3001\u30ec\u30dd\u30fc\u30c8\u3001\u8a18\u4e8b\u3001\u66f8\u7c4d\u3001\u305d\u306e\u4ed6\u306e\u30c6\u30ad\u30b9\u30c8\u30d9\u30fc\u30b9\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4f5c\u6210\u306b\u3088\u304f\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DOCX <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">Word 2007 \u3067\u5c0e\u5165\u3055\u308c\u305f Microsoft Word Open XML \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u3002ZIP \u5727\u7e2e\u3068 XML \u3092\u4f7f\u7528\u3057\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 \u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u3001\u53e4\u3044 DOC \u5f62\u5f0f\u3068\u6bd4\u3079\u3066\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u304c\u5c0f\u3055\u304f\u306a\u308a\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">application\/vnd.openxmlformats-officedocument.wordprocessingml.document<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">ZIP<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u6a19\u6e96\u6587\u66f8\u4f5c\u6210\u3001\u30d3\u30b8\u30cd\u30b9\u6587\u66f8\u3001Microsoft Office\u3068\u306e\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DOC <span class=\"format-badge\">\u30ec\u30ac\u30b7\u30fc<\/span><\/h4>\n                    <p class=\"format-description\">Office 2007 \u3088\u308a\u524d\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u305f\u5f93\u6765\u306e Microsoft Word \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u3002\u3053\u308c\u306f\u3001\u66f8\u5f0f\u8a2d\u5b9a\u3055\u308c\u305f\u30c6\u30ad\u30b9\u30c8\u3001\u753b\u50cf\u3001\u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u8981\u7d20\u3092\u4fdd\u5b58\u3059\u308b\u72ec\u81ea\u306e\u30d0\u30a4\u30ca\u30ea\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/msword<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u72ec\u81ea\u306e\u30d0\u30a4\u30ca\u30ea<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306e Word \u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30ef\u30fc\u30c9 \u30d7\u30ed\u30bb\u30c3\u30b5\u3068\u306e\u4e0b\u4f4d\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ODT <span class=\"format-badge\">\u30aa\u30fc\u30d7\u30f3\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9<\/span><\/h4>\n                    <p class=\"format-description\">OpenDocument \u30c6\u30ad\u30b9\u30c8 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u3002\u30ef\u30fc\u30d7\u30ed \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30aa\u30fc\u30d7\u30f3 \u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u3067\u3059\u3002\u3053\u308c\u306f\u3001LibreOffice Writer \u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9 \u30aa\u30d5\u30a3\u30b9 \u30b9\u30a4\u30fc\u30c8\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">Office \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u7528\u306e OASIS \u30aa\u30fc\u30d7\u30f3 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 \u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.oasis.opendocument.text<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">ZIP<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5171\u6709\u3001\u9577\u671f\u30a2\u30fc\u30ab\u30a4\u30d6\u3001\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u74b0\u5883<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.RTF <span class=\"format-badge\">\u30e6\u30cb\u30d0\u30fc\u30b5\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">\u30ea\u30c3\u30c1 \u30c6\u30ad\u30b9\u30c8\u5f62\u5f0f\u3002\u30c6\u30ad\u30b9\u30c8\u306e\u66f8\u5f0f\u3092\u4fdd\u6301\u3059\u308b\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3067\u3059\u3002\u307b\u307c\u3059\u3079\u3066\u306e\u30ef\u30fc\u30c9 \u30d7\u30ed\u30bb\u30c3\u30b5\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u304a\u308a\u3001\u307b\u3068\u3093\u3069\u306e\u57fa\u672c\u7684\u306a\u66f8\u5f0f\u8a2d\u5b9a\u8981\u7d20\u304c\u7dad\u6301\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/rtf<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u306a\u3057\uff08\u5236\u5fa1\u30b3\u30fc\u30c9\u4ed8\u304d\u306e\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8\uff09<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u9593\u3067\u6700\u5927\u9650\u306e\u4e92\u63db\u6027\u3092\u5099\u3048\u305f\u57fa\u672c\u7684\u306a\u5f62\u5f0f\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u5f62\u5f0f\u306b\u306f\u3001\u6570\u5f0f\u3001\u95a2\u6570\u3001\u30b0\u30e9\u30d5\u3068\u3068\u3082\u306b\u884c\u3068\u5217\u306b\u914d\u7f6e\u3055\u308c\u305f\u8868\u5f62\u5f0f\u306e\u30c7\u30fc\u30bf\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u8ca1\u52d9\u5206\u6790\u3001\u30c7\u30fc\u30bf\u7de8\u6210\u3001\u8a08\u7b97\u3001\u8996\u899a\u5316\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XLSX <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">Microsoft Excel Excel 2007 \u3067\u5c0e\u5165\u3055\u308c\u305f Open XML \u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u5f62\u5f0f\u3002ZIP \u5727\u7e2e\u3068 XML \u3092\u4f7f\u7528\u3057\u3001\u53e4\u3044 XLS \u5f62\u5f0f\u3088\u308a\u3082\u591a\u304f\u306e\u884c\u3068\u5217\u3092\u542b\u3080\u5927\u304d\u306a\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u3092\u4f5c\u6210\u3067\u304d\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">application\/vnd.openxmlformats-officedocument.spreadsheetml.sheet<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u5927\u884c\u6570:<\/span>\n                            <span class=\"property-value\">1,048,576<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u8ca1\u52d9\u5206\u6790\u3001\u30c7\u30fc\u30bf\u7ba1\u7406\u3001\u8907\u96d1\u306a\u8a08\u7b97<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XLS <span class=\"format-badge\">\u30ec\u30ac\u30b7\u30fc<\/span><\/h4>\n                    <p class=\"format-description\">Excel 2007 \u3088\u308a\u524d\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u305f\u5f93\u6765\u306e Microsoft Excel \u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u5f62\u5f0f\u3002\u65b0\u3057\u3044\u5f62\u5f0f\u3068\u6bd4\u8f03\u3057\u3066\u3001\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u306e\u30b5\u30a4\u30ba\u3068\u95a2\u6570\u306e\u6570\u306b\u5236\u9650\u304c\u3042\u308b\u30d0\u30a4\u30ca\u30ea\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.ms-excel<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u5927\u884c\u6570:<\/span>\n                            <span class=\"property-value\">65,536<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u53e4\u3044 Excel \u30d0\u30fc\u30b8\u30e7\u30f3\u304a\u3088\u3073\u30b7\u30b9\u30c6\u30e0\u3068\u306e\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ODS <span class=\"format-badge\">\u30aa\u30fc\u30d7\u30f3\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9<\/span><\/h4>\n                    <p class=\"format-description\">OpenDocument \u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u5f62\u5f0f\u3002\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30aa\u30fc\u30d7\u30f3 \u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u3002\u3053\u308c\u306f\u3001LibreOffice Calc \u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9 \u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8 \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">OASIS OpenDocument\u5f62\u5f0f<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.oasis.opendocument.spreadsheet<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u69cb\u9020:<\/span>\n                            <span class=\"property-value\">XML \u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3080 ZIP \u30a2\u30fc\u30ab\u30a4\u30d6<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u3001\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u74b0\u5883<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CSV <span class=\"format-badge\">\u30e6\u30cb\u30d0\u30fc\u30b5\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">\u30ab\u30f3\u30de\u533a\u5207\u308a\u5024\u5f62\u5f0f\u3002\u8868\u5f62\u5f0f\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3059\u308b\u5358\u7d14\u306a\u30c6\u30ad\u30b9\u30c8\u5f62\u5f0f\u3067\u3059\u3002\u5404\u884c\u306f\u884c\u3092\u8868\u3057\u3001\u5024\u306f\u30ab\u30f3\u30de\u307e\u305f\u306f\u305d\u306e\u4ed6\u306e\u533a\u5207\u308a\u6587\u5b57\u3067\u533a\u5207\u3089\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ec\u30fc\u30f3\u30c6\u30ad\u30b9\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30c6\u30ad\u30b9\u30c8\/CSV<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">\u66f8\u5f0f\u8a2d\u5b9a\u3001\u6570\u5f0f\u3001\u307e\u305f\u306f\u8907\u6570\u306e\u30b7\u30fc\u30c8\u306f\u3042\u308a\u307e\u305b\u3093<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u7570\u306a\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u9593\u306e\u30c7\u30fc\u30bf\u4ea4\u63db\u3001\u30b7\u30f3\u30d7\u30eb\u306a\u30c7\u30fc\u30bf\u30b9\u30c8\u30ec\u30fc\u30b8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f\u306b\u306f\u3001\u30c6\u30ad\u30b9\u30c8\u3001\u753b\u50cf\u3001\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3001\u304a\u3088\u3073\u30de\u30eb\u30c1\u30e1\u30c7\u30a3\u30a2\u8981\u7d20\u3092\u542b\u3080\u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u30d3\u30b8\u30cd\u30b9\u4f1a\u8b70\u3001\u4f1a\u8b70\u3001\u6559\u80b2\u3001\u305d\u306e\u4ed6\u306e\u72b6\u6cc1\u3067\u306e\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PPTX <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">Microsoft PowerPoint Open XML \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f\u3002PowerPoint 2007 \u3067\u5c0e\u5165\u3055\u308c\u307e\u3057\u305f\u3002ZIP \u5727\u7e2e\u3068 XML \u3092\u4f7f\u7528\u3057\u3066\u3001\u30b9\u30e9\u30a4\u30c9\u3001\u30ec\u30a4\u30a2\u30a6\u30c8\u3001\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3001\u305d\u306e\u4ed6\u306e\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u8981\u7d20\u3092\u4fdd\u5b58\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">application\/vnd.openxmlformats-officedocument.presentationml.presentation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3001\u30c8\u30e9\u30f3\u30b8\u30b7\u30e7\u30f3\u3001\u30de\u30eb\u30c1\u30e1\u30c7\u30a3\u30a2<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d3\u30b8\u30cd\u30b9 \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3001\u6559\u80b2\u30b3\u30f3\u30c6\u30f3\u30c4\u3001\u8c4a\u5bcc\u306a\u30de\u30eb\u30c1\u30e1\u30c7\u30a3\u30a2 \u30b9\u30e9\u30a4\u30c9\u30b7\u30e7\u30fc<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PPT <span class=\"format-badge\">\u30ec\u30ac\u30b7\u30fc<\/span><\/h4>\n                    <p class=\"format-description\">PowerPoint 2007 \u3088\u308a\u524d\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u305f\u5f93\u6765\u306e Microsoft PowerPoint \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f\u3002\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u7528\u306e\u30b9\u30e9\u30a4\u30c9\u3001\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u3001\u304a\u3088\u3073\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3092\u4fdd\u5b58\u3059\u308b\u30d0\u30a4\u30ca\u30ea\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.ms-powerpoint<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u3001PPTX\u3088\u308a\u6a5f\u80fd\u304c\u5c11\u306a\u3044<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u53e4\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306e PowerPoint \u3068\u306e\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ODP <span class=\"format-badge\">\u30aa\u30fc\u30d7\u30f3\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9<\/span><\/h4>\n                    <p class=\"format-description\">OpenDocument \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f\u3002\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u30aa\u30fc\u30d7\u30f3\u6a19\u6e96\u3067\u3059\u3002\u3053\u308c\u306f\u3001LibreOffice Impress \u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9 \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3 \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">OASIS OpenDocument\u5f62\u5f0f<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">application\/vnd.oasis.opendocument.presentation<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u69cb\u9020:<\/span>\n                            <span class=\"property-value\">XML \u30d5\u30a1\u30a4\u30eb\u3092\u542b\u3080 ZIP \u30a2\u30fc\u30ab\u30a4\u30d6<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3001\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u74b0\u5883<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.KEY <span class=\"format-badge\">\u30a2\u30c3\u30d7\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">Apple Keynote \u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u5f62\u5f0f\u3002Apple \u306e Keynote \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30cd\u30a4\u30c6\u30a3\u30d6\u5f62\u5f0f\u3067\u3059\u3002\u9ad8\u5ea6\u306a\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u6a5f\u80fd\u3068\u4ed6\u306e Apple \u88fd\u54c1\u3068\u306e\u7dca\u5bc6\u306a\u7d71\u5408\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c3\u30d7\u30eb\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.apple.keynote<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0:<\/span>\n                            <span class=\"property-value\">macOS\u3001iOS\u3001iCloud<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30c7\u30b6\u30a4\u30f3\u91cd\u8996\u306e\u30d7\u30ec\u30bc\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3001Apple \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0 \u30e6\u30fc\u30b6\u30fc<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30dd\u30fc\u30bf\u30d6\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30dd\u30fc\u30bf\u30d6\u30eb \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u306f\u3001\u3055\u307e\u3056\u307e\u306a\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3084\u30c7\u30d0\u30a4\u30b9\u9593\u3067\u4e00\u8cab\u3057\u305f\u5916\u89b3\u3092\u7dad\u6301\u3059\u308b\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u3067\u306f\u3001\u30ec\u30a4\u30a2\u30a6\u30c8\u3001\u30d5\u30a9\u30f3\u30c8\u3001\u753b\u50cf\u3001\u305d\u306e\u4ed6\u306e\u8981\u7d20\u304c\u4f5c\u6210\u8005\u306e\u610f\u56f3\u3069\u304a\u308a\u306b\u6b63\u78ba\u306b\u4fdd\u6301\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PDF <span class=\"format-badge\">\u6a19\u6e96<\/span><\/h4>\n                    <p class=\"format-description\">\u3059\u3079\u3066\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306b\u308f\u305f\u3063\u3066\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u4e00\u8cab\u3057\u3066\u8868\u793a\u3059\u308b\u305f\u3081\u306b\u958b\u767a\u3055\u308c\u305f\u3001Portable Document Format\u3002 PDF \u306f\u3001\u8868\u793a\u306b\u4f7f\u7528\u3055\u308c\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3084\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0 \u30b7\u30b9\u30c6\u30e0\u306b\u95a2\u4fc2\u306a\u304f\u3001\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u66f8\u5f0f\u8a2d\u5b9a\u3001\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u3001\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u4fdd\u6301\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c9\u30d3 \u30b7\u30b9\u30c6\u30e0\u30ba (\u73fe\u5728\u306f ISO \u6a19\u6e96)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u7533\u8acb\u66f8\/PDF<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30d5\u30a9\u30fc\u30e0\u3001\u30c7\u30b8\u30bf\u30eb\u7f72\u540d\u3001\u6697\u53f7\u5316<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u6587\u66f8\u306e\u914d\u5e03\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u3001\u30d5\u30a9\u30fc\u30e0\u3001\u6cd5\u7684\u6587\u66f8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XPS <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">XML Paper \u306e\u4ed5\u69d8\u3002Microsoft \u306b\u3088\u308b PDF \u306e\u4ee3\u66ff\u54c1\u3002\u3053\u308c\u306f\u3001XML \u306b\u57fa\u3065\u3044\u305f\u30da\u30fc\u30b8\u8a18\u8ff0\u8a00\u8a9e\u3068\u56fa\u5b9a\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u306e\u30aa\u30fc\u30d7\u30f3\u4ed5\u69d8\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/oxps\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.ms-xpsdocument<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u69cb\u9020:<\/span>\n                            <span class=\"property-value\">XML\u3001\u30ea\u30bd\u30fc\u30b9\u3092\u542b\u3080 ZIP \u30a2\u30fc\u30ab\u30a4\u30d6<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Windows \u56fa\u6709\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5171\u6709\u3001\u5370\u5237\u30b7\u30b9\u30c6\u30e0<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.EPUB <span class=\"format-badge\">\u96fb\u5b50\u66f8\u7c4d<\/span><\/h4>\n                    <p class=\"format-description\">\u96fb\u5b50\u51fa\u7248\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002\u56fd\u969b\u30c7\u30b8\u30bf\u30eb\u51fa\u7248\u30d5\u30a9\u30fc\u30e9\u30e0\u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f\u96fb\u5b50\u66f8\u7c4d\u306e\u30aa\u30fc\u30d7\u30f3\u6a19\u6e96\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30ea\u30d5\u30ed\u30fc\u53ef\u80fd\u306a\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u3055\u307e\u3056\u307e\u306a\u753b\u9762\u30b5\u30a4\u30ba\u306b\u9069\u5fdc\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u56fd\u969b\u30c7\u30b8\u30bf\u30eb\u51fa\u7248\u30d5\u30a9\u30fc\u30e9\u30e0 (IDPF)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/epub+zip<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30ea\u30d5\u30ed\u30fc\u53ef\u80fd\u306a\u30c6\u30ad\u30b9\u30c8\u3001\u57cb\u3081\u8fbc\u307f\u30d5\u30a9\u30f3\u30c8\u3001\u753b\u50cf<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u96fb\u5b50\u66f8\u7c4d\u3001\u30c7\u30b8\u30bf\u30eb\u51fa\u7248\u7269\u3001\u30ea\u30d5\u30ed\u30fc\u53ef\u80fd\u306a\u30b3\u30f3\u30c6\u30f3\u30c4<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MOBI <span class=\"format-badge\">\u96fb\u5b50\u66f8\u7c4d<\/span><\/h4>\n                    <p class=\"format-description\">MobiPocket \u96fb\u5b50\u66f8\u7c4d\u5f62\u5f0f\u3002MobiPocket Reader \u7528\u306b\u958b\u767a\u3055\u308c\u3001\u5f8c\u306b Amazon Kindle \u96fb\u5b50\u66f8\u7c4d\u30ea\u30fc\u30c0\u30fc\u3067\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u30d6\u30c3\u30af\u30de\u30fc\u30af\u3001\u30e1\u30e2\u3001\u4fee\u6b63\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30e2\u30d3\u30dd\u30b1\u30c3\u30c8\uff08\u30a2\u30de\u30be\u30f3\uff09<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-mobipocket-ebook<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">EPUB \u3088\u308a\u3082\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u5c11\u306a\u3044<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Amazon Kindle \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u3001\u53e4\u3044\u96fb\u5b50\u66f8\u7c4d\u30ea\u30fc\u30c0\u30fc<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Image Formats Section -->\n    <section id=\"image-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">\u30e9\u30b9\u30bf\u30fc\u753b\u50cf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30e9\u30b9\u30bf\u30fc \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u306f\u3001\u30a4\u30e1\u30fc\u30b8 \u30c7\u30fc\u30bf\u3092\u500b\u3005\u306e\u30d4\u30af\u30bb\u30eb\u306e\u30b0\u30ea\u30c3\u30c9\u3068\u3057\u3066\u4fdd\u5b58\u3057\u307e\u3059\u3002\u5404\u30d4\u30af\u30bb\u30eb\u306b\u306f\u8272\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u304a\u308a\u3001\u30e9\u30b9\u30bf\u30fc \u30a4\u30e1\u30fc\u30b8\u306e\u54c1\u8cea\u306f\u89e3\u50cf\u5ea6\u3068\u30d3\u30c3\u30c8\u6df1\u5ea6\u306b\u3088\u3063\u3066\u6c7a\u307e\u308a\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.JPEG \/ .JPG <span class=\"format-badge\">\u5727\u7e2e\u3055\u308c\u305f<\/span><\/h4>\n                    <p class=\"format-description\">Joint Photographic Experts Group \u5f62\u5f0f\u3002\u30c7\u30b8\u30bf\u30eb\u753b\u50cf\u7528\u306e\u975e\u53ef\u9006\u5727\u7e2e\u5f62\u5f0f\u3067\u3059\u3002 JPEG \u306f\u4e00\u90e8\u306e\u60c5\u5831\u3092\u7834\u68c4\u3057\u3066\u753b\u50cf\u30c7\u30fc\u30bf\u3092\u5727\u7e2e\u3059\u308b\u305f\u3081\u3001\u5199\u771f\u3084\u8907\u96d1\u306a\u753b\u50cf\u306b\u6700\u9069\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u5171\u540c\u5199\u771f\u5c02\u9580\u5bb6\u30b0\u30eb\u30fc\u30d7<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/jpeg<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u975e\u53ef\u9006 (\u8a2d\u5b9a\u53ef\u80fd\u306a\u54c1\u8cea)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u5199\u771f\u3001\u30a6\u30a7\u30d6\u753b\u50cf\u3001\u8907\u96d1\u306a\u8272\u306e\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PNG <span class=\"format-badge\">\u30ed\u30b9\u30ec\u30b9<\/span><\/h4>\n                    <p class=\"format-description\">\u30dd\u30fc\u30bf\u30d6\u30eb \u30cd\u30c3\u30c8\u30ef\u30fc\u30af \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u5f62\u5f0f\u3002\u900f\u660e\u6027\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u53ef\u9006\u5727\u7e2e\u5f62\u5f0f\u3067\u3059\u3002 PNG \u306f\u3001GIF \u306e\u975e\u7279\u8a31\u53d6\u5f97\u6e08\u307f\u306e\u4ee3\u66ff\u54c1\u3068\u3057\u3066\u6539\u826f\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u3066\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">PNG\u958b\u767a\u30b0\u30eb\u30fc\u30d7<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/png<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30a2\u30eb\u30d5\u30a1\u900f\u904e\u3001\u53ef\u9006\u5727\u7e2e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Web \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u3001\u30ed\u30b4\u3001\u900f\u660e\u6027\u306e\u3042\u308b\u753b\u50cf<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.GIF <span class=\"format-badge\">\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3<\/span><\/h4>\n                    <p class=\"format-description\">Graphics Interchange Format\u3002\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3001\u6700\u5927 256 \u8272\u306e\u30d1\u30ec\u30c3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u30d3\u30c3\u30c8\u30de\u30c3\u30d7 \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u3002 GIF \u306f\u53ef\u9006\u5727\u7e2e\u3092\u4f7f\u7528\u3057\u3066\u304a\u308a\u3001\u5358\u7d14\u306a\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306b\u5e83\u304f\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30b3\u30f3\u30d4\u30e5\u30b5\u30fc\u30d6<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/gif<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">\u30d5\u30ec\u30fc\u30e0\u3054\u3068\u306b\u6700\u5927 256 \u8272<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30b7\u30f3\u30d7\u30eb\u306a\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3001\u30a2\u30a4\u30b3\u30f3\u3001\u8272\u306e\u5c11\u306a\u3044\u30b0\u30e9\u30d5\u30a3\u30c3\u30af<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.WebP <span class=\"format-badge\">\u30e2\u30c0\u30f3<\/span><\/h4>\n                    <p class=\"format-description\">JPEG\u3001PNG\u3001GIF \u306e\u4ee3\u66ff\u3068\u3057\u3066 Google \u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f Web Picture \u5f62\u5f0f\u3002 Web \u753b\u50cf\u306b\u512a\u308c\u305f\u53ef\u9006\u5727\u7e2e\u304a\u3088\u3073\u975e\u53ef\u9006\u5727\u7e2e\u3092\u63d0\u4f9b\u3057\u3001\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3068\u900f\u660e\u6027\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">Google<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u975e\u53ef\u9006\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u53ef\u9006\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u4e21\u65b9<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Web \u753b\u50cf\u3001\u54c1\u8cea\u3092\u7dad\u6301\u3057\u306a\u304c\u3089\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092\u5c0f\u3055\u304f\u3059\u308b<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.TIFF \/ .TIF <span class=\"format-badge\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">\u30bf\u30b0\u4ed8\u304d\u30a4\u30e1\u30fc\u30b8 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u51fa\u7248\u3001\u5199\u771f\u3001\u30d7\u30ed\u306e\u5370\u5237\u3067\u4e00\u822c\u7684\u306b\u4f7f\u7528\u3055\u308c\u308b\u67d4\u8edf\u306a\u30e9\u30b9\u30bf\u30fc \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u3067\u3059\u3002\u8907\u6570\u306e\u8272\u7a7a\u9593\u3068\u5727\u7e2e\u65b9\u6cd5\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30eb\u30c0\u30b9\u793e\uff08\u73fe\u30a2\u30c9\u30d3\u793e\uff09<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/TIFF<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30ec\u30a4\u30e4\u30fc\u3001\u8907\u6570\u30da\u30fc\u30b8\u3001\u3055\u307e\u3056\u307e\u306a\u5727\u7e2e\u30aa\u30d7\u30b7\u30e7\u30f3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u306e\u5199\u771f\u64ae\u5f71\u3001\u5370\u5237\u51fa\u7248\u3001\u30a2\u30fc\u30ab\u30a4\u30d6<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.BMP <span class=\"format-badge\">\u57fa\u672c<\/span><\/h4>\n                    <p class=\"format-description\">\u30d3\u30c3\u30c8\u30de\u30c3\u30d7 \u30a4\u30e1\u30fc\u30b8 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002Windows \u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0 \u30b7\u30b9\u30c6\u30e0\u3067\u4f7f\u7528\u3055\u308c\u308b\u5358\u7d14\u306a\u30e9\u30b9\u30bf\u30fc \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u5f62\u5f0f\u3002\u307b\u3068\u3093\u3069\u306e\u5834\u5408\u3001\u753b\u50cf\u30c7\u30fc\u30bf\u3092\u5727\u7e2e\u305b\u305a\u306b\u30d4\u30af\u30bb\u30eb\u3054\u3068\u306b\u4fdd\u5b58\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/bmp<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u306a\u3057\u307e\u305f\u306f RLE (\u3081\u3063\u305f\u306b\u4f7f\u7528\u3055\u308c\u306a\u3044)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30b7\u30f3\u30d7\u30eb\u306a\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u3001Windows \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3001\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30d9\u30af\u30c8\u30eb\u753b\u50cf\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u30d9\u30af\u30bf\u30fc\u753b\u50cf\u5f62\u5f0f\u306f\u3001\u753b\u50cf\u30c7\u30fc\u30bf\u3092\u30d4\u30af\u30bb\u30eb\u3067\u306f\u306a\u304f\u6570\u5f0f\u3068\u3057\u3066\u4fdd\u5b58\u3057\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30d9\u30af\u30bf\u30fc\u753b\u50cf\u3092\u54c1\u8cea\u3092\u640d\u306a\u3046\u3053\u3068\u306a\u304f\u4efb\u610f\u306e\u30b5\u30a4\u30ba\u306b\u62e1\u5927\u7e2e\u5c0f\u3067\u304d\u308b\u305f\u3081\u3001\u30ed\u30b4\u3001\u30a2\u30a4\u30b3\u30f3\u3001\u30a4\u30e9\u30b9\u30c8\u306b\u6700\u9069\u3067\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.SVG <span class=\"format-badge\">\u30a6\u30a7\u30d6\u6a19\u6e96<\/span><\/h4>\n                    <p class=\"format-description\">\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb \u30d9\u30af\u30bf\u30fc \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u5f62\u5f0f\u3002Web \u7528\u306e XML \u30d9\u30fc\u30b9\u306e\u30d9\u30af\u30bf\u30fc\u753b\u50cf\u5f62\u5f0f\u3067\u3059\u3002 SVG \u306f\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u3092 XML \u5f62\u5f0f\u3067\u5b9a\u7fa9\u3057\u3001\u691c\u7d22\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u4ed8\u3051\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u5316\u3001\u304a\u3088\u3073\u5727\u7e2e\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30ef\u30fc\u30eb\u30c9 \u30ef\u30a4\u30c9 \u30a6\u30a7\u30d6 \u30b3\u30f3\u30bd\u30fc\u30b7\u30a2\u30e0 (W3C)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/SVG+XML<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u3001CSS \u304a\u3088\u3073 JavaScript \u306b\u3088\u308b\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u6027<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Web \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30b9\u3001\u30ec\u30b9\u30dd\u30f3\u30b7\u30d6 \u30c7\u30b6\u30a4\u30f3\u3001\u30a2\u30a4\u30b3\u30f3\u3001\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AI <span class=\"format-badge\">\u30a2\u30c9\u30d3<\/span><\/h4>\n                    <p class=\"format-description\">Adobe Illustrator \u30a2\u30fc\u30c8\u30ef\u30fc\u30af\u5f62\u5f0f\u3002Adobe Illustrator \u3067\u4f7f\u7528\u3055\u308c\u308b\u30cd\u30a4\u30c6\u30a3\u30d6 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u3053\u308c\u306f\u3001\u9ad8\u5ea6\u306a\u6a5f\u80fd\u3092\u5099\u3048\u305f\u30d9\u30af\u30bf\u30fc \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u3092\u4f5c\u6210\u304a\u3088\u3073\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u72ec\u81ea\u306e\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c9\u30d3\u30b7\u30b9\u30c6\u30e0\u30ba<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u7533\u8acb\u66f8\u30fb\u8ffd\u8a18<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u57fa\u3065\u3044\u3066:<\/span>\n                            <span class=\"property-value\">PDF\uff08Illustrator 9\u4ee5\u964d\uff09<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u306e\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30c7\u30b6\u30a4\u30f3\u3001\u30ed\u30b4\u3001\u30a4\u30e9\u30b9\u30c8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.EPS <span class=\"format-badge\">\u51fa\u7248<\/span><\/h4>\n                    <p class=\"format-description\">\u30ab\u30d7\u30bb\u30eb\u5316\u3055\u308c\u305f PostScript \u5f62\u5f0f\u3002PostScript \u8a00\u8a9e\u306b\u57fa\u3065\u304f\u30b0\u30e9\u30d5\u30a3\u30c3\u30af \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u30d7\u30ed\u306e\u5370\u5237\u304a\u3088\u3073\u51fa\u7248\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u3067\u5e83\u304f\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c9\u30d3\u30b7\u30b9\u30c6\u30e0\u30ba<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u7533\u8acb\u66f8\u30fb\u8ffd\u8a18<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ec\u30d3\u30e5\u30fc\u753b\u50cf\u3001PostScript \u30b3\u30fc\u30c9\u3001\u5e45\u5e83\u3044\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u5370\u5237\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u9593\u306e\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CDR <span class=\"format-badge\">CorelDRAW<\/span><\/h4>\n                    <p class=\"format-description\">CorelDRAW \u5f62\u5f0f\u3001CorelDRAW Graphics Suite \u306e\u30cd\u30a4\u30c6\u30a3\u30d6 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u3053\u308c\u306f\u3001\u8907\u6570\u306e\u30da\u30fc\u30b8\u3068\u30ec\u30a4\u30e4\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u72ec\u81ea\u306e\u30d9\u30af\u30bf\u30fc \u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30b3\u30fc\u30ec\u30eb\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-cdr<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u8907\u6570\u306e\u30da\u30fc\u30b8\u3001\u30ec\u30a4\u30e4\u30fc\u3001\u30a8\u30d5\u30a7\u30af\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">CorelDRAW \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u306e\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u30c7\u30b6\u30a4\u30f3<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Photoshop \u3068\u30ec\u30a4\u30e4\u30fc\u5316\u3055\u308c\u305f\u753b\u50cf\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u30ec\u30a4\u30e4\u30fc\u30c9 \u30a4\u30e1\u30fc\u30b8 \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u3001\u8907\u6570\u306e\u30ec\u30a4\u30e4\u30fc\u306e\u30a4\u30e1\u30fc\u30b8 \u30c7\u30fc\u30bf\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3001\u8907\u96d1\u306a\u5408\u6210\u3084\u975e\u7834\u58ca\u7de8\u96c6\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u4e3b\u306b\u30d7\u30ed\u306e\u753b\u50cf\u7de8\u96c6\u3084\u30b0\u30e9\u30d5\u30a3\u30c3\u30af \u30c7\u30b6\u30a4\u30f3\u3067\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PSD <span class=\"format-badge\">\u30a2\u30c9\u30d3<\/span><\/h4>\n                    <p class=\"format-description\">Photoshop \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u3001Adobe Photoshop \u306e\u30cd\u30a4\u30c6\u30a3\u30d6 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u3059\u3079\u3066\u306e\u30ec\u30a4\u30e4\u30fc\u3001\u30de\u30b9\u30af\u3001\u30c6\u30ad\u30b9\u30c8\u3001\u305d\u306e\u4ed6\u306e\u7de8\u96c6\u6a5f\u80fd\u304c\u4fdd\u5b58\u3055\u308c\u3001\u7de8\u96c6\u3092\u7d9a\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c9\u30d3\u30b7\u30b9\u30c6\u30e0\u30ba<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/vnd.adobe.photoshop<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30ec\u30a4\u30e4\u30fc\u3001\u30de\u30b9\u30af\u3001\u8abf\u6574\u30ec\u30a4\u30e4\u30fc\u3001\u30b9\u30de\u30fc\u30c8\u30aa\u30d6\u30b8\u30a7\u30af\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u306e\u5199\u771f\u7de8\u96c6\u3001\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u30c7\u30b6\u30a4\u30f3\u3001\u5408\u6210<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XCF <span class=\"format-badge\">GIMP<\/span><\/h4>\n                    <p class=\"format-description\">eXperimental Computing Facility \u5f62\u5f0f\u3002GIMP \u753b\u50cf\u30a8\u30c7\u30a3\u30bf\u30fc\u306e\u30cd\u30a4\u30c6\u30a3\u30d6 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3067\u3059\u3002\u30ec\u30a4\u30e4\u30fc\u3001\u30c1\u30e3\u30f3\u30cd\u30eb\u3001\u30d1\u30b9\u3001\u305d\u306e\u4ed6\u306e\u7de8\u96c6\u60c5\u5831\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">GIMP\u30c1\u30fc\u30e0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/x-xcf<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30ec\u30a4\u30e4\u30fc\u3001\u30c1\u30e3\u30f3\u30cd\u30eb\u3001\u30d1\u30b9\u3001\u900f\u660e\u5ea6<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">GIMP \u3067\u306e\u753b\u50cf\u7de8\u96c6\u3001\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9 \u30ef\u30fc\u30af\u30d5\u30ed\u30fc<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.KRA <span class=\"format-badge\">\u30af\u30ea\u30bf<\/span><\/h4>\n                    <p class=\"format-description\">Krita \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u3002Krita \u30c7\u30b8\u30bf\u30eb \u30da\u30a4\u30f3\u30c8 \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u30cd\u30a4\u30c6\u30a3\u30d6 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3067\u3059\u3002\u30ec\u30a4\u30e4\u30fc\u3001\u30de\u30b9\u30af\u3001\u30d5\u30a3\u30eb\u30bf\u30fc\u3001\u30d9\u30af\u30bf\u30fc\u8981\u7d20\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30af\u30ea\u30bf\u8ca1\u56e3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-krita<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30ec\u30a4\u30e4\u30fc\u30b0\u30eb\u30fc\u30d7\u3001\u30d9\u30af\u30bf\u30fc\u30ec\u30a4\u30e4\u30fc\u3001\u30d5\u30a3\u30eb\u30bf\u30fc\u30de\u30b9\u30af<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30c7\u30b8\u30bf\u30eb\u30da\u30a4\u30f3\u30c6\u30a3\u30f3\u30b0\u3001\u30a4\u30e9\u30b9\u30c8\u3001\u30c6\u30af\u30b9\u30c1\u30e3\u4f5c\u6210<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">Camera Raw \u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">Camera Raw \u5f62\u5f0f\u306b\u306f\u3001\u30c7\u30b8\u30bf\u30eb \u30ab\u30e1\u30e9\u306e\u30a4\u30e1\u30fc\u30b8 \u30bb\u30f3\u30b5\u30fc\u304b\u3089\u6700\u5c0f\u9650\u306b\u51e6\u7406\u3055\u308c\u305f\u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u3067\u306f\u3001\u5143\u306e\u753b\u50cf\u30c7\u30fc\u30bf\u304c\u3059\u3079\u3066\u4fdd\u5b58\u3055\u308c\u308b\u305f\u3081\u3001\u5f8c\u51e6\u7406\u306e\u67d4\u8edf\u6027\u304c\u9ad8\u307e\u308a\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.RAW <span class=\"format-badge\">\u30b8\u30a7\u30cd\u30ea\u30c3\u30af<\/span><\/h4>\n                    <p class=\"format-description\">\u30c7\u30b8\u30bf\u30eb\u30ab\u30e1\u30e9\u306e\u5404\u7a2eRAW\u753b\u50cf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u7dcf\u79f0\u3002\u901a\u5e38\u3001\u5404\u30ab\u30e1\u30e9\u30e1\u30fc\u30ab\u30fc\u306f\u72ec\u81ea\u306e RAW \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3092\u6301\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u5404\u7a2e\u30ab\u30e1\u30e9\u30e1\u30fc\u30ab\u30fc<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/X-RAW<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u672a\u51e6\u7406\u306e\u30bb\u30f3\u30b5\u30fc \u30c7\u30fc\u30bf\u3001\u30d5\u30eb\u30d3\u30c3\u30c8\u6df1\u5ea6<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u306e\u5199\u771f\u64ae\u5f71\u3001\u6700\u5927\u9650\u306e\u7de8\u96c6\u67d4\u8edf\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DNG <span class=\"format-badge\">\u30a2\u30c9\u30d3<\/span><\/h4>\n                    <p class=\"format-description\">Digital Negative \u5f62\u5f0f\u3002Adobe \u304c\u958b\u767a\u3057\u305f\u30aa\u30fc\u30d7\u30f3\u306a RAW \u753b\u50cf\u5f62\u5f0f\u3002\u3053\u308c\u306f\u3001\u3055\u307e\u3056\u307e\u306a\u30e1\u30fc\u30ab\u30fc\u306e Camera Raw \u30d5\u30a1\u30a4\u30eb\u306e\u6a19\u6e96\u5f62\u5f0f\u3092\u63d0\u4f9b\u3059\u308b\u305f\u3081\u306b\u4f5c\u6210\u3055\u308c\u307e\u3057\u305f\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c9\u30d3\u30b7\u30b9\u30c6\u30e0\u30ba<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/x-adobe-dng<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u6a19\u6e96\u5316\u3055\u308c\u305f\u30e1\u30bf\u30c7\u30fc\u30bf\u3001\u57cb\u3081\u8fbc\u307f\u30d7\u30ec\u30d3\u30e5\u30fc<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">RAW \u5199\u771f\u306e\u9577\u671f\u30a2\u30fc\u30ab\u30a4\u30d6\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u9593\u306e\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CR2\/CR3 <span class=\"format-badge\">\u30ad\u30e4\u30ce\u30f3<\/span><\/h4>\n                    <p class=\"format-description\">Canon Raw \u30d0\u30fc\u30b8\u30e7\u30f3 2\/3 \u5f62\u5f0f\u3002Canon \u30c7\u30b8\u30bf\u30eb \u30ab\u30e1\u30e9\u3067\u4f7f\u7528\u3055\u308c\u308b\u72ec\u81ea\u306e RAW \u753b\u50cf\u5f62\u5f0f\u3002\u3053\u308c\u3089\u306b\u306f\u3001\u30ab\u30e1\u30e9\u306e\u30bb\u30f3\u30b5\u30fc\u304b\u3089\u76f4\u63a5\u53d6\u5f97\u3055\u308c\u305f\u672a\u51e6\u7406\u306e\u753b\u50cf\u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30ad\u30e4\u30ce\u30f3\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/x-canon-cr2\u3001\u753b\u50cf\/x-canon-cr3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u57fa\u3065\u3044\u3066:<\/span>\n                            <span class=\"property-value\">TIFF (CR2)\u3001ISO \u30d9\u30fc\u30b9 \u30e1\u30c7\u30a3\u30a2 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f (CR3)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Canon\u30ab\u30e1\u30e9\u306b\u3088\u308b\u30d7\u30ed\u306e\u5199\u771f\u64ae\u5f71<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.NEF <span class=\"format-badge\">\u30cb\u30b3\u30f3<\/span><\/h4>\n                    <p class=\"format-description\">Nikon Electronic Format \u306f\u3001Nikon \u30c7\u30b8\u30bf\u30eb \u30ab\u30e1\u30e9\u3067\u4f7f\u7528\u3055\u308c\u308b\u72ec\u81ea\u306e RAW \u753b\u50cf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059\u3002\u3053\u308c\u306b\u306f\u3001\u30ab\u30e1\u30e9\u306e\u30a4\u30e1\u30fc\u30b8 \u30bb\u30f3\u30b5\u30fc\u304b\u3089\u306e\u672a\u51e6\u7406\u306e\u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u682a\u5f0f\u4f1a\u793e\u30cb\u30b3\u30f3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u753b\u50cf\/x-nikon-nef<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u57fa\u3065\u3044\u3066:<\/span>\n                            <span class=\"property-value\">TIFF\/EP\u898f\u683c<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Nikon \u30ab\u30e1\u30e9\u306b\u3088\u308b\u30d7\u30ed\u306e\u5199\u771f\u64ae\u5f71<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Video Formats Section -->\n    <section id=\"video-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">\u30d3\u30c7\u30aa\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">\u4e00\u822c\u7684\u306a\u30d3\u30c7\u30aa\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u30d3\u30c7\u30aa \u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u306f\u3001\u30d3\u30c7\u30aa \u30c7\u30fc\u30bf\u3001\u30aa\u30fc\u30c7\u30a3\u30aa \u30c8\u30e9\u30c3\u30af\u3001\u5b57\u5e55\u3001\u30e1\u30bf\u30c7\u30fc\u30bf\u3092 1 \u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30ab\u30d7\u30bb\u30eb\u5316\u3057\u307e\u3059\u3002\u3055\u307e\u3056\u307e\u306a\u30b3\u30f3\u30c6\u30ca\u30fc\u304c\u3001\u3055\u307e\u3056\u307e\u306a\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u306b\u5408\u308f\u305b\u3066\u3055\u307e\u3056\u307e\u306a\u30b3\u30fc\u30c7\u30c3\u30af\u3068\u6a5f\u80fd\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MP4 <span class=\"format-badge\">\u30e6\u30cb\u30d0\u30fc\u30b5\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">MPEG-4 Part 14 \u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u3002\u6700\u3082\u5e83\u304f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30d3\u30c7\u30aa\u5f62\u5f0f\u306e 1 \u3064\u3002\u30d3\u30c7\u30aa\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3001\u5b57\u5e55\u3001\u305d\u306e\u4ed6\u306e\u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u542b\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u3001\u307b\u3068\u3093\u3069\u306e\u30c7\u30d0\u30a4\u30b9\u3068\u4e92\u63db\u6027\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u52d5\u753b\u5c02\u9580\u5bb6\u30b0\u30eb\u30fc\u30d7 (ISO\/IEC)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30d3\u30c7\u30aa\/mp4<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u4e00\u822c\u7684\u306a\u30b3\u30fc\u30c7\u30c3\u30af:<\/span>\n                            <span class=\"property-value\">H.264\u3001H.265 (\u30d3\u30c7\u30aa)\u3001AAC (\u30aa\u30fc\u30c7\u30a3\u30aa)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Web\u30d3\u30c7\u30aa\u3001\u30e2\u30d0\u30a4\u30eb\u30c7\u30d0\u30a4\u30b9\u3001\u4e00\u822c\u914d\u4fe1<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MKV <span class=\"format-badge\">\u591a\u7528\u9014<\/span><\/h4>\n                    <p class=\"format-description\">Matroska \u30d3\u30c7\u30aa \u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u30021 \u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u30d3\u30c7\u30aa\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3001\u753b\u50cf\u3001\u307e\u305f\u306f\u5b57\u5e55\u30c8\u30e9\u30c3\u30af\u3092\u7121\u5236\u9650\u306b\u4fdd\u6301\u3067\u304d\u308b\u30aa\u30fc\u30d7\u30f3\u6a19\u6e96\u306e\u67d4\u8edf\u306a\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30c8\u30ed\u30b9\u30ab\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30c1\u30fc\u30e0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30d3\u30c7\u30aa\/x-\u30de\u30c8\u30ed\u30b9\u30ab<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u8907\u6570\u306e\u30aa\u30fc\u30c7\u30a3\u30aa\u30c8\u30e9\u30c3\u30af\u3001\u5b57\u5e55\u3001\u30c1\u30e3\u30d7\u30bf\u30fc<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u9ad8\u54c1\u8cea\u306e\u30d3\u30c7\u30aa\u30b9\u30c8\u30ec\u30fc\u30b8\u3001\u8907\u6570\u306e\u30aa\u30fc\u30c7\u30a3\u30aa\/\u5b57\u5e55\u30c8\u30e9\u30c3\u30af<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AVI <span class=\"format-badge\">\u30ec\u30ac\u30b7\u30fc<\/span><\/h4>\n                    <p class=\"format-description\">Microsoft \u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f\u30aa\u30fc\u30c7\u30a3\u30aa \u30d3\u30c7\u30aa \u30a4\u30f3\u30bf\u30fc\u30ea\u30fc\u30d6\u5f62\u5f0f\u3002\u3053\u308c\u306f\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3068\u30d3\u30c7\u30aa\u306e\u4e21\u65b9\u306e\u30c7\u30fc\u30bf\u3092\u30d5\u30a1\u30a4\u30eb \u30b3\u30f3\u30c6\u30ca\u30fc\u306b\u542b\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u30b3\u30f3\u30c6\u30ca\u30fc\u5f62\u5f0f\u3067\u3042\u308a\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3068\u30d3\u30c7\u30aa\u306e\u540c\u671f\u518d\u751f\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30d3\u30c7\u30aa\/x-msvideo<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">\u9650\u5b9a\u7684\u306a\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u30b5\u30dd\u30fc\u30c8\u3001\u30b5\u30a4\u30ba\u5236\u9650<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u53e4\u3044\u30b7\u30b9\u30c6\u30e0\u3068\u306e\u4e92\u63db\u6027\u3001\u30b7\u30f3\u30d7\u30eb\u306a\u30d3\u30c7\u30aa\u30b9\u30c8\u30ec\u30fc\u30b8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MOV <span class=\"format-badge\">\u30a2\u30c3\u30d7\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">Apple \u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f QuickTime \u30e0\u30fc\u30d3\u30fc\u5f62\u5f0f\u3002\u3053\u308c\u306f\u3001\u30d3\u30c7\u30aa\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3001\u30a8\u30d5\u30a7\u30af\u30c8\u3001\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6 \u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u542b\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u3067\u3001\u4e3b\u306b Apple \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u3067\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c3\u30d7\u30eb\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30d3\u30c7\u30aa\/\u30af\u30a4\u30c3\u30af\u30bf\u30a4\u30e0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30c1\u30e3\u30d7\u30bf\u30fc\u3001\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9\u30013D \u30b3\u30f3\u30c6\u30f3\u30c4<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Apple \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u3001\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u30d3\u30c7\u30aa\u7de8\u96c6<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.WebM <span class=\"format-badge\">\u30a6\u30a7\u30d6<\/span><\/h4>\n                    <p class=\"format-description\">Web \u30e1\u30c7\u30a3\u30a2\u5f62\u5f0f\u3002Web \u7528\u306b\u8a2d\u8a08\u3055\u308c\u305f\u30aa\u30fc\u30d7\u30f3\u3067\u30ed\u30a4\u30e4\u30ea\u30c6\u30a3\u30d5\u30ea\u30fc\u306e\u30e1\u30c7\u30a3\u30a2 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3067\u3059\u3002\u3053\u308c\u306f\u3001VP8\/VP9 \u30d3\u30c7\u30aa \u30b3\u30fc\u30c7\u30c3\u30af\u3068 Vorbis\/Opus \u30aa\u30fc\u30c7\u30a3\u30aa \u30b3\u30fc\u30c7\u30c3\u30af\u3092\u5099\u3048\u305f Matroska \u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">Google<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30d3\u30c7\u30aa\/\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b3\u30fc\u30c7\u30c3\u30af:<\/span>\n                            <span class=\"property-value\">VP8\u3001VP9\u3001AV1 (\u30d3\u30c7\u30aa)\u3001Vorbis\u3001Opus (\u30aa\u30fc\u30c7\u30a3\u30aa)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Web\u30d3\u30c7\u30aa\u3001HTML5\u30d3\u30c7\u30aa\u518d\u751f\u3001\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.TS <span class=\"format-badge\">\u30d6\u30ed\u30fc\u30c9\u30ad\u30e3\u30b9\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">MPEG \u30c8\u30e9\u30f3\u30b9\u30dd\u30fc\u30c8 \u30b9\u30c8\u30ea\u30fc\u30e0\u5f62\u5f0f\u3002\u30c7\u30b8\u30bf\u30eb \u30d3\u30c7\u30aa\u3068\u30aa\u30fc\u30c7\u30a3\u30aa\u3092\u30d6\u30ed\u30fc\u30c9\u30ad\u30e3\u30b9\u30c8\u3059\u308b\u305f\u3081\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u4fe1\u983c\u6027\u306e\u4f4e\u3044\u30e1\u30c7\u30a3\u30a2\u3092\u4ecb\u3057\u305f\u30aa\u30fc\u30c7\u30a3\u30aa\u3001\u30d3\u30c7\u30aa\u3001\u30c7\u30fc\u30bf\u306e\u9001\u4fe1\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u52d5\u753b\u5c02\u9580\u5bb6\u30b0\u30eb\u30fc\u30d7 (ISO\/IEC)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30d3\u30c7\u30aa\/mp2t<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30a8\u30e9\u30fc\u8a02\u6b63\u3001\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u6a5f\u80fd<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30c7\u30b8\u30bf\u30ebTV\u653e\u9001\u3001\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u3001DVD<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u30d3\u30c7\u30aa\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u30d3\u30c7\u30aa\u5f62\u5f0f\u306f\u3001\u9ad8\u54c1\u8cea\u306e\u30d3\u30c7\u30aa\u5236\u4f5c\u3001\u7de8\u96c6\u3001\u914d\u4fe1\u5411\u3051\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u591a\u304f\u306e\u5834\u5408\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3088\u308a\u3082\u54c1\u8cea\u3092\u512a\u5148\u3057\u3001\u9ad8\u5ea6\u306a\u6a5f\u80fd\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MXF <span class=\"format-badge\">\u30d6\u30ed\u30fc\u30c9\u30ad\u30e3\u30b9\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">\u30de\u30c6\u30ea\u30a2\u30eb \u30a8\u30af\u30b9\u30c1\u30a7\u30f3\u30b8 \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3002\u30d7\u30ed\u4ed5\u69d8\u306e\u30c7\u30b8\u30bf\u30eb \u30d3\u30c7\u30aa\u304a\u3088\u3073\u30aa\u30fc\u30c7\u30a3\u30aa \u30b3\u30f3\u30c6\u30f3\u30c4\u7528\u306e\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u30d3\u30b8\u30e5\u30a2\u30eb\u7d20\u6750\u3068\u95a2\u9023\u3059\u308b\u30c7\u30fc\u30bf\u304a\u3088\u3073\u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u4ea4\u63db\u3067\u304d\u308b\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u6620\u753b\u30c6\u30ec\u30d3\u6280\u8853\u8005\u5354\u4f1a (SMPTE)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/MXF<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u8c4a\u5bcc\u306a\u30e1\u30bf\u30c7\u30fc\u30bf\u3001\u8907\u6570\u306e\u904b\u7528\u30d1\u30bf\u30fc\u30f3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u653e\u9001\u696d\u754c\u3001\u30d7\u30ed\u306e\u30d3\u30c7\u30aa\u5236\u4f5c<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DNxHR\/DNxHD <span class=\"format-badge\">\u71b1\u5fc3\u306a<\/span><\/h4>\n                    <p class=\"format-description\">Digital Nonlinear Extensible High Resolution\/High Definition\u3002\u30de\u30eb\u30c1\u89e3\u50cf\u5ea6\u3001\u5727\u7e2e HD \u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u7528\u306b Avid Technology \u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f\u9ad8\u54c1\u8cea\u30d3\u30c7\u30aa \u30b3\u30fc\u30c7\u30c3\u30af\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u71b1\u5fc3\u306a\u30c6\u30af\u30ce\u30ed\u30b8\u30fc<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b3\u30f3\u30c6\u30ca:<\/span>\n                            <span class=\"property-value\">MXF\u3001MOV<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u54c1\u8cea\u30ec\u30d9\u30eb:<\/span>\n                            <span class=\"property-value\">LB\u3001SQ\u3001HQ\u3001HQX\u3001444<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u30d3\u30c7\u30aa\u7de8\u96c6\u3001Avid Media Composer<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ProRes <span class=\"format-badge\">\u30a2\u30c3\u30d7\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">Apple ProRes \u306f\u3001\u30dd\u30b9\u30c8\u30d7\u30ed\u30c0\u30af\u30b7\u30e7\u30f3 \u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u306e\u305f\u3081\u306b Apple \u304c\u958b\u767a\u3057\u305f\u9ad8\u54c1\u8cea\u3067\u8996\u899a\u7684\u306b\u30ed\u30b9\u30ec\u30b9\u306e\u30d3\u30c7\u30aa \u30b3\u30fc\u30c7\u30c3\u30af \u30d5\u30a1\u30df\u30ea\u3067\u3059\u3002\u3055\u307e\u3056\u307e\u306a\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u306b\u5fdc\u3058\u3066\u3055\u307e\u3056\u307e\u306a\u54c1\u8cea\u30ec\u30d9\u30eb\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c3\u30d7\u30eb\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b3\u30f3\u30c6\u30ca:<\/span>\n                            <span class=\"property-value\">MOV\u3001MXF<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3:<\/span>\n                            <span class=\"property-value\">422 \u30d7\u30ed\u30ad\u30b7\u3001422 LT\u3001422\u3001422 HQ\u30014444\u30014444 XQ<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u306e\u30d3\u30c7\u30aa\u7de8\u96c6\u3001Apple Final Cut Pro<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.BRAW <span class=\"format-badge\">\u30d6\u30e9\u30c3\u30af\u30de\u30b8\u30c3\u30af<\/span><\/h4>\n                    <p class=\"format-description\">Blackmagic RAW \u306f\u3001Blackmagic Design \u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f\u5727\u7e2e RAW \u30d3\u30c7\u30aa\u5f62\u5f0f\u3067\u3059\u3002 RAW \u51e6\u7406\u306e\u67d4\u8edf\u6027\u3068\u5f93\u6765\u306e\u5727\u7e2e\u30d3\u30c7\u30aa\u5f62\u5f0f\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30d6\u30e9\u30c3\u30af\u30de\u30b8\u30c3\u30af\u30c7\u30b6\u30a4\u30f3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u4e00\u5b9a\u306e\u54c1\u8cea\u307e\u305f\u306f\u4e00\u5b9a\u306e\u30d3\u30c3\u30c8\u30ec\u30fc\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u54c1\u8cea\u8a2d\u5b9a:<\/span>\n                            <span class=\"property-value\">3:1\u30015:1\u30018:1\u300112:1\u3001Q0\u3001Q1\u3001Q3\u3001Q5<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u306e\u6620\u753b\u5236\u4f5c\u3001Blackmagic \u30ab\u30e1\u30e9<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Audio Formats Section -->\n    <section id=\"audio-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">\u97f3\u58f0\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">\u5727\u7e2e\u30aa\u30fc\u30c7\u30a3\u30aa\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u5727\u7e2e\u30aa\u30fc\u30c7\u30a3\u30aa\u5f62\u5f0f\u306f\u3001\u3055\u307e\u3056\u307e\u306a\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u4f7f\u7528\u3057\u3066\u3001\u8a31\u5bb9\u53ef\u80fd\u306a\u30aa\u30fc\u30c7\u30a3\u30aa\u54c1\u8cea\u3092\u7dad\u6301\u3057\u306a\u304c\u3089\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092\u524a\u6e1b\u3057\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u97f3\u697d\u914d\u4fe1\u3001\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u3001\u30dd\u30fc\u30bf\u30d6\u30eb \u30c7\u30d0\u30a4\u30b9\u3067\u4e00\u822c\u7684\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MP3 <span class=\"format-badge\">\u5171\u901a<\/span><\/h4>\n                    <p class=\"format-description\">MPEG-1 Audio Layer III \u306f\u3001\u9069\u5ea6\u306a\u97f3\u8cea\u3092\u7dad\u6301\u3057\u306a\u304c\u3089\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092\u524a\u6e1b\u3059\u308b\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u305f\u975e\u53ef\u9006\u30aa\u30fc\u30c7\u30a3\u30aa\u5727\u7e2e\u5f62\u5f0f\u3067\u3059\u3002\u97f3\u697d\u914d\u4fe1\u3068\u518d\u751f\u306e\u6a19\u6e96\u3068\u306a\u308a\u307e\u3057\u305f\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u6620\u753b\u5c02\u9580\u5bb6\u30b0\u30eb\u30fc\u30d7<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/mpeg<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30d3\u30c3\u30c8\u30ec\u30fc\u30c8:<\/span>\n                            <span class=\"property-value\">8\uff5e320kbps\u3001VBR\u3001CBR<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u97f3\u697d\u914d\u4fe1\u3001\u30dd\u30fc\u30bf\u30d6\u30eb\u30c7\u30d0\u30a4\u30b9\u3001\u4e00\u822c\u7684\u306a\u30ea\u30b9\u30cb\u30f3\u30b0<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AAC <span class=\"format-badge\">\u30e2\u30c0\u30f3<\/span><\/h4>\n                    <p class=\"format-description\">Advanced Audiocoding \u306f\u3001MP3 \u306e\u5f8c\u7d99\u3068\u306a\u308b\u3088\u3046\u306b\u8a2d\u8a08\u3055\u308c\u305f\u975e\u53ef\u9006\u30aa\u30fc\u30c7\u30a3\u30aa\u5727\u7e2e\u5f62\u5f0f\u3067\u3059\u3002\u901a\u5e38\u3001\u540c\u3058\u30d3\u30c3\u30c8 \u30ec\u30fc\u30c8\u3067\u306f MP3 \u3088\u308a\u3082\u512a\u308c\u305f\u97f3\u8cea\u304c\u5f97\u3089\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u6620\u753b\u5c02\u9580\u5bb6\u30b0\u30eb\u30fc\u30d7<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/AAC<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30de\u30eb\u30c1\u30c1\u30e3\u30f3\u30cd\u30eb\u306e\u30b5\u30dd\u30fc\u30c8\u3001\u5727\u7e2e\u52b9\u7387\u306e\u5411\u4e0a<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30c7\u30b8\u30bf\u30eb\u30aa\u30fc\u30c7\u30a3\u30aa\u653e\u9001\u3001\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u3001Apple \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.OGG <span class=\"format-badge\">\u958b\u304f<\/span><\/h4>\n                    <p class=\"format-description\">Ogg Vorbis \u306f\u3001\u7121\u6599\u306e\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u306e\u30aa\u30fc\u30c7\u30a3\u30aa \u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u5f62\u5f0f\u304a\u3088\u3073\u30b3\u30f3\u30c6\u30ca\u3067\u3059\u3002\u7279\u8a31\u30d5\u30ea\u30fc\u3067\u30aa\u30fc\u30d7\u30f3\u306a\u307e\u307e\u3067\u3042\u308a\u306a\u304c\u3089\u3001\u52b9\u7387\u7684\u306a\u30aa\u30fc\u30c7\u30a3\u30aa\u5727\u7e2e\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">Xiph.Org\u8ca1\u56e3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/OG<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b3\u30fc\u30c7\u30c3\u30af:<\/span>\n                            <span class=\"property-value\">Vorbis (\u5171\u901a)\u3001Opus\u3001FLAC<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9 \u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3001\u30b2\u30fc\u30e0\u3001Web \u30aa\u30fc\u30c7\u30a3\u30aa<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.WMA <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">Windows Media Audio \u306f\u3001Microsoft \u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f\u5727\u7e2e\u30aa\u30fc\u30c7\u30a3\u30aa \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3067\u3059\u3002\u53ef\u9006\u5727\u7e2e\u306a\u3069\u3001\u3055\u307e\u3056\u307e\u306a\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u306b\u5fdc\u3058\u3066\u3044\u304f\u3064\u304b\u306e\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/x-ms-wma<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30d0\u30ea\u30a8\u30fc\u30b7\u30e7\u30f3:<\/span>\n                            <span class=\"property-value\">WMA \u30b9\u30bf\u30f3\u30c0\u30fc\u30c9\u3001\u30d7\u30ed\u3001\u30ed\u30b9\u30ec\u30b9\u3001\u97f3\u58f0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Windows \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u3001Microsoft \u88fd\u54c1\u3068\u306e\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30ed\u30b9\u30ec\u30b9\u30aa\u30fc\u30c7\u30a3\u30aa\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30ed\u30b9\u30ec\u30b9\u30aa\u30fc\u30c7\u30a3\u30aa\u5f62\u5f0f\u306f\u3001\u54c1\u8cea\u3092\u640d\u306a\u3046\u3053\u3068\u306a\u304f\u30aa\u30fc\u30c7\u30a3\u30aa\u30c7\u30fc\u30bf\u3092\u5727\u7e2e\u3057\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u611b\u597d\u5bb6\u3001\u97f3\u697d\u30a2\u30fc\u30ab\u30a4\u30d6\u3001\u30d7\u30ed\u306e\u30aa\u30fc\u30c7\u30a3\u30aa\u5236\u4f5c\u306b\u6700\u9069\u3067\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.FLAC <span class=\"format-badge\">\u30ed\u30b9\u30ec\u30b9<\/span><\/h4>\n                    <p class=\"format-description\">\u7121\u6599\u306e Lossless Audio Codec\u3001\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u306e\u30ed\u30b9\u30ec\u30b9 \u30aa\u30fc\u30c7\u30a3\u30aa\u5727\u7e2e\u5f62\u5f0f\u3002\u975e\u5727\u7e2e\u30aa\u30fc\u30c7\u30a3\u30aa\u3068\u6bd4\u8f03\u3057\u3066\u30d3\u30c3\u30c8\u30d1\u30fc\u30d5\u30a7\u30af\u30c8\u306a\u30aa\u30fc\u30c7\u30a3\u30aa\u54c1\u8cea\u3092\u7dad\u6301\u3057\u306a\u304c\u3089\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092 40 \uff5e 50% \u524a\u6e1b\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">Xiph.Org\u8ca1\u56e3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/flac<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u30ed\u30b9\u30ec\u30b9\u3001WAV \u3088\u308a 30 \uff5e 50% \u5c0f\u3055\u3044<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\u30de\u30cb\u30a2\u306e\u30ea\u30b9\u30cb\u30f3\u30b0\u3001\u97f3\u697d\u30a2\u30fc\u30ab\u30a4\u30d6\u3001\u9ad8\u54c1\u8cea\u30aa\u30fc\u30c7\u30a3\u30aa<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ALAC <span class=\"format-badge\">\u30a2\u30c3\u30d7\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">Apple Lossless Audio Codec\u3001Apple \u304c\u958b\u767a\u3057\u305f\u30ed\u30b9\u30ec\u30b9 \u30aa\u30fc\u30c7\u30a3\u30aa\u5727\u7e2e\u5f62\u5f0f\u3002\u975e\u5727\u7e2e\u30aa\u30fc\u30c7\u30a3\u30aa\u306e\u7d04\u534a\u5206\u306e\u30b9\u30da\u30fc\u30b9\u3067 CD \u54c1\u8cea\u306e\u30aa\u30fc\u30c7\u30a3\u30aa\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c3\u30d7\u30eb\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b3\u30f3\u30c6\u30ca:<\/span>\n                            <span class=\"property-value\">M4A<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">\u30ed\u30b9\u30ec\u30b9\u3001FLAC \u306b\u985e\u4f3c<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Apple \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0\u3001iTunes\u3001iOS \u30c7\u30d0\u30a4\u30b9<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.WAV <span class=\"format-badge\">\u975e\u5727\u7e2e<\/span><\/h4>\n                    <p class=\"format-description\">Waveform Audio File Format \u306f\u3001Microsoft \u3068 IBM \u306b\u3088\u3063\u3066\u958b\u767a\u3055\u308c\u305f\u6a19\u6e96\u30aa\u30fc\u30c7\u30a3\u30aa \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3067\u3059\u3002\u901a\u5e38\u3001\u975e\u5727\u7e2e PCM \u30aa\u30fc\u30c7\u30a3\u30aa\u304c\u542b\u307e\u308c\u308b\u305f\u3081\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u306f\u5927\u304d\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u54c1\u8cea\u306f\u5b8c\u74a7\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u3068IBM<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/wav<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b5\u30a4\u30ba:<\/span>\n                            <span class=\"property-value\">10 MB\/\u5206 (CD \u54c1\u8cea)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\u9332\u97f3\u3001\u5236\u4f5c\u3001\u30d7\u30ed\u30e6\u30fc\u30b9<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.AIFF <span class=\"format-badge\">\u30a2\u30c3\u30d7\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">Audio Interchange File Format\u3001Apple \u304c\u958b\u767a\u3057\u305f\u975e\u5727\u7e2e\u30aa\u30fc\u30c7\u30a3\u30aa \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002 WAV \u3068\u540c\u69d8\u306b\u3001\u5b8c\u74a7\u306a\u30aa\u30fc\u30c7\u30a3\u30aa\u54c1\u8cea\u3092\u63d0\u4f9b\u3057\u307e\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a2\u30c3\u30d7\u30eb\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/\u30a2\u30a4\u30d5<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b5\u30a4\u30ba:<\/span>\n                            <span class=\"property-value\">WAV \u306b\u985e\u4f3c (10 MB\/\u5206)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Mac\u74b0\u5883\u3067\u306e\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30aa\u30fc\u30c7\u30a3\u30aa<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u30aa\u30fc\u30c7\u30a3\u30aa\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb \u30aa\u30fc\u30c7\u30a3\u30aa \u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u3001\u30cf\u30a4\u30a8\u30f3\u30c9 \u30aa\u30fc\u30c7\u30a3\u30aa\u306e\u5236\u4f5c\u3001\u30de\u30b9\u30bf\u30ea\u30f3\u30b0\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u5411\u3051\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u512a\u308c\u305f\u54c1\u8cea\u3001\u30de\u30eb\u30c1\u30c1\u30e3\u30cd\u30eb\u306e\u30b5\u30dd\u30fc\u30c8\u3001\u304a\u3088\u3073\u7279\u6b8a\u306a\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DSD <span class=\"format-badge\">\u30aa\u30fc\u30c7\u30a3\u30aa\u30de\u30cb\u30a2<\/span><\/h4>\n                    <p class=\"format-description\">Direct Stream Digital\u3002\u30b9\u30fc\u30d1\u30fc \u30aa\u30fc\u30c7\u30a3\u30aa CD (SACD) \u306b\u4f7f\u7528\u3055\u308c\u308b\u9ad8\u89e3\u50cf\u5ea6\u30aa\u30fc\u30c7\u30a3\u30aa\u5f62\u5f0f\u3002 PCM \u3068\u306f\u7570\u306a\u308b\u30c7\u30b8\u30bf\u30eb \u30aa\u30fc\u30c7\u30a3\u30aa \u30a2\u30d7\u30ed\u30fc\u30c1\u3092\u4f7f\u7528\u3057\u3001\u5358\u4e00\u30d3\u30c3\u30c8\u5024\u306e\u975e\u5e38\u306b\u9ad8\u3044\u30b5\u30f3\u30d7\u30ea\u30f3\u30b0 \u30ec\u30fc\u30c8\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30bd\u30cb\u30fc\u3068\u30d5\u30a3\u30ea\u30c3\u30d7\u30b9<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b5\u30f3\u30d7\u30eb\u30ec\u30fc\u30c8:<\/span>\n                            <span class=\"property-value\">2.8224MHz\u30015.6448MHz\uff08DSD128\uff09<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30d3\u30c3\u30c8\u6df1\u5ea6:<\/span>\n                            <span class=\"property-value\">1\u30d3\u30c3\u30c8\uff08\u30d1\u30eb\u30b9\u5bc6\u5ea6\u5909\u8abf\uff09<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\u30de\u30cb\u30a2\u306e\u30ec\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3001SACD \u30de\u30b9\u30bf\u30ea\u30f3\u30b0<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.BWF <span class=\"format-badge\">\u30d6\u30ed\u30fc\u30c9\u30ad\u30e3\u30b9\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">Broadcast Wave Format \u306f\u3001\u653e\u9001\u304a\u3088\u3073\u30aa\u30fc\u30c7\u30a3\u30aa\u5236\u4f5c\u306b\u304a\u3051\u308b\u5c02\u9580\u7684\u306a\u4f7f\u7528\u306e\u305f\u3081\u306e\u8ffd\u52a0\u306e\u30e1\u30bf\u30c7\u30fc\u30bf\u3092\u542b\u3080 WAV \u5f62\u5f0f\u306e\u62e1\u5f35\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u6b27\u5dde\u653e\u9001\u9023\u5408 (EBU)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u57fa\u3065\u3044\u3066:<\/span>\n                            <span class=\"property-value\">WAV\u5f62\u5f0f<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9\u3001\u8aac\u660e\u3001\u767a\u4fe1\u8005\u60c5\u5831<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u653e\u9001\u3001\u30d7\u30ed\u306e\u30aa\u30fc\u30c7\u30a3\u30aa\u5236\u4f5c<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.PCM <span class=\"format-badge\">\u751f<\/span><\/h4>\n                    <p class=\"format-description\">\u30d1\u30eb\u30b9 \u30b3\u30fc\u30c9\u5909\u8abf\u3002\u30b5\u30f3\u30d7\u30ea\u30f3\u30b0\u3055\u308c\u305f\u30a2\u30ca\u30ed\u30b0\u4fe1\u53f7\u3092\u30c7\u30b8\u30bf\u30eb\u3067\u8868\u73fe\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u65b9\u6cd5\u3002 PCM \u30d5\u30a1\u30a4\u30eb\u306b\u306f\u3001\u30d8\u30c3\u30c0\u30fc\u3084\u30e1\u30bf\u30c7\u30fc\u30bf\u306e\u306a\u3044\u751f\u306e\u30aa\u30fc\u30c7\u30a3\u30aa \u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u751f\u306e\u97f3\u58f0\u30c7\u30fc\u30bf\u5f62\u5f0f<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30aa\u30fc\u30c7\u30a3\u30aa\/L16 (16 \u30d3\u30c3\u30c8 PCM \u7528)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">\u30e1\u30bf\u30c7\u30fc\u30bf\u306a\u3057\u3001\u30b5\u30f3\u30d7\u30eb\u30ec\u30fc\u30c8\/\u30d3\u30c3\u30c8\u6df1\u5ea6\u60c5\u5831\u304c\u5fc5\u8981<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u30aa\u30fc\u30c7\u30a3\u30aa\u6a5f\u5668\u3001\u7279\u6b8a\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Archive Formats Section -->\n    <section id=\"archive-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">\u30a2\u30fc\u30ab\u30a4\u30d6\u304a\u3088\u3073\u5727\u7e2e\u5f62\u5f0f<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">\u4e00\u822c\u7684\u306a\u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f<\/h3>\n            <p class=\"format-section-subtitle\">\u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f\u306f\u3001\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u3068\u30d5\u30a9\u30eb\u30c0\u30fc\u3092 1 \u3064\u306e\u30b3\u30f3\u30c6\u30ca \u30d5\u30a1\u30a4\u30eb\u306b\u30d0\u30f3\u30c9\u30eb\u3057\u3001\u591a\u304f\u306e\u5834\u5408\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092\u524a\u6e1b\u3059\u308b\u305f\u3081\u306b\u5727\u7e2e\u304c\u884c\u308f\u308c\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u914d\u5e03\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3001\u4fdd\u5b58\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ZIP <span class=\"format-badge\">\u30e6\u30cb\u30d0\u30fc\u30b5\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">ZIP \u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f\u306f\u3001\u6700\u3082\u5e83\u304f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5727\u7e2e\u304a\u3088\u3073\u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f\u3067\u3059\u3002\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u6697\u53f7\u5316\u3092\u4f7f\u7528\u3057\u3066\u3001\u8907\u6570\u306e\u30d5\u30a1\u30a4\u30eb\u3068\u30d5\u30a9\u30eb\u30c0\u30fc\u3092\u542b\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u682a\u5f0f\u4f1a\u793ePK\u30a6\u30a7\u30a2<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/zip<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30d1\u30b9\u30ef\u30fc\u30c9\u4fdd\u8b77\u3001\u78ba\u5b9f\u306a\u5727\u7e2e\u30aa\u30d7\u30b7\u30e7\u30f3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u6c4e\u7528\u30a2\u30fc\u30ab\u30a4\u30d6\u3001\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4e92\u63db\u6027<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.RAR <span class=\"format-badge\">\u72ec\u81ea\u306e<\/span><\/h4>\n                    <p class=\"format-description\">Roshal \u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f\u3002\u5f37\u529b\u306a\u5727\u7e2e\u3001\u30a8\u30e9\u30fc\u56de\u5fa9\u3001\u30d5\u30a1\u30a4\u30eb \u30b9\u30d1\u30f3\u6a5f\u80fd\u3092\u5099\u3048\u305f\u72ec\u81ea\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f\u3067\u3059\u3002\u901a\u5e38\u3001ZIP \u3088\u308a\u3082\u512a\u308c\u305f\u5727\u7e2e\u7387\u304c\u5f97\u3089\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30e6\u30fc\u30b8\u30f3\u30fb\u30ed\u30b7\u30e3\u30eb<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.rar<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u5f37\u529b\u306a\u6697\u53f7\u5316\u3001\u30ea\u30ab\u30d0\u30ea\u30ec\u30b3\u30fc\u30c9\u3001\u30dc\u30ea\u30e5\u30fc\u30e0\u30b9\u30d1\u30f3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u3088\u308a\u9ad8\u3044\u5727\u7e2e\u30cb\u30fc\u30ba\u3001\u30de\u30eb\u30c1\u30d1\u30fc\u30c8\u30a2\u30fc\u30ab\u30a4\u30d6<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.7Z <span class=\"format-badge\">\u4e0a\u7d1a\u8005\u5411\u3051<\/span><\/h4>\n                    <p class=\"format-description\">7-Zip \u5f62\u5f0f\u306f\u3001\u9ad8\u3044\u5727\u7e2e\u7387\u3092\u5099\u3048\u305f\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f\u3067\u3059\u3002\u8907\u6570\u306e\u5727\u7e2e\u65b9\u6cd5\u3068\u5f37\u529b\u306a AES-256 \u6697\u53f7\u5316\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30a4\u30fc\u30b4\u30ea\u30fb\u30d1\u30d6\u30ed\u30d5<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">application\/x-7z-compressed<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5727\u7e2e:<\/span>\n                            <span class=\"property-value\">LZMA\u3001LZMA2\u3001PPMd\u3001BZip2<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u6700\u5927\u306e\u5727\u7e2e\u3001\u5927\u898f\u6a21\u306a\u30a2\u30fc\u30ab\u30a4\u30d6<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.TAR <span class=\"format-badge\">\u30e6\u30cb\u30c3\u30af\u30b9<\/span><\/h4>\n                    <p class=\"format-description\">\u30c6\u30fc\u30d7 \u30a2\u30fc\u30ab\u30a4\u30d6\u5f62\u5f0f\u3002\u5143\u3005\u306f\u30c6\u30fc\u30d7 \u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u7528\u306b\u8a2d\u8a08\u3055\u308c\u307e\u3057\u305f\u3002 TAR \u81ea\u4f53\u306f\u5727\u7e2e\u3092\u63d0\u4f9b\u3057\u307e\u305b\u3093\u304c\u3001\u591a\u304f\u306e\u5834\u5408\u3001gzip \u3084 bzip2 \u306a\u3069\u306e\u5727\u7e2e\u30c4\u30fc\u30eb\u3068\u7d44\u307f\u5408\u308f\u305b\u3089\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u51fa\u8eab\u5730:<\/span>\n                            <span class=\"property-value\">Unix\/Linux \u30b7\u30b9\u30c6\u30e0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-tar<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u4e00\u822c\u7684\u306a\u62e1\u5f35\u5b50:<\/span>\n                            <span class=\"property-value\">.tar.gz\u3001.tar.bz2\u3001.tar.xz<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Unix\/Linux \u30b7\u30b9\u30c6\u30e0\u3001\u30d5\u30a1\u30a4\u30eb\u6a29\u9650\u306e\u7dad\u6301<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30c7\u30a3\u30b9\u30af\u30a4\u30e1\u30fc\u30b8\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30c7\u30a3\u30b9\u30af \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u306b\u306f\u3001\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3068\u69cb\u9020\u60c5\u5831\u3092\u542b\u3080\u3001\u30c7\u30a3\u30b9\u30af\u307e\u305f\u306f\u30c7\u30a3\u30b9\u30af \u30d1\u30fc\u30c6\u30a3\u30b7\u30e7\u30f3\u306e\u5b8c\u5168\u306a\u30b3\u30d4\u30fc\u304c\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u3001\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306e\u914d\u5e03\u3001\u30b7\u30b9\u30c6\u30e0\u306e\u56de\u5fa9\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ISO <span class=\"format-badge\">\u6a19\u6e96<\/span><\/h4>\n                    <p class=\"format-description\">ISO \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u3002CD\u3001DVD\u3001\u307e\u305f\u306f Blu-ray \u30c7\u30a3\u30b9\u30af\u306e\u5b8c\u5168\u306a\u30b3\u30d4\u30fc\u3092\u542b\u3080\u30c7\u30a3\u30b9\u30af \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u3002 ISO \u306f\u3001\u5149\u30c7\u30a3\u30b9\u30af\u306e ISO 9660 \u30d5\u30a1\u30a4\u30eb \u30b7\u30b9\u30c6\u30e0\u898f\u683c\u306b\u57fa\u3065\u3044\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6a19\u6e96:<\/span>\n                            <span class=\"property-value\">ISO9660<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-iso9660-image<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306e\u30d6\u30fc\u30c8\u53ef\u80fd\u30c7\u30a3\u30b9\u30af\u306e\u30b5\u30dd\u30fc\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306e\u914d\u5e03\u3001\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0 \u30b7\u30b9\u30c6\u30e0\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DMG <span class=\"format-badge\">\u30a2\u30c3\u30d7\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">\u30c7\u30a3\u30b9\u30af \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u3002Apple \u304c\u72ec\u81ea\u306b\u958b\u767a\u3057\u305f macOS \u7528\u306e\u30c7\u30a3\u30b9\u30af \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u3002\u6697\u53f7\u5316\u3001\u5727\u7e2e\u304c\u53ef\u80fd\u3067\u3001macOS \u30b7\u30b9\u30c6\u30e0\u4e0a\u306b\u4eee\u60f3\u30c7\u30a3\u30b9\u30af\u3068\u3057\u3066\u30de\u30a6\u30f3\u30c8\u3067\u304d\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005\uff1a<\/span>\n                            <span class=\"property-value\">\u30a2\u30c3\u30d7\u30eb\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-apple-diskimage<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u5727\u7e2e\u3001\u6697\u53f7\u5316\u3001\u30c1\u30a7\u30c3\u30af\u30b5\u30e0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">macOS \u7528\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u914d\u5e03\u3001Mac \u30d0\u30c3\u30af\u30a2\u30c3\u30d7<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.VHD\/.VHDX <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">\u4eee\u60f3\u30cf\u30fc\u30c9\u30c7\u30a3\u30b9\u30af\u5f62\u5f0f\u3002Microsoft \u306e Windows \u7528\u4eee\u60f3\u30c7\u30a3\u30b9\u30af\u5f62\u5f0f\u3002 Hyper-V \u306a\u3069\u306e Microsoft \u4eee\u60f3\u5316\u30c6\u30af\u30ce\u30ed\u30b8\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u3001\u5b8c\u5168\u306a\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0 \u30b7\u30b9\u30c6\u30e0\u3092\u4fdd\u5b58\u3067\u304d\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">application\/x-virtualbox-vhd<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30c0\u30a4\u30ca\u30df\u30c3\u30af\u30c7\u30a3\u30b9\u30af\u3001\u5dee\u5206\u30c7\u30a3\u30b9\u30af\u3001\u56fa\u5b9a\u30b5\u30a4\u30ba<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Windows\u4eee\u60f3\u5316\u3001\u30b7\u30b9\u30c6\u30e0\u30d0\u30c3\u30af\u30a2\u30c3\u30d7<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.IMG <span class=\"format-badge\">\u30b8\u30a7\u30cd\u30ea\u30c3\u30af<\/span><\/h4>\n                    <p class=\"format-description\">\u30c7\u30a3\u30b9\u30af \u30a4\u30e1\u30fc\u30b8\u5f62\u5f0f\u3002\u751f\u306e\u30c7\u30a3\u30b9\u30af \u30a4\u30e1\u30fc\u30b8 \u30d5\u30a1\u30a4\u30eb\u306e\u7dcf\u79f0\u3002\u901a\u5e38\u3001IMG \u30d5\u30a1\u30a4\u30eb\u306b\u306f\u3001\u30c7\u30a3\u30b9\u30af\u307e\u305f\u306f\u30c7\u30a3\u30b9\u30af \u30d1\u30fc\u30c6\u30a3\u30b7\u30e7\u30f3\u306e\u30bb\u30af\u30bf\u3054\u3068\u306e\u30b3\u30d4\u30fc\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u6c4e\u7528\u30c7\u30a3\u30b9\u30af\u30a4\u30e1\u30fc\u30b8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/\u30aa\u30af\u30c6\u30c3\u30c8\u30b9\u30c8\u30ea\u30fc\u30e0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u69cb\u9020:<\/span>\n                            <span class=\"property-value\">\u751f\u306e\u30bb\u30af\u30bf\u3054\u3068\u306e\u30b3\u30d4\u30fc<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30d5\u30ed\u30c3\u30d4\u30fc \u30c7\u30a3\u30b9\u30af \u30a4\u30e1\u30fc\u30b8\u3001\u5358\u7d14\u306a\u30c7\u30a3\u30b9\u30af \u30d0\u30c3\u30af\u30a2\u30c3\u30d7<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Database Formats Section -->\n    <section id=\"database-formats\" class=\"format-section\">\n        <h2 class=\"section-title\">\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">\u30c7\u30b9\u30af\u30c8\u30c3\u30d7\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30c7\u30b9\u30af\u30c8\u30c3\u30d7 \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5f62\u5f0f\u306f\u3001\u69cb\u9020\u5316\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30ab\u30eb \u30b9\u30c8\u30ec\u30fc\u30b8\u3068\u7ba1\u7406\u306e\u305f\u3081\u306b\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u5c0f\u898f\u6a21\u304b\u3089\u4e2d\u898f\u6a21\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3084\u500b\u4eba\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u3088\u304f\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MDB <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">Microsoft Access \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5f62\u5f0f\u3002Access 2007 \u3088\u308a\u524d\u306e Microsoft Access \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30cd\u30a4\u30c6\u30a3\u30d6 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u30c7\u30b9\u30af\u30c8\u30c3\u30d7 \u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7528\u306e\u72ec\u81ea\u5f62\u5f0f\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-msaccess<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b5\u30a4\u30ba\u5236\u9650:<\/span>\n                            <span class=\"property-value\">2GB<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u4e2d\u5c0f\u4f01\u696d\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3001\u30c7\u30b9\u30af\u30c8\u30c3\u30d7 \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.ACCDB <span class=\"format-badge\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8<\/span><\/h4>\n                    <p class=\"format-description\">Access 2007 \u3067\u5c0e\u5165\u3055\u308c\u305f Microsoft Access \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5f62\u5f0f\u3002\u53e4\u3044 MDB \u5f62\u5f0f\u3068\u6bd4\u8f03\u3057\u3066\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u3001\u30c7\u30fc\u30bf\u578b\u3001\u6a5f\u80fd\u304c\u5f37\u5316\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/msaccess<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b5\u30a4\u30ba\u5236\u9650:<\/span>\n                            <span class=\"property-value\">2GB<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Modern Access \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3001\u5c0f\u898f\u6a21\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.SQLite <span class=\"format-badge\">\u57cb\u3081\u8fbc\u307f\u578b<\/span><\/h4>\n                    <p class=\"format-description\">SQLite \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5f62\u5f0f\u3002\u81ea\u5df1\u5b8c\u7d50\u578b\u3001\u30b5\u30fc\u30d0\u30fc\u30ec\u30b9\u3001\u69cb\u6210\u4e0d\u8981\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30a8\u30f3\u30b8\u30f3\u3002 SQLite \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f\u3001\u5b8c\u5168\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u542b\u3080\u5358\u4e00\u306e\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u4fdd\u5b58\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">D.\u30ea\u30c1\u30e3\u30fc\u30c9\u30fb\u30d2\u30c3\u30d7<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/vnd.sqlite3<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b5\u30a4\u30ba\u5236\u9650:<\/span>\n                            <span class=\"property-value\">140 TB (\u7406\u8ad6\u5024)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u7d44\u307f\u8fbc\u307f\u30b7\u30b9\u30c6\u30e0\u3001\u30e2\u30d0\u30a4\u30eb \u30a2\u30d7\u30ea\u3001\u30ed\u30fc\u30ab\u30eb \u30b9\u30c8\u30ec\u30fc\u30b8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.FDB <span class=\"format-badge\">\u706b\u306e\u9ce5<\/span><\/h4>\n                    <p class=\"format-description\">Firebird \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5f62\u5f0f\u3001Firebird SQL \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u3053\u308c\u306f\u3001\u5358\u4e00\u306e\u30d5\u30a1\u30a4\u30eb\u4e0a\u3067\u5b9f\u884c\u3067\u304d\u3001\u307b\u3068\u3093\u3069\u306e SQL \u6a5f\u80fd\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u306e\u30ea\u30ec\u30fc\u30b7\u30e7\u30ca\u30eb \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30d5\u30a1\u30a4\u30a2\u30d0\u30fc\u30c9\u30d7\u30ed\u30b8\u30a7\u30af\u30c8<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/x-\u30d5\u30a1\u30a4\u30a2\u30d0\u30fc\u30c9<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3\u3001\u30b9\u30c8\u30a2\u30c9 \u30d7\u30ed\u30b7\u30fc\u30b8\u30e3\u3001\u30c8\u30ea\u30ac\u30fc<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u4e2d\u5c0f\u4f01\u696d\u5411\u3051\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30b5\u30fc\u30d0\u30fc\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb<\/h3>\n            <p class=\"format-section-subtitle\">\u30b5\u30fc\u30d0\u30fc \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30d5\u30a1\u30a4\u30eb\u306f\u3001\u30c7\u30fc\u30bf\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3001\u69cb\u6210\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306b\u30a8\u30f3\u30bf\u30fc\u30d7\u30e9\u30a4\u30ba \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u3001\u30de\u30eb\u30c1\u30e6\u30fc\u30b6\u30fc \u30a2\u30af\u30bb\u30b9\u3068\u9ad8\u3044\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u8003\u616e\u3057\u3066\u8a2d\u8a08\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.MDF\/.LDF <span class=\"format-badge\">SQL\u30b5\u30fc\u30d0\u30fc<\/span><\/h4>\n                    <p class=\"format-description\">Microsoft SQL Server \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304a\u3088\u3073\u30ed\u30b0 \u30d5\u30a1\u30a4\u30eb\u3002 MDF \u306b\u306f\u30d7\u30e9\u30a4\u30de\u30ea \u30c7\u30fc\u30bf\u304c\u542b\u307e\u308c\u3001LDF \u306b\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u56de\u5fa9\u7528\u306e\u30c8\u30e9\u30f3\u30b6\u30af\u30b7\u30e7\u30f3 \u30ed\u30b0\u304c\u542b\u307e\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u958b\u767a\u8005:<\/span>\n                            <span class=\"property-value\">\u30de\u30a4\u30af\u30ed\u30bd\u30d5\u30c8\u682a\u5f0f\u4f1a\u793e<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/\u30aa\u30af\u30c6\u30c3\u30c8\u30b9\u30c8\u30ea\u30fc\u30e0<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30b5\u30a4\u30ba\u5236\u9650:<\/span>\n                            <span class=\"property-value\">524,272 TB (\u7406\u8ad6\u5024)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30a8\u30f3\u30bf\u30fc\u30d7\u30e9\u30a4\u30ba \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3001Microsoft \u30a8\u30b3\u30b7\u30b9\u30c6\u30e0<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.DBF <span class=\"format-badge\">dBase<\/span><\/h4>\n                    <p class=\"format-description\">dBase \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u3067\u751f\u307e\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3002\u53e4\u3044\u3082\u306e\u3067\u3042\u308b\u306b\u3082\u304b\u304b\u308f\u3089\u305a\u3001\u4eca\u3067\u3082\u3055\u307e\u3056\u307e\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u4f7f\u7528\u3055\u308c\u3066\u304a\u308a\u3001\u591a\u304f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30c4\u30fc\u30eb\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u51fa\u8eab\u5730:<\/span>\n                            <span class=\"property-value\">dBase (\u30a2\u30b7\u30e5\u30c8\u30f3\u30fb\u30c6\u30a4\u30c8)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">2GB \u30b5\u30a4\u30ba\u3001\u30ec\u30b3\u30fc\u30c9\u3042\u305f\u308a 255 \u30d5\u30a3\u30fc\u30eb\u30c9<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30ec\u30ac\u30b7\u30fc\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3001\u30b7\u30f3\u30d7\u30eb\u306a\u30c7\u30fc\u30bf\u30b9\u30c8\u30ec\u30fc\u30b8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.IBD <span class=\"format-badge\">MySQL<\/span><\/h4>\n                    <p class=\"format-description\">InnoDB \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9 \u30d5\u30a1\u30a4\u30eb\u3002MySQL \u306e InnoDB \u30b9\u30c8\u30ec\u30fc\u30b8 \u30a8\u30f3\u30b8\u30f3\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u308b\u30b9\u30c8\u30ec\u30fc\u30b8 \u30d5\u30a1\u30a4\u30eb\u3002\u5404 IBD \u30d5\u30a1\u30a4\u30eb\u306b\u306f\u3001MySQL \u30c6\u30fc\u30d6\u30eb\u306e\u30c7\u30fc\u30bf\u3001\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3001\u305d\u306e\u4ed6\u306e\u60c5\u5831\u304c\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u4f7f\u7528\u8005:<\/span>\n                            <span class=\"property-value\">InnoDB \u30a8\u30f3\u30b8\u30f3\u3092\u5099\u3048\u305f MySQL\/MariaDB<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">ACID\u6e96\u62e0\u3001\u884c\u30ec\u30d9\u30eb\u306e\u30ed\u30c3\u30af<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30d5\u30a1\u30a4\u30eb\u3054\u3068:<\/span>\n                            <span class=\"property-value\">\u30c6\u30fc\u30d6\u30eb\u307e\u305f\u306f\u30c6\u30fc\u30d6\u30eb\u30b9\u30da\u30fc\u30b9<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Web \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3001\u30a8\u30f3\u30bf\u30fc\u30d7\u30e9\u30a4\u30ba MySQL \u5c0e\u5165<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30c7\u30fc\u30bf\u4ea4\u63db\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/h3>\n            <p class=\"format-section-subtitle\">\u30c7\u30fc\u30bf\u4ea4\u63db\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u3001\u7570\u306a\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3084\u30b7\u30b9\u30c6\u30e0\u9593\u3067\u69cb\u9020\u5316\u30c7\u30fc\u30bf\u3092\u8ee2\u9001\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u5f62\u5f0f\u306f\u901a\u5e38\u3001\u30c6\u30ad\u30b9\u30c8\u30d9\u30fc\u30b9\u3067\u4eba\u9593\u304c\u5224\u8aad\u3067\u304d\u308b\u305f\u3081\u3001\u7d71\u5408\u3084 API \u306b\u6700\u9069\u3067\u3059\u3002<\/p>\n            \n            <div class=\"formats-flex\">\n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.CSV <span class=\"format-badge\">\u30e6\u30cb\u30d0\u30fc\u30b5\u30eb<\/span><\/h4>\n                    <p class=\"format-description\">\u30ab\u30f3\u30de\u533a\u5207\u308a\u5024\u5f62\u5f0f\u3002\u8868\u5f62\u5f0f\u306e\u30c7\u30fc\u30bf\u3092\u8868\u3059\u5358\u7d14\u306a\u30c6\u30ad\u30b9\u30c8\u5f62\u5f0f\u3067\u3059\u3002\u5404\u884c\u306f\u884c\u3092\u8868\u3057\u3001\u5024\u306f\u30ab\u30f3\u30de\u307e\u305f\u306f\u305d\u306e\u4ed6\u306e\u533a\u5207\u308a\u6587\u5b57\u3067\u533a\u5207\u3089\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30c6\u30ad\u30b9\u30c8\u30d9\u30fc\u30b9<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30c6\u30ad\u30b9\u30c8\/CSV<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u5236\u9650\u4e8b\u9805:<\/span>\n                            <span class=\"property-value\">\u30c7\u30fc\u30bf\u578b\u3082\u95a2\u4fc2\u3082\u3042\u308a\u307e\u305b\u3093<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u30b7\u30f3\u30d7\u30eb\u306a\u30c7\u30fc\u30bf\u4ea4\u63db\u3001\u30b9\u30d7\u30ec\u30c3\u30c9\u30b7\u30fc\u30c8\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\/\u30a8\u30af\u30b9\u30dd\u30fc\u30c8<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.XML <span class=\"format-badge\">\u69cb\u9020\u5316\u3055\u308c\u305f<\/span><\/h4>\n                    <p class=\"format-description\">Extensible Markup Language \u5f62\u5f0f\u3002\u4eba\u9593\u304c\u8aad\u307f\u53d6\u308a\u53ef\u80fd\u306a\u5f62\u5f0f\u3068\u6a5f\u68b0\u304c\u8aad\u307f\u53d6\u308a\u53ef\u80fd\u306a\u5f62\u5f0f\u3067\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u30a8\u30f3\u30b3\u30fc\u30c9\u3059\u308b\u305f\u3081\u306e\u30eb\u30fc\u30eb\u3092\u5b9a\u7fa9\u3059\u308b\u30de\u30fc\u30af\u30a2\u30c3\u30d7\u8a00\u8a9e\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6a19\u6e96:<\/span>\n                            <span class=\"property-value\">W3C XML<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/xml<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30b9\u30ad\u30fc\u30de\u306e\u691c\u8a3c\u3001\u540d\u524d\u7a7a\u9593\u3001\u5909\u63db<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u8907\u96d1\u306a\u30c7\u30fc\u30bf\u4ea4\u63db\u3001\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.JSON <span class=\"format-badge\">\u30e2\u30c0\u30f3<\/span><\/h4>\n                    <p class=\"format-description\">JavaScript Object Notation \u5f62\u5f0f\u3002JavaScript \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u69cb\u6587\u306b\u57fa\u3065\u304f\u8efd\u91cf\u306e\u30c7\u30fc\u30bf\u4ea4\u63db\u5f62\u5f0f\u3002\u4eba\u9593\u306b\u3068\u3063\u3066\u306f\u8aad\u307f\u66f8\u304d\u304c\u7c21\u5358\u3067\u3001\u6a5f\u68b0\u306b\u3068\u3063\u3066\u306f\u89e3\u6790\u3084\u751f\u6210\u304c\u7c21\u5358\u3067\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/json<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u69cb\u9020:<\/span>\n                            <span class=\"property-value\">\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3001\u914d\u5217\u3001\u30ad\u30fc\u3068\u5024\u306e\u30da\u30a2<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u8a00\u8a9e\u306b\u4f9d\u5b58\u305b\u305a\u3001\u7c21\u5358\u306b\u89e3\u6790\u3067\u304d\u308b<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">Web API\u3001\u8a2d\u5b9a\u3001\u30c7\u30fc\u30bf\u4ea4\u63db<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"format-detail-card\">\n                    <h4 class=\"format-name\">.YAML <span class=\"format-badge\">\u4eba\u306b\u512a\u3057\u3044<\/span><\/h4>\n                    <p class=\"format-description\">YAML Ain&#8217;t Markup Language \u306f\u3001\u4eba\u9593\u306b\u512a\u3057\u3044\u30c7\u30fc\u30bf\u30b7\u30ea\u30a2\u30eb\u5316\u6a19\u6e96\u3067\u3059\u3002\u3053\u308c\u306f\u3001\u69cb\u6210\u30d5\u30a1\u30a4\u30eb\u3084\u3001\u30c7\u30fc\u30bf\u304c\u4fdd\u5b58\u307e\u305f\u306f\u9001\u4fe1\u3055\u308c\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u4e00\u822c\u7684\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n                    <ul class=\"format-properties\">\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">MIME \u30bf\u30a4\u30d7:<\/span>\n                            <span class=\"property-value\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\/yaml<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u7279\u5fb4:<\/span>\n                            <span class=\"property-value\">\u30b3\u30e1\u30f3\u30c8\u3001\u53c2\u7167\u3001\u8907\u96d1\u306a\u69cb\u9020<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u30a4\u30f3\u30c7\u30f3\u30c8:<\/span>\n                            <span class=\"property-value\">\u91cd\u8981 (\u69cb\u9020\u306b\u30b9\u30da\u30fc\u30b9\u3092\u4f7f\u7528)<\/span>\n                        <\/li>\n                        <li class=\"format-property\">\n                            <span class=\"property-label\">\u6700\u9069\u306a\u4f7f\u7528\u65b9\u6cd5:<\/span>\n                            <span class=\"property-value\">\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3001\u30c7\u30fc\u30bf\u306e\u30b7\u30ea\u30a2\u30eb\u5316<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Format Comparison Section -->\n    <section class=\"comparison-section\">\n        <h2 class=\"section-title\">\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u6bd4\u8f03\u30ac\u30a4\u30c9<\/h2>\n        \n        <div class=\"format-container\">\n            <h3 class=\"format-section-title\">\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u306e\u6bd4\u8f03<\/h3>\n            <p class=\"format-section-subtitle\">\u4e00\u822c\u7684\u306a\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u306e\u4e3b\u306a\u7279\u5fb4\u3068\u6a5f\u80fd\u3092\u6bd4\u8f03\u3057\u3066\u3001\u30cb\u30fc\u30ba\u306b\u5408\u3063\u305f\u9069\u5207\u306a\u5f62\u5f0f\u3092\u9078\u629e\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/p>\n            \n            <div style=\"overflow-x: auto;\">\n                <table class=\"comparison-table\">\n                    <thead>\n                        <tr>\n                            <th>\u7279\u5fb4<\/th>\n                            <th>PDF<\/th>\n                            <th>DOCX<\/th>\n                            <th>ODT<\/th>\n                            <th>RTF<\/th>\n                            <th>HTML<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\u6b63\u78ba\u306a\u30ec\u30a4\u30a2\u30a6\u30c8\u3092\u4fdd\u6301<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u7de8\u96c6\u304c\u7c21\u5358<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30d5\u30a9\u30fc\u30e0\u3068\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u306a\u8981\u7d20<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30c7\u30b8\u30bf\u30eb\u7f72\u540d<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30af\u30ed\u30b9\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u4e92\u63db\u6027<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30aa\u30fc\u30d7\u30f3\u30b9\u30bf\u30f3\u30c0\u30fc\u30c9<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30a6\u30a7\u30d6\u95b2\u89a7<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u753b\u50cf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u6bd4\u8f03<\/h3>\n            <p class=\"format-section-subtitle\">\u4e00\u822c\u7684\u306a\u753b\u50cf\u5f62\u5f0f\u306e\u4e3b\u306a\u7279\u5fb4\u3068\u6a5f\u80fd\u3092\u6bd4\u8f03\u3057\u3066\u3001\u7279\u5b9a\u306e\u4f7f\u7528\u4f8b\u306b\u9069\u3057\u305f\u5f62\u5f0f\u3092\u9078\u629e\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/p>\n            \n            <div style=\"overflow-x: auto;\">\n                <table class=\"comparison-table\">\n                    <thead>\n                        <tr>\n                            <th>\u7279\u5fb4<\/th>\n                            <th>JPEG<\/th>\n                            <th>PNG<\/th>\n                            <th>GIF<\/th>\n                            <th>WebP<\/th>\n                            <th>SVG<\/th>\n                            <th>TIFF<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\u900f\u660e\u6027\u306e\u30b5\u30dd\u30fc\u30c8<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u53ef\u9006\u5727\u7e2e<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u5199\u771f\u306b\u6700\u9069<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u306b\u9069\u3057\u3066\u3044\u307e\u3059<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u304c\u5c0f\u3055\u3044<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Web\u30d6\u30e9\u30a6\u30b6\u306e\u30b5\u30dd\u30fc\u30c8<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u640d\u5931\u306a\u304f\u62e1\u5f35\u53ef\u80fd<\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n            \n            <h3 class=\"format-section-title\">\u30d3\u30c7\u30aa\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u6bd4\u8f03<\/h3>\n            <p class=\"format-section-subtitle\">\u4e00\u822c\u7684\u306a\u30d3\u30c7\u30aa\u5f62\u5f0f\u306e\u4e3b\u8981\u306a\u6a5f\u80fd\u3092\u6bd4\u8f03\u3057\u3066\u3001\u30d3\u30c7\u30aa \u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u9069\u3057\u305f\u5f62\u5f0f\u3092\u9078\u629e\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/p>\n            \n            <div style=\"overflow-x: auto;\">\n                <table class=\"comparison-table\">\n                    <thead>\n                        <tr>\n                            <th>\u7279\u5fb4<\/th>\n                            <th>MP4<\/th>\n                            <th>MKV<\/th>\n                            <th>AVI<\/th>\n                            <th>MOV<\/th>\n                            <th>\u30a6\u30a7\u30d6M<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>\u30a6\u30a7\u30d6\u4e92\u63db\u6027<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u8907\u6570\u306e\u30aa\u30fc\u30c7\u30a3\u30aa\u30c8\u30e9\u30c3\u30af<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u5b57\u5e55\u306e\u30b5\u30dd\u30fc\u30c8<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u7ae0\u306e\u30b5\u30dd\u30fc\u30c8<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u5e45\u5e83\u3044\u30c7\u30d0\u30a4\u30b9\u306e\u30b5\u30dd\u30fc\u30c8<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30aa\u30fc\u30d7\u30f3\u30d5\u30a9\u30fc\u30de\u30c3\u30c8<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                        <tr>\n                            <td>\u30b9\u30c8\u30ea\u30fc\u30df\u30f3\u30b0\u5bfe\u5fdc<\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-times comparison-x\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                            <td><i class=\"fas fa-check comparison-check\"><\/i><\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- Format Selection Guide Section -->\n    <section id=\"guide\" class=\"guide-section\">\n        <h2 class=\"section-title\">\u9069\u5207\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3092\u9078\u629e\u3059\u308b\u65b9\u6cd5<\/h2>\n        \n        <div class=\"guide-container\">\n            <p class=\"format-section-subtitle\">\u9069\u5207\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u306f\u3001\u4e92\u63db\u6027\u3001\u54c1\u8cea\u3001\u52b9\u7387\u3092\u78ba\u4fdd\u3059\u308b\u305f\u3081\u306b\u975e\u5e38\u306b\u91cd\u8981\u3067\u3059\u3002\u3053\u306e\u30b9\u30c6\u30c3\u30d7\u30d0\u30a4\u30b9\u30c6\u30c3\u30d7\u306e\u30ac\u30a4\u30c9\u306b\u5f93\u3063\u3066\u3001\u7279\u5b9a\u306e\u30cb\u30fc\u30ba\u306b\u5408\u308f\u305b\u3066\u9069\u5207\u306a\u9078\u629e\u3092\u884c\u3063\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n            \n            <div class=\"steps-container\">\n                <div class=\"step-card\">\n                    <div class=\"step-number\">1<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">\u4e3b\u306a\u4f7f\u7528\u4f8b\u3092\u7279\u5b9a\u3059\u308b<\/h3>\n                        <p class=\"step-text\">\u307e\u305a\u3001\u30d5\u30a1\u30a4\u30eb\u306e\u4e3b\u306a\u76ee\u7684\u3092\u6c7a\u5b9a\u3057\u307e\u3059\u3002 Web\u3001\u5370\u5237\u3001\u5c02\u9580\u7684\u306a\u7de8\u96c6\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u3001\u307e\u305f\u306f\u5171\u6709\u7528\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4f5c\u6210\u3057\u3066\u3044\u307e\u3059\u304b?\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u304c\u7570\u306a\u308c\u3070\u3001\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u8981\u4ef6\u3082\u7570\u306a\u308a\u307e\u3059\u3002 Web \u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5834\u5408\u306f\u3001\u5e45\u5e83\u3044\u30d6\u30e9\u30a6\u30b6\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u304c\u5c0f\u3055\u3044\u5f62\u5f0f\u3092\u512a\u5148\u3057\u307e\u3059\u3002\u5370\u5237\u306e\u5834\u5408\u306f\u3001\u9ad8\u89e3\u50cf\u5ea6\u3068\u8272\u306e\u7cbe\u5ea6\u3092\u7dad\u6301\u3059\u308b\u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d7\u30ed\u30d5\u30a7\u30c3\u30b7\u30e7\u30ca\u30eb\u306a\u7de8\u96c6\u3092\u884c\u3046\u306b\u306f\u3001\u54c1\u8cea\u3092\u7dad\u6301\u3057\u3001\u5fc5\u8981\u306a\u6a5f\u80fd\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">2<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">\u54c1\u8cea\u8981\u4ef6\u3092\u8003\u616e\u3059\u308b<\/h3>\n                        <p class=\"step-text\">\u7279\u5b9a\u306e\u4f7f\u7528\u4f8b\u306b\u304a\u3044\u3066\u54c1\u8cea\u304c\u3069\u308c\u307b\u3069\u91cd\u8981\u3067\u3042\u308b\u304b\u3092\u8a55\u4fa1\u3057\u307e\u3059\u3002\u30c7\u30fc\u30bf\u640d\u5931\u306e\u306a\u3044\u6700\u9ad8\u306e\u54c1\u8cea\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u3001\u753b\u50cf\u306b\u306f PNG\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u306b\u306f FLAC\u3001\u30d3\u30c7\u30aa\u306b\u306f ProRes \u306a\u3069\u306e\u30ed\u30b9\u30ec\u30b9\u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u304c\u3088\u308a\u91cd\u8981\u3067\u3001\u591a\u5c11\u306e\u54c1\u8cea\u306e\u4f4e\u4e0b\u304c\u8a31\u5bb9\u3055\u308c\u308b\u5834\u5408\u306f\u3001JPEG\u3001MP3\u3001\u307e\u305f\u306f MP4 \u306a\u3069\u306e\u5727\u7e2e\u5f62\u5f0f\u304c\u3088\u308a\u9069\u5207\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u54c1\u8cea\u306b\u5bfe\u3059\u308b\u30cb\u30fc\u30ba\u306f\u30b3\u30f3\u30c6\u30f3\u30c4 \u30bf\u30a4\u30d7\u306b\u3088\u3063\u3066\u7570\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5199\u771f\u306f\u3001\u7dda\u753b\u3084\u30c6\u30ad\u30b9\u30c8\u3068\u306f\u7570\u306a\u308b\u5f62\u5f0f\u306e\u6069\u6075\u3092\u53d7\u3051\u307e\u3059\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">3<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">\u4e92\u63db\u6027\u306e\u30cb\u30fc\u30ba\u3092\u8a55\u4fa1\u3059\u308b<\/h3>\n                        <p class=\"step-text\">\u30d5\u30a1\u30a4\u30eb\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u30b7\u30b9\u30c6\u30e0\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3001\u307e\u305f\u306f\u30c7\u30d0\u30a4\u30b9\u3092\u6c7a\u5b9a\u3057\u307e\u3059\u3002\u5e45\u5e83\u3044\u4e92\u63db\u6027\u304c\u91cd\u8981\u306a\u5834\u5408\u306f\u3001\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u3084\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5e45\u5e83\u304f\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u30e6\u30cb\u30d0\u30fc\u30b5\u30eb\u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3088\u308a\u7279\u6b8a\u306a\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u306e\u5834\u5408\u306f\u3001\u4e00\u822c\u7684\u306a\u30b5\u30dd\u30fc\u30c8\u304c\u9650\u3089\u308c\u3066\u3044\u308b\u5834\u5408\u3067\u3082\u3001\u696d\u754c\u6a19\u6e96\u306e\u5f62\u5f0f\u3092\u4f7f\u7528\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u5927\u898f\u6a21\u306a\u5909\u63db\u307e\u305f\u306f\u4f5c\u6210\u30d7\u30ed\u30bb\u30b9\u306b\u53d6\u308a\u7d44\u3080\u524d\u306b\u3001\u9078\u629e\u3057\u305f\u5f62\u5f0f\u3092\u30bf\u30fc\u30b2\u30c3\u30c8 \u30b7\u30b9\u30c6\u30e0\u3067\u5fc5\u305a\u30c6\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">4<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">\u6a5f\u80fd\u8981\u4ef6\u306e\u8a55\u4fa1<\/h3>\n                        <p class=\"step-text\">\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306b\u5fc5\u8981\u306a\u7279\u5b9a\u306e\u6a5f\u80fd\u3092\u7279\u5b9a\u3057\u307e\u3059\u3002\u30ec\u30a4\u30e4\u30fc\u3001\u900f\u660e\u5ea6\u3001\u307e\u305f\u306f\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u30b5\u30dd\u30fc\u30c8\u304c\u5fc5\u8981\u3067\u3059\u304b?\u8907\u6570\u306e\u30aa\u30fc\u30c7\u30a3\u30aa \u30c8\u30e9\u30c3\u30af\u307e\u305f\u306f\u5b57\u5e55\u304c\u5fc5\u8981\u3067\u3059\u304b?\u7de8\u96c6\u306e\u67d4\u8edf\u6027\u3084\u3001\u6697\u53f7\u5316\u3084\u30c7\u30b8\u30bf\u30eb\u7f72\u540d\u306a\u3069\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u6a5f\u80fd\u3092\u304a\u63a2\u3057\u3067\u3059\u304b?\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u7d5e\u308a\u8fbc\u3080\u305f\u3081\u306b\u3001\u5fc5\u9808\u306e\u6a5f\u80fd\u306e\u30ea\u30b9\u30c8\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002\u540c\u3058\u30ab\u30c6\u30b4\u30ea\u5185\u306e\u7570\u306a\u308b\u5f62\u5f0f\u306f\u3001\u7570\u306a\u308b\u6a5f\u80fd\u30bb\u30c3\u30c8\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u3053\u3068\u304c\u3088\u304f\u3042\u308a\u307e\u3059\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">5<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">\u30d5\u30a1\u30a4\u30eb\u30b5\u30a4\u30ba\u306e\u5236\u7d04\u3092\u8003\u616e\u3059\u308b<\/h3>\n                        <p class=\"step-text\">\u4f7f\u7528\u4f8b\u306b\u5fdc\u3058\u3066\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u306e\u5236\u9650\u3092\u8a55\u4fa1\u3057\u307e\u3059\u3002\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u5171\u6709\u3057\u305f\u308a\u3001\u7279\u5b9a\u306e\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u308a\u3001\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3057\u305f\u308a\u3059\u308b\u5834\u5408\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u304c\u91cd\u8981\u306a\u8981\u7d20\u306b\u306a\u308a\u307e\u3059\u3002\u3059\u3079\u3066\u306e\u30c7\u30fc\u30bf\u3092\u4fdd\u6301\u3059\u308b\u53ef\u9006\u5727\u7e2e\u304b\u3089\u3001\u4e00\u90e8\u306e\u60c5\u5831\u3092\u7834\u68c4\u3057\u3066\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092\u524a\u6e1b\u3059\u308b\u975e\u53ef\u9006\u5727\u7e2e\u307e\u3067\u3001\u3055\u307e\u3056\u307e\u306a\u5f62\u5f0f\u3067\u3055\u307e\u3056\u307e\u306a\u5727\u7e2e\u6280\u8853\u304c\u63d0\u4f9b\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u591a\u304f\u306e\u5834\u5408\u3001\u54c1\u8cea\u3068\u30b5\u30a4\u30ba\u306e\u9069\u5207\u306a\u30d0\u30e9\u30f3\u30b9\u3092\u898b\u3064\u3051\u308b\u3053\u3068\u304c\u3001\u6700\u9069\u306a\u5f62\u5f0f\u3092\u9078\u629e\u3059\u308b\u9375\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"step-card\">\n                    <div class=\"step-number\">6<\/div>\n                    <div class=\"step-content\">\n                        <h3 class=\"step-title\">\u5c06\u6765\u306e\u30cb\u30fc\u30ba\u3092\u8003\u3048\u308b<\/h3>\n                        <p class=\"step-text\">\u5c06\u6765\u306e\u7de8\u96c6\u3001\u5909\u63db\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u5bfe\u5fdc\u3067\u304d\u308b\u5f62\u5f0f\u3092\u9078\u629e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u3055\u3089\u306b\u7de8\u96c6\u3092\u884c\u3046\u30bd\u30fc\u30b9 \u30d5\u30a1\u30a4\u30eb\u306e\u5834\u5408\u306f\u3001\u54c1\u8cea\u3068\u67d4\u8edf\u6027\u3092\u7dad\u6301\u3067\u304d\u308b\u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30a2\u30fc\u30ab\u30a4\u30d6\u76ee\u7684\u306e\u5834\u5408\u306f\u3001\u5bff\u547d\u304c\u9577\u304f\u3001\u5e45\u5e83\u3044\u30b5\u30dd\u30fc\u30c8\u3092\u5099\u3048\u305f\u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5834\u5408\u306b\u3088\u3063\u3066\u306f\u3001\u8907\u6570\u306e\u30d0\u30fc\u30b8\u30e7\u30f3 (\u9ad8\u54c1\u8cea\u306a\u5f62\u5f0f\u306e\u30de\u30b9\u30bf\u30fc \u30d5\u30a1\u30a4\u30eb\u3068\u3001\u3088\u308a\u30a2\u30af\u30bb\u30b9\u3057\u3084\u3059\u3044\u5f62\u5f0f\u306e\u6d3e\u751f\u30d5\u30a1\u30a4\u30eb) \u3092\u7dad\u6301\u3059\u308b\u3053\u3068\u304c\u3001\u73fe\u5728\u3068\u5c06\u6765\u306e\u30cb\u30fc\u30ba\u306e\u30d0\u30e9\u30f3\u30b9\u3092\u3068\u308b\u305f\u3081\u306e\u6700\u826f\u306e\u65b9\u6cd5\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- FAQ Section -->\n    <section class=\"faq-section\">\n        <h2 class=\"section-title\">\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306b\u95a2\u3059\u308b\u3088\u304f\u3042\u308b\u8cea\u554f<\/h2>\n        \n        <div class=\"faq-container\">\n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">\n                    <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                    \u975e\u53ef\u9006\u5727\u7e2e\u3068\u53ef\u9006\u5727\u7e2e\u306e\u9055\u3044\u306f\u4f55\u3067\u3059\u304b?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>\u53ef\u9006\u5727\u7e2e\u306b\u3088\u308a\u3001\u5143\u306e\u30c7\u30fc\u30bf\u3092\u3059\u3079\u3066\u4fdd\u6301\u3057\u306a\u304c\u3089\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u304c\u524a\u6e1b\u3055\u308c\u307e\u3059\u3002\u89e3\u51cd\u3059\u308b\u3068\u3001\u30d5\u30a1\u30a4\u30eb\u306f\u5727\u7e2e\u524d\u306e\u5143\u306e\u30d5\u30a1\u30a4\u30eb\u3068\u540c\u3058\u306b\u306a\u308a\u307e\u3059\u3002\u4f8b\u3068\u3057\u3066\u306f\u3001\u753b\u50cf\u306e PNG\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u306e FLAC\u3001\u4e00\u822c\u30d5\u30a1\u30a4\u30eb\u306e ZIP \u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u975e\u53ef\u9006\u5727\u7e2e\u3067\u306f\u3001\u30d5\u30a1\u30a4\u30eb \u30b5\u30a4\u30ba\u3092\u5c0f\u3055\u304f\u3059\u308b\u305f\u3081\u306b\u4e00\u90e8\u306e\u30c7\u30fc\u30bf\u304c\u6c38\u4e45\u306b\u524a\u9664\u3055\u308c\u307e\u3059\u3002\u54c1\u8cea\u306e\u4f4e\u4e0b\u306e\u7a0b\u5ea6\u306f\u5727\u7e2e\u30ec\u30d9\u30eb\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059\u3002\u4f8b\u3068\u3057\u3066\u306f\u3001\u753b\u50cf\u306e JPEG\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u306e MP3\u3001\u30d3\u30c7\u30aa\u306e H.264 \u3092\u542b\u3080 MP4 \u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002\u901a\u5e38\u3001\u975e\u53ef\u9006\u5f62\u5f0f\u306f\u306f\u308b\u304b\u306b\u5c0f\u3055\u3044\u3067\u3059\u304c\u3001\u54c1\u8cea\u304c\u3042\u308b\u7a0b\u5ea6\u72a0\u7272\u306b\u306a\u308a\u307e\u3059\u3002\u4e00\u65b9\u3001\u53ef\u9006\u5f62\u5f0f\u306f\u54c1\u8cea\u3092\u7dad\u6301\u3057\u307e\u3059\u304c\u3001\u30d5\u30a1\u30a4\u30eb\u304c\u5927\u304d\u304f\u306a\u308a\u307e\u3059\u3002<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">\n                    <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                    \u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30d5\u30a1\u30a4\u30eb\u304c\u958b\u304b\u306a\u3044\u306e\u306f\u306a\u305c\u3067\u3059\u304b?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>\u3044\u304f\u3064\u304b\u306e\u7406\u7531\u306b\u3088\u308a\u3001\u7279\u5b9a\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3051\u306a\u3044\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u305d\u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u304c\u7834\u640d\u3057\u3066\u3044\u308b\u304b\u4e0d\u5b8c\u5168\u3067\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u306f\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u5f62\u5f0f\u3088\u308a\u3082\u65b0\u3057\u3044\u30d0\u30fc\u30b8\u30e7\u30f3\u306e\u5f62\u5f0f\u3092\u4f7f\u7528\u3057\u3066\u3044\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u307e\u305f\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u62e1\u5f35\u5b50\u304c\u30d5\u30a1\u30a4\u30eb\u306e\u5b9f\u969b\u306e\u5f62\u5f0f\u3068\u4e00\u81f4\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u3053\u306e\u554f\u984c\u3092\u89e3\u6c7a\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u5909\u63db\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3057\u3066\u4e92\u63db\u6027\u306e\u3042\u308b\u5f62\u5f0f\u306b\u5909\u63db\u3059\u308b\u304b\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u6700\u65b0\u30d0\u30fc\u30b8\u30e7\u30f3\u306b\u66f4\u65b0\u3059\u308b\u304b\u3001\u305d\u306e\u5f62\u5f0f\u3092\u30b5\u30dd\u30fc\u30c8\u3059\u308b\u4ee3\u66ff\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u307f\u3066\u304f\u3060\u3055\u3044\u3002\u72ec\u81ea\u306e\u5f62\u5f0f\u306e\u5834\u5408\u306f\u3001\u305d\u306e\u5f62\u5f0f\u306e\u958b\u767a\u8005\u304c\u63d0\u4f9b\u3059\u308b\u7279\u5b9a\u306e\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u304c\u5fc5\u8981\u306b\u306a\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">\n                    <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                    \u9577\u671f\u30a2\u30fc\u30ab\u30a4\u30d6\u306b\u306f\u3069\u306e\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3092\u4f7f\u7528\u3059\u308c\u3070\u3088\u3044\u3067\u3059\u304b?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>\u9577\u671f\u7684\u306a\u30a2\u30fc\u30ab\u30a4\u30d6\u306e\u5834\u5408\u306f\u3001\u5e83\u304f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3001\u6a19\u6e96\u5316\u3055\u308c\u3001\u5ec3\u6b62\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u4f4e\u3044\u5f62\u5f0f\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e\u5834\u5408\u306f\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u7528\u306b\u7279\u5225\u306b\u8a2d\u8a08\u3055\u308c\u305f PDF \u306e\u7279\u6b8a\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u3042\u308b PDF\/A \u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u753b\u50cf\u306e\u5834\u5408\u306f\u3001TIFF \u307e\u305f\u306f DNG (\u30c7\u30b8\u30bf\u30eb \u30cd\u30ac\u306e\u5834\u5408) \u304c\u9069\u3057\u3066\u3044\u307e\u3059\u3002\u30aa\u30fc\u30c7\u30a3\u30aa\u306e\u5834\u5408\u3001\u975e\u5727\u7e2e WAV \u307e\u305f\u306f FLAC \u306f\u30ed\u30b9\u30ec\u30b9\u54c1\u8cea\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u30d3\u30c7\u30aa\u306e\u5834\u5408\u306f\u3001\u5e83\u304f\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u30b3\u30fc\u30c7\u30c3\u30af\u307e\u305f\u306f FFV1 \u306a\u3069\u306e\u30a2\u30fc\u30ab\u30a4\u30d6\u56fa\u6709\u306e\u5f62\u5f0f\u3092\u5099\u3048\u305f MKV \u30b3\u30f3\u30c6\u30ca\u30fc\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u72ec\u81ea\u306e\u5f62\u5f0f\u3088\u308a\u3082\u30aa\u30fc\u30d7\u30f3\u3067\u6587\u66f8\u5316\u3055\u308c\u305f\u5f62\u5f0f\u3092\u5e38\u306b\u512a\u5148\u3057\u3001\u91cd\u8981\u306a\u30c7\u30fc\u30bf\u306b\u3064\u3044\u3066\u306f\u7570\u306a\u308b\u5f62\u5f0f\u3067\u8907\u6570\u306e\u30b3\u30d4\u30fc\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6a19\u6e96\u306e\u9032\u5316\u306b\u5408\u308f\u305b\u3066\u3001\u30a2\u30fc\u30ab\u30a4\u30d6\u3092\u65b0\u3057\u3044\u5f62\u5f0f\u306b\u5b9a\u671f\u7684\u306b\u79fb\u884c\u3057\u307e\u3059\u3002<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">\n                    <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                    \u7570\u306a\u308b\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u9593\u3067\u5909\u63db\u3059\u308b\u306b\u306f\u3069\u3046\u3059\u308c\u3070\u3088\u3044\u3067\u3059\u304b?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>\u5c02\u7528\u306e\u5909\u63db\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3001\u30aa\u30f3\u30e9\u30a4\u30f3\u5909\u63db\u30b5\u30fc\u30d3\u30b9\u3001\u307e\u305f\u306f\u3055\u307e\u3056\u307e\u306a\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u7d44\u307f\u8fbc\u307f\u6a5f\u80fd\u3092\u4f7f\u7528\u3057\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3092\u5909\u63db\u3067\u304d\u307e\u3059\u3002\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u5f62\u5f0f\u306b\u3064\u3044\u3066\u306f\u3001Microsoft Office\u3001LibreOffice\u3001Google Docs \u306e\u3059\u3079\u3066\u306b\u3001\u3055\u307e\u3056\u307e\u306a\u5f62\u5f0f\u3078\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8 \u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u753b\u50cf\u306e\u5834\u5408\u3001Adobe Photoshop\u3001GIMP\u3001IrfanView \u306a\u3069\u306e\u30c4\u30fc\u30eb\u304c\u5909\u63db\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002\u30aa\u30fc\u30c7\u30a3\u30aa\u3068\u30d3\u30c7\u30aa\u306e\u5834\u5408\u3001HandBrake\u3001FFmpeg\u3001Audacity \u306a\u3069\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u5f37\u529b\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u306a\u308a\u307e\u3059\u3002\u5358\u7d14\u306a\u5909\u63db\u3092\u76ee\u7684\u3068\u3057\u305f\u7121\u6599\u306e\u30aa\u30f3\u30e9\u30a4\u30f3 \u30b5\u30fc\u30d3\u30b9\u3082\u591a\u6570\u5b58\u5728\u3057\u307e\u3059\u304c\u3001\u6a5f\u5bc6\u60c5\u5831\u306e\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u306b\u306f\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5909\u63db\u3059\u308b\u5834\u5408\u3001\u7279\u306b\u3088\u308a\u9ad8\u6a5f\u80fd\u306a\u5f62\u5f0f\u304b\u3089\u3088\u308a\u5358\u7d14\u306a\u5f62\u5f0f\u306b\u5909\u63db\u3059\u308b\u5834\u5408\u3001\u4e00\u90e8\u306e\u5909\u63db\u3067\u306f\u54c1\u8cea\u306e\u4f4e\u4e0b\u3084\u6a5f\u80fd\u306e\u640d\u5931\u304c\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">\n                    <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                    \u30d5\u30a1\u30a4\u30eb\u7834\u640d\u306e\u539f\u56e0\u3068\u305d\u308c\u3092\u9632\u3050\u306b\u306f\u3069\u3046\u3059\u308c\u3070\u3088\u3044\u3067\u3059\u304b?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>\u30d5\u30a1\u30a4\u30eb\u306e\u7834\u640d\u306f\u3001\u4e0d\u9069\u5207\u306a\u30b7\u30e3\u30c3\u30c8\u30c0\u30a6\u30f3\u3001\u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u969c\u5bb3\u3001\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306e\u30d0\u30b0\u3001\u30a6\u30a4\u30eb\u30b9\u611f\u67d3\u3001\u8ee2\u9001\u306e\u4e2d\u65ad\u3001\u30b9\u30c8\u30ec\u30fc\u30b8 \u30e1\u30c7\u30a3\u30a2\u306e\u52a3\u5316\u306a\u3069\u3001\u3055\u307e\u3056\u307e\u306a\u7406\u7531\u3067\u767a\u751f\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002\u30d5\u30a1\u30a4\u30eb\u306e\u7834\u640d\u3092\u9632\u3050\u306b\u306f\u3001\u6b21\u306e\u65b9\u6cd5\u3092\u63a1\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5916\u90e8\u30c9\u30e9\u30a4\u30d6\u306b\u306f\u5e38\u306b\u300c\u5b89\u5168\u306a\u53d6\u308a\u5916\u3057\u300d\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u30aa\u30da\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0 \u30b7\u30b9\u30c6\u30e0\u3068\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u5e38\u306b\u6700\u65b0\u306e\u72b6\u614b\u306b\u4fdd\u3061\u307e\u3059\u3002\u30a6\u30a4\u30eb\u30b9\u5bfe\u7b56\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3092\u4f7f\u7528\u3059\u308b\u3002\u4fdd\u5b58\u3084\u30b3\u30d4\u30fc\u306a\u3069\u306e\u30d5\u30a1\u30a4\u30eb\u64cd\u4f5c\u3092\u4e2d\u65ad\u3057\u306a\u3044\u3088\u3046\u306b\u3057\u307e\u3059\u3002\u8907\u6570\u306e\u30b3\u30d4\u30fc\u306b\u3088\u308b\u5b9a\u671f\u7684\u306a\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u6226\u7565\u3092\u5b9f\u88c5\u3057\u307e\u3059\u3002\u30c7\u30fc\u30bf\u306e\u6574\u5408\u6027\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u691c\u8a3c\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u305d\u3057\u3066\u3001\u30a8\u30e9\u30fc\u4fee\u6b63\u6a5f\u80fd\u304c\u7d44\u307f\u8fbc\u307e\u308c\u305f\u30d5\u30a1\u30a4\u30eb \u30b7\u30b9\u30c6\u30e0\u306e\u4f7f\u7528\u3092\u691c\u8a0e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u91cd\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u304c\u3042\u308b\u5834\u5408\u306f\u3001\u5b9a\u671f\u7684\u306b\u305d\u306e\u6574\u5408\u6027\u3092\u78ba\u8a8d\u3057\u3001\u6570\u5e74\u3054\u3068\u306b\u65b0\u3057\u3044\u30b9\u30c8\u30ec\u30fc\u30b8 \u30e1\u30c7\u30a3\u30a2\u306b\u79fb\u884c\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"faq-item\">\n                <h3 class=\"faq-question\">\n                    <span class=\"faq-icon\"><i class=\"fas fa-question-circle\"><\/i><\/span>\n                    \u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u3068\u306f\u4f55\u3067\u3059\u304b?\u30b3\u30fc\u30c7\u30c3\u30af\u3068\u306e\u9055\u3044\u306f\u4f55\u3067\u3059\u304b?\n                <\/h3>\n                <div class=\"faq-answer\">\n                    <p>\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f (MP4\u3001MKV\u3001AVI \u306a\u3069) \u306f\u3001\u30d3\u30c7\u30aa\u3001\u30aa\u30fc\u30c7\u30a3\u30aa\u3001\u5b57\u5e55\u3001\u30e1\u30bf\u30c7\u30fc\u30bf\u306a\u3069\u306e\u8907\u6570\u306e\u30c7\u30fc\u30bf \u30b9\u30c8\u30ea\u30fc\u30e0\u3092 1 \u3064\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u4fdd\u6301\u3059\u308b\u30e9\u30c3\u30d1\u30fc\u3067\u3059\u3002\u3053\u308c\u3089\u306e\u8981\u7d20\u304c\u3069\u306e\u3088\u3046\u306b\u7de8\u6210\u3055\u308c\u308b\u304b\u306f\u5b9a\u7fa9\u3055\u308c\u307e\u3059\u304c\u3001\u5b9f\u969b\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u304c\u3069\u306e\u3088\u3046\u306b\u30a8\u30f3\u30b3\u30fc\u30c9\u3055\u308c\u308b\u304b\u306f\u5b9a\u7fa9\u3055\u308c\u307e\u305b\u3093\u3002\u30b3\u30fc\u30c7\u30c3\u30af (H.264\u3001VP9\u3001AAC\u3001MP3 \u306a\u3069) \u306f\u3001\u5b9f\u969b\u306e\u30aa\u30fc\u30c7\u30a3\u30aa\u307e\u305f\u306f\u30d3\u30c7\u30aa \u30c7\u30fc\u30bf \u30b9\u30c8\u30ea\u30fc\u30e0\u3092\u30a8\u30f3\u30b3\u30fc\u30c9\u304a\u3088\u3073\u30c7\u30b3\u30fc\u30c9\u3057\u3066\u3001\u5727\u7e2e\u65b9\u6cd5\u3068\u54c1\u8cea\u3092\u6c7a\u5b9a\u3059\u308b\u30c6\u30af\u30ce\u30ed\u30b8\u30fc\u3067\u3059\u3002 1 \u3064\u306e\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u3067\u8907\u6570\u306e\u7570\u306a\u308b\u30b3\u30fc\u30c7\u30c3\u30af\u3092\u30b5\u30dd\u30fc\u30c8\u3067\u304d\u3001\u540c\u3058\u30b3\u30fc\u30c7\u30c3\u30af\u3092\u7570\u306a\u308b\u30b3\u30f3\u30c6\u30ca\u5f62\u5f0f\u3067\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\u30b3\u30f3\u30c6\u30ca\u3068\u30b3\u30fc\u30c7\u30c3\u30af\u306e\u4e21\u65b9\u304c\u518d\u751f\u30c7\u30d0\u30a4\u30b9\u307e\u305f\u306f\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308b\u305f\u3081\u3001\u3053\u306e\u533a\u5225\u3092\u7406\u89e3\u3059\u308b\u3068\u3001\u4e92\u63db\u6027\u306e\u554f\u984c\u306e\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u884c\u3046\u3068\u304d\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    \n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"cta-pattern\"><\/div>\n        <div class=\"cta-content\">\n            <h2 class=\"cta-title\">\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u30ea\u30bd\u30fc\u30b9\u3092\u3055\u3089\u306b\u63a2\u3059<\/h2>\n            <p class=\"cta-text\">\u5f53\u793e\u306e\u5305\u62ec\u7684\u306a\u30ac\u30a4\u30c9\u3001\u5909\u63db\u30c4\u30fc\u30eb\u3001\u5c02\u9580\u5bb6\u306e\u6d1e\u5bdf\u3092\u5229\u7528\u3057\u3066\u3001\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u306b\u3064\u3044\u3066\u306e\u7406\u89e3\u3092\u6df1\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u5c02\u9580\u5bb6\u3001\u5b66\u751f\u3001\u8da3\u5473\u3092\u554f\u308f\u305a\u3001\u30c7\u30b8\u30bf\u30eb \u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u9069\u5207\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u304c\u91cd\u8981\u3067\u3059\u3002<\/p>\n            <div class=\"hero-buttons\">\n                <a href=\"#categories\" class=\"btn btn-primary\">\u3059\u3079\u3066\u306e\u30ab\u30c6\u30b4\u30ea\u3092\u53c2\u7167<\/a>\n                <a href=\"#guide\" class=\"btn btn-secondary\">\u30bb\u30ec\u30af\u30b7\u30e7\u30f3\u30ac\u30a4\u30c9<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n","protected":false},"excerpt":{"rendered":"<p>\u5b8c\u5168\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u767e\u79d1\u4e8b\u5178 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3603","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"convertify","author_link":"https:\/\/convertifypro.com\/author\/convertifypro\/"},"uagb_comment_info":0,"uagb_excerpt":"\u5b8c\u5168\u306a\u30d5\u30a1\u30a4\u30eb\u5f62\u5f0f\u767e\u79d1\u4e8b\u5178 \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8 [&hellip;]","_links":{"self":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/3603","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/comments?post=3603"}],"version-history":[{"count":0,"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/pages\/3603\/revisions"}],"wp:attachment":[{"href":"https:\/\/convertifypro.com\/wp-json\/wp\/v2\/media?parent=3603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}