/* BizCheck Fixed Footer Bar (670px以下のみ表示) */
.bizcheck-footer-fixed {
  display: none;
}

@media (width <= 670px) {
  .bizcheck-footer-fixed a:hover {
    text-decoration: none;
  }
  .bizcheck-footer-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 8px 6px;
    background-color: #e9f4fa;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .bizcheck-footer-fixed-phone {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
  }
  .bizcheck-footer-fixed-phone-icon {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
  a.bizcheck-footer-fixed-phone-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
  }
  .bizcheck-footer-fixed-phone-hours {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
  }
  .bizcheck-footer-fixed-buttons {
    display: flex;
    gap: 6px;
  }
  .bizcheck-footer-fixed-button {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 8px;
  }
  a.bizcheck-footer-fixed-button-primary {
    color: #ffffff;
    background-color: #e26319;
  }
  a.bizcheck-footer-fixed-button-secondary {
    color: #ffffff;
    background-color: #198bd2;
  }
}
