今日の問題 かつて国民病といわれた結核。次の人物のうち、死因が結核ではない人は? ① 高杉晋作 ② 沖田総司 ③ 木戸孝允 ④ 正岡子規 ※回答はこちらからログインしてご確認ください 回答はこちら 正解は③ 木戸孝允です! 1877(明治10)年5月26日死去。死因は胃がんとも、大腸がんの肝転移ともされる。 関連記事 ・ --> 過去の問題 ・「実験医学の父」と呼ばれるジョン・ハンター。患者の膿を自身に塗布した性感染症は? ・人気漫画作品『はたらく細胞』の主人公である赤血球の個体識別番号は? ・日本で国民皆保険制度が始まった年は? // ログイン調査 $(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' } })