{"version":"1.0","provider_name":"Registrar","provider_url":"https:\/\/legacy.registrarcorp.com\/jp\/","author_name":"Mason Grandusky","author_url":"https:\/\/legacy.registrarcorp.com\/jp\/author\/mgrandusky\/","title":"\u6d77\u5916\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u691c\u8a3c\u30d7\u30ed\u30b0\u30e9\u30e0\uff08FSVP\uff09\u4ee3\u7406\u5e97","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"DFlHcH50kO\"><a href=\"https:\/\/legacy.registrarcorp.com\/jp\/fda-food\/food-safety\/fsvp-agent\/\">\u6d77\u5916\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u691c\u8a3c\u30d7\u30ed\u30b0\u30e9\u30e0\uff08FSVP\uff09\u4ee3\u7406\u5e97<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/legacy.registrarcorp.com\/jp\/fda-food\/food-safety\/fsvp-agent\/embed\/#?secret=DFlHcH50kO\" width=\"600\" height=\"338\" title=\"&#8220;\u6d77\u5916\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u691c\u8a3c\u30d7\u30ed\u30b0\u30e9\u30e0\uff08FSVP\uff09\u4ee3\u7406\u5e97&#8221; &#8212; Registrar\" data-secret=\"DFlHcH50kO\" 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] \u6d77\u5916\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u691c\u8a3c\u30d7\u30ed\u30b0\u30e9\u30e0\uff08FSVP\uff09\u4ee3\u7406\u5e97 [\/vc_column_text][vc_column_text]2011\u5e74\u306e\u98df\u54c1\u5b89\u5168\u8fd1\u4ee3\u5316\u6cd5\uff08\u300cFSMA\u300d\uff09\u306b\u57fa\u3065\u304d\u3001\u7c73\u56fd\u306e\u7279\u5b9a\u306e\u8f38\u5165\u696d\u8005\u306f\u3001\u5916\u56fd\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u304c\u30d7\u30ed\u30bb\u30b9\u3068\u624b\u9806\u306b\u5f93\u3063\u3066\u98df\u54c1\u3092\u751f\u7523\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u5341\u5206\u306b\u4fdd\u8a3c\u3059\u308b\u305f\u3081\u306b\u3001\u6d77\u5916\u30b5\u30d7\u30e9\u30a4\u30e4\u30fc\u691c\u8a3c\u30d7\u30ed\u30b0\u30e9\u30e0\uff08\u300cFSVP\u300d\uff09\u3092\u7b56\u5b9a\u3059\u308b\u8cac\u4efb\u304c\u3042\u308a\u307e\u3059\u3002 \u300c\u9023\u90a6\u98df\u54c1\u533b\u85ac\u54c1\u5316\u7ca7\u54c1\u6cd5\u300d\u306e\u30bb\u30af\u30b7\u30e7\u30f3418\uff08\u30cf\u30b6\u30fc\u30c9\u5206\u6790\u304a\u3088\u3073\u30ea\u30b9\u30af\u30d9\u30fc\u30b9\u306e\u4e88\u9632\u7ba1\u7406\u3001\u307e\u305f\u306f\u300cHARPC\u300d\uff09\u307e\u305f\u306f\u30bb\u30af\u30b7\u30e7\u30f3419\uff08\u8fb2\u7523\u7269\u5b89\u5168\u57fa\u6e96\uff09\u3067\u8981\u6c42\u3055\u308c\u308b\u30ec\u30d9\u30eb\u3068\u5c11\u306a\u304f\u3068\u3082\u540c\u3058\u30ec\u30d9\u30eb\u306e\u516c\u8846\u885b\u751f\u4fdd\u8b77\u3092\u63d0\u4f9b\u3059\u308b\u7fa9\u52d9\u304c\u3042\u308a\u307e\u3059\u3002 FDA\u306eFSVP\u898f\u5247\u3067\u306f\u3001\u300c\u8f38\u5165\u8005\u300d\u306f\u3001\u7c73\u56fd\u3078\u306e\u8f38\u5165\u304c\u610f\u56f3\u3055\u308c\u3066\u3044\u308b\u98df\u54c1\u306e\u7c73\u56fd\u5185\u306e\u6240\u6709\u8005\u307e\u305f\u306f\u8377\u53d7\u4eba\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u7c73\u56fd\u3078\u306e\u8ca8\u7269\u306e\u5165\u56fd\u6642\u306b\u98df\u54c1\u306e\u7c73\u56fd\u5185\u306b\u6240\u6709\u8005\u307e\u305f\u306f\u8377\u53d7\u4eba\u304c\u3044\u306a\u3044\u5834\u5408\u3001\u8f38\u5165\u696d\u8005\u306f\u3001\u5165\u56fd\u6642\u70b9\u3067\u306e\u5728\u7c73\u56fd\u306e\u4ee3\u7406\u4eba\u307e\u305f\u306f\u5728\u5916\u56fd\u306e\u6240\u6709\u8005\u307e\u305f\u306f\u8377\u53d7\u4eba\u306e\u4ee3\u7406\u4eba\u3067\u3042\u308a\u3001\u3053\u306e\u30b5\u30d6\u30d1\u30fc\u30c8\uff0821 CFR 1.500\uff09\u306e\u4e0b\u3001\u8f38\u5165\u8005\u3068\u306a\u308b\u3053\u3068\u306b\u66f8\u9762\u3067\u540c\u610f\u3057\u305f\u8005\u3068\u3059\u308b\u3002 \u30ec\u30b8\u30b9\u30c8\u30e9\u30fb\u30b3\u30fc\u30d7\u306f\u3001\u88fd\u54c1\u306e\u30bf\u30a4\u30d7\u304a\u3088\u3073\u95a2\u9023\u3059\u308b\u30ea\u30b9\u30af\u306e\u30ec\u30d9\u30eb\u306b\u5fdc\u3058\u3066\u3001FSVP\u4ee3\u7406\u5e97\u307e\u305f\u306f\u4ee3\u8868\u8005\u3068\u3057\u3066\u6a5f\u80fd\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059\u3002 Simply complete the form below:[\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]"}