/* ===== block 1 (from single-result.php) ===== */

.kaitoriDetail .buy-btn {
  width: 60%;
}

.buy-btn {
  display: block;
  margin: auto;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  margin-top: 12px;
}

.buy-btn:hover {
  opacity: 0.8;
  /* 半透明に */
  transform: scale(1.05);
  /* 拡大 */
}

.buy-btn img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 3% 0 0 0 !important;
  /* 画像の下の余白を消す */
}

.bottom_block {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #fff;
  padding-bottom: 18px;
  margin-top: -2px;
}

/* ===== block 2 (from single-result.php) ===== */

h2.titleHeading span {
  color: #d82300;
}
