.pc-none {
  display: none !important;
}

img {
  max-width: 100%;
}

/*チャットボット　基本設定
============================================*/
#chatbot {
  border-radius: 0 0 20px 20px;
  right: 60px;
  bottom: 90px;
  width: 400px;
  height: 55vh;
  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: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.chatbot-box-txtbx .chatbot-box-txt {
  width: 290px;
}

.chatbot-box-txtbx .chatbot-box-txt .txt {
  font-size: 16px;
}

.chatbot-box-txtbx .chatbot-box-txt .company-name {
  font-size: 14px;
}

#chatbot-app {
  padding: 15px 10px 15px 15px;
}

#chatbot .botui-message>div {
  width: 100%;
  margin-bottom: 15px;
}

#chatbot .botui-message .profile {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border: 1px solid #ccc !important;
}

.human.botui-message-content.text {
  border-radius: 12px 12px 0 12px;
}

.botui-actions-buttons-button {
  padding: 10px 15px;
}

.botui-message-content {
  max-width: 210px;
}


/*OPENボタン
-------------------------------------*/
.chatbot-btn {
  right: 25px;
  bottom: 30px;
  min-width: 150px;
  width: 240px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  color: #000;
  padding: 8px;
}
@media screen and (max-width: 1040px) {
    .chatbot-btn {
      bottom: 140px;
    }
}

.chatbot-btn .icon {
  width: 45px;
  height: 45px;
}

.chatbot-btn .chatbot-txt {
  width: 165px;
}


/*CLOSEボタン
-------------------------------------*/
.chatbot-hook {
  top: -48px;
}


.chatbot-btn.current {
  width: 50px;
  height: 50px;
}

.chatbot-btn.current .btn-bx .line:nth-child(1) {
  width: 30px;
  margin-left: -15px;
}

.chatbot-hook {
  font-size: 14px;
}


.chatbot-btn.current .btn-bx .line:nth-child(2) {
  opacity: 0;
}

.chatbot-btn.current .btn-bx .line:nth-child(3) {
  width: 30px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -15px;
}