@charset "shift_jis";
/* Updated 2026/05/25,ht */
/* 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;
  box-sizing: border-box;
}
.btnT02.-green01:focus {
  background: #628f18;
  outline: none;
}
.btnT02.-green01:hover {
  background: #003927;
  opacity: 1;
  transition: background-color 0.3s ease-out;
}
.btn-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.btn-blk > .btn-item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .btn-blk {
    display: block;
  }
  .btn-blk > .btn-item {
    width: 100%;
  }
  .btn-blk > .btn-item .fsLarger01 {
    font-size: 16px!important;
  }
}