/*--------------------------------
フッターの問い合わせボタン
---------------------------------*/
#pageFootericon {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 110%;
    margin-left: -25px;
	/*padding-bottom: env(safe-area-inset-bottom);*/
    
}
#pageFootericonInner {
	background: #000;
	-moz-opacity: 0.9;
	opacity: 0.9;
	
}
#pageFootericon ul {
	width: 100%;
    list-style: none;
}
#pageFootericon ul li {
	margin-bottom: 5px;
    padding: 0;
}
#pageFootericon ul li.footerNumber {
	width: 39%;
	float: left;
	margin-top: 14px;
	text-align: center;
	line-height: 1em;
}
#pageFootericon ul li.footerNumber i {
	padding-top: 6px;
	font-size: 1.5em;
	color: #fff;
}
#pageFootericon ul li.footerLine {
	width: 15%;
	float: left;
	margin-top: 10px;
}
#pageFootericon .footerNumberInner {
	/*-moz-opacity: 0.9;
	opacity: 0.9;*/
	width: 100%;
	/*background-color: #FFBE00;*/
    background-color: #ee93b3;
	border-radius: 5px;
	margin-bottom: 18px;
}
#pageFootericon .footerNumberInner p {
	line-height:  50px;
    font-size: 12px;
	
}

#pageFootericon a {
	width: 100%;
	height: 40px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	margin-top: -22px;
	/*border-radius: 50%;
	moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;*/
}







@media (min-width: 768px) {
    #pageFootericon {
        display: none !important;
}
}
