.mice_01 {
  font-size:clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); /*15px 20px */
  color: #009999;
  margin:0px;
  font-weight:600;
}

.btn-border_1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #E95541;
  border: 1px solid #E95541;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.0em;
  border-radius: 4px 4px 4px 4px;
  transition: .3s;
}

.btn-border_1:hover {
  background-color: #ffffff;
  border-color: #E95541;
  color: #E95541;
}

.btn-border_1no {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #B3B3B3;
  border: 1px solid #B3B3B3;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 1.0em;
  border-radius: 4px 4px 4px 4px;
  transition: .3s;
}

.btn-border_2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #E95541;
  border: 1px solid #E95541;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 0.5em;
  border-radius: 4px 4px 4px 4px;
  transition: .3s;
}

.btn-border_2:hover {
  background-color: #ffffff;
  border-color: #E95541;
  color: #E95541;
}

.btn-border_2no {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #B3B3B3;
  border: 1px solid #B3B3B3;
  font-style: normal;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/*14px 18px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5em;
  border-radius: 4px 4px 4px 4px;
  transition: .3s;
}