<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body#wt_chatbot {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

iframe {
	width: 350px;
	height: 550px;
	border: #db0016 1px solid;
	box-sizing: border-box;
}

#wt_chatbot iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	position: fixed;
}


.wc-header {
	background: #db0016 !important;
}


/* PC縺ｮ蝣ｴ蜷�
**************************************************/
.chat_box {
	width: 350px;
	margin: 0;
	padding: 0;
	text-align: left;
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 99;
}

/*繝懊ち繝ｳ陬�｣ｾ*/
.chat_box label {
	color: #ffffff;
	font-weight: bold;
	font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	padding: 15px;
	background: #db0016;
	border-radius: 5px 5px 0 0;
	box-shadow: -5px 0 0 rgba(255,255,255,1.0),
	            -5px -5px 0 rgba(255,255,255,1.0),
	            0 -5px 0 rgba(255,255,255,1.0),
	            5px -5px 0 rgba(255,255,255,1.0),
	            5px 0 0 rgba(255,255,255,1.0);
	display: inline-block;
	cursor :pointer;
	transition: 0.5s;
}

/*繧｢繧､繧ｳ繝ｳ繧定｡ｨ遉ｺ*/
.chat_box label:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f077';
	padding-right: 5px;
	display: inline-block;
	transition: 0.5s;
}

/*繝懊ち繝ｳ繝帙ヰ繝ｼ譎�*/
.chat_box label:hover {
	background: silver;
}

/*繧｢繧､繧ｳ繝ｳ繧貞�繧頑崛縺�*/
.chat_box input:checked ~ label:before {
	color: #ffffff;
	content: '\f078';
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*繝√ぉ繝�け縺ｯ隕九∴縺ｪ縺上☆繧�*/
.chat_box input {
	display: none;
}

/*荳ｭ霄ｫ繧帝撼陦ｨ遉ｺ縺ｫ縺励※縺翫￥*/
.chat_box .chat_show {
	height: 0;
	padding: 0;
	background: #ffffff;
	box-shadow: -5px 0 0 rgba(255,255,255,1.0),
	            -5px -5px 0 rgba(255,255,255,1.0),
	            0 -5px 0 rgba(255,255,255,1.0),
	            5px -5px 0 rgba(255,255,255,1.0),
	            5px 0 0 rgba(255,255,255,1.0);
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*繧ｯ繝ｪ繝�け縺ｧ荳ｭ霄ｫ陦ｨ遉ｺ*/
.chat_box input:checked ~ .chat_show {
	height: auto;
	opacity: 1;
}



/* 繧ｹ繝槭�縺ｮ蝣ｴ蜷�
**************************************************/
.chat_box_spn {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}

.chat_box_spn .chat_box_spn_button {
	width: 100px;
	height: 100px;
	margin: 0 10px 10px;
	padding: 0;
	box-sizing: border-box;
	display: inline-block;
}

.chat_box_spn .chat_box_spn_button a {
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-weight: bold;
	font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
	line-height: 125%;
	text-decoration: none;
	padding: 10px 0 0;
	background: #db0016;
	border: #ffffff 2px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	vertical-align: middle;
}

.chat_box_spn a:before {
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	content: '\f077';
	padding: 0 0 5px;
	display: block;
	transition: 0.5s;
}

</pre></body></html>