{"id":17088,"date":"2026-06-12T02:38:03","date_gmt":"2026-06-12T02:38:03","guid":{"rendered":"https:\/\/www.dgcrane.com\/?p=17088"},"modified":"2026-06-15T05:46:38","modified_gmt":"2026-06-15T05:46:38","slug":"crane-sheave-minimum-diameter-calculator","status":"publish","type":"post","link":"https:\/\/www.dgcrane.com\/ja\/crane-sheave-minimum-diameter-calculator\/","title":{"rendered":"\u30af\u30ec\u30fc\u30f3\u30b7\u30fc\u30d6\u6700\u5c0f\u76f4\u5f84\u8a08\u7b97\u30c4\u30fc\u30eb"},"content":{"rendered":"<div id=\"calculator\">\n    <style>\n        #calculator {\n            --primary-color: #0a3487;\n            --primary-hover: #F58423;\n            --error-color: #e53935;\n            --bg-color: #EAEEF7;\n            --text-color: #4a4a4a;\n            max-width: 545px;\n            padding: 30px;\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            font-family: Arial, sans-serif;\n            box-sizing: border-box;\n        }\n\n        #calculator .calc-title {\n            font-size: 18px;\n            margin: 0 0 20px 0;\n            text-align: center;\n            font-weight: 600;\n        }\n\n        #calculator .calc-row {\n            margin-bottom: 18px;\n        }\n\n        #calculator label {\n            display: block;\n            font-size: 14px;\n            margin-bottom: 6px;\n        }\n\n        #calculator input,\n        #calculator select {\n            width: 100%;\n            height: 36px;\n            padding: 0 10px;\n            border: 1px solid #ccc;\n            border-radius: 0;\n            font-size: 16px;\n            box-sizing: border-box;\n            transition: border 0.2s ease;\n            background: #fff;\n        }\n\n        #calculator input:focus,\n        #calculator select:focus {\n            outline: none;\n            border: 2px solid var(--primary-color);\n        }\n\n        #calculator .input-error {\n            border: 2px solid var(--error-color) !important;\n        }\n\n        #calculator .error-msg {\n            display: none;\n            font-size: 12px;\n            color: var(--error-color);\n            margin-top: 4px;\n        }\n\n        #calculator .error-msg.show {\n            display: block;\n        }\n\n        #calculator .btn-group {\n            display: flex;\n            gap: 10px;\n            margin: 20px 0;\n        }\n\n        #calculator button {\n            flex: 1;\n            height: 34px;\n            line-height: 34px;\n            border: none;\n            border-radius: 0;\n            font-size: 14px;\n            cursor: pointer;\n            transition: background-color 0.2s ease;\n            background-color: var(--primary-color);\n            color: #fff;\n        }\n\n        #calculator button:hover {\n            background-color: var(--primary-hover);\n        }\n\n        #calculator .result-wrap {\n            margin-top: 20px;\n            padding: 12px;\n            border: 1px solid #ccc;\n            background: #fff;\n        }\n\n        #calculator .result-text {\n            font-size: 16px;\n            line-height: 26px;\n            min-height: 40px;\n        }\n\n        #calculator .result-group {\n            margin: 8px 0;\n            padding: 6px 0;\n            border-bottom: 1px dashed #eee;\n        }\n\n        #calculator .result-group:last-child {\n            border-bottom: none;\n        }\n\n        @media (max-width: 768px) {\n            #calculator input,\n            #calculator select {\n                height: 0.7rem;\n                font-size: 0.28rem;\n            }\n            #calculator label,\n            #calculator button,\n            #calculator .result-text {\n                font-size: 0.28rem;\n            }\n            #calculator .btn-group {\n                flex-direction: column;\n            }\n            #calculator button {\n                width: 100%;\n                height: 0.7rem;\n                line-height: 0.7rem;\n            }\n        }\n    <\/style>\n\n    <h3 class=\"calc-title\">\u30af\u30ec\u30fc\u30f3\u30b7\u30fc\u30d6\u6700\u5c0f\u76f4\u5f84\u8a08\u7b97\u30c4\u30fc\u30eb<\/h3>\n\n    <!-- Crane Type -->\n    <div class=\"calc-row\">\n        <label for=\"calculator-craneType\">\u30af\u30ec\u30fc\u30f3\u30bf\u30a4\u30d7<\/label>\n        <select id=\"calculator-craneType\">\n            <option value=\"normal\">\u5929\u4e95\u8d70\u884c\u30af\u30ec\u30fc\u30f3<\/option>\n            <option value=\"normal\">\u9580\u578b\u307e\u305f\u306f\u534a\u9580\u578b\u30af\u30ec\u30fc\u30f3<\/option>\n            <option value=\"normal\">\u9580\u578b\u307e\u305f\u306f\u534a\u9580\u578b\u6a4b\u5f62\u30af\u30ec\u30fc\u30f3<\/option>\n            <option value=\"normal\">\u7247\u6301\u3061\u30af\u30ec\u30fc\u30f3\uff08\u67f1\u578b\u3001\u30b8\u30d6\u578b\u3001\u58c1\u9762\u578b\u3001\u6b69\u884c\u578b\uff09<\/option>\n            <option value=\"mobile\">\u79fb\u52d5\u5f0f\u30af\u30ec\u30fc\u30f3<\/option>\n        <\/select>\n    <\/div>\n\n    <!-- Normal Crane Area -->\n    <div id=\"calculator-normalWrap\">\n        <div class=\"calc-row\">\n            <label for=\"calculator-normalDuty\">\u4f7f\u7528\u7b49\u7d1a\uff08ISO 4301-1\uff09<\/label>\n            <select id=\"calculator-normalDuty\">\n                <option value=\"M1\">M1<\/option>\n                <option value=\"M2\">M2<\/option>\n                <option value=\"M3\">M3<\/option>\n                <option value=\"M4\">M4<\/option>\n                <option value=\"M5\">M5<\/option>\n                <option value=\"M6\">M6<\/option>\n                <option value=\"M7\">M7<\/option>\n                <option value=\"M8\">M8<\/option>\n            <\/select>\n        <\/div>\n        <div class=\"calc-row\">\n            <label for=\"calculator-normalType\">\u30b7\u30fc\u30d6\u30ab\u30c6\u30b4\u30ea<\/label>\n            <select id=\"calculator-normalType\">\n                <option value=\"main\">\u4e3b\u4f5c\u696d\u6ed1\u8eca\uff08h\u2082\uff09<\/option>\n                <option value=\"balance\">\u30d0\u30e9\u30f3\u30b9\u30b7\u30fc\u30d6\uff08h\u2083\uff09<\/option>\n            <\/select>\n        <\/div>\n    <\/div>\n\n    <!-- Mobile Crane Area -->\n    <div id=\"calculator-mobileWrap\" style=\"display: none;\">\n        <div class=\"calc-row\">\n            <label for=\"calculator-mobileCat\">\u30b7\u30fc\u30d6\u30ab\u30c6\u30b4\u30ea<\/label>\n            <select id=\"calculator-mobileCat\">\n                <option value=\"h2\">\u4e3b\u4f5c\u696d\u6ed1\u8eca\uff08h\u2082\uff09<\/option>\n                <option value=\"h3\">\u30d0\u30e9\u30f3\u30b9\u30b7\u30fc\u30d6\uff08h\u2083\uff09<\/option>\n            <\/select>\n        <\/div>\n        <div class=\"calc-row\">\n            <label for=\"calculator-mobileSelect\">\u6a5f\u69cb\u30bf\u30a4\u30d7<\/label>\n            <select id=\"calculator-mobileSelect\">\n                <option value=\"lift\">\u30ea\u30d5\u30c6\u30a3\u30f3\u30b0\u6a5f\u69cb<\/option>\n                <option value=\"jib\">\u30b8\u30d6\uff0f\u30e9\u30d5\u30a3\u30f3\u30b0\u6a5f\u69cb<\/option>\n                <option value=\"telescope\">\u671b\u9060\u93e1\u6a5f\u69cb<\/option>\n            <\/select>\n        <\/div>\n        <div class=\"calc-row\">\n            <label for=\"calculator-ropeType\">\u30ed\u30fc\u30d7\u306e\u7a2e\u985e<\/label>\n            <select id=\"calculator-ropeType\">\n                <option value=\"std\">\u6a19\u6e96\u30ed\u30fc\u30d7<\/option>\n                <option value=\"anti\">\u56de\u8ee2\u62b5\u6297\u30ed\u30fc\u30d7<\/option>\n            <\/select>\n        <\/div>\n    <\/div>\n\n    <!-- Rope Strand Coefficient t -->\n    <div class=\"calc-row\">\n        <label for=\"calculator-ropeT\">\u30ed\u30fc\u30d7\u30b9\u30c8\u30e9\u30f3\u30c9\u4fc2\u6570\uff08t\uff09<\/label>\n        <select id=\"calculator-ropeT\">\n            <option value=\"1.25\">3\u672c\u306e\u9396\uff08t=1.25\uff09<\/option>\n            <option value=\"1.15\">4\uff5e5\u672c\u306e\u9396\uff08t=1.15\uff09<\/option>\n            <option value=\"1.00\">6\uff5e10\u672c\u306e\u9396\uff08t=1.00\uff09<\/option>\n            <option value=\"0.95\">\u30d7\u30e9\u30b9\u30c1\u30c3\u30af\u5145\u586b\u30b9\u30c8\u30e9\u30f3\u30c98\uff5e10\u672c\uff08t=0.95\uff09<\/option>\n            <option value=\"1.00\">10\u672c\u4ee5\u4e0a\u306e\u30b9\u30c8\u30e9\u30f3\u30c9\u306e\u56de\u8ee2\u62b5\u6297\u6027\uff08t=1.00\uff09<\/option>\n        <\/select>\n    <\/div>\n\n    <!-- Wire Rope Diameter d -->\n    <div class=\"calc-row\">\n        <label for=\"calculator-ropeD\">\u30ef\u30a4\u30e4\u30fc\u30ed\u30fc\u30d7\u306e\u76f4\u5f84 d (mm)<\/label>\n        <input type=\"number\" id=\"calculator-ropeD\" placeholder=\"\u76f4\u5f84\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\">\n        <div class=\"error-msg\" id=\"calculator-dErr\">\u6709\u52b9\u306a\u76f4\u5f84\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\uff080\u3088\u308a\u5927\u304d\u3044\u5024\uff09<\/div>\n    <\/div>\n\n    <!-- Buttons -->\n    <div class=\"btn-group\">\n        <button id=\"calculator-btnCalc\">\u8a08\u7b97\u3059\u308b<\/button>\n        <button id=\"calculator-btnReset\">\u30ea\u30bb\u30c3\u30c8<\/button>\n    <\/div>\n\n    <!-- Result -->\n    <div class=\"result-wrap\">\n        <div class=\"result-text\" id=\"calculator-resultBox\">\u7d50\u679c\u306f\u3053\u3053\u306b\u8868\u793a\u3055\u308c\u307e\u3059<\/div>\n    <\/div>\n\n    <script>\n        (function() {\n            const craneType = document.getElementById('calculator-craneType');\n            const normalWrap = document.getElementById('calculator-normalWrap');\n            const mobileWrap = document.getElementById('calculator-mobileWrap');\n            const normalDuty = document.getElementById('calculator-normalDuty');\n            const normalSheaveType = document.getElementById('calculator-normalType');\n            const mobileCat = document.getElementById('calculator-mobileCat');\n            const mobileSelect = document.getElementById('calculator-mobileSelect');\n            const ropeType = document.getElementById('calculator-ropeType');\n            const ropeT = document.getElementById('calculator-ropeT');\n            const ropeD = document.getElementById('calculator-ropeD');\n            const btnCalc = document.getElementById('calculator-btnCalc');\n            const btnReset = document.getElementById('calculator-btnReset');\n            const resultBox = document.getElementById('calculator-resultBox');\n            const dErr = document.getElementById('calculator-dErr');\n            const PREFERRED_H = 20;\n\n            \/\/ Switch crane type display\n            craneType.addEventListener('change', function() {\n                if (this.value === 'mobile') {\n                    normalWrap.style.display = 'none';\n                    mobileWrap.style.display = 'block';\n                } else {\n                    normalWrap.style.display = 'block';\n                    mobileWrap.style.display = 'none';\n                }\n                resultBox.textContent = 'Result will be displayed here';\n                clearInputError();\n            });\n\n            \/\/ Clear error\n            function clearInputError() {\n                ropeD.classList.remove('input-error');\n                dErr.classList.remove('show');\n            }\n\n            \/\/ Input validation\n            function validateInput() {\n                clearInputError();\n                const dVal = parseFloat(ropeD.value);\n                if (isNaN(dVal) || dVal <= 0) {\n                    ropeD.classList.add('input-error');\n                    dErr.classList.add('show');\n                    return false;\n                }\n                return true;\n            }\n            ropeD.addEventListener('input', validateInput);\n\n            \/\/ Normal crane h value map\n            const normalHMap = {\n                M1: { h2:12.5, h3_min:11.2, h3_opt:12.5 },\n                M2: { h2:14.0, h3_min:12.5, h3_opt:14.0 },\n                M3: { h2:16.0, h3_min:14.0, h3_opt:16.0 },\n                M4: { h2:18.0, h3_min:16.0, h3_opt:18.0 },\n                M5: { h2:20.0, h3_min:18.0, h3_opt:20.0 },\n                M6: { h2:22.4, h3_min:20.0, h3_opt:22.4 },\n                M7: { h2:25.0, h3_min:22.4, h3_opt:25.0 },\n                M8: { h2:28.0, h3_min:25.0, h3_opt:28.0 }\n            };\n\n            \/\/ Mobile crane standard h value map\n            const mobileHMap = {\n                h2: {\n                    lift: { std:18, anti:18 },\n                    jib: { std:16, anti:16 },\n                    telescope: { std:14, anti:14 }\n                },\n                h3: {\n                    lift: { std:14, anti:18 },\n                    jib: { std:12.5, anti:16 },\n                    telescope: { std:10, anti:10 }\n                }\n            };\n\n            \/\/ Calculate\n            btnCalc.addEventListener('click', function() {\n                resultBox.innerHTML = '';\n                if (!validateInput()) return;\n                const t = parseFloat(ropeT.value);\n                const d = parseFloat(ropeD.value);\n                const craneCat = craneType.value;\n                let html = '';\n\n                \/\/ Non-mobile crane\n                if (craneCat === 'normal') {\n                    const dutyKey = normalDuty.value;\n                    const sheaveCat = normalSheaveType.value;\n                    const hData = normalHMap[dutyKey];\n                    if (sheaveCat === 'main') {\n                        const D2 = (hData.h2 * t * d).toFixed(2);\n                        html = `<div class=\"result-group\">Main Working Sheave Minimum Diameter D\u2082 \u2265 ${D2} mm<\/div>`;\n                    } else {\n                        const D3_min = (hData.h3_min * t * d).toFixed(2);\n                        const D3_opt = (hData.h3_opt * t * d).toFixed(2);\n                        html = `\n                            <div class=\"result-group\">\n                                <strong>Balance Sheave Minimum Required:<\/strong><br>\n                                D\u2083 \u2265 ${D3_min} mm\n                            <\/div>\n                            <div class=\"result-group\">\n                                <strong>Balance Sheave Preferred Value:<\/strong><br>\n                                D\u2083 \u2265 ${D3_opt} mm\n                            <\/div>\n                        `;\n                    }\n                }\n                \/\/ Mobile crane\n                else {\n                    const sCat = mobileCat.value;\n                    const mech = mobileSelect.value;\n                    const rType = ropeType.value;\n                    const minH = mobileHMap[sCat][mech][rType];\n                    const isAnti = rType === 'anti';\n\n                    const minD = (minH * t * d).toFixed(2);\n                    const preferredD = (PREFERRED_H * t * d).toFixed(2);\n\n                    if (!isAnti) {\n                        html = `<div class=\"result-group\">Minimum Required Value: D \u2265 ${minD} mm<\/div>`;\n                    } else {\n                        html = `\n                            <div class=\"result-group\">\n                                <strong>Minimum Required Value:<\/strong><br>\n                                D \u2265 ${minD} mm\n                            <\/div>\n                            <div class=\"result-group\">\n                                <strong>Preferred Minimum Value (Recommended):<\/strong><br>\n                                D \u2265 ${preferredD} mm\n                            <\/div>\n                        `;\n                    }\n                }\n                resultBox.innerHTML = html;\n            });\n\n            \/\/ Reset\n            btnReset.addEventListener('click', function() {\n                craneType.selectedIndex = 0;\n                normalDuty.selectedIndex = 0;\n                normalSheaveType.selectedIndex = 0;\n                mobileCat.selectedIndex = 0;\n                mobileSelect.selectedIndex = 0;\n                ropeType.selectedIndex = 0;\n                ropeT.selectedIndex = 0;\n                ropeD.value = '';\n                resultBox.textContent = 'Result will be displayed here';\n                normalWrap.style.display = 'block';\n                mobileWrap.style.display = 'none';\n                clearInputError();\n            });\n        })();\n    <\/script>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">\u30af\u30ec\u30fc\u30f3\u30b7\u30fc\u30d6\u6700\u5c0f\u76f4\u5f84\u8a08\u7b97\u30c4\u30fc\u30eb <br>\u5f0f<\/h2>\n\n\n\n<p>D<sub>2<\/sub>\u2265h<sub>2<\/sub>\u00d7t\u00d7d<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>D<sub>2<\/sub>\uff1a\u30b7\u30fc\u30d6\u306e\u6700\u5c0f\u30d4\u30c3\u30c1\u5186\u76f4\u5f84<\/li>\n\n\n\n<li>h<sub>2<\/sub>: \u30b7\u30fc\u30d6\u9078\u629e\u4fc2\u6570 (\u30b7\u30fc\u30d6\u30d4\u30c3\u30c1\u5186\u76f4\u5f84\u3068\u516c\u79f0\u5024\u306e\u6bd4) <br>\u30ef\u30a4\u30e4\u30fc\u30ed\u30fc\u30d7\u306e\u76f4\u5f84\uff09<\/li>\n\n\n\n<li>t: \u30ef\u30a4\u30e4\u30fc\u30ed\u30fc\u30d7\u30bf\u30a4\u30d7\u4fc2\u6570<\/li>\n\n\n\n<li>d\uff1a\u30ef\u30a4\u30e4\u30fc\u30ed\u30fc\u30d7\u306e\u516c\u79f0\u76f4\u5f84<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u6ce8\u8a18<\/h2>\n\n\n\n<p>\u30b7\u30fc\u30d6\u3068\u30d0\u30e9\u30f3\u30b9\u30b7\u30fc\u30d6\u306e\u9078\u629e\u4fc2\u6570\u306f\u3001 <br>\u30af\u30ec\u30fc\u30f3\u306e\u7a2e\u985e\u3001\u304a\u3088\u3073\u5177\u4f53\u7684\u306a\u72b6\u6cc1\u306b\u57fa\u3065\u3044\u305f\u8a08\u7b97\u3092\u884c\u3046\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u4e00\u822c\u7684\u306a\u30af\u30ec\u30fc\u30f3\u3084\u30db\u30a4\u30b9\u30c8\u3067\u4f7f\u7528\u3055\u308c\u308b\u5dfb\u304d\u4e0a\u3052\u7528\u304a\u3088\u3073\u30d6\u30fc\u30e0\u5dfb\u304d\u4e0a\u3052\uff0f\u8d77\u4f0f\u7528\u30ef\u30a4\u30e4\u30ed\u30fc\u30d7\u306b\u304a\u3044\u3066\u3001\u5358\u5c64\u5dfb\u304d\u3092\u63a1\u7528\u3057\u305f\u5834\u5408\u3001\u66f2\u3052\u75b2\u52b4\u304c\u30ef\u30a4\u30e4\u30ed\u30fc\u30d7\u306e\u4e3b\u306a\u640d\u50b7\u539f\u56e0\u3068\u306a\u308b\u3053\u3068\u304c\u591a\u3044\u3002\u4e0a\u8a18\u306e\u4fc2\u6570\u306f\u3001\u7279\u306b\u30ed\u30fc\u30d7\u306e\u9032\u5165\u90e8\u304a\u3088\u3073\u9000\u51fa\u90e8\u306b\u304a\u3051\u308b\u30ef\u30a4\u30e4\u30ed\u30fc\u30d7\u3078\u306e\u534a\u5f84\u65b9\u5411\u5727\u529b\u3092\u5236\u9650\u3059\u308b\u305f\u3081\u306b\u63a8\u5968\u3055\u308c\u308b\u3002<\/li>\n\n\n\n<li>\u79fb\u52d5\u5f0f\u30af\u30ec\u30fc\u30f3\u306e\u5834\u5408\u3001\u5358\u5c64\u5dfb\u304d\u3092\u63a1\u7528\u3059\u308b\u969b\u306b\u306f\u3001\u88c5\u7f6e\u306b\u304b\u304b\u308b\u534a\u5f84\u65b9\u5411\u306e\u5727\u529b\u3092\u5236\u9650\u3057\u3001\u66f2\u3052\u75b2\u52b4\u306b\u5bfe\u3059\u308b\u8010\u6027\u3092\u9ad8\u3081\u308b\u305f\u3081\u306b\u3001\u4e0a\u8a18\u306e\u4fc2\u6570\u304c\u7279\u306b\u63a8\u5968\u3055\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u79fb\u52d5\u5f0f\u30af\u30ec\u30fc\u30f3\u306e\u5834\u5408\u3001\u4e0a\u8a18\u306e\u4fc2\u6570\u306f\u3001\u91cd\u306a\u308a\u5408\u3046\u90e8\u5206\u306e\u30ef\u30a4\u30e4\u30ed\u30fc\u30d7\u306b\u304b\u304b\u308b\u534a\u5f84\u65b9\u5411\u306e\u5727\u529b\u3068\u3001\u305d\u308c\u306b\u4f34\u3046\u30ef\u30a4\u30e4\u30ed\u30fc\u30d7\u306e\u306d\u3058\u308c\u52b9\u679c\u3092\u5236\u9650\u3059\u308b\u305f\u3081\u306b\u3001\u591a\u5c64\u5dfb\u304d\u3092\u63a1\u7528\u3059\u308b\u5834\u5408\u306b\u7279\u306b\u63a8\u5968\u3055\u308c\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u9069\u7528\u53ef\u80fd\u306a\u30af\u30ec\u30fc\u30f3<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u5929\u4e95\u8d70\u884c\u30af\u30ec\u30fc\u30f3<\/li>\n\n\n\n<li>\u30db\u30a4\u30b9\u30c8 - \u30ef\u30a4\u30e4\u30fc\u30ed\u30fc\u30d7<\/li>\n\n\n\n<li>\u9580\u578b\u307e\u305f\u306f\u534a\u9580\u578b\u30af\u30ec\u30fc\u30f3<\/li>\n\n\n\n<li>\u9580\u578b\u307e\u305f\u306f\u534a\u9580\u578b\u6a4b\u5f62\u30af\u30ec\u30fc\u30f3<\/li>\n\n\n\n<li>\u79fb\u52d5\u5f0f\u30af\u30ec\u30fc\u30f3<\/li>\n\n\n\n<li>\u7247\u6301\u3061\u30af\u30ec\u30fc\u30f3\uff08\u67f1\u578b\u3001\u30b8\u30d6\u578b\u3001\u58c1\u9762\u578b\u3001\u6b69\u884c\u578b\uff09<\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"ISO 16625:2013\u306b\u53b3\u5bc6\u306b\u6e96\u62e0\u3057\u305f\u3053\u306e\u30af\u30ec\u30fc\u30f3\u30b7\u30fc\u30d6\u6700\u5c0f\u76f4\u5f84\u8a08\u7b97\u30c4\u30fc\u30eb\u306f\u3001\u30ef\u30a4\u30e4\u30fc\u30ed\u30fc\u30d7\u306e\u516c\u79f0\u76f4\u5f84\u3068\u6a5f\u69cb\u306e\u4f5c\u696d\u30af\u30e9\u30b9\u306b\u57fa\u3065\u3044\u3066\u3001\u6700\u5c0f\u30b7\u30fc\u30d6\u30d4\u30c3\u30c1\u76f4\u5f84\u3092\u8fc5\u901f\u306b\u7b97\u51fa\u3057\u307e\u3059\u3002\u30b7\u30fc\u30d6\u306e\u30b5\u30a4\u30ba\u304c\u5c0f\u3055\u3059\u304e\u308b\u3068\u30ed\u30fc\u30d7\u306e\u8131\u843d\u3084\u5b89\u5168\u4e0a\u306e\u8105\u5a01\u306b\u3064\u306a\u304c\u308b\u4e00\u65b9\u3001\u5927\u304d\u3059\u304e\u308b\u3068\u540a\u308a\u4e0a\u3052\u9ad8\u3055\u3068\u8010\u8377\u91cd\u80fd\u529b\u304c\u5236\u9650\u3055\u308c\u307e\u3059\u3002\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u898f\u683c\u3078\u306e\u6e96\u62e0\u3092\u78ba\u8a8d\u3057\u3001\u30b7\u30fc\u30d6\u306e\u9078\u5b9a\u3092\u6700\u9069\u5316\u3057\u3001\u30ef\u30a4\u30e4\u30fc\u30ed\u30fc\u30d7\u306e\u5bff\u547d\u3092\u4e88\u6e2c\u3057\u3001\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u30b3\u30b9\u30c8\u3092\u524a\u6e1b\u3057\u3001\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0\u3092\u56de\u907f\u3057\u3001\u904b\u7528\u4e0a\u306e\u5b89\u5168\u6027\u3068\u52b9\u7387\u6027\u3092\u5411\u4e0a\u3055\u305b\u307e\u3059\u3002","protected":false},"author":8,"featured_media":17090,"parent":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"single-onlinetools.php","format":"standard","meta":{"_acf_changed":false,"rank_math_lock_modified_date":false,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[1059],"tags":[],"class_list":["post-17088","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-online-tools"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/posts\/17088"}],"collection":[{"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/comments?post=17088"}],"version-history":[{"count":6,"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/posts\/17088\/revisions"}],"predecessor-version":[{"id":17101,"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/posts\/17088\/revisions\/17101"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/media\/17090"}],"wp:attachment":[{"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/media?parent=17088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/categories?post=17088"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dgcrane.com\/ja\/wp-json\/wp\/v2\/tags?post=17088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}