@charset "UTF-8";

.color_red{
  color:#d90000;
}

#background_health + section {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    height: 20vw;
}

.is-sp-tel {
    pointer-events: none;
}

@media screen and (max-width: 900px) {
.is-sp-tel {
    pointer-events: auto;
}
}