@charset "utf-8";
@media only screen and (min-width: 600px) {

/*ーーーーーーーーーー
ヘッダー部分
ーーーーーーーーーー*/
#header{
	width: 1024px;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}
#header a{
	display: block;
	width: 250px;
	height: auto;
	float: left;
}

#header a img{
	width: 100%;
	height: auto;
}

#header h1{
	width: 240px;
	height: auto;
	font-size: 12px;
	font-weight: 800;
	line-height: 22px;
	float: left;
	margin-left: 40px;
	margin-top: 8px;
}
#header img.tel{
	width: 250px;
	height: auto;
	float: left;
	margin-left: 60px;
	margin-top: 14px;
}
#header p{
	font-weight: 800;
	line-height: 54px;
	float: right;
}

/*メニュー固定部分*/
.is-fixed{
	position: fixed;
	top: 0;
	z-index: 10000;
}
.is-fixed2{
	padding-top: 88px;
}
.nav_bg{
	background-color: #fff;
}

div#main{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	overflow: hidden;
}

div#main .text01{
	text-align: center;
	width: auto;
	height: auto;
	font-size: 19px;
	line-height: 29px;
	font-weight: 400;
	margin: 70px 0 25px;
}

div#main h2{
	text-align: center;
	width: auto;
	height: 35px;
	margin: 0 0 70px;
}
div#main h2 img.title{
	width: auto;
	height: 100%;
}

