body {
  color: #000000;
  background-color: #ffffff;
  font-family: "NotoSerifJP", "Roboto", "Neue Haas Grotesk Text Pro", "Courier New", sans-serif;
  font-style: normal;
  font-size: 1em
}

div {
  margin: 1.5em 0 3em 0;
}
h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 2em 0 0 4em;
}
p {
  line-height: 1.5em;
  padding: 1em;
  margin: 1em 0 1em 5em;
  width: 58%;
}
a {
    color: #000000;
    text-decoration: underline solid green;
}
a:hover {
    color: red;
    text-decoration: none;
}
.pic {
  display: inline-block;
  margin-right: 2em;
}
.red {
	color: red;
}
@font-face {
  font-family: 'NotoSerifJP';
  src: url('../Document/font/NotoSerifJP-Regular.otf') format('opentype');
}
