.highlight-1 {
	padding: 15px 10px 10px 15px;
	border-style: dashed solid;
	border-width: 2px;
	border-color: lightblue;
	background-color: #f5f5dc;	
}

.ribbon17-content {
	position: absolute;
	top: -6px;
	right: -6px;
	width: 89px;
	height: 91px;
	overflow: hidden;
}

.ribbon17 {
	display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: -23px;
	top: 22px;
	width: 160px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	background: #ffa520;
	color: #fff;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon17::before,
.ribbon17::after {
	position: absolute;
	content: "";
	border-top: 4px solid #b2751b;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
}

.ribbon17::before {
	left: 14px;
}

.ribbon17::after {
	right: 18px;
}

.Rental-Process {
	text-align: center;
	background-color: #d1e0f0;
	padding: 20px;
	font-family: Arial, sans-serif;
}

.Rental-Process h3 {
	font-size: 36px;
	margin-bottom: 60px;
	color: #333;
}

@media (max-width: 767px) {
	.Rental-Process h3 {
		font-size: 24px;
		margin-bottom: 40px;
		color: #333;
	}
}

.steps {
	display: flex;
	gap: 0 20px;
}

@media (max-width: 767px) {
	.steps {
		flex-direction: column;
		gap: 35px 0; /* スマホ時の縦の間隔をここで一括制御 */
	}
}

.step {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	flex: 1; /* PC時は均等割り割り当てに指定 */
	padding: 0 10px 10px;
	text-align: center;
	width: 100%;
}

@media (max-width: 767px) {
	.step {
		max-width: 100%;
		padding: 0 10px 40px;
	}
}

.step-content {
	padding-top: 30px;
}

.step-number {
	align-items: center;
	background-color: #fff;
	border: 2px solid #0000cd;
	border-radius: 50%;
	display: flex;
	height: 60px;
	justify-content: center;
	margin: -30px auto 0;
	width: 60px;
}

.step-number span {
	color: #0000cd;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 767px) {
	.step-number {
		height: 50px;
		margin-top: -25px;
		width: 50px;
	}
	.step-number span {
		color: #0000cd;
		font-size: 25px;
	}
}

.step h3 {
	font-size: 26px;
	color: #333;
	margin-bottom: 10px;
}

.step p {
	font-size: 14px;
	color: #666;
	margin: 0;
	line-height: 1.4;
}

/* --------------------------------------------------
   A. ページ全体の横スクロールを絶対防ぐ設定
-------------------------------------------------- */
.reviews-outer-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

#reviews {
	display: flex; /* 横並びにするために追加 */
	width: 100%;
	max-width: 100%;
	overflow-x: auto !important;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 15px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#reviews::-webkit-scrollbar {
	display: none;
}

/* --------------------------------------------------
   B. 各レビューカードの幅固定
-------------------------------------------------- */
#reviews > * {
	flex: 0 0 90% !important;
	max-width: 90% !important;
	margin-right: 1rem !important;
	box-sizing: border-box !important;
}

.pw-section {
	padding: 3.5rem 0;
}

.pw-section .container {
	max-width: 960px;
}

.pw-section h2 {
	font-size: 1.75rem;
	line-height: 1.3;
	margin-bottom: 1.25rem;
}

.pw-section h3.pw-subhead {
	font-size: 1.25rem;
	margin-top: 2rem;
	margin-bottom: 1.25rem;
}

.pw-section p {
	font-size: 1.0625rem;
	line-height: 1.7;
	margin-bottom: 1.1rem;
}

.pw-reason {
	background: #f8f9fa;
	border-radius: 10px;
	padding: 1.25rem 1.35rem;
	height: 100%;
}

.pw-reason h4 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-bottom: 0.5rem;
}

.pw-reason p {
	font-size: 0.975rem;
	line-height: 1.6;
	color: #495057;
	margin-bottom: 0;
}

/* Smartphone tuning */
@media (max-width: 575.98px) {
	.pw-section {
		padding: 2.25rem 0;
	}
	.pw-section .container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.pw-section h2 {
		font-size: 1.4rem;
	}
	.pw-section h3.pw-subhead {
		font-size: 1.125rem;
		margin-top: 1.5rem;
	}
	.pw-section p {
		font-size: 1rem;
		line-height: 1.65;
	}
	.pw-reason {
		padding: 1.1rem 1.15rem;
		margin-bottom: 0.9rem;
	}
	.pw-reason h4 {
		font-size: 1rem;
	}
	.pw-reason p {
		font-size: 0.95rem;
	}
}