@charset "UTF-8";

/* sec-management */
.health-management .name {
  font-size: 1.375rem;
}

.indicator__close,
.indicator__open {
  display: none;
}

.indicator__close.show,
.indicator__open.show {
  display: block;
}

.indicator__button {
  margin: 25px auto 0;
  display: block;
}

@media only screen and (max-width: 767.9px) {
  .health-management .management-blk .side-w524,
  .health-management .management-blk .side-w246 {
    width: 100%;
  }

  .health-management .management-blk .side-w246 {
    margin: 0 auto;
    max-width: 246px;
  }
}
