/* Copyright (C) 2020 Exiis-Lab Co., Ltd. All Rights Reserved. */
/* 全体
**************************/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap');

* {
    border: medium none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	font-weight: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-decoration: none;
	color: #3f3f3f;
	font-style: normal;
}

html, body {
  height: 100%;
}
body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  background: #f2f2f2;
  overflow-x: hidden;
  overflow-y: hidden;
  box-sizing: border-box;
}
input[type="button"] {
  -webkit-appearance: none;
}
input[type="text"] {
  -webkit-appearance: none;
}
/*チェックボックス styles*/
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -15px;
  width: 18px;
  height: 18px;
  border: 1px solid #3F90C0;
  border-radius: 4px;
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0;
  left: -12px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
i {
  margin-right: 5px;
}
a {
  text-decoration: none;
  color: #0099ff;
}
a:hover {
  text-decoration: underline;
}
.cw_arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  font-size: 16px;
}
.cw_arrow::before, .cw_arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.cw_arrow1_1::before {
  left: 4px;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-left: 7px solid #0099ff;
}
.cw_btn_close_box {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 999;
}
.cw_btn_close {
  width: 15px;
  height: 15px;
}
.cw_btn_expd_box {
  height: 12px;
}
.cw_btn_expd {
  display: block;
  margin: 0px auto;
  width: 105px;
  height: 12px;
  cursor: pointer;
}
.cw_btn_expd02 {
  display: block;
  margin: 0px auto;
  width: 105px;
  height: 12px;
  cursor: pointer;
}
#btn_all_reset {
  position: fixed;
  bottom: 60px;
  right: 25px;
  display: block;
  width: 50px;
  height: 50px;
  background: #e60039;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 2px 2px 0 rgba(0, 0, 0, .24);
  z-index: 9999;
}
#btn_all_reset:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}
#btn_all_reset i { /*中央のアイコン*/
  color: #fff;
  line-height: 50px;
  vertical-align: middle;
  font-size: 18px;
}
.cw_container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cw_chatArea_cont {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
}
/* チャットエリア chatArea
**************************/
.cw_chatArea {
  background: #ebebeb;
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: scroll;
  box-sizing: border-box;
}
.cw_chatArea-wrap {
  padding: 10px;
}
.cw_chat_user_box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 7px 0;
  overflow: hidden;
  padding: 5px 17px;
  z-index: 1;
}
.cw_userBaloon {
  min-width: 60%;
  max-width: 80%;
  font-size: 16px;
  display: inline-block;
  background: #f1cdd6;
  color: #000;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  min-height: 18px;
  -webkit-box-shadow: 0 8px 5px -5px #999;
  -moz-box-shadow: 0 8px 5px -5px #999;
  box-shadow: 0 8px 5px -5px #999;
  float: right\9;
  float: right\0/;
  box-sizing: border-box;
}
.cw_userBaloon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 15px solid #f1cdd6;;
  position: absolute;
  top: 15px;
  right: 0px;
  float: right\9;
  float: right\0/;
  box-sizing: border-box;
}
#cw_imgArea {
  z-index: 0;
  position: relative;
  display: none;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
