今日の問題 日本でペニシリンの製造が本格的に開始されたのは? ① 第一次世界大戦中 ② 第二次世界大戦中 ③ 終戦直後 ④ 昭和30年代 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は③ 終戦直後です! 1946年に日本ペニシリン協会と日本ペニシリン学術協議会(現・日本感染症医薬品協会)が設立され、国内でのペニシリン製造に関する取り組みが開始された。 関連記事 ・薬疹を起こしやすい意外な薬剤、対処法は? 過去の問題 ・AYA世代とは通常、何歳から何歳までの集団を指す? ・2022年現在、日本人の死因として最も多いのはがん。2番目に多いのは? ・次のうち旧日本軍がマラリア予防のために使用した薬剤は? // ログイン調査 $(document).ready(function () { // 医師のみの場合 // if (js_class == '医師・研修医') { // $('#answerButton').removeAttr('disabled'); // console.log('医師・研修医IDでログイン中'); // } // ログインしてるか?のみチェック if ('' != sf_id) { $('#answerButton').removeAttr('disabled'); $('#notLoggedText').hide(); } }); const answerButton = document.getElementById('answerButton') answerButton.addEventListener('click', function() { this.classList.toggle('active') const answer = this.nextElementSibling if (answer.style.maxHeight) { answer.style.maxHeight = null } else { answer.style.maxHeight = answer.scrollHeight + 'px' } })