.btn-wrap {
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: auto !important;
  height: auto !important;
  padding-left: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.btn-wrap .btn_G-Y {
  color: #333;
  text-decoration: none;
}

.micro-copy {
  color: #e83828;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

.boxStypRootModal .modalBody_bodyTitle {
  width: 260px;
}

.modalBody_balloon {
  padding: 0 0 2rem 0;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  position: relative;
}

.modalBody_microCopy {
  font-size: 13px;
  color: #333;
  text-align: center;
  margin: 0 0 2px;
}

.btn-step-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.stepIcon {
  display: inline-block;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 10;
}

br.hiddenPC {
  display: none;
}

@media (max-width: 749px) {
  .boxStypRootModal .modalBody_bodyTitle {
    width: 230px;
  }

  .modalBody_balloon {
    padding: 1rem 0 0 0;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .boxStypRootModal .modalBody_body {
    margin-top: 30px;
  }

  .btn-wrap .btn_G-Y {
    width: 100%;
  }
  br.hiddenPC {
    display: inline;
  }
}
