@charset "UTF-8";
/*
*******************************************************************************************************
# chatbot
*******************************************************************************************************
*/
#contentMain {
	border-bottom: 2px solid #C9CED7;
}
#contentMain img {
	width: 100%;
}

.dl_block {
	position: relative;
}
.dl_block .btn_googlePlay {
	position: absolute;
	top: 3vw;
	left: 51vw;
	width: 40vw;
}
.dl_block .btn_sppStore {
	position: absolute;
	top: 18vw;
	left: 51vw;
	width: 40vw;
}

