@charset "UTF-8";

article section ul {
  list-style-type: disc;
  padding-left: 1em;
  margin-left: 1em;
}

article section p {
  margin-left: 5px;
  margin-right: 5px;
}

article section h4 {
  margin-bottom: 2px;
}

article section h4 span {
  color: #ff8888;
}

article section h4 span:before {
  content: "■■■";
}

article section h4 span:after {
  content: "■■■";
}

article section h5 span {
  color: #ff8888;
}

article section h5 span:before {
  content: "＊";
}

article section strong {
  color: red;
}
