/* SO-2899 マーズファインダーの対応　画像サイズの調整*/
.mf_finder_organic_docs {
  font-size: 24px;
  font-weight: 400;
}
.mf_finder_organic_docs img {
  height: auto;
  object-fit: contain;
  padding: 0%;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.mf_finder_organic_docs svg {
  height: auto;
  object-fit: contain;
  padding: 0%;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.mf_finder_spellcheck_wrapper {
  display: none;
}

