{"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":"\u7c73\u56fdFDA\u306b\u3088\u308b\u4e73\u88fd\u54c1\u306e\u5b9a\u7fa9","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"uKsSkFRfLR\"><a href=\"https:\/\/legacy.registrarcorp.com\/jp\/milkproducts\/\">\u7c73\u56fdFDA\u306b\u3088\u308b\u4e73\u88fd\u54c1\u306e\u5b9a\u7fa9<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/jp\/milkproducts\/embed\/#?secret=uKsSkFRfLR\" width=\"600\" height=\"338\" title=\"&#8220;\u7c73\u56fdFDA\u306b\u3088\u308b\u4e73\u88fd\u54c1\u306e\u5b9a\u7fa9&#8221; &#8212; Registrar\" data-secret=\"uKsSkFRfLR\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\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\/* ]]> *\/\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][vc_column][vc_row_inner][vc_column_inner][vc_column_text] \u7c73\u56fdFDA\u306b\u3088\u308b\u4e73\u88fd\u54c1\u306e\u5b9a\u7fa9 \u7c73\u56fdFDA\u306f\u3001\u4e73\u88fd\u54c1\u3092\u300c\u725b\u3001\u5c71\u7f8a\u3001\u7f8a\u3001\u6c34\u725b\u306a\u3069\u306e1\u3064\u307e\u305f\u306f\u8907\u6570\u306e\u5065\u5eb7\u306a\u4e73\u3092\u751f\u7523\u3059\u308b\u52d5\u7269\u304b\u3089\u5f97\u3089\u308c\u305f\u7d14\u7c8b\u306a\u4e73\u6c41\u5206\u6ccc\u7269\u304b\u3089\u4f5c\u3089\u308c\u305f\u3001\u3082\u3057\u304f\u306f\u4e3b\u306b\u305d\u308c\u3092\u539f\u6599\u3068\u3059\u308b\u98df\u54c1\u3067\u3042\u308b\u3068\u5b9a\u7fa9\u3057\u3066\u3044\u307e\u3059\u3002 \uff1a\u4f4e\u8102\u80aa\u4e73\u3001\u8131\u8102\u4e73\u3001\u30af\u30ea\u30fc\u30e0\u3001\u30cf\u30fc\u30d5\u30a2\u30f3\u30c9\u30cf\u30fc\u30d5\u3001\u30c9\u30e9\u30a4\u30df\u30eb\u30af\u3001\u8131\u8102\u7c89\u4e73\u3001\u30c9\u30e9\u30a4\u30af\u30ea\u30fc\u30e0\u3001\u30b3\u30f3\u30c7\u30f3\u30b9\u307e\u305f\u306f\u6fc3\u7e2e\u4e73\u88fd\u54c1\u3001\u767a\u9175\u4e73\u307e\u305f\u306f\u9178\u4e73\u307e\u305f\u306f\u305d\u308c\u3089\u306e\u4e73\u88fd\u54c1\u3001\u30b1\u30d5\u30a3\u30a2\u3001\u30a8\u30c3\u30b0\u30ce\u30c3\u30b0\u3001\u30e8\u30fc\u30b0\u30eb\u30c8\u3001\u30d0\u30bf\u30fc\u3001\u30c1\u30fc\u30ba\uff08\u7279\u306b\u898f\u5247\u306b\u3088\u308a\u514d\u9664\u3055\u308c\u308b\u5834\u5408\u3092\u9664\u304f\uff09\u3001\u30db\u30a8\u30a4\u3001\u6fc3\u7e2e\u307e\u305f\u306f\u4e7e\u71e5\u30db\u30a8\u30a4\u307e\u305f\u306f\u30db\u30a8\u30a4\u88fd\u54c1\u3001\u30a2\u30a4\u30b9\u30af\u30ea\u30fc\u30e0\u3001\u30a2\u30a4\u30b9\u30df\u30eb\u30af\u3001\u305d\u306e\u4ed6\u306e\u51b7\u51cd\u4e73\u88fd\u54c1\u30c7\u30b6\u30fc\u30c8\u3001\u304a\u3088\u3073\u9175\u7d20\u3001\u6eb6\u5264\u3001\u71b1\u3092\u4f7f\u7528\u3057\u3066\u725b\u4e73\u3001\u30af\u30ea\u30fc\u30e0\u3001\u307e\u305f\u306f\u30db\u30a8\u30a4\u306e\u5316\u5b66\u7684\u307e\u305f\u306f\u7269\u7406\u7684\u7279\u6027\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306b\u3088\u308a\u5f97\u3089\u308c\u308b\u88fd\u54c1\u3001\u5727\u529b\u3001\u51b7\u5374\u3001\u771f\u7a7a\u3001\u907a\u4f1d\u5b50\u5de5\u5b66\u3001\u5206\u96e2\u3001\u307e\u305f\u306f\u4ed6\u306e\u540c\u69d8\u306e\u30d7\u30ed\u30bb\u30b9\u3001\u304a\u3088\u3073\u4e73\u8102\u80aa\u306e\u8ffd\u52a0\u307e\u305f\u306f\u524a\u9664\u3001\u307e\u305f\u306f\u30bf\u30f3\u30d1\u30af\u8cea\u3001\u30d3\u30bf\u30df\u30f3\u3001\u307e\u305f\u306f\u30df\u30cd\u30e9\u30eb\u306e\u5b89\u5168\u3067\u9069\u5207\u306a\u88dc\u52a9\u6210\u5206\u306e\u8ffd\u52a0\u306b\u3088\u3063\u3066\u5f37\u5316\u3055\u308c\u305f\u88fd\u54c1\uff0821 CFR 1240.3\uff08j\uff09\uff09\u3002\u300d\u3068\u5b9a\u7fa9\u3057\u3066\u3044\u307e\u3059\u3002 \u7c73\u56fd\u306e\u4e73\u88fd\u54c1\u30e1\u30fc\u30ab\u30fc\u3068\u52a0\u5de5\u696d\u8005\u304c\u4e2d\u56fd\u3001\u30c1\u30ea\u3001\u307e\u305f\u306fEU\u306b\u4e73\u88fd\u54c1\u3092\u8f38\u51fa\u3059\u308b\u306b\u306f\u3001FDA\u4e73\u88fd\u54c1\u30ea\u30b9\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002"}