@charset "utf-8";

/* Initial setting */
._qcv_frame {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.67;
  background-color: transparent;
  color: #333;
  position: fixed;
  width: 100%;
  z-index: 100000 !important;
  right: 0 !important;
}
._qcv_frame.on {
  width: 100%;
  height: 100%;
}
._qcv_frame * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
._qcv_frame a {
  color: #00f;
  text-decoration: underline;
}
._qcv_frame button:focus {
  outline: none;
}
._qcv_frame li {
  list-style-type: none;
}

/* Chat view change */
._qcv_init {
  position: absolute;
  bottom: -1px;
  right: 5px;
  width: 90px;
  height: 96px;
}
._qcv_init ._qcv_inu,
._qcv_init ._qcv_ind {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
}
._qcv_init ._qcv_inu img {
  width: 86px;
  height: 86px;
}
._qcv_ind button {
    width: 100%;
    height: 100%;
    background: url(/shared/img/chatbot/btn_default.png) 0 0 no-repeat;
    background-size: 72px auto;
    border: none;
    cursor: pointer;
}
._qcv_init button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}
._qcv_minimum_view {
  display: none;
}
._qcv_ind ._qcv_view_switch_close {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #b3aa9e;
  position: absolute;
  top: -10px;
  right: 0;
}
._qcv_ind ._qcv_view_switch_close:before {
	content: "";
	display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 4px;
  top: 9px;
}
._qcv_init._qcv_minimum {
  height: 36px;
  position: absolute;
  bottom: 0;
  right: 60px;
}
._qcv_init  ._qcv_minimum_view {
  position: relative;
  height: 100%;
  width: 145px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #b3aa9e;
}
._qcv_minimum_view ._qcv_icon {
  display: none;
}
._qcv_minimum_view ._qcv_title {
  display: block;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 35px;
}
._qcv_minimum_view ._qcv_btn_open {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  right: 8px;
}
._qcv_minimum_view ._qcv_btn_open:before {
	content: "";
	display: block;
  width: 14px;
  height: 2px;
  background-color: #b3aa9e;
  position: absolute;
  left: 4px;
  top: 10px;
}
._qcv_minimum_view ._qcv_btn_open:after {
	content: "";
	display: block;
  width: 2px;
  height: 14px;
  background-color: #b3aa9e;
  position: absolute;
  left: 10px;
  top: 4px;
}
._qcv_minimum_view button {
  width: 100%;
  height: 100%;
  background: url(/shared/img/chatbot/btn_default.png) 0 0 no-repeat;
  background-size: 72px auto;
  border: none;
  cursor: pointer;
}
/* Chat frame */
._qcv_content_frame {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-right: 2px solid #b3aa9e;
  border-left: 2px solid #b3aa9e;
}

/* Chat menubar */
._qcv_mbar {
  display: none;
}

