.btn-border_re1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #da6487;
  border: 1px solid #da6487;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.0em 4em 1.0em 4em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re1:hover {
  background-color: #ffffff;
  border-color: #da6487;
  color: #da6487;
}

.btn-border_re1_n {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #B0B0B0;
  border: 1px solid #B0B0B0;
  font-style: normal;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.0em 4em 1.0em 4em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #009245;
  border: 1px solid #009245;
  font-style: normal;
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem); /*12px 15px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5em 1em;
  border-radius: 4px;
  transition: .3s;
}

.btn-border_re2:hover {
  background-color: #ffffff;
  border-color: #009245;
  color: #009245;
}