.cw_chat_bot_Area {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  padding: 5px 12px;
  z-index: 1;
  box-sizing: border-box;
}
.cw_chtbot_img {
  background-color: #fff;
  border-radius: 50%;
  width: 108px;
  height: 108px;
  margin-right: 15px;
  float: left\9;
  float: left\0/;
  box-sizing: border-box;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.cw_chtbot_img img {
  width: 60%;
}

.cw_botAnswer_box {
  width: calc(100% - 123px);
  float: left\9;
  float: left\0/;
  box-sizing: border-box;
}
.cw_botBaloon {
  min-width: 65%;
  max-width: 95%;
  position: relative;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  color: #333333;
  border-radius: 10px;
  padding: 15px;
  text-align: left;
  min-height: 18px;
  -webkit-box-shadow: 0 8px 5px -5px #999;
  -moz-box-shadow: 0 8px 5px -5px #999;
  box-shadow: 0 8px 5px -5px #999;
  margin: 0px 20px 0px 0px;
  box-sizing: border-box;
}
.cw_botBaloon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 15px;
  left: -20px;
}
#jumpbtn {
  display: none;
}
.cw_jump_btn a {
  width: 80%;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #d5d5d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d5d5d5));
  background: -ms-linear-gradient(top, #f1f1f1 0%, #d5d5d5);
  border: 1px solid #d1d1d1;
  color: #555;
  font-size: 12px;
  padding: 7px;
  margin: 10px auto;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}
.cw_jump_btn a:hover {
  background: #d5d5d5;
}
/* 絞り込みボタン*/
#jump_to_slotdm_btn {
  display: none;
}
.cw_to_slot_domain_btn a {
  width: 80%;
  background: -moz-linear-gradient(top, #f1f1f1 0%, #d5d5d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d5d5d5));
  background: -ms-linear-gradient(top, #f1f1f1 0%, #d5d5d5);
  border: 1px solid #d1d1d1;
  color: #555;
  font-size: 12px;
  padding: 7px;
  margin: 10px auto;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  box-sizing: border-box;
}
.cw_to_slot_domain_btn a:hover {
  background: #d5d5d5;
}
/* 評価ボタン*/
#cw_eval_box p {
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 3px;
}
#cw_eval_box {
  display: none;
  width: 80%;
  padding: 5px;
  margin: 10px auto;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #d1d1d1;
}
ul.evaluation_button_button_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
ul.evaluation_button_button_list li {
  min-width: 50px;
}
ul.evaluation_button_button_list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: #555;
  font-weight: bold;
}
ul.evaluation_button_button_list li:hover {
  opacity: 80%;
}
.cw_eval_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.evaluation_btn {
  display: block;
  margin: 5px;
  padding: 3px;
  text-decoration: none;
  max-width: 400px;
  min-width: 70px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
}
#cw_eval_comment {
  display: none;
  width: 80%;
  padding: 5px;
  list-style: none;
  margin: 10px auto;
  background: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #d1d1d1;
}
#cw_eval_comment p {
  text-align: center;
  font-size: 12px;
  color: #333;
  margin: 3px;
}
.cw_evalComment_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}
.cw_eval_comment_text {
  width: 100%;
  height: 60px;
  padding: 7px;
  font-size: 12px;
  color: #222222;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #999999;
  box-sizing: border-box;
}
.cw_evalComment_submit_btn {
  margin: 5px;
  padding: 3px;
  text-decoration: none;
  width: 150px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  background-color: #179be5;
  border: 1px solid #179be5;
  color: #ffffff;
}
.cw_evalComment_submit_btn:hover {
  opacity: 0.8;
}
/* 候補エリア　candidateArea
**************************/
#cw_candidateArea {
  position: relative;
  width: 100%;
  background: #edf5f9;
  border-top: 1px solid #ccc;
  z-index: 1;
  box-sizing: border-box;
  display: none;
}
.cw_candidateArea_header_box {
  position: relative;
  border-top: 1px solid #cccccc;
  border-bottom: 1px dashed #cccccc;
  padding: 0 10px;
  background: #edf5f9;
  z-index: 100;
  box-sizing: border-box;
}
.cw_candidateArea_tit {
  background-image: url("../images/icon_cand.png");
  background-size: 30px 21px;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  font-size: 12px;
}
.cw_select_Area {
  width: 100%;
  height: auto;
  margin: 0px;
  overflow: auto;
  padding: 7px 0;
  z-index: 1;
}
.cw_select {
  width: 80%;
  line-height: 20px;
  margin: 0 auto;
  color: #fff;
  background: #e60039;
  font-size: 16px;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
}
.cw_select:hover {
  opacity: 0.8;
}
.cw_paging {
  width: 90%;
  line-height: 20px;
  margin: 0 auto;
  color: #222;
  background: #1bb7f4;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px 15px;
  margin-bottom: 5px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
}
.cw_paging:hover {
  opacity: 0.8;
}
/* スロットフィリング結果表示エリア　infoArea
**************************/
#cw_infoArea {
  display: none;
  width: 500px;
  height: auto;
  overflow-y: auto;
  padding: 0;
  border-left: 1px solid #ccc;
  background: #ffffff;
  z-index: 800;
  box-sizing: border-box;
}
.cw_infoArea_header_box {
  position: relative;
  border-top: 1px solid #edf5f9;
  border-bottom: 1px dashed #cccccc;
  padding: 0 10px;
  background: #edf5f9;
  z-index: 500;
  box-sizing: border-box;
}
.cw_infoArea_tit {
  background-image: url("../images/icon_info.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
  height: 30px;
  padding-left: 35px;
  font-size: 12px;
  line-height: 28px;
}
.cw_select_Area_info {
  width: 100%;
  height: auto;
  margin: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 7px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cw_info_item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 5px;
}
.cw_info_item_img {
  margin-right: 5px;
}
.itemlist_title {
  font-size: 12px;
  width: 180px;
  margin: 0px 0px 5px 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.cw_info_item_txt {
  font-size: 11px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.cw_info_item_btn {
  font-size: 11px;
  text-decoration: none;
  background: #03a9f4;
  border: solid 1px #03a9f4;
  border-radius: 4px;
  color: #ffffff;
  padding: 3px;
  text-align: center;
  display: block;
  margin: 3px 0;
  width: 180px;
  white-space: nowrap;
  box-sizing: border-box;
}
.cw_info_item_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.cw_info_item_txtlink {
  font-size: 11px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
  margin: 5px 0px 15px 0px;
}
a.cw_info_item_txtlink::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #03a9f4;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.cw_info_item_txtlink:hover::after {
  width: 100%;
}
/* 比較表用テーブル*/
#cw_infoArea table {
  width: 90%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  font-size: 12px;
  padding: 5px;
  margin: 10px auto;
}
#cw_infoArea table th, #cw_infoArea table td {
  border: 1px solid #cccccc;
  text-align: left;
  padding: 3px;
}
#cw_infoArea table th {
  background: #C9E6F2;
}
#cw_infoArea table td {
  background: #fff;
}
#cw_infoArea table td.cw_cell_item {
  background: #C9E6F2;
}
/* ページング*/
#cw_infoArea_itemlist_page {
  font-size: 11px;
  margin: 15px;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .25rem .5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #cccccc;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #cccccc;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #cccccc;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
