@charset "utf-8";

.c-list--notice02 {
  counter-reset: number 0;
}
.c-list--notice02 > li {
  line-height: 1.6;
  margin-bottom: 0;
  padding-left: 2.5em;
  text-indent: -2.5em;
  /*font-size: 1.2rem;*/
  counter-increment: number;
  color: #f00000;
}
.c-list--notice02 > li:before {
  content: "注" counter(number) "）";
}

#pattern th {
	width: 25%;
}