@charset "UTF-8";

.rent-catch{
	color: #3a1718;
	letter-spacing: 0.04em;
	font-size: 34px;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}
.rent-catch-wrap{
	margin: 24px auto 0;
	max-width: 860px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	text-align: center;
}
.rent-catch-logo{
	margin: 0;
}
.rent-catch-logo img{
	display: block;
	width: 180px;
	height: auto;
	margin: 0 auto;
}
.rent-hero{
	position: relative;
	max-width: 860px;
	margin: 0 auto 20px;
	background: #f6f1e9;
	overflow: hidden;
}
.rent-hero-main{
	display: block;
	width: 100%;
	height: auto;
}

.rent-list-check{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	list-style: none;
}
.rent-list-check li{
	padding: 10px 15px 10px 36px;
	margin-bottom: 8px;
	border-bottom: dotted 1px #cfc2b5;
	position: relative;
}
.rent-list-check li:before{
	content: "✓";
	color: #8f7a64;
	position: absolute;
	left: 12px;
	top: 9px;
	font-weight: bold;
}

.rent-card-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
.rent-card{
	width: calc(33.333% - 10px);
	min-width: 260px;
	padding: 16px;
	border: solid 1px #ded4c9;
	background: #fbf8f4;
	box-sizing: border-box;
}
.rent-card h4{
	font-size: 17px;
	line-height: 1.6em;
	margin-bottom: 8px;
}
.rent-card p{
	margin-bottom: 0;
}

.rent-step-list{
	counter-reset: rent-step;
	padding-left: 0;
	list-style: none;
}
.rent-step-flow{
	width: 100%;
	max-width: 920px;
	height: auto;
	border: solid 1px #e2d8cc;
}
.rent-step-list li{
	padding: 16px;
	margin-bottom: 12px;
	border: solid 1px #d8cdc0;
	background: #fff;
}
.rent-step-body{
	display: flex;
	align-items: center;
	gap: 18px;
}
.rent-step-text{
	flex: 1 1 auto;
}
.rent-step-illust{
	margin: 0;
	flex: 0 0 38%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
	min-height: 220px;
}
.rent-step-illust img{
	display: block;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 0;
}
.rent-step-illust-zoom img{
	transform: scale(1.45);
	transform-origin: center center;
}
.rent-step-list h4{
	font-size: 18px;
	margin-bottom: 6px;
}
.btn_webform{
	margin-top: 8px;
}

.rent-price-table-wrap{
	overflow-x: auto;
}
.rent-price-table{
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-bottom: solid 1px #cfc2b5;
}
.rent-price-table th,
.rent-price-table td{
	padding: 9px 8px;
	font-size: 14px;
	border-top: solid 1px #e1d7cb;
	vertical-align: middle;
}
.rent-price-table th{
	background: #f4eee6;
	font-weight: bold;
}

.rent-qa dt{
	font-weight: bold;
	margin: 0;
	padding: 12px 14px;
	background: #f5f1eb;
	border-top: solid 1px #e2d8cc;
}
.rent-qa dt:first-child{
	border-top: none;
}
.rent-qa dd{
	margin: 0;
	padding: 12px 14px;
	border-bottom: dotted 1px #ddd1c3;
}

@media screen and (max-width: 768px) {
	.rent-catch-wrap{
		margin-top: 16px;
		gap: 12px;
	}
	.rent-catch{
		font-size: 26px;
	}
	.rent-catch-logo img{
		width: 150px;
	}
	.rent-card{
		width: 100%;
		min-width: 0;
	}
	.rent-step-list h4{
		font-size: 16px;
	}
	.rent-step-body{
		display: block;
	}
	.rent-step-illust{
		margin: 10px 0 0;
		min-height: 0;
		justify-content: center;
	}
	.rent-step-illust-zoom img{
		transform: scale(1.3);
	}
	.rent-price-table th,
	.rent-price-table td{
		font-size: 13px;
	}
	.rent-step-illust img{
		max-width: 340px;
		margin: 0 auto;
	}
}
