@charset "utf-8";
/* せっちくんcss */

      .open-chatbot {
        display: flex;
        align-items: center;
        justify-content: end;
        background-color: #feeedc;
        border-radius: 20px;
        padding: 0 11px;
        height: 85px;
        width: 280px;
        position: relative;
      }
      .open-chatbot img {
        width: 197px;
        position: absolute;
        left: -44px;
        top: -50px;
      }
      .open-chatbot span {
        color: #76492b;
        font-weight: 600;
		font-family: "Noto Sans JP", sans-serif;
      }
	  .chai3D5l4u8w_markdownStyle *,
	  .chai-button__content {
		font-family: "Noto Sans JP", sans-serif;
	  }
	  .ChatBox_msg_session_bot_content {
		max-width: 350px;
	  }

    .close-chatbot {
      display: flex; 
      align-items: center; 
      justify-content: center;
      width: 136px;
      height: 65px;
      margin: 0 30px 0 0; 
      border-radius: 16px !important; 
      background-color: #FFFFFF;
      border: 3px solid #BCAC9A;
      color: #623E2A;
      font-weight: 700;
      position: relative;
    }

	  .close-chatbot img {
      width: 110px;
      height: 112px;
      position: absolute;
      left: -60px;
      top: -33px;
    }

    .close-chatbot span {
      color: #76492b;
      font-weight: 600;
      font-size: 14px;
      font-family: "Noto Sans JP", sans-serif;
      }
