MRIFor questions about the Medical Venture/Total Support Business

Applicant information

Please fill out the request form below, then click 「Confirm

■Privacy policy
“Medical Innvation Support Office” (“this Business” hereafter) is sponsored by the Ministry of Health, Labour and Welfare of Japan.The operation and management of this Business is entrusted to Mitsubishi Research Institute, Inc.(“MRI”), and this website is run at hosting service provided by Innovation & Co.Under the responsibility of the Ministry of Health, Labour and Welfare.

Purposes
In compliance with Act on the Protection of Personal Information, MRI need your consent to use your personal data for the operational management of this business.

Data Transfer
If you are not Japanese resident, your data will be transferred to Japan before processing.

■Disclaimer
In the scope of this Business, all support activities, including the advices from experts, are based on the information deemed to be reliable at the time of consultation. While we endeavor to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the accuracy, reliability, or adequacy of the information with respect to this business. In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of any information provided by this business.

Privacy policy Confirm
Disclaimer Confirm
Name Yamada Hanako
Workplace
Address of Company e.g. Naka-ku,Yokohama-shi,Kanagawa-ken
Block number e.g. 1-2-3, Nagatacho
Department name e.g. Sales department
Title e.g. Director
E-mail

Half-size characters (e.g., user@***.jp) ※There have been many mistakes in entering the e-mail address. Please be careful.
Telephone number Half-size digit (e.g. 01-2345-6789)
1. Type of business [Organizations] Companies (venture companies)
[Organizations] Companies (venture capital firms)
[Organizations] Companies (excluding venture companies and venture capital firms)
[Organizations] Medical institutions (including university hospitals)
[Organizations] Universities/research institutions (excluding university hospitals)
[Organizations] Other
[Individuals] Entrepreneurs (including before company establishment)
[Individuals] Other
※Select from [Organizations] for questions as an organization, such as companies, medical institutions, and universities, or select from [Individuals] for questions as an individual.
2.About your question Consultation with the Medical Venture/Total Support Office
Questions about the portal site (MEDISO)
Other questions
3.If you selected "Consultation with the Medical Venture/Total Support Office" in question 2, select the product for the consultation from the following. Medicines
Medical devices (including in vitro diagnostics)
Programmable medical devices
Regenerative medicine products
Other
Unselected
If you selected "Questions about the portal site" or "Other questions," select "Unselected.”
4.Please enter the details of your question.
5.The Medical Venture/Total Support Office and the Ministry of Health, Labour and Welfare provide useful information related to the systems, medicines, medical devices, and regenerative medicine products. Please tell us whether you wish to receive informational e-mails. I wish to receive informational e-mails
I do not wish to receive informational e-mails
6.How did you find us? Search Engine
SNS(e.g. Facebook)
Lecture,Seminar
Poster,Leaflet
acquaintance
Other
7.If you select "Other" in Q6, please tell us how you find us.
/* =================================== 基本設定 =================================== */ html{ overflow-y:scroll; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; font-weight: normal; font-style: normal; } li { list-style: none; } /* =================================== 共通 =================================== */ /* フォント */ body { font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'MS Pゴシック', 'Hiragino Kaku Gothic ProN', sans-serif; } select,input,button,textarea { font-family: Verdana, Roboto, 'Droid Sans', Meiryo, 'MS Pゴシック', 'Hiragino Kaku Gothic ProN', sans-serif; } /* =================================== 画面全体のレイアウト =================================== */ /* 画面全体の表示設定 */ body { background:WhiteSmoke; /* 背景色 */ text-align:center; /* フォームエリアを中央に表示 */ } /* フォームエリア全体の設定 */ div.container { width:960px; /* 画面の横幅 */ background:white; /* 背景色 */ border:Gainsboro 2px solid; border-top:none; /* 外枠のラインの色と太さ */ font-size:14px; /* フォントの初期サイズ */ color:#333; /* フォントの初期カラー */ margin:0 auto; /* 画面の中央に表示 */ text-align:left; /* 左寄せ */ } /* =================================== 設問エリアのレイアウト =================================== */ /* 設問エリア全体の設定 */ div.wrapper { width:940px; /* 画面の横幅 */ margin:0 auto; /* 中央に表示 */ background:white; } /* 設問の表 */ table.items { border:Gainsboro 1px solid; } /* 設問の行 */ tr.item { } /* 必要であれば行のデザインを設定することができます */ /*設問名のセルのデザイン */ td.label { width:150px; /* 実際の設問名の文字の長さに合わせて調整してください */ padding:8px 10px; color:#224; font-size:13px; font-weight:bold; vertical-align:middle; /* ラベルの配置 セルの上部に表示したい場合は top */ background:GhostWhite; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { width:420px; /* 入力コントロールの幅に合わせて調整してください */ padding:8px 10px 11px 10px; border-bottom:GhostWhite 1px solid; /* 設問と設問の間の下線 */ background:White; } /* 設問の入力例/説明セルのデザイン */ td.comment { padding:8px 10px; font-size:12px; padding-left:10px; color:DarkSlateGray; border-bottom:GhostWhite 1px solid; background:White; } /* 入力セルの「氏」「名」の文字のデザイン */ span.label_name { padding-right:0; margin-right:-8px; font-size:85%; font-weight:bold; color:#fff; display:inline-block; } span.label_name:nth-of-type(1):before { content:"Family name"; color:DarkSlateGray; } span.label_name:nth-of-type(2):before { content:"First name"; color:DarkSlateGray; } /* 入力確認画面、完了画面の入力された文字のデザイン */ p.value { font-size:110%; } /* ボタンの表示エリアの設定 */ div.button_area { width:940px; margin:10px auto 10px auto; /* 中央に表示、上下に10pxの余白 */ background:GhostWhite; padding:10px 0 10px 0; /* ボタンとの上下の隙間のサイズ */ text-align:center; /* 中央にボタンを表示 */ } /* 入力エラーメッセージのデザイン */ div.message { padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */ margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */ font-size:14px; font-weight:bold; color:OrangeRed; background:LightYellow; } /* 公開終了メッセージのデザイン */ div.finished-message { padding:5px 10px 5px 10px; /* メッセージテキストと背景色の隙間のサイズ */ margin:10px 13px 10px 13px; /* 上 右 下 左 の隙間のサイズ */ font-size:14px; font-weight:bold; color:Crimson; background:MistyRose; } /* =================================== 入力コントロールのデザイン =================================== */ /* 確認/送信/戻る/登録ボタン */ input[type=button] { font-size:18px; background:SteelBlue; /* ボタンの色 */ padding:5px 10px 2px 10px; /* ボタンの文字の 上 右 下 左 の隙間のサイズ */ margin:0px 10px 0px 10px; /* 確認画面に表示される2つのボタンの左右の余白サイズ */ border:none; /* ボタンに枠線をつけたい場合は、ここを設定してください */ color:white; /* 文字の色 */ font-weight:bold; } input[type=button]:hover { cursor: pointer; } /* 入力中のフィールドの背景色 */ /* それぞれの入力フィールドにカーソルが移動したときに背景の色が変わります。不要な場合は削除してください。 */ input[type="text"]:focus { background-color:LightYellow; } /* テキストボックス */ select:focus { background-color:LightYellow; } /* プルダウン */ textarea:focus { background-color:LightYellow; } /* テキストエリア */ /* =================================== 必須項目のマークおよびメッセージなど =================================== */ /* 必須項目のマーク */ span.required { float:right; margin-right:4px; font-size:60%; font-weight:bold; color:OrangeRed; } span.required:after { /* ここを編集することで表示されるマークを変更できます */ content:"* Required"; } /* 必須項目についての説明文 */ p.required_msg { text-align:right; margin-right:4px; font-size:80%; font-weight:bold; color:OrangeRed; } p.required_msg:after { /* ここを編集することで表示されるマークを変更できます */ content:"※Items marked with an asterisk (*) are mandatory. Please be sure to provide the requested information."; } /* メールアドレスの再入力メッセージ */ p.label_mail { margin:5px 0 1px 0; font-size:85%; font-weight:bold; color:DarkSlateGray; } p.label_mail:after { /* ここを編集することで表示されるメッセージを変更できます */ content:"※Please enter your e-mail address again to confirm."; } /* =================================== スマートフォン表示用のレイアウト =================================== */ /* スマートフォンとして認識する画面の横幅のサイズ */ @media screen and ( max-width:479px ) { /* フォームエリア全体の設定 */ div.container { width: 100%; } /* 設問エリア全体の設定 */ div.wrapper { width: 100%; } /* 設問の表 */ table.items { width: 100%; } /*設問名のセルのデザイン */ td.label { float: left; width: 95%; height: 25px; padding-top:10px; } /* 必須項目のマーク */ span.required { float:initial; } /* 設問の入力セルおよび表示セルのデザイン */ td.value { float: left; width: 95%; /* 入力コントロールの幅に合わせて調整してください */ padding-bottom: 0px; } /* 設問の入力例/説明セルのデザイン */ td.comment { float: left; width: 95%; padding: 0px 2px 10px 2px; } /* 設問の入力例/テキストボックス */ input[type="text"]{ font-size: 120%; width: 95% !important; } /* 設問の入力例/テキストエリア */ textarea { width: 95%; height: 100px; } /* ボタンの表示エリアの設定 */ div.button_area { width: 95%; } } /* =================================== 独自設定 =================================== */ header h1{ } header h1 img{ display: block; margin: 5px 0 0 3px; } header h1 span{ font-size: 18px; font-weight: bold; display: block; margin:0 10px 10px 10px; padding: 9px 15px 8px 15px; border-top: 1px solid #becce3; border-bottom: 3px solid #587bb7; background: -moz-linear-gradient(top, #d7dff3, #FFFFFF); background: -webkit-gradient(linear, left top, left bottom, from(#d7dff3), to(#FFFFFF)); } header h2{ font-size: 16px; font-weight: bold; margin:10px 10px 10px 10px; border: 1px solid #CCCCCC; padding: 6px 15px 6px 15px; background: -moz-linear-gradient(top, #f1f1f1, #FFFFFF); background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#FFFFFF)); } header p{ padding: 0 0 0 10px; } header div{ padding: 0 10px 25px 10px; } header div p{ font-weight: normal; padding: 15px 0 0 0; font-size: 12px; line-height: 20px; } header div p strong{ font-weight: bold; } footer{ background: #f4f4f6; margin:0 10px 10px 10px; } footer h2{ font-size: 16px; font-weight: bold; color: #FFF; background: #999999; padding: 6px 15px 6px 15px; } footer p{ font-weight: bold; padding: 15px 15px 0 15px; } footer ul{ padding: 0 15px 15px 15px; } footer ul li{ } footer ul li a{ } .scroll{ overflow-y:auto; height: 100px; display:inline-block; border:1px solid #ccc; padding:10px; }
プライバシーポリシーに同意の上、送信してください。

同意して送信すると、Cookieにより当社のWebサイト上における閲覧履歴と個人情報を紐付けて把握、分析する場合があります。
Please go through our privacy policy(https://mediso.mhlw.go.jp/privacy/en).
When you click the "accept and submit" button, you are deemed to have
accepted and agreed our privacy policy.
With your acceptance, your browsing history in our website may be
tracked by cookies in relation with your personal information.

Questions

【Questions about consultations】
Mitsubishi Research Institute, Inc.,
Medical Venture/Total Support Service Secretariat