/* タグエリア　tagArea
**************************/
#cw_tagArea {
  position: relative;
  bottom: 0;
  width: 100%;
  background: #F8E7EC;
  border-top: 1px solid #ccc;
  z-index: 500;
  box-sizing: border-box;
}
.cw_tag_cloudArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  max-height: 250px;
  padding: 7px;
}
.cw_tag_cloud_box {
  max-width: 100%;
  padding: 5px;
}
.cw_tagArea_tit_box {
  height: 20px;
}
.cw_tagArea_tit {
  background-image: url("../images/icon_tag.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-left: 10px;
  font-size: 12px;
}
.cw_dot_line {
  display: block;
  height: 23px;
  width: 165px;
  border-bottom: 1px dotted #999;
  font-size: 12px;
}
.cw_tag_cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px 2px 10px 2px;
}
.cw_tag_cloud p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cw_tag_btn {
  width: 150px;
  color: #333;
  background: #F1CDD7;
  border: 1px solid #CD7C93;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 2px 2px;
  text-decoration: none;
  text-align: center;
  pointer-events: auto;
  white-space: nowrap;
}
/* グローバルメニューエリア（アコーディオンメニュー） gmenuArea
**************************/
.cw_gmenu {
  position: relative;
  background: #e9e9e9;
  border-top: 1px solid #cccccc;
  color: #333333;
  -webkit-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  height: 35px;
  z-index: 3000;
}
.cw_gmenubox {
  padding: 5px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
}
.gmenu_icon01 {
  background-image: url("../images/gmenu_icon01.png");
  background-size: 30px 42px;
  background-repeat: no-repeat;
  width: 30px;
  height: 21px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  margin-right: 20px;
}
.active01 {
  background-position: 0 -21px;
}
.gmenu_icon02 {
  background-image: url("../images/gmenu_icon03.png");
  background-size: 30px 54px;
  background-repeat: no-repeat;
  width: 30px;
  height: 26px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  margin-right: 20px;
}
.active02 {
  background-position: 0 -27px;
}
.gmenu_icon03 {
  background-image: url("../images/gmenu_icon02.png");
  background-size: 30px 54px;
  background-repeat: no-repeat;
  width: 30px;
  height: 27px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  margin-right: 20px;
}
.active03 {
  background-position: 0 -27px;
}
.off {
  background-position: 0 0;
}
/* インプットエリア imputArea
**************************/
.cw_input_area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  width: 100%;
  height: 55px;
  padding: 2px 15px;
  background-color: #2f2f2f;
  z-index: 3000;
  box-sizing: border-box;
}
.cw_txtbox_area {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.cw_micbtn_area {
  margin-top: 5px;
}
.cw_textbox {
  width: calc(100% - 140px);
  height: 25px;
  color: #333333;
  font-size: 16px;
  padding: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
}
cw_textbox:placeholder-shown {
  color: #333333;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
cw_textbox::-webkit-input-placeholder {
  color: #333333;
}
/* Firefox 18- */
cw_textbox:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
/* Firefox 19+ */
cw_textbox::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
/* IE 10+ */
cw_textbox:-ms-input-placeholder {
  color: #333333;
}
.cw_submitbtn {
  width: 110px;
  height: 30px;
  background: #e60039;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  text-decoration: none;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  cursor: pointer;
  box-sizing: content-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.cw_submitbtn:hover {
  background: #BB0633;
}
.cw_mic_btn {
  background-image: url(../images/btn_mic.png);
  background-size: 35px 70px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  margin-right: 20px;
}
.cw_mic_btn:hover {
  background-position: 0 -35px;
}
.cw_mic_btn:active {
  background-position: 0 -35px;
}
/* インクリメンタルサーチ*/
ul.ui-autocomplete {
  color: #fff;
  max-height: 50% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 3px solid #777;
  background-color: #fff;
  width: 43%;
  word-break: break-word;
  -ms-word-break: break-all;
  overflow-wrap: break-word;
  -ms-overflow-wrap: break-all;
  position: relative !important;
  font-size: 11px;
  z-index: 9999;
  display: none;
}
ul.ui-autocomplete li {
  display: block;
  cursor: pointer;
  list-style: none;
  line-height: 1.4;
  position: relative;
  padding: 5px;
}
ul.ui-autocomplete li a {
  color: #fff !important;
}
ul.ui-autocomplete li:hover {
  background-color: #F5B5C5 !important;
}
ul.ui-autocomplete li::before {
  display: block !important;
  position: absolute !important;
  top: 8px !important;
  left: -12px !important;
  width: 5px !important;
  height: 5px !important;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  -webkit-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  content: "" !important;
}
.ui-helper-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.ui-menu-item-wrapper {
  color: #222;
}

.chat-title {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  background-color: #e60039;
  height: 50px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.16);
}

.clip {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e60039;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}

.clip img {
  width: 60%;
}


/* スマホ用　
**************************/
@media screen and (max-width: 480px) {
  .cw_chtbot_img {
    width: 70px;
    height: 70px;
  }
  .cw_botAnswer_box {
    width: calc(100% - 86px);
  }
  .cw_select {
    width: 100%;
  }
  .cw_submitbtn {
    width: 60px;
  }
  .cw_textbox {
    width: calc(100% - 90px);
  }
  .cw_botBaloon {
    margin: 0px;
  }
  .cw_chat_bot_Area {
    padding: 5px 0px;
  }
}

