@media (min-width:766px){
	#fotterbox{
		box-sizing: border-box;
		width: 94%;
		padding: 40px 3% 20px 3%;
		font-size: 16px;
		color: #000;
	}

	.foot_pc{
		line-height: 130%;
	}

	.foot_mob{
		display: none;
	}

	.phoneno{
		font-size: 28px;
		line-height: 130%;
	}

	.tanac{
		font-size: 24px;
		line-height: 150%;
	}



	.copy{
		padding: 10px 0 0 0;
		font-size: 14px;
		text-align: center;

	}

	.spacefooter{
		padding-top: 5px;
	}
	
	img.logo_bottom{
		width:12vw;
	}


	img.pagetop{
		width: 70px;
	}


}

@media (max-width:765px){


	#fotterbox{
		box-sizing: border-box;
		width: 94%;
		margin: 0;
		width: 94%;
		padding: 40px 3% 20px 3%;
		font-size: 14px;
		color: #000;
	}

	.foot_pc{
		display: none;
	}

	.foot_mob{
		line-height: 140%;
	}

	.phoneno{
		font-size: 18px;
		line-height: 130%;
	}

	.tanac{
		font-size: 18px;
		line-height: 150%;
	}


	.copy{
		padding: 10px 0 0 0;
		font-size: 14px;
		text-align: center;

	}

	.spacefooter{
		padding-top: 5px;
	}

	img.logo_bottom{
		width:220px;
	}


	img.pagetop{
		width: 50px;
	}

	img.spec{
		display:inline-block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}


}

