今日の問題 古代エジプトで頭痛の特効薬として用いられていたのは? ① ミントの匂いをかぐ ② シカの骨を粉砕して飲む ③ カバの脂肪を頭に塗る ④ 魚の肝をつぶして足首に塗る ※回答はこちらからログインしてご確認ください 回答はこちら 正解は③ カバの脂肪を頭に塗るです! 古代エジプトでは、頭痛は悪霊によって起こると信じられており、悪霊を追い払う特効薬として、神の使いとされていたカバの脂肪やウシの糞を頭に塗り付けたという。 関連記事 ・ ・ --> 過去の問題 ・1880年、日本で医療を目的に始まったものとして正しいのはどれ? ・夏の恒例行事、墨田川花火大会は疫病退散を祈って始まった。〇か✕か? ・納豆アレルギー患者に多く見られる趣味はどれ? // ログイン調査 $(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' } })