.childcare-underline {
  text-decoration: underline;
  font-weight: bold;
}
.btn-childcare {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
.m-btn__normal.-childcare {
  width: 100%;
  max-width: 480px;
  min-height: 74px;
  font-size: 18px;
  font-weight: bold;
  color: #2c8481;
  border-color: #2c8481;
  position: relative;
}
.m-btn__normal.-childcare::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon_blank.svg);
  background-size: contain;

  border: none;
  transform: rotate(0deg);
  bottom: 0;

  position: absolute;
  top: 0;
}
.article__table a:hover {
  opacity: 0.6;
}
.m-kv__link.-target {
  margin-top: 12px;
}
.m-kv__link.-target:after {
  display: none;
}
