@charset "UTF-8";

/* CSS Document */

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/



/*-------------------------------------------

リース事業

-------------------------------------------*/
/*.top-zone.zdf{
	margin-bottom: 50px;
	line-height: 1;
}*/
.examplebox{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.example{
	width: 48%;
}
.ex_text{
	text-align: center;
}
.ex_text span{
	font-weight: bold;
	border-bottom: solid #1a1b59 3px;
	font-size: 20px;
	letter-spacing: 1px;
}
.overtxt{
	width: 43%;
}
.photo{
	max-width: 45%;
}
.formbox{
	display: flex;
	justify-content: space-between;
}
.fbox{
	width: 32%;
	background-color: #dfdfec;
	padding: 30px 0;
}
.ex_img{
	padding-bottom: 30px;
}
.form{
	text-align: center;
	background-color: #dfdfec;
	padding: 100px 10px;
	margin-top: 120px;
}
.base{
	margin: 50px auto 150px auto;
}







/*見出し*/
.csrtitle{
	background-color: #1a1b59;
	color: #fff;
	text-align: center;
}
.overh2box.sub{
	line-height: 40px;
	padding: 0 0 40px 0;
}
.form .overh2box.sub{
	line-height: 40px;
	padding: 0 0 40px 0;
}
/*===================================================

	タブレット

===================================================*/
@media only screen and (max-width: 1024px) {

.overh2box.sub{
	padding: 0 0 20px 0;
	font-size: 18px;
	line-height: 25px;
	}
	.ex_img img{
	width: 100%;
	}
	.fbox{
		margin-bottom: 20px;
	}
	.photo{
	}
	.overtxt{
	width: 70%;
　}
	.overbox{
		padding-bottom: 10px;
	}
	
/*見出し*/
	.top-zone.zdf{
		margin-bottom: 10px;
	}
	
/*改行*/
	.pc{display: none;}

/*===================================================

	スマホ

===================================================*/
@media only screen and (max-width: 739px) {
	.base{
		margin: 30px auto 60px auto;
	}
	.ex_img{
		padding-bottom: 10px;
	}
	.example{
		width: 100%;
		padding-bottom: 25px;
	}
	.examplebox{
		padding-bottom: 30px;
		display: block;
	}
	.fbox{
		width: 100%;
		margin-bottom: 10px;
		padding: 20px 0;
	}
	.overtxt{
		width: 100%;
	}
	.photo{
		max-width: 100%;
	}
	.formbox{
		display: block;
	}
	
	/*見出し*/
	.overh2box.sub{
		line-height: 1.3;
		padding: 0 0 10px 0;
	}
	.ex_text span{
		font-size: 15px;
	}
	}