.btn-border_ab1 {
  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_ab1:hover {
  background-color: #ffffff;
  border-color: #da6487;
  color: #da6487;
}

.btn-border_ab1_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_ab2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #a74e69;
  border: 1px solid #a74e69;
  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_ab2:hover {
  background-color: #ffffff;
  border-color: #a74e69;
  color: #a74e69;
}

.btn-border_ab2_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_ab3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #a01d4e;
  border: 1px solid #a01d4e;
  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_ab3:hover {
  background-color: #ffffff;
  border-color: #a01d4e;
  color: #a01d4e;
}

.btn-border_ab3_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;
}
