body {
  min-height: 100%;
  margin: 0;
  /*font-size: 24px;*/
  background-color: #E2EAFF;
}

#result {
  /* resultエリアの高さを設定(ヘッダのアコーディオン、フッタの広告分を引く) */
  height: calc(100% - 54px - 96px);
  overflow-y: auto;
  border: 3px solid #ccc;
  padding: 10px;
  font-size: 0.7rem;
}