{"id":10132,"date":"2026-01-30T10:51:56","date_gmt":"2026-01-30T01:51:56","guid":{"rendered":"https:\/\/rakkokeyword.com\/techo\/?p=10132"},"modified":"2026-03-26T14:11:13","modified_gmt":"2026-03-26T05:11:13","slug":"tool-seconds-to-hours","status":"publish","type":"post","link":"https:\/\/rakkokeyword.com\/techo\/tool-seconds-to-hours\/","title":{"rendered":"\u79d2\u2192\u6642\u9593\u5909\u63db\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div class=\"sec2hr_link_area_tab\">\n    <div class=\"sec2hr_tab_container\">\n        <a href=\"https:\/\/rakkokeyword.com\/techo\/tool-hours-to-seconds\" class=\"sec2hr_tab_item sec2hr_tab_link\">\u6642\u9593 \u21d2 \u79d2<\/a>\n        <span class=\"sec2hr_tab_item sec2hr_tab_active\">\u79d2 \u21d2 \u6642\u9593<\/span>\n    <\/div>\n<\/div>\n<div id=\"sec2hr_tool_wrapper\">\n    <style>\n        #sec2hr_tool_wrapper {\n            width: 100%; max-width: 720px; margin: 0 auto;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            color: #333; box-sizing: border-box; line-height: 1.6;\n        }\n        #sec2hr_tool_wrapper * { box-sizing: border-box; }\n        \n        .sec2hr_link_area_tab { margin-bottom: 25px; }\n        .sec2hr_tab_container { display: flex; width: 100%; gap: 8px; }\n        .sec2hr_tab_item {\n            flex: 1; display: flex; align-items: center; justify-content: center;\n            height: 50px; font-size: 14px; font-weight: bold; text-decoration: none; border-radius: 0; box-sizing: border-box;\n        }\n        a.sec2hr_tab_item.sec2hr_tab_link {\n            background-color: #f8f9fa; color: #333; border: 1px solid #ddd; transition: background-color 0.2s;\n        }\n        a.sec2hr_tab_item.sec2hr_tab_link:hover { background-color: #eee; }\n        span.sec2hr_tab_item.sec2hr_tab_active {\n            background-color: #13284B; color: #fff; border: 1px solid #13284B; cursor: default;\n        }\n\n        .sec2hr_input_area { margin-bottom: 24px; text-align: center; }\n        .sec2hr_input_label { font-size: 14px; font-weight: 700; margin-bottom: 8px; display: block; }\n        .sec2hr_input_flex { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; }\n        #sec2hr_input_num {\n            width: 120px; height: 50px; font-size: 24px; text-align: center;\n            border: 1px solid #ccc; border-radius: 4px; background: #fff; font-family: inherit;\n        }\n        .sec2hr_unit { font-size: 18px; font-weight: 700; }\n        #sec2hr_input_range { width: 100%; max-width: 400px; cursor: pointer; margin: 10px auto 0; display: block; }\n\n        .sec2hr_result_area { background-color: #f9f9f9; padding: 24px 20px; border-radius: 8px; text-align: center; margin-bottom: 20px; }\n        .sec2hr_res_main { font-size: 32px; font-weight: 700; color: #111; margin: 0 0 10px 0; line-height: 1.2; word-break: break-all; }\n        .sec2hr_res_sub { font-size: 18px; color: #555; margin: 0 0 15px 0; font-family: monospace; }\n        \n        .sec2hr_btn_area { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; }\n        .sec2hr_btn {\n            height: 45px; padding: 0 24px; font-size: 16px; font-weight: 700; border: none; border-radius: 4px;\n            cursor: pointer; transition: opacity 0.2s; display: inline-flex; align-items: center; justify-content: center; appearance: none;\n        }\n        .sec2hr_btn:hover { opacity: 0.9; }\n        #sec2hr_btn_copy { background-color: #13284B; color: #fff; }\n        #sec2hr_btn_reset { background-color: #f0f0f0; color: #333; }\n\n        #sec2hr_toast {\n            position: fixed; z-index: 9999; left: 50%; bottom: 30px; transform: translateX(-50%);\n            min-width: 200px; background-color: #333; color: #fff; text-align: center; border-radius: 4px;\n            padding: 12px; font-size: 14px; opacity: 0; transition: opacity 0.3s, bottom 0.3s; display: none;\n        }\n        #sec2hr_toast.show { display: block; opacity: 1; bottom: 50px; }\n\n        @media screen and (max-width: 480px) {\n            .sec2hr_res_main { font-size: 26px; }\n            #sec2hr_input_num { width: 100px; }\n            .sec2hr_btn { width: 48%; padding: 0; font-size: 14px; }\n            .sec2hr_btn_area { justify-content: space-between; gap: 4%; }\n        }\n    <\/style>\n\n    <div class=\"sec2hr_input_area\">\n        <p class=\"sec2hr_input_label\">\u5909\u63db\u3057\u305f\u3044\u300c\u79d2\u300d\u3092\u5165\u529b<\/p>\n        <div class=\"sec2hr_input_flex\">\n            <input type=\"number\" id=\"sec2hr_input_num\" value=\"0\" min=\"0\" placeholder=\"0\" inputmode=\"decimal\">\n            <span class=\"sec2hr_unit\">\u79d2<\/span>\n        <\/div>\n        <input type=\"range\" id=\"sec2hr_input_range\" min=\"0\" max=\"7200\" value=\"0\" step=\"10\">\n    <\/div>\n\n    <div class=\"sec2hr_result_area\">\n        <p class=\"sec2hr_res_main\" id=\"sec2hr_res_main\">0.0000 \u6642\u9593<\/p>\n        <p class=\"sec2hr_res_sub\" id=\"sec2hr_res_sub\">\uff1d 0\u6642\u9593 0\u5206 0\u79d2<\/p>\n    <\/div>\n\n    <div class=\"sec2hr_btn_area\">\n        <button type=\"button\" id=\"sec2hr_btn_copy\" class=\"sec2hr_btn\">\u7d50\u679c\u3092\u30b3\u30d4\u30fc<\/button>\n        <button type=\"button\" id=\"sec2hr_btn_reset\" class=\"sec2hr_btn\">\u30ea\u30bb\u30c3\u30c8<\/button>\n    <\/div>\n\n    <div id=\"sec2hr_toast\" style=\"display:none;\">\u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f<\/div>\n<\/div>\n\n<script>\n\n<\/script>\n\n\n\n<p>\u5165\u529b\u3055\u308c\u305f\u300c\u79d2\u6570\u300d\u3092\u81ea\u52d5\u7684\u306b\u300c\u6642\u9593\uff08\u5c0f\u6570\u70b9\u8868\u8a18\uff09\u300d\u304a\u3088\u3073\u300c\u25cf\u6642\u9593\u25cf\u5206\u25cf\u79d2\u300d\u306b\u5909\u63db\u3057\u3066\u51fa\u529b\u3059\u308b\u8a08\u7b97\u30c4\u30fc\u30eb\u3067\u3059\u3002<\/p>\n\n\n\n<p class=\"is-style-sango-paragraph-memo-alt\">\u3010\u95a2\u9023\u30c4\u30fc\u30eb\u3011<br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-minutes-to-seconds\/\">\u5206\u2192\u79d2\uff08\u79d2\u2192\u5206\uff09\u5909\u63db\u30c4\u30fc\u30eb<\/a><br>\u30fb<a href=\"https:\/\/rakkokeyword.com\/techo\/tool-minutes-to-hours\/\">\u5206\u2192\u6642\u9593\uff08\u6642\u9593\u2192\u5206\uff09\u5909\u63db\u30c4\u30fc\u30eb<\/a><br><\/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>\u3053\u306e\u30c4\u30fc\u30eb\u3067\u306f\u3001\u5165\u529b\u30d5\u30a9\u30fc\u30e0\u306b\u300c\u79d2\u300d\u306e\u6570\u5024\u3092\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u3001\u4ee5\u4e0b\u306e\u8a08\u7b97\u3092\u77ac\u6642\u306b\u884c\u3048\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u79d2\u3092\u6642\u9593\uff08\u5c0f\u6570\u70b9\uff09\u306b\u5909\u63db<\/strong> \u5165\u529b\u3057\u305f\u79d2\u6570\u304c\u4f55\u6642\u9593\u306b\u306a\u308b\u304b\u3092\u3001\u5c0f\u6570\u70b9\u7b2c4\u4f4d\u307e\u3067\u306e\u6570\u5024\u3067\u8868\u793a\u3057\u307e\u3059\u3002\uff08\u4f8b\uff1a5400\u79d2 \u2192 1.5000\u6642\u9593\uff09<\/li>\n\n\n\n<li><strong>\u79d2\u3092\u300c\u6642\u30fb\u5206\u30fb\u79d2\u300d\u5f62\u5f0f\u306b\u5909\u63db<\/strong> \u5358\u7d14\u306a\u6642\u9593\u306e\u6570\u5024\u3060\u3051\u3067\u306a\u304f\u3001\u300c\u25cf\u6642\u9593\u25cf\u5206\u25cf\u79d2\u300d\u3068\u3044\u3046\u5177\u4f53\u7684\u306a\u8868\u8a18\u3082\u540c\u6642\u306b\u7b97\u51fa\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u8a08\u7b97\u7d50\u679c\u306e\u30b3\u30d4\u30fc<\/strong> \u300c\u7d50\u679c\u3092\u30b3\u30d4\u30fc\u300d\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3060\u3051\u3067\u3001\u8a08\u7b97\u3055\u308c\u305f\u6642\u9593\u306e\u6570\u5024\u3092\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u4fdd\u5b58\u3057\u3001Excel\u3084\u30c1\u30e3\u30c3\u30c8\u30c4\u30fc\u30eb\u3078\u3059\u3050\u306b\u8cbc\u308a\u4ed8\u3051\u3089\u308c\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u79d2\u2192\u6642\u9593\u5909\u63db\u306e\u57fa\u790e\u77e5\u8b58\u3068\u8a08\u7b97\u5f0f<\/h2>\n\n\n\n<p>1\u6642\u9593\u306f60\u5206\u30011\u5206\u306f60\u79d2\u3067\u3059\u3002\u79d2\u6570\u30923600\u3067\u5272\u308b\u3053\u3068\u3067\u3001\u6642\u9593\u3092\u6c42\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 <\/p>\n\n\n\n<p><strong>\u79d2\u6570 \u00f7 3600 \uff1d \u6642\u9593<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u3053\u306e\u30c4\u30fc\u30eb\u304c\u5f79\u7acb\u3064\u3068\u304d\u306f\u3069\u3093\u306a\u3068\u304d\uff1f<\/h2>\n\n\n\n<p>\u65e5\u5e38\u3084\u696d\u52d9\u306e\u3055\u307e\u3056\u307e\u306a\u30b7\u30fc\u30f3\u3067\u3001\u79d2\u5358\u4f4d\u306e\u30c7\u30fc\u30bf\u3092\u6271\u3046\u969b\u306b\u6d3b\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u52d5\u753b\u7de8\u96c6\u30fb\u5236\u4f5c<\/strong> \u52d5\u753b\u306e\u7dcf\u79d2\u6570\uff08\u30c7\u30e5\u30ec\u30fc\u30b7\u30e7\u30f3\uff09\u3092\u3001\u6642\u9593\u5358\u4f4d\u3084\u300c\u6642\uff1a\u5206\uff1a\u79d2\u300d\u306e\u5f62\u5f0f\u3067\u78ba\u8a8d\u3057\u305f\u3044\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0\u30fb\u30b7\u30b9\u30c6\u30e0\u958b\u767a<\/strong> \u30ed\u30b0\u30c7\u30fc\u30bf\u3084\u51e6\u7406\u6642\u9593\u306a\u3069\u3001\u30df\u30ea\u79d2\u3084\u79d2\u5358\u4f4d\u3067\u51fa\u529b\u3055\u308c\u305f\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7\u3092\u3001\u4eba\u9593\u304c\u7406\u89e3\u3057\u3084\u3059\u3044\u6642\u9593\u5358\u4f4d\u306b\u76f4\u3057\u305f\u3044\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u5de5\u6570\u7ba1\u7406\u30fb\u52e4\u6020<\/strong> \u30bf\u30b9\u30af\u306b\u304b\u304b\u3063\u305f\u6642\u9593\u3092\u30b9\u30c8\u30c3\u30d7\u30a6\u30a9\u30c3\u30c1\uff08\u79d2\u5358\u4f4d\uff09\u3067\u8a08\u6e2c\u3057\u3066\u304a\u308a\u3001\u305d\u308c\u3092\u65e5\u5831\u3084\u8acb\u6c42\u66f8\u7528\u306b\u300c\u6642\u9593\uff08Hour\uff09\u300d\u3078\u63db\u7b97\u3057\u305f\u3044\u3068\u304d\u3002<\/li>\n\n\n\n<li><strong>\u5b66\u7fd2\u30fb\u7269\u7406\u306e\u8a08\u7b97<\/strong> \u901f\u5ea6\u3084\u6642\u9593\u306e\u8a08\u7b97\u554f\u984c\u3067\u3001\u5358\u4f4d\u3092\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u691c\u7b97\u30c4\u30fc\u30eb\u3068\u3057\u3066\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-3\">\u79d2\u30fb\u6642\u9593\u306e\u65e9\u898b\u8868\uff08\u63db\u7b97\u30ea\u30b9\u30c8\uff09<\/h2>\n\n\n\n<p>\u3088\u304f\u4f7f\u308f\u308c\u308b\u79d2\u6570\u3068\u6642\u9593\u306e\u5bfe\u5fdc\u8868\u3067\u3059\u3002\u76ee\u5b89\u3068\u3057\u3066\u3054\u6d3b\u7528\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n<div id=\"id-3dfd5870-4d4a-4a08-a03f-3386c6719b98\">\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><td><strong>\u79d2\u6570 (sec)<\/strong><\/td><td><strong>\u6642\u9593 (hr)<\/strong><\/td><td><strong>\u6642:\u5206:\u79d2<\/strong><\/td><\/tr><\/thead><tbody><tr><td>60\u79d2<\/td><td>0.0167\u6642\u9593<\/td><td>0\u6642\u95931\u52060\u79d2<\/td><\/tr><tr><td>300\u79d2<\/td><td>0.0833\u6642\u9593<\/td><td>0\u6642\u95935\u52060\u79d2<\/td><\/tr><tr><td>1800\u79d2<\/td><td>0.5\u6642\u9593<\/td><td>0\u6642\u959330\u52060\u79d2<\/td><\/tr><tr><td>3600\u79d2<\/td><td>1\u6642\u9593<\/td><td>1\u6642\u95930\u52060\u79d2<\/td><\/tr><tr><td>7200\u79d2<\/td><td>2\u6642\u9593<\/td><td>2\u6642\u95930\u52060\u79d2<\/td><\/tr><tr><td>86400\u79d2<\/td><td>24\u6642\u9593<\/td><td>24\u6642\u95930\u52060\u79d2\uff081\u65e5\uff09<\/td><\/tr><\/tbody><\/table><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u6642\u9593 \u21d2 \u79d2 \u79d2 \u21d2 \u6642\u9593 \u5909\u63db\u3057\u305f\u3044\u300c\u79d2\u300d\u3092\u5165\u529b \u79d2 0.0000 \u6642\u9593 \uff1d 0\u6642\u9593 0\u5206 0\u79d2 \u7d50\u679c\u3092\u30b3\u30d4\u30fc \u30ea\u30bb\u30c3\u30c8 \u30b3\u30d4\u30fc\u3057\u307e\u3057\u305f \u5165\u529b\u3055\u308c\u305f\u300c\u79d2\u6570\u300d\u3092\u81ea\u52d5\u7684\u306b\u300c\u6642\u9593\uff08\u5c0f\u6570\u70b9\u8868\u8a18\uff09\u300d\u304a\u3088\u3073\u300c\u25cf\u6642\u9593\u25cf\u5206\u25cf\u79d2\u300d\u306b\u5909\u63db &#8230; <\/p>\n","protected":false},"author":4,"featured_media":10135,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,39],"tags":[],"class_list":{"0":"post-10132","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\/10132","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=10132"}],"version-history":[{"count":4,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/10132\/revisions"}],"predecessor-version":[{"id":11599,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/10132\/revisions\/11599"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media\/10135"}],"wp:attachment":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media?parent=10132"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/categories?post=10132"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/tags?post=10132"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}