/* src/main/webapp/modules/mod-tagcloud/tagcloud.css */
.tagcloud {
  background-color: #fff;
}
.tagcloud ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tagcloud .tag {
  list-style: none;
  margin: 0 var(--gap05) 0 0;
  padding: 0;
}
.tagl_1 {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.tagl_2 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.tagl_3 {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.tagl_4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.tagl_5 {
  font-size: 2rem;
  line-height: 3rem;
}
.tagl_6 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: bold;
}
.tagl_7 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}
.tagl_8 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: bold;
}
.tagl_9 {
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.tagl_10 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
}
@media (min-width: 44em) {
  .tagcloud .tag {
    margin: 0 var(--gap) var(--gap05) 0;
  }
  .tagl_1 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .tagl_2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .tagl_3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .tagl_4 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .tagl_5 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .tagl_6 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-weight: bold;
  }
  .tagl_7 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    font-weight: bold;
  }
  .tagl_8 {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: bold;
  }
  .tagl_9 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
  }
  .tagl_10 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: bold;
  }
}
/*# sourceMappingURL=tagcloud.css.map */
