@charset "utf-8";
h2 {
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(16,174,185,1.00);
}
ul.level1 {
  padding-top: 5px;
  padding-left: 20px;
  padding-bottom: 10px;
}
ul.level1 li {
  list-style-type: disc;
  line-height: 1.3;
  padding-bottom: 10px;
}
ul.level2 {
  padding-top: 5px;
  padding-left: 20px;
}
ul.level2 li {
  list-style-type: circle;
  line-height: 1.3;
  padding-bottom: 10px;
}