@charset "utf-8";

.fw .list-bullet-01.fontNotes li .list-bullet-lead .list-bullet-01 {
  background: transparent;
  margin-top: 0;
  padding-top: 0;
  padding-left: 12px;
}

.fw .list-bullet-lead {
  margin-top: 20px;
  padding: 20px;
}

.fw .list-bullet-01.fontNotes li .list-bullet-lead .list-bullet-01:last-child {
  padding-bottom: 0;
}


@media only screen and (max-width: 600px) {
  .fw .list-bullet-lead {
    margin-top: 10px;
    padding: 10px 20px;
  }
}