@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css); 

/* ===================================================================
CSS information

file name  :page.css

input[type="text"] 
 
=================================================================== */

html {
	height: 100%;
}
body#chatbot{
	height: 100%;
	margin:0;
	background:#8bd6fe;
}
#wrap{
	background:url("back.jpg") no-repeat scroll center bottom;
	background-size: 100% auto;
	height: calc(100% - 116px - 6%);
}

/*-----------------------------------------------

	ウィンドウサイズ ～767px
	スマートフォン仕様

-----------------------------------------------*/

@media only screen and (max-width:767px) {
	
.pc,.tablet{
	display:none;
}

}