{"id":11273,"date":"2026-03-13T16:04:51","date_gmt":"2026-03-13T07:04:51","guid":{"rendered":"https:\/\/rakkokeyword.com\/techo\/?p=11273"},"modified":"2026-03-13T16:04:52","modified_gmt":"2026-03-13T07:04:52","slug":"tool-ratio-calculator","status":"publish","type":"post","link":"https:\/\/rakkokeyword.com\/techo\/tool-ratio-calculator\/","title":{"rendered":"\u6bd4\u7387\u8a08\u7b97\u30c4\u30fc\u30eb"},"content":{"rendered":"\n<div id=\"rc_wrapper\">\n    <style>\n        \/* CSS Reset & Base *\/\n        #rc_wrapper {\n            width: 100%;\n            box-sizing: border-box;\n            font-family: \"Helvetica Neue\", Arial, \"Hiragino Kaku Gothic ProN\", \"Hiragino Sans\", Meiryo, sans-serif;\n            color: #333;\n            line-height: 1.6;\n            font-size: 16px;\n        }\n        #rc_wrapper *, #rc_wrapper *::before, #rc_wrapper *::after {\n            box-sizing: border-box;\n        }\n        #rc_wrapper p {\n            margin: 0 0 15px 0;\n            padding: 0;\n        }\n\n        \/* Tabs *\/\n        .rc_tabs {\n            display: flex;\n            border-bottom: 2px solid #ddd;\n            margin-bottom: 20px;\n        }\n        .rc_tab_btn {\n            flex: 1;\n            padding: 12px 10px;\n            background: #f8f8f8;\n            border: none;\n            color: #666;\n            font-size: 16px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: background 0.2s, color 0.2s;\n        }\n        .rc_tab_btn.rc_active {\n            background: #13284B;\n            color: #fff;\n        }\n        .rc_tab_btn:not(.rc_active):hover {\n            background: #eaeaea;\n        }\n\n        \/* Content Area *\/\n        .rc_content {\n            display: none;\n        }\n        .rc_content.rc_active {\n            display: block;\n        }\n\n        \/* Forms & Inputs *\/\n        .rc_flex_row {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 10px;\n            flex-wrap: wrap;\n        }\n        .rc_input_wrap {\n            display: flex;\n            align-items: center;\n            flex: 1;\n            min-width: 120px;\n        }\n        .rc_input_label {\n            font-weight: bold;\n            margin-right: 8px;\n            color: #555;\n        }\n        .rc_input {\n            width: 100%;\n            height: 44px;\n            padding: 0 12px;\n            border: 1px solid #ccc;\n            border-radius: 4px;\n            font-size: 16px;\n            outline: none;\n            transition: border-color 0.2s;\n        }\n        .rc_input:focus {\n            border-color: #13284B;\n        }\n        \n        \/* Proportion Mode specific *\/\n        .rc_prop_row {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            margin-bottom: 10px;\n            flex-wrap: nowrap;\n            background: #f9f9f9;\n            padding: 20px;\n            border-radius: 8px;\n        }\n        .rc_prop_input {\n            width: 80px;\n            height: 44px;\n            text-align: center;\n        }\n        .rc_prop_symbol {\n            font-weight: bold;\n            font-size: 20px;\n            color: #333;\n        }\n\n        \/* Error Message (CLS\u5bfe\u7b56: \u5e38\u6642\u9ad8\u3055\u3092\u78ba\u4fdd) *\/\n        .rc_error_msg {\n            color: #d32f2f;\n            font-size: 13px;\n            font-weight: bold;\n            min-height: 20px;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            opacity: 0;\n            transition: opacity 0.2s;\n        }\n        .rc_error_msg.rc_show {\n            opacity: 1;\n        }\n\n        \/* Buttons *\/\n        .rc_btn {\n            height: 44px;\n            padding: 0 20px;\n            border: none;\n            border-radius: 4px;\n            font-size: 15px;\n            font-weight: bold;\n            cursor: pointer;\n            transition: opacity 0.2s;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .rc_btn:hover {\n            opacity: 0.8;\n        }\n        .rc_btn_primary { background: #13284B; color: #fff; }\n        .rc_btn_secondary { background: #666; color: #fff; }\n        .rc_btn_danger {\n            background: #fff; color: #333; border: 1px solid #ccc;\n            height: 44px; width: 44px; padding: 0; font-size: 18px;\n        }\n        .rc_btn_danger:hover { background: #f0f0f0; }\n        .rc_btn_small { height: 32px; padding: 0 12px; font-size: 13px; }\n        \n        .rc_presets {\n            display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap;\n        }\n        .rc_preset_btn {\n            background: #f0f0f0; color: #333; border: 1px solid #ddd;\n            border-radius: 20px; padding: 6px 16px; font-size: 13px; cursor: pointer;\n        }\n        .rc_preset_btn:hover { background: #e4e4e4; }\n\n        \/* Controls *\/\n        .rc_controls {\n            display: flex; justify-content: space-between; align-items: center;\n            padding: 15px 0; border-top: 1px solid #eee; margin-top: 10px; flex-wrap: wrap; gap: 10px;\n        }\n        .rc_select {\n            height: 36px; padding: 0 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px;\n        }\n\n        \/* Results Area *\/\n        .rc_result_box {\n            background: #f8f9fa; border: 1px solid #e9ecef; border-left: 5px solid #13284B;\n            padding: 20px; display: none; margin-bottom: 20px;\n        }\n        .rc_result_box.rc_show { display: block; }\n        .rc_res_title { font-size: 14px; color: #666; font-weight: bold; margin-bottom: 5px; }\n        .rc_res_main {\n            font-size: 32px; font-weight: bold; color: #13284B; margin-bottom: 20px;\n            word-break: break-all; display: flex; align-items: center; gap: 15px; flex-wrap: wrap;\n        }\n        .rc_res_sub { background: #fff; padding: 15px; border: 1px solid #eee; margin-bottom: 15px; }\n\n        \/* Bar Chart *\/\n        .rc_chart_wrap {\n            width: 100%; height: 24px; display: flex; border-radius: 4px; overflow: hidden;\n            margin-bottom: 10px; background: #eee;\n        }\n        .rc_chart_segment {\n            height: 100%; display: flex; align-items: center; justify-content: center;\n            color: #fff; font-size: 12px; font-weight: bold; overflow: hidden; white-space: nowrap;\n        }\n        .rc_chart_labels { display: flex; flex-wrap: wrap; gap: 15px; font-size: 14px; }\n        .rc_chart_label_item { display: flex; align-items: center; gap: 5px; }\n        .rc_color_dot { width: 12px; height: 12px; border-radius: 50%; }\n\n        \/* Table *\/\n        .rc_table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; }\n        .rc_table th, .rc_table td { border: 1px solid #ddd; padding: 10px; text-align: left; }\n        .rc_table th { background: #f5f5f5; color: #333; font-weight: bold; }\n\n        \/* Accordion *\/\n        .rc_accordion { border: 1px solid #ddd; border-radius: 4px; background: #fff; }\n        .rc_accordion_head {\n            padding: 12px 15px; background: #f5f5f5; cursor: pointer; font-weight: bold;\n            font-size: 14px; display: flex; justify-content: space-between; align-items: center;\n        }\n        .rc_accordion_body {\n            padding: 15px; display: none; border-top: 1px solid #ddd;\n            font-family: monospace; background: #fafafa; white-space: pre-wrap; line-height: 1.8; font-size: 15px;\n        }\n        .rc_accordion.rc_open .rc_accordion_body { display: block; }\n        .rc_accordion_icon::after { content: '+'; font-size: 18px; }\n        .rc_accordion.rc_open .rc_accordion_icon::after { content: '-'; }\n\n        @media (max-width: 480px) {\n            .rc_prop_row { flex-wrap: wrap; }\n            .rc_res_main { font-size: 24px; }\n        }\n    <\/style>\n\n    <!-- \u30bf\u30d6\u30e1\u30cb\u30e5\u30fc -->\n    <div class=\"rc_tabs\">\n        <button class=\"rc_tab_btn rc_active\" data-rc-target=\"rc_mode_ratio\">\u6bd4\u7387\u30fb\u5272\u5408\u306e\u8a08\u7b97<\/button>\n        <button class=\"rc_tab_btn\" data-rc-target=\"rc_mode_prop\">\u6bd4\u4f8b\u5f0f\u306e\u8a08\u7b97<\/button>\n    <\/div>\n\n    <!-- \u30e2\u30fc\u30c91: \u6bd4\u7387\u30fb\u5272\u5408\u306e\u8a08\u7b97 -->\n    <div id=\"rc_mode_ratio\" class=\"rc_content rc_active\">\n        <p>\u8907\u6570\u306e\u6570\u5024\u304b\u3089\u3001\u6700\u3082\u7c21\u5358\u306a\u6574\u6570\u6bd4\u3084\u5168\u4f53\u306b\u5bfe\u3059\u308b\u5272\u5408\uff08\u30d1\u30fc\u30bb\u30f3\u30c8\uff09\u3092\u8a08\u7b97\u3057\u307e\u3059\u3002<\/p>\n        \n        <div class=\"rc_presets\">\n            <span style=\"font-size: 13px; color: #666; padding-top: 6px;\">\u30d7\u30ea\u30bb\u30c3\u30c8:<\/span>\n            <button class=\"rc_preset_btn\" data-rc-a=\"16\" data-rc-b=\"9\">16:9 (\u753b\u9762)<\/button>\n            <button class=\"rc_preset_btn\" data-rc-a=\"4\" data-rc-b=\"3\">4:3 (\u753b\u9762)<\/button>\n            <button class=\"rc_preset_btn\" data-rc-a=\"1\" data-rc-b=\"1.618\">\u9ec4\u91d1\u6bd4<\/button>\n            <button class=\"rc_preset_btn\" data-rc-a=\"1\" data-rc-b=\"1.414\">\u767d\u9280\u6bd4<\/button>\n        <\/div>\n\n        <div id=\"rc_ratio_inputs_container\"><\/div>\n\n        <div class=\"rc_flex_row\">\n            <button id=\"rc_btn_add_input\" class=\"rc_btn rc_btn_secondary\" style=\"width: 100%;\">+ \u5165\u529b\u6b04\u3092\u8ffd\u52a0<\/button>\n        <\/div>\n\n        <!-- \u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u7528\u30a8\u30ea\u30a2\uff08CLS\u5bfe\u7b56\uff09 -->\n        <div id=\"rc_error_msg_ratio\" class=\"rc_error_msg\"><\/div>\n        \n        <!-- \u30e2\u30fc\u30c91\u7528 \u7d50\u679c\u30a8\u30ea\u30a2 -->\n        <div id=\"rc_res_ratio_box\" class=\"rc_result_box\">\n            <p class=\"rc_res_title\">\u6700\u3082\u7c21\u5358\u306a\u6574\u6570\u6bd4<\/p>\n            <div class=\"rc_res_main\">\n                <span id=\"rc_res_ratio_main\"><\/span>\n                <button class=\"rc_btn rc_btn_primary rc_btn_small rc_copy_btn\" data-rc-copy-target=\"rc_res_ratio_main\">\u30b3\u30d4\u30fc<\/button>\n            <\/div>\n\n            <p class=\"rc_res_title\">\u5168\u4f53\u306b\u5bfe\u3059\u308b\u5272\u5408\uff08%\uff09<\/p>\n            <div class=\"rc_res_sub\" id=\"rc_res_ratio_chart_area\"><\/div>\n\n            <p class=\"rc_res_title\">\u57fa\u6e96\u6bd4\u30fb\u6bd4\u306e\u5024<\/p>\n            <div style=\"overflow-x: auto;\">\n                <table class=\"rc_table\" id=\"rc_res_ratio_table\"><\/table>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u30e2\u30fc\u30c92: \u6bd4\u4f8b\u5f0f\u306e\u8a08\u7b97 -->\n    <div id=\"rc_mode_prop\" class=\"rc_content\">\n        <p>\u300cA : B = C : D\u300d\u306e\u6bd4\u4f8b\u5f0f\u3067\u3001\u7a7a\u6b04\u306b\u306a\u3063\u3066\u3044\u308b1\u7b87\u6240\uff08x\uff09\u306e\u5024\u3092\u8a08\u7b97\u3057\u307e\u3059\u3002<\/p>\n        \n        <div class=\"rc_prop_row\">\n            <input type=\"text\" class=\"rc_input rc_prop_input rc_prop_val\" placeholder=\"A\">\n            <span class=\"rc_prop_symbol\">:<\/span>\n            <input type=\"text\" class=\"rc_input rc_prop_input rc_prop_val\" placeholder=\"B\">\n            <span class=\"rc_prop_symbol\">=<\/span>\n            <input type=\"text\" class=\"rc_input rc_prop_input rc_prop_val\" placeholder=\"C\">\n            <span class=\"rc_prop_symbol\">:<\/span>\n            <input type=\"text\" class=\"rc_input rc_prop_input rc_prop_val\" placeholder=\"D\">\n        <\/div>\n\n        <!-- \u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u7528\u30a8\u30ea\u30a2\uff08CLS\u5bfe\u7b56\uff09 -->\n        <div id=\"rc_error_msg_prop\" class=\"rc_error_msg\"><\/div>\n\n        <!-- \u30e2\u30fc\u30c92\u7528 \u7d50\u679c\u30a8\u30ea\u30a2 -->\n        <div id=\"rc_res_prop_box\" class=\"rc_result_box\">\n            <p class=\"rc_res_title\">x (\u7a7a\u6b04) \u306e\u5024<\/p>\n            <div class=\"rc_res_main\">\n                <span id=\"rc_res_prop_main\"><\/span>\n                <button class=\"rc_btn rc_btn_primary rc_btn_small rc_copy_btn\" data-rc-copy-target=\"rc_res_prop_main\">\u30b3\u30d4\u30fc<\/button>\n            <\/div>\n\n            <div class=\"rc_accordion\" id=\"rc_prop_accordion\">\n                <div class=\"rc_accordion_head\">\n                    <span>\u8a08\u7b97\u306e\u9014\u4e2d\u5f0f\uff08\u89e3\u304d\u65b9\uff09\u3092\u898b\u308b<\/span>\n                    <span class=\"rc_accordion_icon\"><\/span>\n                <\/div>\n                <div class=\"rc_accordion_body\" id=\"rc_res_prop_steps\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u5171\u901a\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb -->\n    <div class=\"rc_controls\">\n        <div style=\"display:flex; align-items:center; gap:10px;\">\n            <label for=\"rc_decimal_places\" style=\"font-size:14px; font-weight:bold; color:#555;\">\u7d50\u679c\u306e\u5c0f\u6570\u8868\u793a:<\/label>\n            <select id=\"rc_decimal_places\" class=\"rc_select\">\n                <option value=\"0\">\u6574\u6570\u306e\u307f<\/option>\n                <option value=\"1\">\u7b2c1\u4f4d\u307e\u3067<\/option>\n                <option value=\"2\" selected>\u7b2c2\u4f4d\u307e\u3067<\/option>\n                <option value=\"3\">\u7b2c3\u4f4d\u307e\u3067<\/option>\n                <option value=\"4\">\u7b2c4\u4f4d\u307e\u3067<\/option>\n                <option value=\"-1\">\u4e38\u3081\u306a\u3044<\/option>\n            <\/select>\n        <\/div>\n        <button id=\"rc_btn_clear_all\" class=\"rc_btn rc_btn_secondary\" style=\"background: #999;\">\u3059\u3079\u3066\u30af\u30ea\u30a2<\/button>\n    <\/div>\n\n<\/div>\n\n<script>\n\n<\/script>\n\n\n\n<p>\u3053\u306e\u30c4\u30fc\u30eb\u306f\u3001\u8907\u6570\u306e\u6570\u5024\u304b\u3089\u300c\u6700\u3082\u7c21\u5358\u306a\u6574\u6570\u6bd4\uff08\u4f55\u5bfe\u4f55\uff09\u300d\u3084\u300c\u5272\u5408\uff08\uff05\uff09\u300d\u3092\u81ea\u52d5\u3067\u8a08\u7b97\u3059\u308b\u30c4\u30fc\u30eb\u3067\u3059\u3002\u307e\u305f\u3001\u300cA\uff1aB\uff1dC\uff1ax\u300d\u306e\u3088\u3046\u306a\u6bd4\u4f8b\u5f0f\u3067\u3001\u308f\u304b\u3089\u306a\u3044\u5024\uff08x\uff09\u3092\u6c42\u3081\u308b\u8a08\u7b97\u306b\u3082\u5bfe\u5fdc\u3057\u3066\u3044\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>\u30e6\u30fc\u30b6\u30fc\u306e\u76ee\u7684\u306b\u5408\u308f\u305b\u3066\u30012\u3064\u306e\u8a08\u7b97\u30e2\u30fc\u30c9\u3092\u5207\u308a\u66ff\u3048\u3066\u5229\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>1. \u6bd4\u7387\u30fb\u5272\u5408\u306e\u8a08\u7b97<\/strong> <br>2\u3064\u4ee5\u4e0a\u306e\u5165\u529b\u3057\u305f\u6570\u5024\u304b\u3089\u3001\u4ee5\u4e0b\u306e\u9805\u76ee\u3092\u81ea\u52d5\u3067\u7b97\u51fa\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u6700\u3082\u7c21\u5358\u306a\u6574\u6570\u6bd4\uff08\u4f8b\uff1a10\u306815\u306a\u3089\u300c2\uff1a3\u300d\uff09<\/li>\n\n\n\n<li>\u5168\u4f53\u306b\u5bfe\u3059\u308b\u305d\u308c\u305e\u308c\u306e\u5272\u5408\uff08\u30d1\u30fc\u30bb\u30f3\u30c8\uff09\u3068\u5e2f\u30b0\u30e9\u30d5<\/li>\n\n\n\n<li>\u7247\u65b9\u3092\u300c1\u300d\u3068\u3057\u305f\u5834\u5408\u306e\u57fa\u6e96\u6bd4\u3084\u3001\u6bd4\u306e\u5024\uff08\u5206\u6570\u76f8\u5f53\uff09 \u307e\u305f\u3001\u753b\u9762\u30b5\u30a4\u30ba\u3067\u3088\u304f\u4f7f\u308f\u308c\u308b\u300c16\uff1a9\u300d\u300c4\uff1a3\u300d\u3084\u3001\u300c\u9ec4\u91d1\u6bd4\u300d\u306a\u3069\u3092\u30ef\u30f3\u30bf\u30c3\u30c1\u3067\u5165\u529b\u3067\u304d\u308b\u30d7\u30ea\u30bb\u30c3\u30c8\u6a5f\u80fd\u3082\u5099\u3048\u3066\u3044\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<p><strong>2. \u6bd4\u4f8b\u5f0f\u306e\u8a08\u7b97\uff08x\u3092\u6c42\u3081\u308b\uff09<\/strong> <br>\u300cA\uff1aB\uff1dC\uff1aD\u300d\u306e4\u3064\u306e\u9805\u76ee\u306e\u3046\u3061\u30013\u7b87\u6240\u306b\u6570\u5024\u3092\u5165\u529b\u3059\u308b\u3053\u3068\u3067\u3001\u7a7a\u6b04\u306b\u306a\u3063\u3066\u3044\u308b1\u7b87\u6240\uff08\u672a\u77e5\u6570x\uff09\u306e\u5024\u3092\u81ea\u52d5\u3067\u8a08\u7b97\u3057\u307e\u3059\u3002\u7b54\u3048\u3060\u3051\u3067\u306a\u304f\u3001\u65b9\u7a0b\u5f0f\u3092\u5c55\u958b\u3059\u308b\u300c\u89e3\u304d\u65b9\u306e\u9014\u4e2d\u5f0f\u300d\u3082\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-1\">\u30c4\u30fc\u30eb\u306e\u4f7f\u3044\u65b9<\/h2>\n\n\n\n<p>\u8a08\u7b97\u306f\u6570\u5024\u3092\u5165\u529b\u3057\u305f\u77ac\u9593\u306b\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u884c\u308f\u308c\u307e\u3059\u3002\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u624b\u9593\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n\n\n\n<p><strong>\u6bd4\u7387\u30fb\u5272\u5408\u306e\u8a08\u7b97\u30e2\u30fc\u30c9\u306e\u4f7f\u3044\u65b9<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>\u6bd4\u8f03\u3057\u305f\u3044\u6570\u5024\u3092\u5165\u529b\u6b04\uff08A\u3001B\u2026\uff09\u306b\u305d\u308c\u305e\u308c\u5165\u529b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li>3\u3064\u4ee5\u4e0a\u306e\u6570\u5024\u3092\u6bd4\u8f03\u3057\u305f\u3044\u5834\u5408\u306f\u300c\uff0b\u5165\u529b\u6b04\u3092\u8ffd\u52a0\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u753b\u9762\u4e0b\u90e8\u306b\u3001\u8a08\u7b97\u7d50\u679c\uff08\u6574\u6570\u6bd4\u3001\u30d1\u30fc\u30bb\u30f3\u30c8\u5272\u5408\u3001\u57fa\u6e96\u6bd4\u306a\u3069\uff09\u304c\u5373\u5ea7\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u7d50\u679c\u306e\u5c0f\u6570\u70b9\u4ee5\u4e0b\u306e\u8868\u793a\u6841\u6570\u3092\u5909\u3048\u305f\u3044\u5834\u5408\u306f\u3001\u753b\u9762\u4e0b\u90e8\u306e\u300c\u7d50\u679c\u306e\u5c0f\u6570\u8868\u793a\u300d\u304b\u3089\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<\/ol>\n\n\n\n<p><strong>\u6bd4\u4f8b\u5f0f\u306e\u8a08\u7b97\u30e2\u30fc\u30c9\u306e\u4f7f\u3044\u65b9<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>\u30bf\u30d6\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u300c\u6bd4\u4f8b\u5f0f\u306e\u8a08\u7b97\u300d\u306b\u5207\u308a\u66ff\u3048\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u300cA\uff1aB\uff1dC\uff1aD\u300d\u306e\u5165\u529b\u6b04\u306e\u3046\u3061\u3001\u308f\u304b\u3063\u3066\u3044\u308b3\u7b87\u6240\u306e\u6570\u5024\u3092\u5165\u529b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u6c42\u3081\u305f\u30441\u7b87\u6240\u306f\u7a7a\u6b04\u306e\u307e\u307e\u306b\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li>\u753b\u9762\u4e0b\u90e8\u306b\u7a7a\u6b04\u90e8\u5206\uff08x\uff09\u306e\u7b54\u3048\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u300c\u8a08\u7b97\u306e\u9014\u4e2d\u5f0f\uff08\u89e3\u304d\u65b9\uff09\u3092\u898b\u308b\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u3069\u306e\u3088\u3046\u306b\u8a08\u7b97\u3057\u305f\u304b\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-2\">\u3053\u306e\u30c4\u30fc\u30eb\u3067\u53d6\u5f97\u3059\u308b\u60c5\u5831\u306e\u57fa\u790e\u77e5\u8b58<\/h2>\n\n\n\n<p>\u30c4\u30fc\u30eb\u3092\u3088\u308a\u4fbf\u5229\u306b\u6d3b\u7528\u3059\u308b\u305f\u3081\u306e\u3001\u6bd4\u3068\u5272\u5408\u306b\u95a2\u3059\u308b\u57fa\u672c\u7684\u306a\u77e5\u8b58\u3067\u3059\u3002<\/p>\n\n\n\n<p><strong>\u6bd4\uff08\u4f55\u5bfe\u4f55\uff09\u3068\u306f<\/strong> <br>2\u3064\u4ee5\u4e0a\u306e\u6570\u91cf\u306e\u5927\u304d\u3055\u3092\u6bd4\u3079\u308b\u305f\u3081\u306e\u8868\u73fe\u65b9\u6cd5\u3067\u3059\u3002\u300cA\uff1aB\uff08A\u5bfeB\uff09\u300d\u306e\u3088\u3046\u306b\u66f8\u304d\u3001\u4e21\u65b9\u3092\u540c\u3058\u6570\u3067\u5272\u3063\u3066\u3067\u304d\u308b\u3060\u3051\u5c0f\u3055\u306a\u6574\u6570\u306e\u7d44\u307f\u5408\u308f\u305b\u306b\u3057\u305f\u3082\u306e\u3092\u300c\u6700\u3082\u7c21\u5358\u306a\u6574\u6570\u6bd4\u300d\u3068\u547c\u3073\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u6bd4\u4f8b\u5f0f\u3068\u306f<\/strong> <br>\u300cA\uff1aB \uff1d C\uff1aD\u300d\u306e\u3088\u3046\u306b\u30012\u3064\u306e\u6bd4\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u305f\u5f0f\u3067\u3059\u3002\u6bd4\u4f8b\u5f0f\u306b\u306f\u300c\u5185\u9805\u306e\u7a4d\uff08\u5185\u5074\u540c\u58eb\u306e\u639b\u3051\u7b97\uff09\u3068\u5916\u9805\u306e\u7a4d\uff08\u5916\u5074\u540c\u58eb\u306e\u639b\u3051\u7b97\uff09\u306f\u7b49\u3057\u3044\u300d\u3068\u3044\u3046\u6027\u8cea\u304c\u3042\u308a\u3001\u3053\u306e\u30c4\u30fc\u30eb\u3067\u3082\u305d\u306e\u6027\u8cea\u3092\u5229\u7528\u3057\u3066\u672a\u77e5\u6570x\u3092\u6c42\u3081\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u30a2\u30b9\u30da\u30af\u30c8\u6bd4\u3068\u306f<\/strong> <br>\u30c6\u30ec\u30d3\u3084\u30d1\u30bd\u30b3\u30f3\u306e\u30e2\u30cb\u30bf\u30fc\u3001\u753b\u50cf\u306a\u3069\u306e\u300c\u6a2a\u3068\u7e26\u306e\u9577\u3055\u306e\u6bd4\u7387\u300d\u306e\u3053\u3068\u3067\u3059\u3002\u4e00\u822c\u7684\u306a\u30ef\u30a4\u30c9\u753b\u9762\u3084YouTube\u306e\u52d5\u753b\u306a\u3069\u306f\u300c16\uff1a9\u300d\u3001\u6614\u306e\u30c6\u30ec\u30d3\u3084\u4e00\u90e8\u306e\u30bf\u30d6\u30ec\u30c3\u30c8\u306a\u3069\u306f\u300c4\uff1a3\u300d\u304c\u63a1\u7528\u3055\u308c\u3066\u3044\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\u3000\u30e6\u30fc\u30b9\u30b1\u30fc\u30b9\u306f\uff1f<\/h2>\n\n\n\n<p>\u65e5\u5e38\u751f\u6d3b\u304b\u3089\u5b9f\u52d9\u3001\u5b66\u7fd2\u307e\u3067\u3001\u3055\u307e\u3056\u307e\u306a\u30b7\u30fc\u30f3\u3067\u6d3b\u7528\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u30c7\u30b6\u30a4\u30f3\u30fb\u753b\u50cf\u7de8\u96c6\u30fb\u52d5\u753b\u5236\u4f5c<\/strong> <br>\u300c\u6a2a\u5e45\u30921200px\u306b\u3057\u305f\u5834\u5408\u300116\uff1a9\u306e\u6bd4\u7387\u3092\u4fdd\u3064\u306b\u306f\u7e26\u5e45\u3092\u3044\u304f\u3064\u306b\u3059\u308c\u3070\u3044\u3044\u304b\u300d\u3068\u3044\u3063\u305f\u3001\u753b\u50cf\u30b5\u30a4\u30ba\uff08\u30a2\u30b9\u30da\u30af\u30c8\u6bd4\uff09\u306e\u9006\u7b97\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u7b97\u6570\u3084\u6570\u5b66\u306e\u52c9\u5f37\u30fb\u5bbf\u984c\u306e\u7b54\u3048\u5408\u308f\u305b<\/strong> <br>\u5c0f\u5b66\u751f\u3084\u4e2d\u5b66\u751f\u306e\u7b97\u6570\u30fb\u6570\u5b66\u3067\u7fd2\u3046\u300c\u6bd4\u306e\u8a08\u7b97\u300d\u3084\u300c\u6bd4\u4f8b\u5f0f\u3067x\u3092\u6c42\u3081\u308b\u554f\u984c\u300d\u306e\u7b54\u3048\u5408\u308f\u305b\u306b\u6700\u9069\u3067\u3059\u3002\u9014\u4e2d\u5f0f\u304c\u8868\u793a\u3055\u308c\u308b\u305f\u3081\u3001\u89e3\u304d\u65b9\u306e\u5fa9\u7fd2\u306b\u3082\u4f7f\u3048\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u6599\u7406\u306e\u30ec\u30b7\u30d4\u8abf\u6574\u30fb\u5e0c\u91c8\u8a08\u7b97<\/strong> <br>\u300c\u6c34\u3068\u539f\u6db2\u30923\uff1a1\u3067\u6df7\u305c\u308b\u300d\u3068\u3044\u3063\u305f\u8abf\u5473\u6599\u3084\u6d17\u5264\u306e\u5e0c\u91c8\u8a08\u7b97\u3084\u3001\u300c3\u4eba\u5206\u306e\u30ec\u30b7\u30d4\u30925\u4eba\u5206\u306b\u5909\u66f4\u3057\u305f\u3044\u300d\u5834\u5408\u306e\u5206\u91cf\u8a08\u7b97\u304c\u7c21\u5358\u306b\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p><strong>\u30d3\u30b8\u30cd\u30b9\u3067\u306e\u30a2\u30f3\u30b1\u30fc\u30c8\u96c6\u8a08\u3084\u51fa\u8cc7\u6bd4\u7387\u306e\u8a08\u7b97<\/strong> <br>3\u3064\u4ee5\u4e0a\u306e\u6570\u5024\u5165\u529b\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u305f\u3081\u3001\u8907\u6570\u793e\u306e\u58f2\u4e0a\u30b7\u30a7\u30a2\u306e\u6bd4\u8f03\u3084\u3001\u30a2\u30f3\u30b1\u30fc\u30c8\u7d50\u679c\u306e\u5168\u4f53\u306b\u5bfe\u3059\u308b\u30d1\u30fc\u30bb\u30f3\u30c8\uff08\u5272\u5408\uff09\u3092\u7b97\u51fa\u3059\u308b\u969b\u306b\u3082\u4fbf\u5229\u3067\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"i-4\">\u3088\u304f\u3042\u308b\u8cea\u554f<\/h2>\n\n\n\n<p><strong>Q. \u5c0f\u6570\u3084\u5206\u6570\u306e\u8a08\u7b97\u306b\u3082\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u304b\uff1f<\/strong> <br>\u306f\u3044\u3001\u5c0f\u6570\u306e\u5165\u529b\u306b\u3082\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059\u3002\u30c4\u30fc\u30eb\u5185\u90e8\u3067\u81ea\u52d5\u7684\u306b\u6574\u6570\u306b\u5909\u63db\u3057\u305f\u3046\u3048\u3067\u3001\u6b63\u3057\u3044\u6bd4\u7387\u3092\u8a08\u7b97\u3057\u307e\u3059\u3002\uff08\u5206\u6570\u306b\u3064\u3044\u3066\u306f\u3001\u5148\u306b\u5c0f\u6570\u306b\u76f4\u3057\u3066\u304b\u3089\u3054\u5165\u529b\u304f\u3060\u3055\u3044\uff09<\/p>\n\n\n\n<p><strong>Q. \u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u51fa\u3066\u8a08\u7b97\u3055\u308c\u307e\u305b\u3093<\/strong> <br>\u300c0\u3088\u308a\u5927\u304d\u3044\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u300d\u7b49\u306e\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u51fa\u305f\u5834\u5408\u3001\u5165\u529b\u6b04\u306b0\u4ee5\u4e0b\u306e\u6570\u5b57\u3084\u3001\u6587\u5b57\u304c\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u304b\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u307e\u305f\u3001\u6bd4\u4f8b\u5f0f\u306e\u8a08\u7b97\u3067\u306f\u5fc5\u305a\u300c3\u7b87\u6240\u300d\u306b\u6570\u5024\u3092\u5165\u529b\u3057\u3001\u6c42\u3081\u305f\u3044\u300c1\u7b87\u6240\u300d\u3060\u3051\u3092\u7a7a\u6b04\u306b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6bd4\u7387\u30fb\u5272\u5408\u306e\u8a08\u7b97 \u6bd4\u4f8b\u5f0f\u306e\u8a08\u7b97 \u8907\u6570\u306e\u6570\u5024\u304b\u3089\u3001\u6700\u3082\u7c21\u5358\u306a\u6574\u6570\u6bd4\u3084\u5168\u4f53\u306b\u5bfe\u3059\u308b\u5272\u5408\uff08\u30d1\u30fc\u30bb\u30f3\u30c8\uff09\u3092\u8a08\u7b97\u3057\u307e\u3059\u3002 \u30d7\u30ea\u30bb\u30c3\u30c8: 16:9 (\u753b\u9762) 4:3 (\u753b\u9762) \u9ec4\u91d1\u6bd4 \u767d\u9280\u6bd4 + \u5165\u529b\u6b04\u3092\u8ffd\u52a0 \u6700\u3082\u7c21\u5358\u306a\u6574\u6570\u6bd4 \u30b3\u30d4 &#8230; <\/p>\n","protected":false},"author":4,"featured_media":11281,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,39],"tags":[],"class_list":{"0":"post-11273","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\/11273","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=11273"}],"version-history":[{"count":3,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/11273\/revisions"}],"predecessor-version":[{"id":11280,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/posts\/11273\/revisions\/11280"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media\/11281"}],"wp:attachment":[{"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/media?parent=11273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/categories?post=11273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rakkokeyword.com\/techo\/wp-json\/wp\/v2\/tags?post=11273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}