{"version":"1.0","provider_name":"Registrar","provider_url":"https:\/\/legacy.registrarcorp.com\/jp\/","author_name":"admin","author_url":"https:\/\/legacy.registrarcorp.com\/jp\/author\/registrar\/","title":"FDA\u3068USDA\uff1a\u8ab0\u304c\u4f55\u3092\u898f\u5236\u3059\u308b\u306e\u304b\uff1f\u7269\u54c1\u306e\u533a\u5206\u3051\u3068\u7ba1\u8f44\u306e\u9055\u3044","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"nDUrEQTUGw\"><a href=\"https:\/\/legacy.registrarcorp.com\/jp\/resources\/fda-usda-food-regulations\/\">FDA\u3068USDA\uff1a\u8ab0\u304c\u4f55\u3092\u898f\u5236\u3059\u308b\u306e\u304b\uff1f\u7269\u54c1\u306e\u533a\u5206\u3051\u3068\u7ba1\u8f44\u306e\u9055\u3044<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/jp\/resources\/fda-usda-food-regulations\/embed\/#?secret=nDUrEQTUGw\" width=\"600\" height=\"338\" title=\"&#8220;FDA\u3068USDA\uff1a\u8ab0\u304c\u4f55\u3092\u898f\u5236\u3059\u308b\u306e\u304b\uff1f\u7269\u54c1\u306e\u533a\u5206\u3051\u3068\u7ba1\u8f44\u306e\u9055\u3044&#8221; &#8212; Registrar\" data-secret=\"nDUrEQTUGw\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/legacy.registrarcorp.com\/wp-includes\/js\/wp-embed.js\n<\/script>\n","thumbnail_url":"https:\/\/legacy.registrarcorp.com\/wp-content\/uploads\/2019\/08\/press_release.jpg","thumbnail_width":1650,"thumbnail_height":500,"description":"[vc_row el_id=&#8221;section-article&#8221;][vc_column][vc_row_inner][vc_column_inner][vc_column_text] FDA\u3068USDA\uff1a\u8ab0\u304c\u4f55\u3092\u898f\u5236\u3059\u308b\u306e\u304b\uff1f\u7269\u54c1\u306e\u533a\u5206\u3051\u3068\u7ba1\u8f44\u306e\u9055\u3044 [\/vc_column_text][\/vc_column_inner][\/vc_row_inner][vc_row_inner css=&#8221;.vc_custom_1579293243883{margin-top: 30px !important;margin-bottom: 30px !important;}&#8221;][vc_column_inner][vc_single_image image=&#8221;43658&#8243; img_size=&#8221;full&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner][vc_column_text]\u8089\u304a\u3088\u3073\u5bb6\u79bd\u88fd\u54c1\u304c\u7c73\u56fd\u98df\u54c1\u533b\u85ac\u54c1\u5c40\uff08FDA\uff09\u306e\u898f\u5236\u7ba1\u8f44\u306a\u306e\u304b\u3001\u307e\u305f\u306f\u7c73\u56fd\u8fb2\u52d9\u7701\uff08USDA\uff09\u306e\u898f\u5236\u7ba1\u8f44\u4e0b\u306b\u3042\u308b\u306e\u304b\u306e\u5224\u65ad\u306f\u96e3\u3057\u3044\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002 \u300c\u8089\u304b\u3069\u3046\u304b\u300d\u3068\u5c0b\u306d\u308b\u307b\u3069\u7c21\u5358\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002 \u30ec\u30b8\u30b9\u30c8\u30e9\u30fb\u30b3\u30fc\u30d7\u306f\u3001\u696d\u754c\u304cFDA\u3068USDA\u306e\u7ba1\u8f44\u6a29\u306e\u9055\u3044\u3092\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u306b\u4e0b\u306e\u30ac\u30a4\u30c9\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002 \u5bb6\u79bd \u5bb6\u79bd\u306fUSDA\u306f\u306e\u7ba1\u8f44\u3067\u3059\u3002\u5bb6\u79bd\u88fd\u54c1\u691c\u67fb\u6cd5\uff08PPIA\uff09\u3067\u306f\u3001\u5bb6\u79bd\u306f\u98fc\u3044\u306a\u3089\u3055\u308c\u305f\u9ce5\u3068\u3057\u3066\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u3053\u308c\u306b\u306f\u3001\u98fc\u3044\u306a\u3089\u3055\u308c\u305f\u9d8f\u3001\u4e03\u9762\u9ce5\u3001\u30a2\u30d2\u30eb\u3001\u30ac\u30c1\u30e7\u30a6\u3001\u304a\u3088\u3073\u30db\u30ed\u30db\u30ed\u9ce5\u304c\u542b\u307e\u308c\u307e\u3059\u3002 USDA\u306f\u307e\u305f\u3001\u30a8\u30df\u30e5\u30fc\u3092\u542b\u3080\u8d70\u79bd\u985e\u3068\u30cf\u30c8\u985e\u3092\u691c\u67fb\u3057\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u9ce5\u306f\u3001PPIA\u306e\u5bfe\u8c61\u3068\u306a\u308b\u7bc4\u56f2\u3067\u3001FDA\u306e\u98df\u54c1\u533b\u85ac\u54c1\u5316\u7ca7\u54c1\u6cd5\uff08FD\uff06C\u6cd5\uff09\u306e\u5bfe\u8c61\u5916\u3067\u3059\u3002\u91ce\u751f\u306e\u4e03\u9762\u9ce5\u3001\u91ce\u751f\u306e\u30ab\u30e2\u3001\u91ce\u751f\u306e\u30ac\u30c1\u30e7\u30a6\u306a\u3069\u305d\u306e\u4ed6\u306e\u9ce5\u985e\u306f\u3001FDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308a\u307e\u3059\u3002 \u7363\u8089 USDA\u306f\u3001\u725b\u3001\u7f8a\u3001\u8c5a\u3001\u5c71\u7f8a\u3001\u99ac\u3001\u30e9\u30d0\u3001\u304a\u3088\u3073\u305d\u306e\u4ed6\u306e\u30a6\u30de\u3001\u306a\u3089\u3073\u306b\u305d\u308c\u3089\u306e\u6b7b\u4f53\u304a\u3088\u3073\u5404\u90e8\u4f4d\u3092\u898f\u5236\u3059\u308b\u7acb\u5834\u306b\u3042\u308a\u307e\u3059\u3002\u3053\u308c\u3089\u306e\u8089\u306f\u3001\u9023\u90a6\u98df\u8089\u691c\u67fb\u6cd5\u306e\u5bfe\u8c61\u3068\u306a\u308b\u7bc4\u56f2\u3067FD\uff06C\u6cd5\u304b\u3089\u9664\u5916\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u30d0\u30a4\u30bd\u30f3\u3001\u30a6\u30b5\u30ae\u3001\u72e9\u731f\u52d5\u7269\u3001\u52d5\u7269\u5712\u306e\u52d5\u7269\u3001\u304a\u3088\u3073\u30a8\u30eb\u30af\u3084\u30e0\u30fc\u30b9\u3092\u542b\u3080\u3059\u3079\u3066\u306e\u9e7f\u79d1\u306a\u3069\u3001\u7363\u8089\u4e00\u822c\u306fFDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308a\u307e\u3059\u3002 \u5375 \u9d8f\u3001\u4e03\u9762\u9ce5\u3001\u30a2\u30d2\u30eb\u3001\u30ac\u30c1\u30e7\u30a6\u3001\u307e\u305f\u306f\u30db\u30ed\u30db\u30ed\u9ce5\u306e\u6bbb\u4ed8\u304d\u5375\u306f\u3001FDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308a\u307e\u3059\u3002 FDA\u306f\u3001\u5375\u306e\u6d17\u6d44\u3001\u9078\u5225\u3001\u68b1\u5305\u3092\u884c\u3046\u690d\u7269\u306a\u3069\u306e\u5375\u52a0\u5de5\u5de5\u5834\u3092\u898f\u5236\u3057\u3066\u3044\u307e\u3059\u3002\u4e7e\u71e5\u5375\u3001\u51b7\u51cd\u5375\u3001\u6db2\u4f53\u5375\u306a\u3069\u306e\u5375\u88fd\u54c1\u306f\u3001USDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308a\u307e\u3059\u3002 USDA\u306f\u3001\u5375\u3092\u5272\u3063\u3066\u4f4e\u6e29\u6bba\u83cc\u3059\u308b\u5de5\u5834\u306a\u3069\u306e\u5375\u88fd\u54c1\u52a0\u5de5\u5de5\u5834\u3092\u898f\u5236\u3057\u3066\u3044\u307e\u3059\u3002 FDA\u306f\u3001USDA\u306e\u300c\u5375\u88fd\u54c1\u300d\u306e\u5b9a\u7fa9\u306b\u542b\u307e\u308c\u3066\u3044\u306a\u3044\u88fd\u54c1\u3001\u304a\u3088\u3073USDA\u306e\u7ba1\u8f44\u5916\u306e\u4e8b\u696d\u6240\u306b\u5bfe\u3057\u3066\u8cac\u4efb\u304c\u3042\u308a\u307e\u3059\u3002\u4f8b\u3068\u3057\u3066\u306f\u3001\u30ec\u30b9\u30c8\u30e9\u30f3\u3001\u30d9\u30fc\u30ab\u30ea\u30fc\u3001\u30b1\u30fc\u30ad\u30df\u30c3\u30af\u30b9\u5de5\u5834\u306a\u3069\u304c\u3042\u308a\u307e\u3059\u3002 \u8089\u3068\u5bb6\u79bd\u3092\u542b\u3080\u88fd\u54c1 \u5bb6\u79bd\u3092\u542b\u3080\u88fd\u54c1\u306e\u3046\u3061\u3001\u8abf\u7406\u6e08\u307f\u306e\u5bb6\u79bd\u8089\u304c2\uff05\u672a\u6e80\u3067\u304b\u3064\u8abf\u7406\u6e08\u307f\u306e\u5bb6\u79bd\u306e\u76ae\u3001\u5185\u81d3\u3001\u8102\u80aa\u3001\u304b\u3064\u5bb6\u79bd\u8089\uff08\u8089\u6210\u5206\u306f\uff12\uff05\u672a\u6e80\uff09\u306e\u7d44\u307f\u5408\u308f\u305b\u304c10\uff05\u672a\u6e80\u306e\u88fd\u54c1\u306f\u3001FDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308a\u307e\u3059\u3002 2\uff05\u4ee5\u4e0a\u306e\u8abf\u7406\u6e08\u307f\u5bb6\u79bd\u306810\uff05\u3092\u8d85\u3048\u308b\u8abf\u7406\u6e08\u307f\u5bb6\u79bd\u306e\u76ae\u3001\u5185\u81d3\u3001\u8102\u80aa\u3001\u5bb6\u79bd\u8089\u3092\u7d44\u307f\u5408\u308f\u305b\u305f\u3082\u306e\u306f\u3001USDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308a\u307e\u3059\u3002 \u4ed6\u306e\u8089\u3092\u542b\u3080\u88fd\u54c1\u306e\u5834\u5408\u3001\u5358\u72ec\u307e\u305f\u306f\u7d44\u307f\u5408\u308f\u305b\u3067\u3001\u751f\u8089\u304c3\uff05\u672a\u6e80\u3001\u8abf\u7406\u6e08\u307f\u8089\u307e\u305f\u306f\u305d\u306e\u4ed6\u306e\u679d\u8089\u306e\u90e8\u5206\u304c2\uff05\u672a\u6e80\u3001\u307e\u305f\u306f\u8102\u80aa\u3001\u725b\u8102\u3001\u307e\u305f\u306f\u8089\u30a8\u30ad\u30b9\u304c30\uff05\u672a\u6e80\u306e\u88fd\u54c1\u304cFDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308b\u3002 3\uff05\u4ee5\u4e0a\u306e\u751f\u8089\u30012\uff05\u4ee5\u4e0a\u306e\u8abf\u7406\u6e08\u307f\u8089\u307e\u305f\u306f\u305d\u306e\u4ed6\u306e\u679d\u8089\u3001\u307e\u305f\u306f30\uff05\u4ee5\u4e0a\u306e\u8102\u80aa\u3001\u7363\u8102\u3001\u307e\u305f\u306f\u8089\u30a8\u30ad\u30b9\u3092\u5358\u72ec\u307e\u305f\u306f\u7d44\u307f\u5408\u308f\u305b\u3066\u6301\u3064\u3082\u306e\u306f\u3001USDA\u306e\u7ba1\u8f44\u4e0b\u306b\u3042\u308a\u307e\u3059\u3002 \u4e0a\u8a18\u306e\u30ea\u30b9\u30c8\u306f\u3059\u3079\u3066\u3092\u7db2\u7f85\u3057\u3066\u3044\u308b\u308f\u3051\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u7279\u5b9a\u306e\u88fd\u54c1\u306e\u7ba1\u8f44\u6a29\u3068\u898f\u5236\u306e\u6c7a\u5b9a\u306b\u3064\u3044\u3066\u306f\u3001\u30ec\u30b8\u30b9\u30c8\u30e9\u30fb\u30b3\u30fc\u30d7\u306b\u304a\u554f\u3044\u5408\u308f\u305b\u304f\u3060\u3055\u3044\u3002 [\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]"}