/****************************** mobile,cpmmon ******************************/

/* 固定リンク */
.fix_cntct_con {
	background: #fff;
	position: fixed;
	justify-content: space-evenly;
	display: flex;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 9996;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.fix_cntct_con>li {
	width: 47%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
.fix_cntct_acr {
	display: block;
	position: relative;
}
.fix_cntct_icon>i {
  font-size: 14px;
  transform: translateY(1.5px);
}
.fix_tntct_txt {
	font-size: 12px;
  font-weight: 700;
	position: relative;
}

/****************************** tablet ******************************/
@media (min-width: 600px){
}

/****************************** tablet Pro ******************************/
@media (min-width: 1025px){

	.fix_cntct_con {
		display: none;
	}
}
