.rental_top {
	padding: 0 30px;
	margin-top: 90px;
	margin-bottom: 100px;
}
.rental_top .media {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.rental_top .media .img_block {
	width: 44.3%;
	height: 285px;
}
.rental_top .media .img_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.rental_top .media .txt_block {
	width: 49.8%;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.02em;
}
.rental_top .media .txt_block h2 {
	font-size: 1.75rem;
	font-weight: 700;
}
.rental_top .media .txt_block p {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 1.5em;
	margin-bottom: 2.6em;
}
.rental_top .toc {
	width: 100%;
	margin-top: 65px;
}
.rental_top .toc_ttl {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #C67A7A;
	border: 1px solid #C67A7A;
	text-align: center;
	padding: 6px 0 11px;
}
.rental_top .toc_ttl img {
	width: 17px;
	aspect-ratio: 20/16;
	margin-right: 8px;
}
.rental_top .toc_main {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1;
	border: #C67A7A 1px solid;
	padding: 25px 25px 35px;
}
.rental_top .toc_main a {
	display: block;
	margin-bottom: 10px;
}
.rental_top .toc_main .num {
	position: relative;
	margin-right: 2em;
}
.rental_top .toc_main .num::after {
	content: '';
	width: 1px;
	height: 1.07em;
	background-color: #4b4b4b;
	position: absolute;
	top: 0.25em;
	right: -0.7em;
}
.rental_step {
	width: 100%;
	background-color: #FFF2F2;
	padding: 70px 30px;
	margin-bottom: 150px;
}
.rental_step .step_item {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	padding: 46px 39px 46px 63px;
	margin-bottom: 50px;
	position: relative;
}
.rental_step .step_item::after {
	content: '';
	width: 108px;
	height: 35px;
	background-color: #fff;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,98%);
}
.rental_step .step_item .img_block {
	width: 38%;
	position: relative;
}
.rental_step .step_item .step_num {
	position: absolute;
	top: -22px;
	left: -32px;
	width: 87px;
	height: 87px;
	color: #C67A7A;
	background-color: #fff;
	border: #C67A7A 3px solid;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.rental_step .step_item .step_num .small {
	font-family: "georgia","georgiapro", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
}
.rental_step .step_item .step_num .num {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.43rem;
	font-weight: 700;
	margin-top: -0.2em;
}
.rental_step .step_item .img_block img {
	width: 100%;
	aspect-ratio: 342/270;
	object-fit: cover;
	object-position: center;
}
.rental_step .step_item .txt_block {
	width: 57%;
}
.rental_step .step_item .txt_block .ttl {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	color: #C67A7A;
	display: block;
	border-bottom: #FFF2F2 2px solid;
	padding-bottom: 0.5em;
	margin-top: 1em;
	position: relative;
	margin-bottom: 1.77em;
}
.rental_step .step_item .txt_block .ttl::after {
	content: '';
	width: 126px;
	height: 2px;
	background-color: #C67A7A;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.rental_step .step_item .txt_block .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	font-feature-settings:"palt";
}

@media screen and (max-width:900px) {
	.rental_top {
		margin-top: 50px;
	}
	.rental_top .media {
		flex-direction: column;
	}
	.rental_top .media .img_block {
		width: 100%;
		margin-bottom: 20px;
	}
	.rental_top .media .txt_block {
		width: 100%;
	}
	.rental_top .media .txt_block .btn_goto {
		margin: 0 auto;
	}
	.rental_step .step_item {
		flex-direction: column;
	}
	.rental_step .step_item .img_block {
		width: 100%;
	}
	.rental_step .step_item .img_block {
		aspect-ratio:unset;
		height: 280px;
	}
	.rental_step .step_item .txt_block {
		width: 100%;
	}
	.rental_step .step_item .txt_block .ttl {
		margin-bottom: 1em;
	}
}
@media screen and (max-width:500px) {
	.rental_top .media .txt_block h2 {
		font-size: 1.375rem;
	}
	.rental_top .media .txt_block p {
		font-size: 0.875rem;
	}
	.rental_step {
		padding: 70px 20px;
		margin-bottom: 50px;
	}
	.rental_step .step_item {
		padding: 35px 20px 45px 30px;
	}
	.rental_step .step_item .step_num {
		width: 60px;
		height: 60px;
		top: -12px;
		left: -22px;
	}
	.rental_step .step_item .step_num .small {
		font-size: 0.625rem;
	}
	.rental_step .step_item .step_num .num {
		font-size: 1.5rem;
	}
	.rental_step .step_item .img_block {
		height: auto;
	}
	.rental_step .step_item .txt_block .ttl {
		font-size: 1.125rem;
	}
	.rental_step .step_item .txt_block .txt {
		font-size: 0.875rem;
	}
}