@charset "UTF-8";

.note_list {
  font-size: 11px;
  margin: 2rem 0 0;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;

  .note_item {
    padding-left: 1.4rem;
    text-indent: -1.4rem;

    &::before {
      content: "※";
      margin-right: 0.4rem;
    }
  }
}
