@charset "UTF-8";

/* ***************************
webfont
*************************** */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?giecl1");
  src: url("fonts/icomoon.eot?giecl1#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?giecl1") format("truetype"), url("fonts/icomoon.woff?giecl1") format("woff"), url("fonts/icomoon.svg?giecl1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
}
.bot-content {
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  z-index:10000;
}
#canvas {
  position: absolute;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.ai-msg__chat__body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#dom_overlay_container {
  pointer-events:none;
  overflow:hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.background {
  width:100%;
  height: auto;
}

.ai-msg__chat__body,
.ai-msg__chat__send {
  position: relative;
  z-index: 2;
}
/* ***************************
size
*************************** */
/*character*/
.ai-animation_container,
 #canvas,
#dom_overlay_container {
  width:100px !important;
  height:200px !important;
}
.ai-animation_container {
  left: -85px;
}
/*chat area*/
.small .ai-msg__chat__body {
  height: 92px;
}
@media screen and (min-width: 1024px) {
  .small .ai-msg__chat__body {
    transition: .3s ease-out;
  }
}
.small .ai-msg__chat__body.spread {
  height: 300px;
}

/*chat area*/
.large .ai-msg__chat__body {
  height: 92px;
}
@media screen and (min-width: 1024px) {
  .large .ai-msg__chat__body {
    transition: .3s ease-out;
  }
}
.large .ai-msg__chat__body.spread {
  height: 300px;
}

/* ***************************
color
*************************** */
/*chat window*/
.ai-msg__chat {
  border: 3px solid #BD0621;
  background: #fff;
}
.ai-msg__chat__header {
  background: #BD0621;
  border-radius: 4px 4px 0 0;
  border: 3px solid #BD0621;
}
.ai-msg__chat__header .ai-msg__chat__close {
  color: #fff;
}
.ai-msg__chat__header .ai-msg__chat__close:hover {
  color: #fff;
}
.ai-msg__chat__header .ai-msg__close__line {
  background: #fff;
}
.ai-msg__chat__body {
  border-top: 1px solid #fff;
}
/*chat button*/
.ai-msg__choice__field > button {
  background: #e45b6b;
  color: white;
}
.ai-msg__choice__field > button:hover {
  background: #f58592;
}
.ai-msg__choice__field > button:active {
  background: #f1c4c9;
}
/*chat comment bot*/
.ai-msg__chat__item--bot .ai-msg__chat__text {
  background: #eeeeee;
}
.ai-msg__chat__item--bot .ai-msg__chat__text:before {
  border-color: transparent #eeeeee transparent transparent;
}
/*chat comment oneself*/
.ai-msg__chat__item--oneself .ai-msg__chat__text {
  color: #fff;
  background: #BD0621;
}
.ai-msg__chat__item--oneself .ai-msg__chat__text:before {
  border-color: #BD0621 transparent transparent transparent;
}
/*chat feedback*/
.ai-msg__feedback__group > button {
  background-color: white;
  border: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.2);
}
.ai-msg__feedback__group > button:hover{
  background-color: #eeeeee;
}
.ai-msg__feedback__group > button:active{
  background-color: #dddddd;
}
.ai-msg__fb_active {
  background-color: #f58592 !important;
}
/* chat send */
.ai-msg__comment_send_btn_active:before {
  color: #f58592 !important;
}
.ai-msg__form {
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #fff;
}
.ai-msg__chat__send {
  border-top: 1px solid #cccccc;
}
/* ***************************************
Message S
*************************************** */
.bot-content {
  left: 0;
  top: 0;
  margin: 0;
  position:fixed;
  width:100%;
  height:100%;
  pointer-events: none;
}
.bot-content > a {
  text-decoration: none;
  color: #00a6d8;
  cursor: pointer;
}
.bot-content > a:visited {
  color: #00a6d8;
}
.bot-content > a:hover {
  text-decoration: underline;
  color: #3ccaf5;
}
.bot-content > a:hover:before {
  text-decoration: none;
}
.ai-msg {
  bottom: 50px;
  right: 20px;
  position: absolute;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: inherit;
  line-height: inherit;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .ai-msg {
    right: 0;
    width: 100%;
    /*height: 100%;*/
  }
  .spModal .ai-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
  }
}

