.sp-none {
  display: none !important;
}

img {
  max-width: 100%;
}

/*チャットボット　基本設定
============================================*/
#chatbot {
  border-radius: 0 0 20px 20px;
  right: 5%;
  bottom: 20vw;
  width: 90%;
  height: 60vh;
  min-height: 380px;
}

.chatbot-box-txtbx {
  width: 100%;
  height: 65px;
  border-radius: 20px 20px 0 0;
  /*
  padding: 20px;*/
  padding: 0 20px;
  left: 0;
  top: -65px;
}

.chatbot-box-txtbx .company-icon {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  overflow: hidden;
}

.chatbot-box-txtbx .chatbot-box-txt {
  width: 63vw;
}

.chatbot-box-txtbx .chatbot-box-txt .txt {
  font-size: 4vw;
}

.chatbot-box-txtbx .chatbot-box-txt .company-name {
  font-size: 3.5vw;
}

#chatbot-app {
  padding: 15px 10px 15px 15px;
}

#chatbot .botui-message>div {
  width: 100%;
  margin-bottom: 4%;
}

#chatbot .botui-message .profile {
  width: 10vw;
  height: 10vw;
  margin-right: 2vw;
  border: 1px solid #ccc !important;
}

.human.botui-message-content.text {
  border-radius: 12px 12px 0 12px;
}

.botui-actions-buttons-button {
  padding: 3% 5%;
}

.botui-message-content {
  max-width: 60%;
}


/*OPENボタン
-------------------------------------*/
.chatbot-btn {
  right: 3%;
  /*
  bottom: 5vw;*/
  bottom: 140px;
  
  min-width: 150px;
  height: 13vw;
  width: 42vw;
  border-radius: 30px;
  color: #fff;
  color: #000;
  padding: 5px;
}

.chatbot-btn .icon {
  width: 10vw;
  height: 10vw;
}

.chatbot-btn .chatbot-txt {
  width: 25vw;
}


/*CLOSEボタン
-------------------------------------*/
.chatbot-hook {
  top: -48px;
}


.chatbot-btn.current {
  width: 50px;
  height: 50px;
}

.chatbot-btn.current .btn-bx .line:nth-child(1) {
  width: 7vw;
  margin-left: -3.5vw;
}

.chatbot-hook {
  font-size: 2.8vw;
}


.chatbot-btn.current .btn-bx .line:nth-child(3) {
  width: 7vw;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -3.5vw;
}