@charset "shift_jis";
/* Updated 2026/05/13,ht */

.btnT02.-green01 {
  background: #004831;
  border: none;
  border-radius: 50px;
  box-shadow: 0 12px 15px 0 rgba(81, 127, 111, 0.3);
  transition: background-color 0.3s ease-out;
}
.btnT02.-green01:focus {
  background: #628f18;
  outline: none;
}
.btnT02.-green01:hover {
  background: #003927;
  opacity: 1;
  transition: background-color 0.3s ease-out;
}