@charset "utf-8";

/* AIチャットボット */
#btn_ai_chatbot {
	width: 100px;
	position: fixed;
	right: 5px;
	bottom: 20px;
	z-index: 110;
	line-height: 1;
}
#btn_ai_chatbot a {
	display: block;
	background: none;
	color: inherit;
	text-decoration: none;
}
#btn_ai_chatbot a:hover {
	opacity: 0.75;
}
#btn_ai_chatbot img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

#btn_ai_chatbot_close {
	display: block;
	width: 24px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 100%;
	background: url("/img/btn-ai-chatbot-close.png") no-repeat center center #333;
	background-size: 8px auto;
	color: #fff;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: -12px;
	right: 0px;
	z-index: 1;
}

@media screen and (max-width : 1099px) {

	#btn_ai_chatbot {
		width: 70px;
	}

}