.health-menu {
  position: relative;
}

.health-menu::before, .health-menu::after {
  content: "";
  width: 442px;
  height: 300px;
  z-index: -1;
  background: url("/wp-content/themes/itreat_base/dist/img/common/circle-dot-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 960px) {
  .health-menu::before, .health-menu::after {
    width: 342px;
    height: 200px;
  }
}

@media screen and (max-width: 520px) {
  .health-menu::before, .health-menu::after {
    width: 292px;
    height: 150px;
  }
}

.health-menu::before {
  position: absolute;
  top: 64px;
  right: 0;
}

@media screen and (max-width: 960px) {
  .health-menu::before {
    top: 42px;
  }
}

@media screen and (max-width: 960px) {
  .health-menu::before {
    top: 300px;
  }
}

@media screen and (max-width: 520px) {
  .health-menu::before {
    top: 160px;
  }
}

.health-menu::after {
  position: absolute;
  bottom: -24px;
  left: 0;
  rotate: 180deg;
}

@media screen and (max-width: 960px) {
  .health-menu::after {
    bottom: -54px;
  }
}

@media screen and (max-width: 768px) {
  .health-menu::after {
    bottom: 170px;
  }
}

.health-menu .health-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 960px) {
  .health-menu .health-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .health-menu .health-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.health-menu .health-unit__vsl {
  width: 384px;
}

@media screen and (max-width: 960px) {
  .health-menu .health-unit__vsl {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .health-menu .health-unit__vsl {
    width: 80%;
  }
}

.health-menu .health-unit__dtl {
  width: calc(100% - 424px);
}

@media screen and (max-width: 960px) {
  .health-menu .health-unit__dtl {
    width: calc(100% - 332px);
  }
}

@media screen and (max-width: 768px) {
  .health-menu .health-unit__dtl {
    width: 100%;
  }
}

.health-menu .health-unit__dtl .ttl-l {
  border-bottom: none;
  margin-bottom: 14px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .health-menu .health-unit__dtl .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.health-menu .health-unit:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .health-menu .health-unit:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.health-menu .health-unit:not(:last-of-type) {
  padding-bottom: calc(8px * 7);
  margin-bottom: calc(8px * 7);
  border-bottom: 2px dotted #cccccc;
}

@media screen and (max-width: 960px) {
  .health-menu .health-unit:not(:last-of-type) {
    padding-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .health-menu .health-unit:not(:last-of-type) {
    padding-bottom: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  .health-menu .health-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  .health-menu .health-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/healthcheck.css.map */
