@charset "utf-8";

/* 「まるがめいと」バナー */
.bnr_marugamate {
	display: block;
	line-height: 1;
	background: none !important;
	color: inherit !important;
	text-decoration: none !important;
	position: fixed;
	right: 300px;
	bottom: 0px;
	z-index: 99;
}
.bnr_marugamate img {
	width: auto;
	height: 60px;
	vertical-align: top;
}

/* AIチャットボット */
.chatbot-container:not(.is-open) {
	width: auto;
	background: transparent;
	color: inherit;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-radius: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
.chatbot-container:not(.is-open) .chatbot-header {
	background: url("/img/common/btn-ai.png") no-repeat right bottom transparent;
	color: inherit;
	padding: 0px;
	display: block;
	width: 246px;
	height: 84px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
}
.chatbot-container:not(.is-open) .chatbot-frame {
	display: none;
}

@media screen and (max-width: 1080px) {

	/* 「まるがめいと」バナー */
	.bnr_marugamate {
		right: 190px;
	}
	.bnr_marugamate img {
		height: 45px;
	}

	/* AIチャットボット */
	.chatbot-container:not(.is-open) {
		right: 0px;
		bottom: 0px;
	}
	.chatbot-container:not(.is-open) .chatbot-header {
		padding: 0px !important;
		background-position: right bottom !important;
		background-size: contain;
		width: 185px;
		height: 63px;
	}
}