@charset "utf-8";

/*****************************************
				Chat Bot
*****************************************/
#chatbot {
	display: block;
	width: 136px;
	height: 220px;
	position: fixed;
	right: 40px;
	bottom: 280px;
	z-index: 5000;
}
#chatbot.hide {
	display: none;
}
#chatbot #chatbotOpen {
	display: block;
	background: url("../img/chatbot/chatbot.png") 0 0 no-repeat;
	width: 100%;
	height: 100%;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 8100;
	transition: 0.2s;
	cursor: pointer;
}
#chatbot #chatbotOpen:hover {
	opacity: 0.7;
}
#chatbot #chatbotClose {
	display: block;
	background: url(../img/chatbot/bot_close.png) 0 0 no-repeat;
	width: 24px;
	height: 24px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	position: fixed;
	right: 10px;
	bottom: 475px;
	z-index: 8200;
	cursor: pointer;
	transition: 0.2s;
}
#chatbot #chatbotClose:hover {
	opacity: 0.7;
}
/*****************************************
			   Chatbot Box
*****************************************/
#chatbotBoxBack {
	display: none;
	width: 200vw;
	height: 200vh;
	background: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: 0.5s;
	position: fixed;
	top: -50vh;
	left: -50vw;
	z-index: 9000;
}
#chatbotBoxBack.appearance {
	display: block;
}
#chatbotBox {
	display: none;
	background: #E0F0FA;
	width: 800px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -400px;
	z-index: 10000;
	transition: 0.5s;
	word-break: break-word;
}
#chatbotBox.appearance {
	display: block;
}
#chatbotBoxTitle {
	background: url(../img/chatbot/chat_title.png) 0 0 no-repeat;
	width: 800px;
	height: 75px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#chatbotBoxInner {
	height: calc(100vh - 142px);
	padding: 0 10px;
	overflow: auto;
}
.charaComment {
	display: flex;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	background: url(../img/chatbot/face.png) 0 100% no-repeat;
	min-height: 116px;
	margin: 0 0 35px 0;
	padding: 0 13px 0 78px;
}
.charaBubble {
	background: #F7F7F7;
	width: 100%;
	min-height: 30px;
	padding: 12px 16px;
	border: 1px solid #AAA;
	border-radius: 12px;
	position: relative;
	box-sizing: border-box;
}
.charaBubble p {
	margin: 0 0 10px 0;
}
.charaBubble ul,
.charaBubble ol {
	margin: 0 0 10px 1.5em;
}
.charaBubble p:last-of-type,
.charaBubble ul:last-of-type,
.charaBubble ol:last-of-type {
	margin-bottom: 0;
}
.charaBubble img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.visitorComment {
	display: flex;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin: 0 0 35px 0;
	padding: 0 13px 0 78px;
}
.visitorBubble {
	background: #F8FFD1;
	width: 100%;
	min-height: 30px;
	padding: 12px 16px;
	border: 1px solid #AAA;
	border-radius: 12px;
	position: relative;
	box-sizing: border-box;
}
.visitorBubble p {
}
.questionList {
	margin: 0 12px 35px 12px;
	position: relative;
	box-sizing: border-box;
}
.questionList ul {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 12px;
	list-style: none;
	overflow: hidden;
}
.questionList ul li {
	border-top: 1px solid #CCC;
}
.questionList ul li:first-child {
	border-top: none;
}
.questionList ul li a,
.questionList ul li span {
	display: block;
	background: url(../img/parts/list_point_green.png) 13px 15px no-repeat;
	padding: 10px 10px 10px 35px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s;
}
.questionList ul li a.on,
.questionList ul li a:hover,
.questionList ul li span.on,
.questionList ul li span:hover {
	background-color: #FFFFA2;
}
.detailLink {
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: dotted 1px #333;
}
.detailLink ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.detailLink ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	background: url(../img/chatbot/arw_link_list.png) 5px 7px no-repeat;
	background-size: 12px auto;
}
.detailLink ul li a {
	font-weight: bold;
	color: #1279A8;
}
.detailLink ul li a:hover {
	color: #B20000;
}
.evaBox {
	margin: 35px 12px;
	background: #F7F7F7;
	box-sizing: border-box;
	border: solid 1px #AAA;
	border-radius: 12px;
	overflow: hidden;
}
.titleEva {
	padding: 12px 16px;
	background: #FFFB83;
	border-bottom: solid 1px #AAA;
	font-weight: bold;
	color: #000;
}
.btnEvaGroup {
	padding: 12px 40px;
	letter-spacing: -0.4em;
	text-align: center;
}
.btnEvaResolve,
.btnEvaWrong,
.btnEvaDisable {
	margin: 0 30px;
	padding: 5px 16px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	background: #FFF;
	border-radius: 30px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	transition: 0.2s;
}
.btnEvaResolve {
	border: solid 2px #034979;
}
.btnEvaWrong {
	border: solid 2px #B20000;
}
.btnEvaDisable {
	background: #EEE;
	border: solid 2px #AAA;
	cursor: default;
}
.btnEvaResolve:hover {
	background: #034979;
	color: #FFF;
}
.btnEvaWrong:hover {
	background: #B20000;
	color: #FFF;
}
#chatbotSearch {
	background: #FFF;
	height: 44px;
	padding: 10px;
	border-top: 3px solid #000;
	overflow: hidden;
}
#field_search_chatbot {
	width: 715px;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	float: left;
	overflow: hidden;
	border: 1px solid #CCC;
	border-right: none;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
	-webkit-appearance: none;
}
input#field_search_chatbot:focus {
	outline: 0;
}
#btn_search_chatbot {
	width: 65px;
	height: 42px;
	text-align: center;
	float: right;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	color: #000;
	box-sizing: border-box;
	letter-spacing: 0.125em;
	-webkit-appearance: none;
	transition: 0.2s;
}
#btn_search_chatbot:hover {
	background: #666;
	color: #FFF;
}