/* クロスレンタルのススメ */

/* 共通 */
.f-gry66 {
	color: #666;
}


.for-rentalshop-intro {
}
.for-rentalshop-intro .marker{
	background: linear-gradient(transparent 70%, #d5ff11 70%);
	padding: 0 10px;
}

.for-rentalshop-intro .cross-rental .crental-ttl  {
	position: relative;
}
.for-rentalshop-intro .cross-rental .crental-ttl:before {
	content: "";
	display: block;
	width: 100%;
	max-width: 400px;
	height: 1px;
	background-color: #c9c9c9;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}
.for-rentalshop-intro .cross-rental .crental-ttl span {
	display: inline-block;
	padding: 0 5px;
	background-color: #fff;
	position: relative;
}
.for-rentalshop-intro .cross-rental .desc {
	line-height: 1.88;
}

.for-rentalshop-intro img {
	max-width: 100%;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}



/*分納のメリット*/
.for-rentalshop-merit .merit-ttl{
	padding: 80px 0 30px 0;
	position: relative;
	z-index: 1;
}
.for-rentalshop-merit .merit-ttl:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/installment-delivery/bg-merit.svg) no-repeat center center;	
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* メリット1～3 */
.for-rentalshop-merit .merit-wrap {
	max-width: 1040px;
	margin: 0 auto;	
}
.for-rentalshop-merit .merit-list {
	width: 100%;
	padding: 40px 30px;
	border-top: 1px solid #e2e2e2;
	letter-spacing: 0.025em;
}
.for-rentalshop-merit .merit-list:last-child {
	border-bottom: 1px solid #e2e2e2;
}
.for-rentalshop-merit .merit-list:not(:first-child) {
}

.for-rentalshop-merit .merit-list .list-ttl {
	display: flex;
}
.for-rentalshop-merit .merit-list .num {
	width: 115px;
	text-align: left;
}
.for-rentalshop-merit .merit-list .num span:first-child {
	padding-right: 5px;
}
.for-rentalshop-merit .merit-list .num > span {
	display: inline-block;
	vertical-align: middle;
	line-height: 0.8;
}
.for-rentalshop-merit .merit-list .desc {
	line-height: 1.88;
}



@media (max-width: 767px) {
	.for-rentalshop-merit .merit-list {
		padding: 20px 0;
	}
}
@media (max-width: 480px) {
	.for-rentalshop-merit .merit-list .list-ttl {
		flex-wrap: wrap;
	}
	.for-rentalshop-merit .merit-list .num {
		width: 100%;
		padding-bottom: 10px;
	}
}


.for-rentalshop-merit .merit-improve {
	
}

.for-rentalshop-merit .improve-catch {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
	margin-bottom: 30px;
	background: #ebf6fa;
	position: relative;
}
.for-rentalshop-merit .improve-catch:before {
	content: "";
	display: block;
	border-top: 30px solid #ebf6fa;
	border-right: 35px solid transparent;
	border-bottom: 0 solid #ebf6fa;
	border-left: 35px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -35px;
	z-index: 1;
}
.for-rentalshop-merit .improve-catch .imp-txt {
	padding: 0 20px;
}
.for-rentalshop-merit .improve-catch .imp-txt p {
	line-height: 1.8;
}

.for-rentalshop-merit .improve-catch .rentalshop {
	display: table;
	width: 96px;
	height: 96px;
	background-color: #29ad9f;
	border-radius: 50%;
}
.for-rentalshop-merit .improve-catch .rentalshop span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 1024px) {
	.for-rentalshop-merit .improve-catch .kari-knight {
		display: none;
	}
	.for-rentalshop-merit .improve-catch .imp-txt {
		width: 100%;
		padding: 0;
	}
	.for-rentalshop-merit .improve-catch .rentalshop {
		display: none;
	}
}




.for-rentalshop-merit .improve-row {
	display: flex;
	position: relative;
}
.for-rentalshop-merit .improve-row .left {
	width: 50%;
}
.for-rentalshop-merit .improve-row .center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.for-rentalshop-merit .improve-row .right {
	width: 50%;
}

.for-rentalshop-merit .improve-row .demerit {
	text-align: left	
}
.for-rentalshop-merit .improve-row .demerit .imp-cont {
	width: fit-content;
	margin: 0 0 0 auto;
	padding-right: 90px;
}

.for-rentalshop-merit .improve-row .demerit .label {
	display: inline-block;
	width: 200px;
	text-align: center;
	background-color: #747474;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 20px;
}

.for-rentalshop-merit .improve-row .merit {
	text-align: left;
}
.for-rentalshop-merit .improve-row .merit .imp-cont {
	width: fit-content;
	padding-left: 90px;
}

.for-rentalshop-merit .improve-row .merit .label {
	display: inline-block;
	width: 200px;
	text-align: center;
	background-color: #0188ce;
	padding: 10px 0;
	line-height: 1;
	margin-bottom: 20px;
}
.for-rentalshop-merit .improve-row .check-list {
}
.for-rentalshop-merit .improve-row .check-list li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.for-rentalshop-merit .improve-row .check {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    border: 2px solid #d5d5d5;
    position: absolute;
    top: 6px;
    left: 0;
}
.for-rentalshop-merit .improve-row .check img {
	width: 23px;
    height: 17px;
    position: absolute;
    top: -6px;
    left: -3px;
    z-index: 1;	
}

@media (max-width: 767px) {
	.for-rentalshop-merit .improve-row .demerit .imp-cont {
		padding-right: 60px;
	}
	.for-rentalshop-merit .improve-row .merit .imp-cont {
		padding-left: 60px;
	}
}

@media (max-width: 640px) {
	.for-rentalshop-merit .improve-row {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 400px;
		margin: 0 auto;
	}
	.for-rentalshop-merit .improve-row .center {
		position: static;
		left: auto;
		top: auto;
		transform: rotate(90deg) scale(0.8);
	}
	.for-rentalshop-merit .improve-row .left {
		width: 100%;
		padding-bottom: 10px;
	}
	.for-rentalshop-merit .improve-row .demerit .imp-cont {
		width: 100%;
		margin: auto;
		padding-right: 0;
	}
	.for-rentalshop-merit .improve-row .right {
		width: 100%;
		padding-top: 20px;
	}
	.for-rentalshop-merit .improve-row .merit .imp-cont {
		width: 100%;
		padding-left: 0;
	}



}



.for-rentalshop-merit .merit-improve .desc {
	line-height: 1.88;
}

/* ボタンスタイル */
.btn.btn-rentalshop {
    border-radius: 0;
}
.btn.btn-rentalshop a {
	padding: 16px 40px;
	font-weight: 600;
}
.btn.btn-rentalshop a:hover {
	color: #fff;
}
.btn.btn-rentalshop a:before {
	display: none;
}
.btn.btn-rentalshop span {
	padding-left: 40px;
	position: relative;
}
.btn.btn-rentalshop span:before {
	content: "";
	display: block;
	width: 26px;
	height: 21px;
	background: url(../images/for_rentalshop/i-mail_wh.svg) no-repeat center center;
	background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 555;
}
.btn.btn-rentalshop a:hover span:before {
    top: 30%;
}

.for-rentalshop .for-contact {
    padding: 20px 5px;
}
















