@charset "utf-8";

body {
  font-family: "Noto Sans JP", "Noto Sans", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Serif JP", "Noto Serif", "YuMincho", serif;
}

textarea {
  height: 30vh;
}

.attention {
  font-weight: bolder;
  color: red;
}