.ai-msg__chat,
.ai-msg__bnr {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media screen and (max-width: 1024px) {
  .ai-msg__chat {
    display: none;
  }
}

.ai-msg__bnr {
  display: none;
  margin-bottom: 11px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .ai-msg__bnr {
    display: block;
    margin-bottom: 7px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 767px) {
  .ai-msg__bnr__img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .ai-msg__bnr__img {
    right: 0;
    bottom: 0;
    position: absolute;
  }
}
.ai-msg__bnr__img__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ai-msg__bnr__img__sp {
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
  }
}

/* ai-msg__chat */
.ai-msg__chat {
  width: 376px;
  border-radius: 12px 12px 0 0;
  -webkit-box-shadow: 0px 8px 33px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 8px 33px rgba(0, 0, 0, 0.4);
}

/* .ai-msg__header */
.ai-msg__chat__header {
  position: relative;
  cursor: pointer;
}
.ai-msg__chat__header .ai-msg__chat__close {
  display: block;
  padding: 9px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  line-height: 100%;
}
.ai-msg__chat__header .ai-msg__chat__close:hover {
  text-decoration: none;
}
.ai-msg__chat__header .ai-msg__close__line {
  display: block;
  position: absolute;
  right: 18px;
  top: 14px;
  width: 20px;
  height: 4px;
  border-radius: 2px;
}

.ai-msg__chat__header__item {
  margin: 0;
}

/* .ai-msg__body */
.ai-msg__chat__body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ai-msg__chat__body__inner {
  padding: 20px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__body__inner {
    padding: 20px 18px 20px 10px;
  }
}

.ai-msg__chat__item + .ai-msg__chat__item {
  margin-top: 10px;
}

/* 読み込み中 */
.ball-pulse>div:nth-child(1) {
  animation-iteration-count: infinite;
}
.ball-pulse>div:nth-child(2) {
  animation-delay: 0.15s;
  animation-iteration-count: infinite;
}
.ball-pulse>div:nth-child(3) {
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
}
.ball-pulse>div {
    width: 15px;
    height: 15px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ball-pulse-sync>div, .ball-pulse>div, .ball-scale-random>div, .ball-scale>div {
    background-color: #555;
    border-radius: 100%;
    margin: 2px;
    display: inline-block;
}


.ai-msg__chat__text {
  position: relative;
  padding: 10px 10px;
  font-size: 93.33333%;
  line-height: 143%;
  border-radius: 10px;
}

.ai-msg__chat__time {
  margin: 0 5px 0 0;
  color: #aaaaaa;
  font-size: 73.33333%;
  line-height: 100%;
}

.ai-msg__choice__field {
  margin: 5px 0px 5px 0px;
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .ai-msg__choice__field {
    margin: 0px 0px 0px 0px;   /*aaaaaa*/
    max-width: 300px;
  }
}

.ai-msg__choice__field > button{
  margin: 2px;
  border: none;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  font-size: 100%;
  text-align: left;
  cursor: pointer;
  outline: 0;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .ai-msg__choice__field > button{
    margin: 2px;
    border: none;
    padding: 5px 7px 5px 7px;   /*aaaaaa*/
    border-radius: 5px;
    font-size: 100%;
    text-align: left;
    cursor: pointer;
    outline: 0;
    width: 100%;
  }
}

.ai-msg__img {
  max-width: 100%;
}

.ai-msg__file__field {
  list-style: none;
  padding: 0px;
  width: 100%;
  display: table;
  padding-top: 5px;

}
  .ai-msg__file__field > a{
    background-color: white;
    margin-top: 8px;
    border-radius: 5px;
    font-size: 100%;
    text-align: left;
    cursor: pointer;
    outline: 0;
    width: calc(100% - 20px);
    display: block;
    padding: 8px;
    border: solid 1px #bbbbbb;
    color: #555555;
    font-weight: bolder;
    text-decoration: none;
  }
  .ai-msg__file__field > a:hover{
    background-color: #eeeeee;
  }
  .ai-msg__file__field > a:active{
    background-color: #dddddd;
  }

/* 添付ファイル表示 */
.file-panel {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
  border: 1px solid #3F51B5;
  border-radius: 2px;
  padding: 9px 15px;
  width: 100%;
  background-color: #FFF;
  background-position: 8px 5px;
  background-repeat: no-repeat;
  background-size: 60px 55px; }
  .file-panel:first-child {
    margin-top: 0; }
  .file-panel, .file-panel:focus {
    text-decoration: none;
    outline: 0; }
  .file-panel:hover {
    text-decoration: none;
    outline: 0; }
  .file-panel--body {
    display: table;
    margin-left: 60px;
    vertical-align: top; }
  .file-panel--title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    margin-right: -1; }
    .file-panel--title:after {
      float: right;
      content: ".";
      width: 0;
      font-size: 0;
      color: transparent;
      margin-right: 1px; }
  .file-panel.pdf {
    color: #D32F2F;
    background-image: image-url("icon-pdf.svg");
    border-color: #F44336; }
    .file-panel.pdf small {
      color: #ba4848; }
    .file-panel.pdf:focus {
      background-color: #FFEBEE;
      border-color: #E53935;
      color: #C62828; }
    .file-panel.pdf:hover {
      background-color: #FFEBEE;
      border-color: #E53935;
      color: #C62828; }
    .file-panel.pdf .mui-ripple {
      background-color: #ff3956; }
  .file-panel.excel {
    color: #388E3C;
    background-image: image-url("icon-excel.svg");
    border-color: #4CAF50; }
    .file-panel.excel small {
      color: #4c7a4e; }
    .file-panel.excel:focus {
      background-color: #E8F5E9;
      border-color: #43A047;
      color: #2E7D32; }
    .file-panel.excel:hover {
      background-color: #E8F5E9;
      border-color: #43A047;
      color: #2E7D32; }
    .file-panel.excel .mui-ripple {
      background-color: #6cbf72; }
  .file-panel.word {
    color: #303F9F;
    background-image: image-url("icon-word.svg");
    border-color: #3F51B5; }
    .file-panel.word small {
      color: #454e8a; }
    .file-panel.word:focus {
      background-color: #E8EAF6;
      border-color: #3949AB;
      color: #283593; }
    .file-panel.word:hover {
      background-color: #E8EAF6;
      border-color: #3949AB;
      color: #283593; }
    .file-panel.word .mui-ripple {
      background-color: #6875c4; }
  .file-panel.zip {
    color: #0288D1;
    background-image: image-url("icon-zip.svg");
    border-color: #03A9F4; }
    .file-panel.zip small {
      color: #1782bc; }
    .file-panel.zip:focus {
      background-color: #E1F5FE;
      border-color: #039BE5;
      color: #0277BD; }
    .file-panel.zip:hover {
      background-color: #E1F5FE;
      border-color: #039BE5;
      color: #0277BD; }
    .file-panel.zip .mui-ripple {
      background-color: #34bbf8; }
  .file-panel.ppt {
    color: #F57C00;
    background-image: image-url("icon-ppt.svg");
    border-color: #FF9800; }
    .file-panel.ppt small {
      color: #dd7c19; }
    .file-panel.ppt:focus {
      background-color: #FFF3E0;
      border-color: #FB8C00;
      color: #EF6C00; }
    .file-panel.ppt:hover {
      background-color: #FFF3E0;
      border-color: #FB8C00;
      color: #EF6C00; }
    .file-panel.ppt .mui-ripple {
      background-color: #ffae2e; }

/* END: 添付ファイル表示 */

.ai-msg__other_answers {
}
.ai-msg__other_answers > div{
  cursor: pointer;
  color: #1195e2;
  text-decoration: underline;
  padding-top: 5px;
}
.ai-msg__other_answers > div:hover{
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .ai-msg__other_answers {
    margin: 0px 0px 0px 0px;  /*aaaaa*/
    padding-top: 0px;  /*aaaaa*/
  }
}

.ai-msg__feedback__group {
  margin: 10px 0px 0px 0px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .ai-msg__feedback__group {
    margin: 5px 0px 0px 0px;  /*aaaaa*/
    text-align: right;
  }
}
  .ai-msg__feedback__group > button {
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    outline: none;
  }

.ai-msg__good {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ai-msg__comment {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ai-msg__comment_area {
  margin: 0px;
  resize: none;
  width: calc(100% - 45px);
  height: 50px;
  bottom: 0;
  display: block;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: transparent;
  -ms-overflow-style:none;
}
.ai-msg__comment_area::-webkit-scrollbar{
 display:none;
}

.ai-msg__comment_send_btn {
  height: 55px !important;
  top: 0px !important;
  right: 0px !important;
  cursor: pointer;
}

.ai-msg__comment_send_btn_item {
  top: 13px;
  right: 7px;
}

.ai-msg__chat__item--bot .ai-msg__chat__text {
  word-break: break-all;
}
.ai-msg__chat__item--bot .ai-msg__chat__text:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 8px 0;
}
.ai-msg__chat__item--bot .ai-msg__chat__time {
  margin: 5px 0 0 5px;
}

.ai-msg__chat__item--oneself {
  text-align: right;
  letter-spacing: -0.34em;
}
.ai-msg__chat__item--oneself .ai-msg__chat__text {
  text-align: left;
}
.ai-msg__chat__item--oneself .ai-msg__chat__text:before {
  content: '';
  position: absolute;
  top: 14px;
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 0;
}
.ai-msg__chat__item--oneself .ai-msg__chat__time {
  margin: 5px 0 0 5px;
}

.ai-msg__chat__item__body {
  max-width: calc(100% - 10px);
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__item__body {
    margin-top: 6px;
    max-width: calc(100% - 50px); /*aaaaa*/
  }
}

.ai-msg__chat__item__icon {
  display: none;
  width: 48px;
  margin-right: 12px;
  padding: 1px 0;
  vertical-align: top;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__item__icon {
    display: inline-block;
    width: 30px;
  }
  .ai-msg__chat__item__icon > a > img {
    width: 30px;
    height: 30px;
  }
}

/* ai-msg__chat__send */
.ai-msg__chat__send {
  padding: 12px 20px 10px 20px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send {
    border-radius: 0 0 10px 10px;
    padding: 10px 20px 9px 20px;
  }
}

.ai-msg__form {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  /*padding: 0 5px 0 15px;*/
  -webkit-box-sizing: boder-box;
  box-sizing: boder-box;
}

.ai-msg__input {
  display: inline-block;
  width: calc(100% - 60px);
  height: auto;
  padding: 10px 10px 8px;
  font-size: 93.33333%;
  line-height: 143%;
  border: none;
  outline: none;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__input {
    width: calc(100% - 60px);
  }
}

.ai-msg__input::-webkit-input-placeholder {
  color: #aaaaaa;
}

.ai-msg__input:-moz-placeholder {
  color: #aaaaaa;
}

.ai-msg__input::-moz-placeholder {
  color: #aaaaaa;
}

.ai-msg__input:-ms-input-placeholder {
  color: #aaaaaa;
}

.ai-msg__icon {
  position: absolute;
  top: 5px;
  right: 6px;
  display: block;
  height: 28px;
  letter-spacing: -0.34em;
}

.ai-msg__icon__item {
  position: relative;
  display: inline-block;
  width: auto;
  height: 28px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: normal;
  cursor: pointer;
  overflow: hidden;
}
.ai-msg__icon__item:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #898989;
}

.icon_pict {
  height: 26px;
}

.icon_pict:before {
  content: '\e90c';
  font-size: 173.33333%;
  line-height: 100%;
}

.icon_file:before {
  content: '\e908';
  font-size: 186.66667%;
  line-height: 100%;
}

.icon_Send:before {
  content: '\e911';
  font-size: 186.66667%;
  line-height: 100%;
}

.ai-msg__icon__item__line {
  width: 1px;
  height: 22px;
  margin: auto 5px auto 3px;
  background: #ccc;
}

.ai-msg__is-close {
  display: none;
  opacity: 0;
}

.ai-msg__is-open {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .ai-msg__chat.ai-msg__is-open {
    width: calc(100% - 24px);
    margin: 10px;
    height: calc(100% - 30px);
    border-radius: 12px 12px 10px 10px;
  }
  .ai-msg__chat.ai-msg__is-open .ai-msg__chat__body {
    height: calc(80vh - 215px);
  }
}


/* ***************************************
Message L
*************************************** */
/*
Message body
--------------------------- */
.ai-msg__chat__body-l {
  height: auto;
  border: none;
  overflow-y: inherit;
  -webkit-overflow-scrolling: touch;
}
.ai-msg__chat__body-l .ai-msg__chat__body__inner {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__body-l .ai-msg__chat__body__inner {
    padding: 0;
  }
}
.ai-msg__chat__body-l .ai-msg__chat__item__icon {
  margin-left: 0;
}
.ai-msg__chat__body-l .ai-msg__chat__item__body {
  max-width: calc(70% - 53px);
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__body-l .ai-msg__chat__item__body {
    max-width: calc(90% - 53px);
  }
}
.ai-msg__chat__body-l .ai-msg__chat__item__icon {
  width: 72px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__body-l .ai-msg__chat__item__icon {
    width: 36px;
  }
}
.ai-msg__chat__body-l .ai-msg__chat__text {
  margin-top: 13px;
  padding: 10px 34px;
  font-size: 100%;
  line-height: 154%;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__text {
    margin-top: 0;
    padding: 9px 8px;  /*aaaaaaa*/
  }
}
.ai-msg__chat__body-l .ai-msg__chat__time {
  font-size: 93.33333%;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__body-l .ai-msg__chat__time {
    font-size: 73.33333%;
    line-height: 100%;
  }
}
.ai-msg__chat__body-l .ai-icon-left {
  margin-left: 22px;
}
.ai-msg__chat__body-l .ai-icon-right {
  margin-right: 22px;
}
.ai-msg__chat__body-l .ai-msg__chat__item--bot .ai-msg__chat__text a {
  text-decoration: underline;
}
.ai-msg__chat__body-l .ai-msg__chat__item--bot .ai-msg__chat__text a:hover {
  text-decoration: none;
}
.ai-msg__chat__body-l .ai-msg__chat__item--oneself .ai-msg__chat__text a {
  color: #fff;
  text-decoration: underline;
}
.ai-msg__chat__body-l .ai-msg__chat__item--oneself .ai-msg__chat__text a:hover {
  text-decoration: none;
}
.ai-msg__chat__body-l .ai-msg__chat__item + .ai-msg__chat__item {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__body-l .ai-msg__chat__item + .ai-msg__chat__item {
    margin-top: 10px;
  }
}
.ai-msg__chat__body-l .ai-msg__chat__item--data {
  position: relative;
  text-align: center;
  color: #9f9f9f;
  margin: 28px 0;
}
.ai-msg__chat__body-l .ai-msg__chat__item--data:before {
  border-top: 1px solid;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ccc;
}
.ai-msg__chat__body-l .ai-msg__chat__item--data span {
  position: relative;
  background: #fff;
  padding: 0 1.5em;
  font-size: 93.33333%;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__body-l .ai-msg__chat__item--data span {
    font-size: 80%;
    line-height: 100%;
  }
}

/*
Message send
--------------------------- */
.ai-msg__chat__send-fixed {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed {
    padding: 12px 20px 12px 20px;
  }
}
.ai-msg__chat__send-fixed .ai-msg__input {
  width: 100%;
  padding: 16px 0 14px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .ai-msg__input {
    padding: 10px 0 8px;
  }
}
.ai-msg__chat__send-fixed .ai-msg__icon {
  height: 36px;
  top: 8px;
  right: 16px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .ai-msg__icon {
    height: 26px;
    top: 5px;
    right: 5px;
  }
}
.ai-msg__chat__send-fixed .icon_pict {
  height: 36px;
  margin-right: 3px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .icon_pict {
    height: 26px;
    margin-right: 0;
  }
}
.ai-msg__chat__send-fixed .icon_pict:before {
  content: '\e90c';
  font-size: 240%;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .icon_pict:before {
    font-size: 173.33333%;
    line-height: 100%;
  }
}
.ai-msg__chat__send-fixed .icon_file {
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .icon_file {
    height: 26px;
  }
}
.ai-msg__chat__send-fixed .icon_file:before {
  content: '\e908';
  font-size: 240%;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .icon_file:before {
    font-size: 173.33333%;
    line-height: 100%;
  }
}
.ai-msg__chat__send-fixed .icon_Send {
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .icon_Send {
    height: 26px;
  }
}
.ai-msg__chat__send-fixed .icon_Send:before {
  content: '\e911';
  font-size: 240%;
  line-height: 100%;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .icon_Send:before {
    font-size: 173.33333%;
    line-height: 100%;
  }
}
.ai-msg__chat__send-fixed .ai-msg__icon__item__line {
  margin: auto 12px auto 12px;
}
@media screen and (max-width: 1024px) {
  .ai-msg__chat__send-fixed .ai-msg__icon__item__line {
    margin: auto 5px auto 5px;
  }
}

/*
IE11
--------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .ai-msg__chat__send-fixed .icon_pict {
    font-size: 10px;
  }

  .ai-msg__chat__send-fixed .icon_file {
    font-size: 9px;
  }

  .ai-msg__chat__send-fixed .icon_Send {
    font-size: 9px;
  }
}
/*
IE10
--------------------------- */
@media all and (-ms-high-contrast: none) {
  .ai-msg__chat__send-fixed .icon_pict {
    font-size: 10px;
  }

  .ai-msg__chat__send-fixed .icon_file {
    font-size: 9px;
  }

  .ai-msg__chat__send-fixed .icon_Send {
    font-size: 9px;
  }
}
/* ***************************************
Character
*************************************** */
.ai-animation_container {
  position: absolute;
  bottom: 6px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .ai-animation_container {
    display: none;
  }
}

#animation_container #canvas {
  cursor: default !important;
}

/* ***************************************
append
*************************************** */
/*scroll*/
html.noscroll {
position: fixed;
overflow-y: scroll;
width: 100%;
}
/*text overflow*/
.ai-msg__chat__item--oneself .ai-msg__chat__text {
  word-wrap: break-word;
}
/*button click for ios*/
.ai-msg__choice__field button {
  cursor: pointer;
}
.ai-msg__chat__text ul,.ai-msg__chat__text ol {
  padding-left: 15px;
}
.ai-msg__chat__text table {
  width: 100% !important;
}
.ai-msg__hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

@media screen and (min-width: 768px) {
  .ai-msg__chat__body {
    height: **px !important;
  }
}