.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto 70px;
	display: block;
}
.contents01 h3{
	width: 765px;
	height: 64px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 800;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #DA5411;
	margin: 0 auto;
	position: relative;
}
.contents01 h3::after{
	content: '';
	width: 40px;
	height: 17px;
	display: block;
	background-image: url(../img/lease/item02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	position: absolute;
	top: auto;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	padding: 75px 0 40px;
	margin: -32px auto 0;
	background-color: #ffffff;
	display: block;
	border-radius: 21px;
}
.contents01 .contents01_01 .contents01_01_01{
	width: 850px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 247px;
	height: auto;
	margin: 33px 0 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1),
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(2),
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(3){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0 0 9px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4{
	font-size: 19px;
	line-height: 26px;
	font-weight: 800;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4 span{
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	display: block;
}
.contents02{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: block;
	background-color: #ffffff;
}
.contents02 h3{
	font-size: 22px;
	line-height: 32px;
	font-weight: 800;
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}
.contents02 .contents02_01{
	width: 980px;
	height: auto;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contents02 .contents02_01 img:nth-of-type(1){
	width: 465px;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 .contents02_01 img:nth-of-type(2){
	width: 465px;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.contents03{
	width: 100%;
	height: auto;
	padding: 70px 0;
	margin: 0 auto;
	display: block;
	background-color: #F0F0F0;
}
.contents03 h3{
	width: 980px;
	height: 57px;
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #DA5411;
	margin: 0 auto 35px;
}
.contents03 .contents03_01{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	margin: 37px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #ffffff;
	flex-direction: row;
}
.contents03 .contents03_01 .contents03_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents03 .contents03_01 .contents03_01_01:nth-of-type(2n){
	flex-direction: row-reverse;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
	box-sizing: border-box;
	width: 614px;
	height: 241px;
	padding: 0 46px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 17px;
	display: inline-block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01 h4{
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #000000;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01 h4 span{
	font-size: 19px;
	line-height: 29px;
	font-weight: 800;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 h5{
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
	color: #DA5411;
	margin: 0 0 5px;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.contents03 .contents03_01 .contents03_01_01 img{
	width: 365px;
	height: auto;
	margin: 0;
	display: block;
}
/*ーーーーーーーーーー
リースバックのご相談はお気軽にリンク
ーーーーーーーーーー*/
.cont_inc{
	width: 100%;
	padding: 70px 0;
	margin: 0 auto;
	display: block;
	background-color: #ffffff;
}
.cont_inc_01{
	width: 790px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.cont_inc_01_01{
	box-sizing: border-box;
	width: 500px;
	padding: 7px 0;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	text-align: center;
}
.cont_inc_01_01 h3 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}
.cont_inc_01_01 .cont_inc_01_01_01 {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont_inc_01_01 .cont_inc_01_01_01 a{
	width: auto;
	height: auto;
	font-size: 35px;
	line-height: 45px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #DA5411;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cont_inc_01_01 .cont_inc_01_01_01 a img{
	width: 36px;
	margin-right: 10px;
}
.cont_inc_01_01 .cont_inc_01_01_01 p{
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 0 17px;
}
.cont_inc_01_01_02{
	font-size: 13px;
	line-height: 23px;
	margin-top: 10px;
}
.cont_inc_01_02{
	box-sizing: border-box;
	width: 290px;
	padding: 7px 0;
	border-right: 2px solid #ccc;
	text-align: center;
}
.cont_inc_01_02 h3{
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 17px;
	font-weight: 600;
}
.cont_inc_01_02 a{
	width: 191px;
	height: 55px;
	margin: 0 auto;
	font-size: 15px;
	font-weight: 800;
	color: #ffffff;
	background-color: #DA5411;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont_inc_01_02 a img{
	width: 19px;
	height: auto;
	margin: 0 0 0 14px;
	display: block;
}
/*ーーーーーーーーーー
相談リンクバナー
ーーーーーーーーーー*/
div.consultation{
	width: 1024px;
	height: auto;
	margin: 70px auto 0;
	overflow: hidden;
}
div.consultation a{
	display: block;
	float: left;
	width: 32%;
	height: auto;
}
div.consultation a.consultation_center{
	margin: 0 2%;
}
div.consultation a img{
	width: 100%;
	height: auto;
}



}





























@media only screen and (max-width: 599px) {

div#main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
div#main .text01{
	text-align: center;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin: 25px 0 25px;
}
div#main h2{
	width: 90%;
	max-width: 320px;
	height: auto;
	margin: 0 auto 25px;
}
div#main h2 img.title{
	width: auto;
	height: 24px;
	display: block;
	margin: 0 auto;
}




.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto 70px;
	display: block;
}
.contents01 h3{
	width: 80%;
	height: 64px;
	font-size: 15px;
	line-height: 21px;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #DA5411;
	margin: 0 auto;
	position: relative;
}
.contents01 h3::after{
	content: '';
	width: 40px;
	height: 17px;
	display: block;
	background-image: url(../img/lease/item02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
	position: absolute;
	top: auto;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
}
.contents01 .contents01_01{
	width: 90%;
	height: auto;
	padding: 75px 0 40px;
	margin: -32px auto 0;
	background-color: #ffffff;
	display: block;
	border-radius: 21px;
}
.contents01 .contents01_01 .contents01_01_01{
	width: 90%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 100%;
	height: auto;
	margin: 33px 0 0;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 img{
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto 9px;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4{
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	text-align: center;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 h4 span{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	display: block;
	text-align: center;
}
.contents02{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: block;
	background-color: #ffffff;
}
.contents02 h3{
	font-size: 19px;
	line-height: 29px;
	font-weight: 800;
	display: block;
	margin: 0 auto 10px;
	text-align: center;
}
.contents02 .contents02_01{
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
.contents02 .contents02_01 img:nth-of-type(1){
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01 img:nth-of-type(2){
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 10px auto 0;
	display: block;
}
.contents02 p{
	width: 90%;
	font-size: 16px;
	line-height: 26px;
	font-weight: 800;
	display: block;
	margin: 0 auto;
	text-align: left;
}
.contents03{
	width: 100%;
	height: auto;
	padding: 70px 0;
	margin: 0 auto;
	display: block;
	background-color: #F0F0F0;
}
.contents03 h3{
	width: 90%;
	height: 64px;
	font-size: 19px;
	line-height: 29px;
	font-weight: 800;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #DA5411;
	margin: 0 auto 35px;
}
.contents03 .contents03_01{
	width: 90%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	margin: 37px auto 0;
	display: block;
	background-color: #ffffff;
}
.contents03 .contents03_01 .contents03_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01{
	width: auto;
	height: auto;
	margin: 0 0 17px;
	display: inline-block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01 h4{
	font-size: 26px;
	line-height: 36px;
	font-weight: 800;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #000000;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 .contents03_01_01_01_01_01 h4 span{
	font-size: 19px;
	line-height: 29px;
	font-weight: 800;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 h5{
	font-size: 20px;
	line-height: 30px;
	font-weight: 800;
	color: #DA5411;
	margin: 0 0 5px;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 .contents03_01_01_01_01 p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.contents03 .contents03_01 .contents03_01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*ーーーーーーーーーー
リースバックのご相談はお気軽にリンク
ーーーーーーーーーー*/
.cont_inc{
	width: 100%;
	padding: 70px 0;
	margin: 0 auto;
	display: block;
	background-color: #ffffff;
}
.cont_inc_01{
	box-sizing: border-box;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}
.cont_inc_01_01{
	width: 100%;
	padding: 7px 0 0;
	text-align: center;
}
.cont_inc_01_01 h3 {
	font-size: 19px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 17px;
}
.cont_inc_01_01 .cont_inc_01_01_01 {
	width: 100%;
	display: block;
}
.cont_inc_01_01 .cont_inc_01_01_01 a{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #DA5411;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont_inc_01_01 .cont_inc_01_01_01 a img{
	width: 28px;
	margin-right: 10px;
}
.cont_inc_01_01 .cont_inc_01_01_01 p{
	font-size: 17px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}
.cont_inc_01_01 .cont_inc_01_01_02{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.cont_inc_01_02{
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 7px;
	text-align: center;
}
.cont_inc_01_02 h3{
	font-size: 19px;
	line-height: 29px;
	margin-bottom: 17px;
	font-weight: 600;
}
.cont_inc_01_02 a{
	width: 230px;
	height: 55px;
	margin: 0 auto;
	font-size: 17px;
	font-weight: 800;
	color: #ffffff;
	background-color: #DA5411;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont_inc_01_02 a img{
	width: 19px;
	height: auto;
	margin: 0 0 0 14px;
	display: block;
}
/*ーーーーーーーーーー
相談リンクバナー
ーーーーーーーーーー*/
div.consultation{
	width: 90%;
	height: auto;
	margin: 36px auto 0;
	overflow: hidden;
}
div.consultation a{
	display: block;
	width: 90%;
	height: auto;
	margin: 12px auto;
}
div.consultation a img{
	width: 100%;
	height: auto;
}



}
