@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;
}

body {
  width: 96%;
  margin-inline: auto;
  font-family: sans-serif;
}

figcaption {
  font-size: 1rem;
  text-align: left;
}

iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

.note, .text {
  padding-left: 5px;
  padding-right: 5px;
}

.foreign,.mind {
  font-family: serif;
}

.mobile-visible {
  display: block;
}
