@charset "UTF-8";
/* ======================================================
 * chatbot_custom.css
   For RWD pages.
====================================================== */
/* ------------------------------------------------------

/*PC*/
@media print, screen and (min-width: 768px) {
	/*下付きラベル*/
	div.embeddedServiceHelpButton div.helpButton {
	  right: 80px!important;
	}
	/*開いた後のウィンドウ位置*/
	div.dockableContainer.showDockableContainer {
	  right: 80px!important;
	}
}

/*SP*/
@media only screen and (max-width: 767.98px) {
	/*下付きラベル*/
	div.embeddedServiceHelpButton div.helpButton {
	  bottom: 64px!important;
	}

}

button.minimizeButton, button.closeButton {
	padding-left: 0;
	padding-right: 0;
}