{"id":9424,"date":"2026-01-08T18:49:47","date_gmt":"2026-01-08T09:49:47","guid":{"rendered":"https:\/\/rakkokeyword.com\/techo\/?p=9424"},"modified":"2026-01-30T11:23:54","modified_gmt":"2026-01-30T02:23:54","slug":"tool-jisoku-to-byosoku","status":"publish","type":"post","link":"https:\/\/rakkokeyword.com\/techo\/tool-jisoku-to-byosoku\/","title":{"rendered":"\u6642\u901f\u2192\u79d2\u901f\u5909\u63db\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div class=\"jsb_tool_container\">\n    <div class=\"jsb_link_area_tab\">\n        <div class=\"jsb_tab_container\">\n            <span class=\"jsb_tab_item jsb_tab_active\">\u6642\u901f \u21d2 \u79d2\u901f<\/span>\n            <a href=\"https:\/\/rakkokeyword.com\/techo\/tool-byosoku-to-jisoku\" class=\"jsb_tab_item jsb_tab_link\">\u79d2\u901f \u21d2 \u6642\u901f<\/a>\n        <\/div>\n    <\/div>\n\n    <div class=\"jsb_section jsb_input_bg\">\n        <p class=\"jsb_section_title\">\u6642\u901f\u3092\u5165\u529b<\/p>\n        \n        <div class=\"jsb_input_container\">\n            <div class=\"jsb_slider_row\">\n                <label for=\"jsb_input_jisoku\">km\/h<\/label>\n                <input type=\"range\" id=\"jsb_range_jisoku\" min=\"0\" max=\"180\" step=\"1\" value=\"0\" class=\"jsb_slider\" aria-label=\"\u6642\u901f\u30b9\u30e9\u30a4\u30c0\u30fc\">\n            <\/div>\n            <div class=\"jsb_num_wrap\">\n                <input type=\"number\" id=\"jsb_input_jisoku\" min=\"0\" max=\"99999\" step=\"0.01\" value=\"0\" aria-label=\"\u6642\u901f\u5165\u529b\">\n                <span class=\"jsb_unit\">km\/h<\/span>\n            <\/div>\n            <div class=\"jsb_error_msg\" id=\"jsb_error_jisoku\"><\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"jsb_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=\"jsb_section\">\n        <p class=\"jsb_section_title\">\u79d2\u901f\uff08m\/\u79d2\uff09\u5909\u63db\u7d50\u679c<\/p>\n        \n        <div class=\"jsb_result_display\">\n            <div class=\"jsb_result_main\" aria-live=\"polite\">\n                <span id=\"jsb_val_byosoku_from_jisoku\" class=\"jsb_result_number\">0.00<\/span>\n                <span class=\"jsb_result_unit\">m\/\u79d2<\/span>\n            <\/div>\n            <button type=\"button\" id=\"jsb_copy_byosoku\" class=\"jsb_main_btn\" aria-label=\"\u79d2\u901f\u3092\u30b3\u30d4\u30fc\">\u7d50\u679c\u3092\u30b3\u30d4\u30fc<\/button>\n        <\/div>\n\n        <div class=\"jsb_sub_info\">\n            <p class=\"jsb_label_sm\">\u53c2\u8003\u60c5\u5831<\/p>\n            <div class=\"jsb_info_grid\">\n                <div class=\"jsb_info_item\">\n                    <span class=\"jsb_info_label\">\u5206\u901f\uff08m\/\u5206\uff09<\/span>\n                    <span class=\"jsb_info_val\" id=\"jsb_val_funsoku_from_jisoku\">0.00m\/\u5206<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <button type=\"button\" id=\"jsb_reset_jisoku\" class=\"jsb_reset_link\">\u6570\u5024\u3092\u30ea\u30bb\u30c3\u30c8<\/button>\n    <\/div>\n<\/div>\n\n<style>\n\/* Base Setup *\/\n.jsb_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.jsb_tool_container * { box-sizing: border-box; }\n\n\/* Tab Design *\/\n.jsb_link_area_tab {\n    margin-bottom: 25px;\n}\n.jsb_tab_container {\n    display: flex;\n    width: 100%;\n    gap: 8px;\n}\n.jsb_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.jsb_tab_item.jsb_tab_link {\n    background-color: #f8f9fa;\n    color: #333;\n    border: 1px solid #ddd;\n    transition: background-color 0.2s;\n}\na.jsb_tab_item.jsb_tab_link:hover {\n    background-color: #eee;\n}\nspan.jsb_tab_item.jsb_tab_active {\n    background-color: #13284B;\n    color: #fff;\n    border: 1px solid #13284B;\n    cursor: default;\n}\n\n\/* Section Design *\/\n.jsb_section { padding: 20px 0; }\n.jsb_input_bg {\n    background-color: #f8f9fa;\n    border-radius: 12px;\n    padding: 30px 20px;\n}\n.jsb_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.jsb_input_container { \n    max-width: 500px; \n    margin: 0 auto; \n}\n.jsb_slider_row {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 16px;\n}\n.jsb_slider_row label { \n    width: 50px; \n    font-weight: bold; \n    color: #13284B; \n    font-size: 16px; \n}\n.jsb_slider { \n    flex-grow: 1; \n    height: 6px; \n    cursor: pointer; \n}\n.jsb_num_wrap { \n    display: flex; \n    align-items: center; \n    justify-content: center;\n    gap: 8px; \n    margin: 0 auto;\n}\n.jsb_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.jsb_num_wrap input[type=\"number\"]:focus {\n    outline: 2px solid #13284B;\n    border-color: #13284B;\n}\n.jsb_unit { \n    font-size: 16px; \n    color: #888; \n    font-weight: bold;\n}\n\n\/* Error Message *\/\n.jsb_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.jsb_flow_arrow { padding: 10px 0; }\n\n\/* Result Display *\/\n.jsb_result_display {\n    margin-bottom: 30px;\n}\n.jsb_result_main {\n    display: flex;\n    justify-content: center;\n    align-items: baseline;\n    gap: 8px;\n    margin-bottom: 20px;\n}\n.jsb_result_number {\n    font-size: 48px;\n    font-weight: bold;\n    font-family: monospace;\n    color: #000;\n}\n.jsb_result_unit {\n    font-size: 24px;\n    font-weight: bold;\n    color: #666;\n}\n\n\/* Sub Info *\/\n.jsb_sub_info {\n    padding-top: 25px;\n    border-top: 1px dashed #eee;\n}\n.jsb_label_sm { \n    font-size: 12px; \n    color: #888; \n    margin-bottom: 12px; \n    font-weight: bold; \n}\n.jsb_info_grid {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    margin-bottom: 20px;\n}\n.jsb_info_item { \n    display: flex; \n    flex-direction: column;\n    gap: 6px;\n}\n.jsb_info_label { \n    font-size: 11px; \n    color: #999; \n}\n.jsb_info_val { \n    font-size: 18px; \n    font-weight: bold; \n    color: #444; \n}\n\n\/* Buttons *\/\n.jsb_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.jsb_main_btn:hover {\n    background: #0d1a31;\n}\n.jsb_main_btn:focus {\n    outline: 2px solid #13284B;\n    outline-offset: 2px;\n}\n.jsb_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.jsb_reset_link:hover {\n    color: #666;\n}\n.jsb_reset_link:focus {\n    outline: 2px solid #999;\n    outline-offset: 2px;\n}\n\n\/* Responsive *\/\n@media (max-width: 500px) {\n    .jsb_result_number { font-size: 36px; }\n    .jsb_result_unit { font-size: 18px; }\n    .jsb_info_val { font-size: 16px; }\n    .jsb_num_wrap input[type=\"number\"] { \n        width: 140px; \n        height: 44px;\n        font-size: 16px; \n    }\n    .jsb_unit { font-size: 14px; }\n    .jsb_slider_row label { width: 45px; font-size: 14px; }\n}\n<\/style>\n\n<script>\n\n<\/script>\n\n\n\n<p>\u6642\u901f\uff08km\/h\uff09\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u79d2\u901f\uff08m\/s\uff09\u3068\u5206\u901f\uff08m\/min\uff09\u3092\u77ac\u6642\u306b\u7b97\u51fa\u3059\u308b\u8a08\u7b97\u30c4\u30fc\u30eb\u3067\u3059\u3002 \u300c1\u6642\u9593\u3067\u9032\u3080\u8ddd\u96e2\u300d\u3092\u300c1\u79d2\u9593\u3067\u9032\u3080\u8ddd\u96e2\u300d\u306b\u63db\u7b97\u3057\u3001\u76f4\u611f\u7684\u306a\u901f\u3055\u306e\u628a\u63e1\u3092\u30b5\u30dd\u30fc\u30c8\u3057\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<p>\u672c\u30c4\u30fc\u30eb\u306f\u3001\u6642\u901f\u3092\u57fa\u6e96\u3068\u3057\u3066\u4ee5\u4e0b\u306e\u6570\u5024\u3092\u81ea\u52d5\u8a08\u7b97\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u79d2\u901f\u3078\u306e\u63db\u7b97<\/strong>: \u6642\u901f\uff08km\/h\uff09\u3092\u30011\u79d2\u9593\u306b\u9032\u3080\u30e1\u30fc\u30c8\u30eb\u6570\uff08m\/\u79d2\uff09\u306b\u5909\u63db\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5206\u901f\u3078\u306e\u63db\u7b97<\/strong>: 1\u5206\u9593\u306b\u9032\u3080\u30e1\u30fc\u30c8\u30eb\u6570\uff08m\/\u5206\uff09\u3082\u53c2\u8003\u60c5\u5831\u3068\u3057\u3066\u7b97\u51fa\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b9\u30e9\u30a4\u30c0\u30fc\u3067\u306e\u76f4\u611f\u64cd\u4f5c<\/strong>: \u5165\u529b\u30d5\u30a9\u30fc\u30e0\u3060\u3051\u3067\u306a\u304f\u30b9\u30e9\u30a4\u30c0\u30fc\u3082\u5229\u7528\u3067\u304d\u308b\u305f\u3081\u3001\u901f\u5ea6\u306e\u5909\u5316\u306b\u3088\u308b\u7d50\u679c\u306e\u9055\u3044\u3092\u7d20\u65e9\u304f\u78ba\u8a8d\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\u79d2\u901f\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u30b3\u30d4\u30fc\u3057\u3001\u30ec\u30dd\u30fc\u30c8\u3084\u30e1\u30e2\u306b\u8cbc\u308a\u4ed8\u3051\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u6642\u901f\u3092\u79d2\u901f\u306b\u5909\u63db\u3059\u308b\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>\u6642\u901f\u3092\u79d2\u901f\u306b\u5909\u63db\u3059\u308b\u306b\u306f\u3001\u5358\u4f4d\u306e\u4ed5\u7d44\u307f\u3092\u7406\u89e3\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 <br>1\u6642\u9593\u306f3,600\u79d2\uff0860\u5206 \u00d7 60\u79d2\uff09\u3067\u3042\u308a\u30011km\u306f1,000m\u3067\u3059\u3002<\/p>\n\n\n\n<p><strong>\u6642\u901f\u3092\u300c3.6\u300d\u3068\u3044\u3046\u6570\u5b57\u3067\u5272\u308b\u3068\u3001\u79d2\u901f\u3092\u5c0e\u304d\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/strong><br>\u4f8b\u3048\u3070\u3001\u6642\u901f36km\u306f 36 \u00f7 3.6 = \u79d2\u901f10m \u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9<\/h2>\n\n\n\n<p>\u300c\u6642\u901f\u300d\u3068\u3044\u3046\u5927\u304d\u306a\u5358\u4f4d\u3092\u300c\u79d2\u901f\u300d\u306b\u76f4\u3059\u3053\u3068\u3067\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5177\u4f53\u7684\u306a\u30b7\u30fc\u30f3\u3067\u306e\u5224\u65ad\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u8eca\u306e\u505c\u6b62\u8ddd\u96e2\u306e\u4e88\u6e2c<\/strong>: \u904b\u8ee2\u4e2d\u306b\u300c1\u79d2\u9593\u3067\u4f55\u30e1\u30fc\u30c8\u30eb\u9032\u3093\u3067\u3044\u308b\u304b\u300d\u3092\u628a\u63e1\u3059\u308b\u3053\u3068\u3067\u3001\u5b89\u5168\u306a\u8eca\u9593\u8ddd\u96e2\u306e\u610f\u8b58\u306b\u7e4b\u304c\u308a\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b9\u30dd\u30fc\u30c4\u306e\u5206\u6790<\/strong>: \u91ce\u7403\u306e\u7403\u901f\u3084\u30b5\u30c3\u30ab\u30fc\u306e\u30b7\u30e5\u30fc\u30c8\u901f\u5ea6\u306a\u3069\u3092\u79d2\u901f\u306b\u63db\u7b97\u3057\u3001\u53cd\u5fdc\u901f\u5ea6\u306e\u9650\u754c\u3092\u8003\u5bdf\u3059\u308b\u969b\u306b\u5229\u7528\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u53f0\u98a8\u30fb\u5f37\u98a8\u306e\u30a4\u30e1\u30fc\u30b8<\/strong>: \u53f0\u98a8\u306e\u79fb\u52d5\u901f\u5ea6\uff08\u6642\u901f\uff09\u3092\u3001\u8eab\u8fd1\u306a\u79d2\u901f\u306b\u76f4\u3057\u3066\u98a8\u901f\u3068\u6bd4\u8f03\u3057\u3001\u5371\u967a\u6027\u3092\u5224\u65ad\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u7406\u79d1\u30fb\u6570\u5b66\u306e\u5b66\u7fd2<\/strong>: \u5358\u4f4d\u63db\u7b97\u306e\u5bbf\u984c\u3084\u8a66\u9a13\u52c9\u5f37\u306b\u304a\u3044\u3066\u3001\u8a08\u7b97\u7d50\u679c\u304c\u6b63\u3057\u3044\u304b\u3069\u3046\u304b\u306e\u691c\u7b97\u306b\u6d3b\u7528\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">\u6642\u901f\u304b\u3089\u79d2\u901f\u3078\u306e\u63db\u7b97\u65e9\u898b\u8868<\/h2>\n\n\n\n<p>\u3088\u304f\u4f7f\u308f\u308c\u308b\u901f\u5ea6\u306e\u63db\u7b97\u5024\u3092\u8868\u306b\u307e\u3068\u3081\u307e\u3057\u305f\u3002<\/p>\n\n\n<div id=\"id-45234855-1997-417a-a410-874cdb0050e9\">\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>\u6642\u901f (km\/h)<\/strong><\/td><td><strong>\u79d2\u901f (m\/s)<\/strong><\/td><td><strong>\u7279\u5fb4\u30fb\u76ee\u5b89<\/strong><\/td><\/tr><\/thead><tbody><tr><td>10km\/h<\/td><td>2.78m\/s<\/td><td>\u30b8\u30e7\u30ae\u30f3\u30b0\u7a0b\u5ea6\u306e\u901f\u3055<\/td><\/tr><tr><td>30km\/h<\/td><td>8.33m\/s<\/td><td>\u539f\u4ed8\u30d0\u30a4\u30af\u306e\u6cd5\u5b9a\u901f\u5ea6<\/td><\/tr><tr><td>60km\/h<\/td><td>16.67m\/s<\/td><td>\u4e00\u822c\u9053\u306e\u4e00\u822c\u7684\u306a\u8d70\u884c\u901f\u5ea6<\/td><\/tr><tr><td>80km\/h<\/td><td>22.22m\/s<\/td><td>\u9ad8\u901f\u9053\u8def\u306e\u6a19\u6e96\u7684\u306a\u901f\u5ea6<\/td><\/tr><tr><td>120km\/h<\/td><td>33.33m\/s<\/td><td>\u4e00\u90e8\u306e\u9ad8\u901f\u9053\u8def\u306e\u6700\u9ad8\u901f\u5ea6<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u6642\u901f \u21d2 \u79d2\u901f \u79d2\u901f \u21d2 \u6642\u901f \u6642\u901f\u3092\u5165\u529b km\/h km\/h \u79d2\u901f\uff08m\/\u79d2\uff09\u5909\u63db\u7d50\u679c 0.00 m\/\u79d2 \u7d50\u679c\u3092\u30b3\u30d4\u30fc \u53c2\u8003\u60c5\u5831 \u5206\u901f\uff08m\/\u5206\uff09 0.00m\/\u5206 \u6570\u5024\u3092\u30ea\u30bb\u30c3\u30c8 \u6642\u901f\uff08km\/h\uff09\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u79d2\u901f\uff08m &#8230; <\/p>\n","protected":false},"author":4,"featured_media":9430,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,39],"tags":[],"class_list":{"0":"post-9424","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\/9424","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=9424"}],"version-history":[{"count":12,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/9424\/revisions"}],"predecessor-version":[{"id":11956,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/9424\/revisions\/11956"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media\/9430"}],"wp:attachment":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media?parent=9424"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/categories?post=9424"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/tags?post=9424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}