/*  charset ==================================================== */
@charset "utf-8";

/* =========================================================
	crm
========================================================== */
#information-sp { 
display:none;
text-align: center;
box-sizing: border-box;

}
#information {
	position: fixed;
	background: rgba(255,255,255,0.9);
	text-align: center;
	z-index: 999;
	left: 0;
	bottom: -300px; /*　画面の外に出るところまで適当に調整してください　*/
	padding: 0 10px;
	box-sizing: border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#information p {
	text-align:left;
	padding:15px 10px;
	box-sizing:border-box;
}

.foot {
    padding: 50px 0px 200px;
}

@media screen and (max-width:960px) {
	#information { display:none;}
	#information-sp {
		display:block;
	position: static;
	width: 100%;
	padding: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	}
	#information-sp p {
		text-align:center;
		padding:15px 10px;
		box-sizing:border-box;
	}
	.foot {
    padding: 50px 0px 45px;
}
}

