{"id":9407,"date":"2026-01-08T17:48:57","date_gmt":"2026-01-08T08:48:57","guid":{"rendered":"https:\/\/rakkokeyword.com\/techo\/?p=9407"},"modified":"2026-01-30T11:38:34","modified_gmt":"2026-01-30T02:38:34","slug":"tool-jisoku-to-funsoku","status":"publish","type":"post","link":"https:\/\/rakkokeyword.com\/techo\/tool-jisoku-to-funsoku\/","title":{"rendered":"\u6642\u901f\u2192\u5206\u901f\u5909\u63db\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div class=\"jsf_tool_container\">\n    <div class=\"jsf_link_area_tab\">\n        <div class=\"jsf_tab_container\">\n            <span class=\"jsf_tab_item jsf_tab_active\">\u6642\u901f \u21d2 \u5206\u901f<\/span>\n            <a href=\"https:\/\/rakkokeyword.com\/techo\/tool-funsoku-to-jisoku\" class=\"jsf_tab_item jsf_tab_link\">\u5206\u901f \u21d2 \u6642\u901f<\/a>\n        <\/div>\n    <\/div>\n\n    <div class=\"jsf_section jsf_input_bg\">\n        <p class=\"jsf_section_title\">\u6642\u901f\u3092\u5165\u529b<\/p>\n        \n        <div class=\"jsf_input_container\">\n            <div class=\"jsf_slider_row\">\n                <label for=\"jsf_input_jisoku\">km\/h<\/label>\n                <input type=\"range\" id=\"jsf_range_jisoku\" min=\"0\" max=\"200\" step=\"0.1\" value=\"0\" class=\"jsf_slider\" aria-label=\"\u6642\u901f\u30b9\u30e9\u30a4\u30c0\u30fc\">\n            <\/div>\n            <div class=\"jsf_num_wrap\">\n                <input type=\"number\" id=\"jsf_input_jisoku\" min=\"0\" max=\"99999\" step=\"0.01\" value=\"0\" aria-label=\"\u6642\u901f\u5165\u529b\">\n                <span class=\"jsf_unit\">km\/h<\/span>\n            <\/div>\n            <div class=\"jsf_error_msg\" id=\"jsf_error_jisoku\"><\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"jsf_flow_arrow\" aria-hidden=\"true\">\n        <svg width=\"30\" height=\"30\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ccc\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\" \/><polyline points=\"19 12 12 19 5 12\" \/><\/svg>\n    <\/div>\n\n    <div class=\"jsf_section\">\n        <p class=\"jsf_section_title\">\u5206\u901f\uff08m\/\u5206\uff09\u5909\u63db\u7d50\u679c<\/p>\n        \n        <div class=\"jsf_result_display\">\n            <div class=\"jsf_result_main\" aria-live=\"polite\">\n                <span id=\"jsf_val_funsoku_from_jisoku\" class=\"jsf_result_number\">0.00<\/span>\n                <span class=\"jsf_result_unit\">m\/\u5206<\/span>\n            <\/div>\n            <button type=\"button\" id=\"jsf_copy_funsoku\" class=\"jsf_main_btn\" aria-label=\"\u5206\u901f\u3092\u30b3\u30d4\u30fc\">\u7d50\u679c\u3092\u30b3\u30d4\u30fc<\/button>\n        <\/div>\n\n        <div class=\"jsf_sub_info\">\n            <p class=\"jsf_label_sm\">\u53c2\u8003\u60c5\u5831<\/p>\n            <div class=\"jsf_info_grid\">\n                <div class=\"jsf_info_item\">\n                    <span class=\"jsf_info_label\">\u79d2\u901f\uff08m\/\u79d2\uff09<\/span>\n                    <span class=\"jsf_info_val\" id=\"jsf_val_byosoku_from_jisoku\">0.00m\/\u79d2<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <button type=\"button\" id=\"jsf_reset_jisoku\" class=\"jsf_reset_link\">\u6570\u5024\u3092\u30ea\u30bb\u30c3\u30c8<\/button>\n    <\/div>\n<\/div>\n\n<style>\n\/* Base Setup *\/\n.jsf_tool_container {\n    width: 100%;\n    max-width: 720px;\n    margin: 0 auto;\n    font-family: sans-serif;\n    color: #333;\n    text-align: center;\n}\n.jsf_tool_container * { box-sizing: border-box; }\n\n\/* Tab Design *\/\n.jsf_link_area_tab {\n    margin-bottom: 25px;\n}\n.jsf_tab_container {\n    display: flex;\n    width: 100%;\n    gap: 8px;\n}\n.jsf_tab_item {\n    flex: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    height: 50px;\n    font-size: 14px;\n    font-weight: bold;\n    text-decoration: none;\n    border-radius: 0;\n}\na.jsf_tab_item.jsf_tab_link {\n    background-color: #f8f9fa;\n    color: #333;\n    border: 1px solid #ddd;\n    transition: background-color 0.2s;\n}\na.jsf_tab_item.jsf_tab_link:hover {\n    background-color: #eee;\n}\nspan.jsf_tab_item.jsf_tab_active {\n    background-color: #13284B;\n    color: #fff;\n    border: 1px solid #13284B;\n    cursor: default;\n}\n\n\/* Section Design *\/\n.jsf_section { padding: 20px 0; }\n.jsf_input_bg {\n    background-color: #f8f9fa;\n    border-radius: 12px;\n    padding: 30px 20px;\n}\n.jsf_section_title {\n    font-size: 14px;\n    font-weight: bold;\n    color: #666;\n    margin: 0 0 20px 0;\n    letter-spacing: 0.05em;\n}\n\n\/* Input Styles *\/\n.jsf_input_container { \n    max-width: 500px; \n    margin: 0 auto; \n}\n.jsf_slider_row {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 16px;\n}\n.jsf_slider_row label { \n    width: 50px; \n    font-weight: bold; \n    color: #13284B; \n    font-size: 16px; \n}\n.jsf_slider { \n    flex-grow: 1; \n    height: 6px; \n    cursor: pointer; \n}\n.jsf_num_wrap { \n    display: flex; \n    align-items: center; \n    justify-content: center;\n    gap: 8px; \n    margin: 0 auto;\n}\n.jsf_num_wrap input[type=\"number\"] {\n    width: 160px;\n    height: 48px;\n    text-align: center;\n    border: 1px solid #ccc;\n    border-radius: 4px;\n    font-size: 18px;\n}\n.jsf_num_wrap input[type=\"number\"]:focus {\n    outline: 2px solid #13284B;\n    border-color: #13284B;\n}\n.jsf_unit { \n    font-size: 16px; \n    color: #888; \n    font-weight: bold;\n}\n\n\/* Error Message *\/\n.jsf_error_msg {\n    font-size: 12px;\n    color: #d32f2f;\n    margin-top: 8px;\n    min-height: 18px;\n    text-align: center;\n}\n\n\/* Flow Arrow *\/\n.jsf_flow_arrow { padding: 10px 0; }\n\n\/* Result Display *\/\n.jsf_result_display {\n    margin-bottom: 30px;\n}\n.jsf_result_main {\n    display: flex;\n    justify-content: center;\n    align-items: baseline;\n    gap: 8px;\n    margin-bottom: 20px;\n}\n.jsf_result_number {\n    font-size: 48px;\n    font-weight: bold;\n    font-family: monospace;\n    color: #000;\n}\n.jsf_result_unit {\n    font-size: 24px;\n    font-weight: bold;\n    color: #666;\n}\n\n\/* Sub Info *\/\n.jsf_sub_info {\n    padding-top: 25px;\n    border-top: 1px dashed #eee;\n}\n.jsf_label_sm { \n    font-size: 12px; \n    color: #888; \n    margin-bottom: 12px; \n    font-weight: bold; \n}\n.jsf_info_grid {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-bottom: 20px;\n}\n.jsf_info_item { \n    display: flex; \n    flex-direction: column;\n    gap: 6px;\n}\n.jsf_info_label { \n    font-size: 11px; \n    color: #999; \n}\n.jsf_info_val { \n    font-size: 18px; \n    font-weight: bold; \n    color: #444; \n}\n\n\/* Buttons *\/\n.jsf_main_btn {\n    height: 44px;\n    padding: 0 24px;\n    background: #13284B;\n    color: #fff;\n    border: none;\n    border-radius: 6px;\n    font-weight: bold;\n    cursor: pointer;\n    font-size: 14px;\n    transition: background-color 0.2s;\n}\n.jsf_main_btn:hover {\n    background: #0d1a31;\n}\n.jsf_main_btn:focus {\n    outline: 2px solid #13284B;\n    outline-offset: 2px;\n}\n.jsf_reset_link {\n    background: none;\n    border: none;\n    color: #999;\n    text-decoration: underline;\n    cursor: pointer;\n    margin-top: 15px;\n    font-size: 13px;\n}\n.jsf_reset_link:hover {\n    color: #666;\n}\n.jsf_reset_link:focus {\n    outline: 2px solid #999;\n    outline-offset: 2px;\n}\n\n\/* Responsive *\/\n@media (max-width: 500px) {\n    .jsf_result_number { font-size: 36px; }\n    .jsf_result_unit { font-size: 18px; }\n    .jsf_info_val { font-size: 16px; }\n    .jsf_num_wrap input[type=\"number\"] { \n        width: 140px; \n        height: 44px;\n        font-size: 16px; \n    }\n    .jsf_unit { font-size: 14px; }\n    .jsf_slider_row label { width: 45px; font-size: 14px; }\n}\n<\/style>\n\n<script>\n\n<\/script>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u6642\u901f\uff08km\/h\uff09\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u5206\u901f\uff08m\/\u5206\uff09\u3084\u79d2\u901f\uff08m\/\u79d2\uff09\u3078\u77ac\u6642\u306b\u81ea\u52d5\u63db\u7b97\u3067\u304d\u308b\u8a08\u7b97\u30c4\u30fc\u30eb\u3067\u3059\u3002\u7169\u96d1\u306a\u5358\u4f4d\u5909\u63db\u3092\u3001\u6570\u5024\u5165\u529b\u3084\u30b9\u30e9\u30a4\u30c0\u30fc\u64cd\u4f5c\u3060\u3051\u3067\u7c21\u5358\u306b\u884c\u3048\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-0\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u3067\u304d\u308b\u3053\u3068<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u6642\u901f\u304b\u3089\u5206\u901f\u30fb\u79d2\u901f\u3078\u306e\u4e00\u62ec\u5909\u63db<\/strong>: \u6642\u901f\uff08km\/h\uff09\u3092\u5165\u529b\u3059\u308b\u3068\u3001\u81ea\u52d5\u7684\u306b\u5206\u901f\uff08m\/\u5206\uff09\u3068\u79d2\u901f\uff08m\/\u79d2\uff09\u3092\u7b97\u51fa\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u76f4\u611f\u7684\u306a\u30b9\u30e9\u30a4\u30c0\u30fc\u64cd\u4f5c<\/strong>: \u30b9\u30e9\u30a4\u30c0\u30fc\u3092\u52d5\u304b\u3059\u3060\u3051\u3067\u6570\u5024\u304c\u5909\u52d5\u3059\u308b\u305f\u3081\u3001\u5927\u307e\u304b\u306a\u901f\u5ea6\u76ee\u5b89\u3092\u7d20\u65e9\u304f\u628a\u63e1\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u8a08\u7b97\u7d50\u679c\u306e\u30b3\u30d4\u30fc<\/strong>: \u7b97\u51fa\u3055\u308c\u305f\u5206\u901f\u306f\u30dc\u30bf\u30f3\u4e00\u3064\u3067\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3067\u304d\u3001\u30ec\u30dd\u30fc\u30c8\u3084\u30e1\u30e2\u3078\u306e\u8cbc\u308a\u4ed8\u3051\u304c\u30b9\u30e0\u30fc\u30ba\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u53cc\u65b9\u5411\u306e\u5207\u308a\u66ff\u3048<\/strong>: \u30bf\u30d6\u3092\u5207\u308a\u66ff\u3048\u308b\u3053\u3068\u3067\u300c\u5206\u901f\u304b\u3089\u6642\u901f\u300d\u3078\u306e\u9006\u7b97\u3082\u53ef\u80fd\u3067\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>\u901f\u5ea6\u306e\u5358\u4f4d\u63db\u7b97\u306b\u306f\u3001\u8ddd\u96e2\u306e\u5358\u4f4d\uff08km\u304b\u3089m\uff09\u3068\u3001\u6642\u9593\u306e\u5358\u4f4d\uff08\u6642\u9593\u304b\u3089\u5206\u30fb\u79d2\uff09\u306e2\u3064\u3092\u6574\u7406\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u6642\u901f\uff08km\/h\uff09\u3068\u306f<\/strong>: 1\u6642\u9593\u3042\u305f\u308a\u306b\u9032\u3080\u8ddd\u96e2\uff08\u30ad\u30ed\u30e1\u30fc\u30c8\u30eb\uff09\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5206\u901f\uff08m\/\u5206\uff09\u3068\u306f<\/strong>: 1\u5206\u9593\u3042\u305f\u308a\u306b\u9032\u3080\u8ddd\u96e2\uff08\u30e1\u30fc\u30c8\u30eb\uff09\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u79d2\u901f\uff08m\/\u79d2\uff09\u3068\u306f<\/strong>: 1\u79d2\u9593\u3042\u305f\u308a\u306b\u9032\u3080\u8ddd\u96e2\uff08\u30e1\u30fc\u30c8\u30eb\uff09\u3067\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"i-2\">\u5909\u63db\u306e\u4ed5\u7d44\u307f<\/h3>\n\n\n\n<p>\u6642\u901f\uff08km\/h\uff09\u3092\u5206\u901f\uff08m\/\u5206\uff09\u306b\u76f4\u3059\u5834\u5408\u3001\u4ee5\u4e0b\u306e\u30b9\u30c6\u30c3\u30d7\u3067\u8a08\u7b97\u304c\u884c\u308f\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>\u30ad\u30ed\u30e1\u30fc\u30c8\u30eb\u3092\u30e1\u30fc\u30c8\u30eb\u306b\u76f4\u3059\uff081000\u500d\u3059\u308b\uff09<\/li>\n\n\n\n<li>\u6642\u9593\u3092\u5206\u306b\u76f4\u3059\uff0860\u3067\u5272\u308b\uff09<\/li>\n\n\n\n<li><\/li>\n<\/ol>\n\n\n\n<p>\u307e\u305f\u3001\u79d2\u901f\u306b\u3059\u308b\u5834\u5408\u306f\u3001\u5206\u901f\u3092\u3055\u3089\u306b60\u3067\u5272\u308b\u3053\u3068\u3067\u7b97\u51fa\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u3068\u304d\u306f\u3069\u3093\u306a\u3068\u304d\uff1f \u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u306f\uff1f<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u7b97\u6570\u30fb\u7406\u79d1\u306e\u5b66\u7fd2<\/strong>: \u5358\u4f4d\u5909\u63db\u306e\u554f\u984c\u3092\u89e3\u304f\u969b\u306e\u7b54\u3048\u5408\u308f\u305b\u3084\u3001\u8a08\u7b97\u904e\u7a0b\u306e\u7406\u89e3\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b8\u30e7\u30ae\u30f3\u30b0\u3084\u30b5\u30a4\u30af\u30ea\u30f3\u30b0<\/strong>: \u300c\u6642\u901f10km\u3067\u8d70\u308b\u3068\u30011\u5206\u9593\u306b\u4f55\u30e1\u30fc\u30c8\u30eb\u9032\u3080\u306e\u304b\uff1f\u300d\u3092\u628a\u63e1\u3059\u308b\u3053\u3068\u3067\u3001\u30da\u30fc\u30b9\u914d\u5206\u306e\u8a08\u753b\u306b\u6d3b\u7528\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30c9\u30e9\u30a4\u30d6\u306e\u8a08\u753b<\/strong>: \u9ad8\u901f\u9053\u8def\u3084\u4e00\u822c\u9053\u306e\u5236\u9650\u901f\u5ea6\u304b\u3089\u3001\u7279\u5b9a\u306e\u8ddd\u96e2\u3092\u79fb\u52d5\u3059\u308b\u306e\u306b\u304b\u304b\u308b\u6642\u9593\u3092\u7d30\u304b\u304f\u7b97\u51fa\u3057\u305f\u3044\u6642\u306b\u4fbf\u5229\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b9\u30dd\u30fc\u30c4\u89b3\u6226<\/strong>: \u7403\u901f\u3084\u8d70\u884c\u901f\u5ea6\u3092\u3001\u3088\u308a\u8eab\u8fd1\u306a\u300c1\u79d2\u9593\u306b\u9032\u3080\u8ddd\u96e2\u300d\u306b\u63db\u7b97\u3057\u3066\u5b9f\u611f\u3057\u305f\u3044\u5834\u5408\u306b\u9069\u3057\u3066\u3044\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-4\">\u6642\u901f\u30fb\u5206\u901f\u30fb\u79d2\u901f\u306e\u63db\u7b97\u65e9\u898b\u8868<\/h2>\n\n\n\n<p>\u4e3b\u8981\u306a\u901f\u5ea6\u306e\u63db\u7b97\u76ee\u5b89\u3092\u307e\u3068\u3081\u307e\u3057\u305f\u3002<\/p>\n\n\n<div id=\"id-6883d649-7b67-426b-b5d7-b507081a2c1b\">\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>\u6642\u901f (km\/h)<\/strong><\/td><td><strong>\u5206\u901f (m\/\u5206)<\/strong><\/td><td><strong>\u79d2\u901f (m\/\u79d2)<\/strong><\/td><td><strong>\u5099\u8003<\/strong><\/td><\/tr><\/thead><tbody><tr><td>4km\/h<\/td><td>66.67m<\/td><td>1.11m<\/td><td>\u5f92\u6b69\u306e\u76ee\u5b89<\/td><\/tr><tr><td>15km\/h<\/td><td>250m<\/td><td>4.17m<\/td><td>\u81ea\u8ee2\u8eca\u306e\u76ee\u5b89<\/td><\/tr><tr><td>40km\/h<\/td><td>666.67m<\/td><td>11.11m<\/td><td>\u4e00\u822c\u9053\u306e\u5236\u9650\u901f\u5ea6<\/td><\/tr><tr><td>100km\/h<\/td><td>1,666.67m<\/td><td>27.78m<\/td><td>\u9ad8\u901f\u9053\u8def\u306e\u5236\u9650\u901f\u5ea6<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u6642\u901f \u21d2 \u5206\u901f \u5206\u901f \u21d2 \u6642\u901f \u6642\u901f\u3092\u5165\u529b km\/h km\/h \u5206\u901f\uff08m\/\u5206\uff09\u5909\u63db\u7d50\u679c 0.00 m\/\u5206 \u7d50\u679c\u3092\u30b3\u30d4\u30fc \u53c2\u8003\u60c5\u5831 \u79d2\u901f\uff08m\/\u79d2\uff09 0.00m\/\u79d2 \u6570\u5024\u3092\u30ea\u30bb\u30c3\u30c8 \u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u6642\u901f\uff08km\/h\uff09\u3092\u5165\u529b\u3059\u308b\u3060 &#8230; <\/p>\n","protected":false},"author":4,"featured_media":9420,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,39],"tags":[],"class_list":{"0":"post-9407","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-tool","8":"category-life","9":"entry"},"_links":{"self":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/9407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/comments?post=9407"}],"version-history":[{"count":7,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/9407\/revisions"}],"predecessor-version":[{"id":10731,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/9407\/revisions\/10731"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media\/9420"}],"wp:attachment":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media?parent=9407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/categories?post=9407"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/tags?post=9407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}