.btn-border_list1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #009245;
  border: 1px solid #009245;
  font-style: normal;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);/*13px 16px */
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  padding: 1.0em;
  border-radius: 4px 4px 4px 4px;
  transition: .3s;
}

.btn-border_list1:hover {
  background-color: #ffffff;
  border-color: #009245;
  color: #009245;
}

.list_01 {
  font-size:clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem); /*15px 20px */
  color:#E95541;
  margin:0px;
  font-weight:600;
}