@charset "UTF-8";
@import url("health.css");
/*==============================
健康相談・健康支援サービス */
.num_list li > .num_list02 {
  -webkit-margin-before: 6px;
  margin-block-start: 6px;
}
.num_list02 > li {
  line-height: 1.4;
  position: relative;
  list-style: none;
  -webkit-padding-start: 2.2em;
          padding-inline-start: 2.2em;
}
.num_list02 > li + li {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
.num_list02 > li::before {
  position: absolute;
  inset: 0 auto auto 0;
}
.num_list02 > li:nth-child(1)::before {
  content: "①";
}
.num_list02 > li:nth-child(2)::before {
  content: "②";
}
.num_list02 > li:nth-child(3)::before {
  content: "③";
}
