@charset "UTF-8";
/*
|---------------------------------------------------------------
| v2025 chatbot_override.css の後に追加
|---------------------------------------------------------------
*/
@media screen and (max-width: 800px) {
  .chatbot-container {
    --chatbot-header-height: 110px;
    border-radius: 0 5px 0 0;
    width: 45px;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    transform: translateY(calc(100% - 126px));
    transform: translateY(calc(100% - var(--chatbot-header-height, 126px)));
  }
  .chatbot-header {
    background-size: 32px auto;
  }
  .chatbot-container:not(.is-open) .chatbot-header {
    height: var(--chatbot-header-height, 126px);
    padding-top: 8px;
    background-image: none;
  }
  .chatbot-container:not(.is-open) .chatbot-title {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  input.chat-input {
    font-size: 14px;
    height: 36px;
  }
}
.chatbot-container {
  z-index: 1002;
}

/* Cookieウィンドウ */
.block-cookie-consent {
  background: #000000;
}

#cookieBox ~ .chatbot-container {
  z-index: 9990;
}
