@charset "UTF-8";
.list-type01,
.list-type02,
.list-type03 {
  margin: .5em 1em
}
.list-type01 li,
.list-type02 li,
.list-type03 li {
  font-size: 1.4rem;
  line-height: 1.8
}
.list-type01 li:first-child,
.list-type02 li:first-child,
.list-type03 li:first-child {
  margin-top: 0
}
.list-type01 li.list-icn,
.list-type02 li.list-icn,
.list-type03 li.list-icn {
  line-height: 21px;
  margin: 16px 0 0
}
.list-type01 > li {
  font-size: 1.6rem;
  margin-top: .5em
}
.list-type02 > li {
  margin-top: 1em
}
.list-type03 > li {
  margin-top: 1em
}
.list-type01 {
  margin: .5em 1em
}
.list-type02 {
  margin: .5em 1em
}
.list-type03 {
  margin: .5em 2em
}
.list-disc {
  list-style-type: disc
}
.list-decimal {
  list-style-type: decimal
}
.list-icn .icn-pdf {
  height: auto;
  width: 21px
}
.list-icn .file-size {
  align-items: center;
  color: #666;
  display: inline-flex;
  font-size: 14px;
  justify-content: flex-start;
  margin: 0 0 0 8px
}
.list-icn .file-size::after,
.list-icn .file-size::before {
  display: block
}
.list-icn .file-size::before {
  content: "["
}
.list-icn .file-size::after {
  content: "]"
}


