.lend_merit_button td {
  height: 75px;
  color: #b50081;
  text-align: center;
  border: 1px solid rgb(181, 0, 129);
  background: rgb(252, 253, 239);
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.2;
  white-space: nowrap;
  padding: 0 10px;
}

@media (max-width: 991.98px) {
  .lend_merit_button td {
    font-size: 12px;
  }
}

.is-pc,
.pc {
  display: block;
}

@media (max-width: 991.98px) {
  .is-pc,
  .pc {
    display: none;
  }
}

.is-sp,
.sp {
  display: none;
}

@media (max-width: 991.98px) {
  .is-sp,
  .sp {
    display: block;
  }
}
