#bedore-webagent-inner {
  display: none;
}
#bedore-webagent-inner.is-shown {
  display: block;
}
#chatbotBlock {
  position: relative;
}
#chatbotLauncher {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  line-height: 0;
  z-index: 9997;
}
#chatbotLauncher.is-hidden {
  display: none !important;
}
#chatbotLauncher #chatbotLauncher__open,
#chatbotLauncher #chatbotLauncher__close {
  position: absolute;
  background: 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}
#chatbotLauncher #chatbotLauncher__close::before,
#chatbotLauncher #chatbotLauncher__close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 50% 50% no-repeat;
  background-size: contain;
}
#chatbotLauncher #chatbotLauncher__close::before {
  background-image: url(/common_new/images/chatbot/icon_close.png);
  opacity: 1;
}
#chatbotLauncher #chatbotLauncher__close::after {
  background-image: url(/common_new/images/chatbot/icon_close-hover.png);
  opacity: 0;
}
@media (min-width: 768px) {
  #chatbotLauncher #chatbotLauncher__close:hover::before {
    opacity: 0;
  }
  #chatbotLauncher #chatbotLauncher__close:hover::after {
    opacity: 1;
  }
}

/* variation: defaultLauncher 
-------------------------------------------------- */
#chatbotLauncher.defaultLauncher #chatbotLauncher__open {
  bottom: 70px;
  right: 21px;
  width: 197px;
  height: 102px;
  background-image: url(/common_new/images/chatbot/icon_open.png)
}
#chatbotLauncher.defaultLauncher #chatbotLauncher__close {
  bottom: 153px;
  right: 10px;
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  #chatbotLauncher.defaultLauncher #chatbotLauncher__open {
    bottom: 50px;
    right: 18px;
    width: 197px;
    height: 76px;
    background-image: url(/common_new/images/chatbot/icon_open_sp.png);
  }
  #chatbotLauncher.defaultLauncher #chatbotLauncher__close {
    bottom: 111px;
    right: 12px;
    width: 22px;
    height: 22px;
  }
}

/* variation: topLauncher 
-------------------------------------------------- */
#chatbotLauncher.topLauncher #chatbotLauncher__open {
  bottom: 55px;
  right: 10px;
  width: 120px;
  background-image: url(/common_new/images/chatbot/top_icon_open.png)
}
#chatbotLauncher.topLauncher #chatbotLauncher__open::before {
  content: '';
  display: block;
  padding-top: 101.2658%;
}
#chatbotLauncher.topLauncher #chatbotLauncher__close {
  bottom: 135px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-image: url(/common_new/images/chatbot/icon_close.png);
}
#chatbotLauncher.topLauncher #chatbotLauncher__close:hover {
  background-image: url(/common_new/images/chatbot/icon_close-hover.png);
}
@media (max-width: 767px) {
  #chatbotLauncher.topLauncher #chatbotLauncher__open {
    bottom: 50px;
    right: 0;
    width: 96px;
  }
  #chatbotLauncher.topLauncher #chatbotLauncher__close {
    bottom: 117px;
    right: 8px;
    width: 22px;
    height: 22px;
  }
}
