.service-termination {
  display: none !important;
}

.fv {
  min-height: 80svh !important;
}
@media screen and (max-width: 767px) {
  .fv {
    min-height: 500px !important;
  }
}
.fv .service-termination_information {
  color: #0065ac;
  padding: 2em 3em;
  border-radius: 2rem;
  border: 2px solid #0065ac;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .fv .service-termination_information {
    padding: 1.5em 2em;
    font-size: 1.4rem;
  }
}
.fv .service-termination_information_ttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv .service-termination_information_ttl {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=service-termination.css.map */