@charset "UTF-8";

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

.indicator__title {
  color: #048851 !important;
}

.indicator__img {
  overflow: visible;
  width: 100%;
  height: auto;
}

.indicator__img.is-hide {
  position: relative;
  max-height: 207px;
  width: 100%;
  object-fit: cover;
  object-position: top left;
  overflow: hidden;
}

.indicator__img.is-hide::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.is-hidden {
  display: none !important;
  overflow: hidden;
}

.indicator .table th {
  color: #048851;
  padding: 2px 0;
}

.indicator .table {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.indicator .table td {
  padding: 5.6px 16px;
}

.indicator .table sup {
  vertical-align: super;
  font-size: 0.6em;
}

.indicator .table td span {
  display: block;
  color: #444;
  font-size: 12px;
  line-height: 120%;
}

.indicator .table ul {
  padding-left: 22px;
}

.indicator .table li {
  color: #444;
  font-size: 12px;
  line-height: 120%;
  list-style: disc;
}

.indicator .table th,
.indicator .table td {
  min-width: 101px;
  width: 101px;
  letter-spacing: 0;
}

.indicator .table th:first-child,
.indicator .table td:first-child {
  text-align: left;
  width: 396px;
  padding-left: 16px;
}

.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;
  }

  .indicator__img {
    overflow: visible;
  }

  .indicator__img .table {
    width: 100%;
  }

  .indicator__img .table table {
    width: auto;
    min-width: 100%;
  }

  .indicator .table li,
  .indicator .table td span {
    font-size: 10px;
    line-height: 1;
  }

  .indicator .table th,
  .indicator .table td {
    min-width: 73px;
    width: 73px;
    max-width: 73px;
    letter-spacing: 0;
    line-height: 1.4;
    white-space: wrap;
  }

  .indicator .table th:first-child,
  .indicator .table td:first-child {
    width: 100%;
    min-width: 125px;
    padding-left: 18px;
  }

  .indicator__img.is-hide {
    max-height: 207px;
    overflow: hidden;
  }

  .indicator__img.is-hide .table {
    overflow: hidden;
  }

  .indicator__img.is-hide::after {
    height: 60px;
  }
}
