@charset "UTF-8";

.main_image{
	margin-bottom:10px;
}

.support{
	font-weight: bold;
	font-size: 20px;

}

.red{
	color: #ff0000;

}

.tel{
	text-align:center;
	margin-bottom:40px;
	color: cadetblue;
}
.tel .title{
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.tel .telephoneText {
	font-size: 35px;
}


.bizBox{
	float:left;
	width:33%;
	padding:3px 10px 50px;
	margin:0 -1px 50px 0;
	border-left:solid 1px #494949;
	border-right:solid 1px #494949;
	position:relative;
}
.bizBox h2{
	color:#494949;
	font-weight:normal;
}
.bizBox h2 img{
	margin-right:7px;
}
.bizImg{
	margin-bottom:10px;
}
.bizTxt{
	margin-bottom:10px;
}
.bizBtn{
	position: absolute;
	bottom:0; 
	width:100%;
	margin-left:-10px;
	text-align:center;
}

.afBox{
	float:left;
	width:25%;
	padding:3px 10px 50px;
	margin:0 -1px 50px 0;
	border-left:solid 1px #494949;
	border-right:solid 1px #494949;
	position:relative;
}
.afBox h2{
	color:#494949;
	font-weight:normal;
}
.afBox h2 img{
	margin-right:7px;
}
.after{
	font-weight: bold;
	color: #ff0000;
	font-size: 20px;
	
}
.toSite{
	width:12em;
	margin:0 auto;
}
.toSite a{
	display:block;
	margin:0 auto;
}

.pc_block{
		display: block;
	}	
.sp_block{
		display: none;
	}	

@media only screen and (max-width:959px) {
}
@media only screen and (max-width:768px) {
.bizBox{
}
.bizBox h2{
}
.bizBox h2 img{
}
.bizImg{
	text-align:center;
}
}
@media only screen and (max-width:480px) {

	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}
	
.bizBox{
	width:100%;
	padding:35px 0;
	margin-bottom:0;
	border:none;
	border-bottom:solid 1px #494949;
}
.bizBox:first-child{
	border-top:solid 1px #494949;
}
.bizImg{
	float:left;
	width:45%;
	margin:0 10px 0 0;
}
.bizImg img{
	margin-bottom:10px;
}
.bizBtn{
	clear:both;
	position: relative;
	width:auto;
	margin-left:0;
}
.service_navi li {
		display: block;
		width: auto;
		margin-right: 0;
	}
	
}