/* Chat head */
._qcv_head {
  background-color: #b3aa9e;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  position: relative;
}
._qcv_lcr_cell:first-child {
  display: none;
}
._qcv_lcr_cell_c ._qcv_title {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
._qcv_lcr_cell:last-child {
  position: absolute;
  right: 4px;
  top: 8px;
}
._qcv_lcr_cell:last-child {
  width: 55px;  /* 24px */
  height: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
}
._qcv_btn_org._qcv_view_switch img {
  display: none;
}
._qcv_btn_org._qcv_view_switch {
  width: 24px;
  height: 100%;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
}
#qxbtn-view_switch_full {
  width: 24px;
  height: 100%;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
}
._qcv_btn_org._qcv_view_switch:before,
._qcv_btn_org._qcv_view_switch:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
._qcv_btn_org._qcv_view_switch:before {
  position: relative;
  top: 1px;
	-webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
._qcv_btn_org._qcv_view_switch:after {
  position: relative;
  top: -1px;
	-webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#qxbtn-view_switch_full:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: relative;
  top: 1px;
}
._qcv_eee,
._qcv_lbl_description {
  display: none;
}

/* Chat body */
._qcv_body {
  width: 100%;
  height: calc(100% - 123px);
  padding: 0 16px;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
._qcv_chat_list {
  list-style: none;
  padding: 16px 0;
}
._qcv_chat_cell:not(:first-child) {
  margin-top: 12px;
}
._qcv_chat_cell:after {
	content: "";
	display: table;
	clear: both;
}
._qcv_bubble {
  position: relative;
  max-width: 90%;
  padding: 10px 12px;
  border-radius: 2px;
  word-break: break-all;
}
._qcv_bubble a {
  display: inline-block;
  margin: 0 5px;
}
._qcv_bubble br + a {
  margin-left: 0;
}

/* Bot bubble */
._qcv_bubble_left {
  float: left;
  min-width: 75%;
  border-bottom-left-radius: 0;
  background-color: #fff0f0;
  color: #062602 !important;
}
@media (orientation: landscape) {
  ._qcv_bubble_left {
    max-width: 75%;
    min-width: 50%;
  }
}
._qcv_bubble_left:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #f7f7f7 transparent;
  position: absolute;
  bottom: 0;
  left: -8px;
}

/* User bubble */
._qcv_bubble_right {
  float: right;
  border-bottom-right-radius: 0;
  background-color: #f5f5f5;
}
._qcv_bubble_right:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent transparent #f3f6f8 transparent;
  position: absolute;
  bottom: 0;
  right: -8px;
}

/* Button */
._qcv_bubble_btn_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
button[class^="_qcv_bubble_btn"] {
  display: block;
  min-height: 40px;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 3px;
  /* border: none; */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  transition: all 300ms 0s ease-in-out;
}
._qcv_used_content button[class^="_qcv_bubble_btn"] {
  background-color: #ccc;
  border: none;
  color: #fefefe;
}
._qcv_bubble_btn1,
._qcv_bubble_btn2 {
  float: left;
  width: calc((100% - 8px) / 2);
  text-align: center;
}
._qcv_bubble_btn1 {
  background-color: #bf0000;
  color: #fff;
}
._qcv_bubble_btn2 {
  background-color: #fff;
  color: #062602;
}
._qcv_bubble_btn1 + ._qcv_bubble_btn2 {
  margin-left: 8px;
}
._qcv_bubble_btn2 + ._qcv_bubble_btn2 {
  clear: both;
  width: 100%;
}
._qcv_bubble_btn5 {
  width: 100%;
  background-color: #fff;
  color: #bf0000;
  font-weight: bold;
  border: 1px solid #bf0000;
  text-align: left;
}

/* Chat footer */
._qcv_foot {
  padding: 10px;
  background-color: #f5f5f5;
  position: relative;
}
input[type="text"]._qcv_input_field {
  width: calc(100% - 69px);
  height: 56px;
  padding: 10px 12px;
  border-radius: 2px;
  vertical-align: middle;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  outline: none;
  border: 1px solid #fff;
  -webkit-appearance: none;
          appearance: none;
  transition: all 300ms 0s ease-in-out;
  margin-bottom: 0;
  line-height: 56px;
  box-shadow: none;
}
input[type="text"]._qcv_input_field:focus {
  border-color: #1675e1;
  box-shadow: 0 0 5px #1675e1;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 16px;
}
:-moz-placeholder {
  color: #aaa;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
::-moz-placeholder {
  color: #aaa;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #bfbfbf;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
::-ms-input-placeholder {
  color: #bfbfbf;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
._qcv_btn_send {
  width: 60px;
  height: 40px;
  line-height: 40px;
  background-color: #223c4d;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 4px;
  letter-spacing: 1px;
  position: absolute;
  top: 18px;
  right: 10px;
}
._qcv_btn_send:active {
  position: absolute;
}

/* Admin tool */
._cbat-color-black {
  color: black !important;
}
._cbat-color-red {
  color: red !important;
}
._cbat-color-blue {
  color: blue !important;
}
._cbat-font-bold {
  font-weight: bold !important;
}
._cbat-font-italic {
  font-style: italic !important;
}
._cbat-font-underline {
  text-decoration: underline !important;
}
