.pc-none {
  display: none !important;
}

img {
  max-width: 100%;
}

/*チャットボット　基本設定
============================================*/
#chatbot {
  border-radius: 0 0 2rem 2rem;
  right: 6rem;
  bottom: 9rem;
  width: 40rem;
  height: 55vh;
  min-height: 38rem;
}

.chatbot-box-txtbx {
  width: 100%;
  height: 6.5rem;
  border-radius: 2rem 2rem 0 0;
  padding-inline: 2rem;
  left: 0;
  top: -6.5rem;
}

.chatbot-box-txtbx .company-icon {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.chatbot-box-txtbx .chatbot-box-txt {
  width: 29rem;
}

.chatbot-box-txtbx .chatbot-box-txt .txt {
  font-size: 1.6rem;
}

.chatbot-box-txtbx .chatbot-box-txt .company-name {
  font-size: 1.4rem;
}

#chatbot-app {
  padding: 1.5rem 1rem 1.5rem 1.5rem;
}

#chatbot .botui-message>div {
  width: 100%;
  margin-bottom: 1.5rem;
}

#chatbot .botui-message .profile {
  width: 45px;
  height: 45px;
  margin-right: 1rem;
  border: 1px solid #ccc !important;
}

.human.botui-message-content.text {
  border-radius: 1.2rem 1.2rem 0 1.2rem;
}

.botui-actions-buttons-button {
  padding: 1rem 1.2rem;
}

.botui-message-content {
  max-width: 21rem;
}


/*OPENボタン
-------------------------------------*/
.chatbot-btn {
  right: 2.5rem;
  bottom: 3rem;
  min-width: 15rem;
  width: 24rem;
  border-radius: 3rem;
  color: #fff;
  font-size: 1.4rem;
  color: #000;
  padding: 0.8rem;
}

.chatbot-btn .icon {
  width: 4.5rem;
  height: 4.5rem;
}

.chatbot-btn .chatbot-txt {
  width: 16.5rem;
}


/*CLOSEボタン
-------------------------------------*/
.chatbot-hook {
  top: -4.8rem;
}


.chatbot-btn.current {
  width: 5rem;
  height: 5rem;
}

.chatbot-btn.current .btn-bx .line:nth-child(1) {
  width: 3rem;
  margin-left: -1.5rem;
}

.chatbot-hook {
  font-size: 1.4rem;
}


.chatbot-btn.current .btn-bx .line:nth-child(2) {
  opacity: 0;
}

.chatbot-btn.current .btn-bx .line:nth-child(3) {
  width: 3rem;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -1.5rem;
}