.l-content {
	width: 1216px;
	margin-top: 56px;
}
.l-content h3 {
	margin-bottom: 32px;
}
.p-carlist-related-car__list {
	width: 1216px;
    height: fit-content;
}
.p-carlist-related-car__list > .slick-list {
	overflow: visible;
}
.p-carlist-related-car__item {
	width: 280px !important;
	min-height: 285px;
	border-radius: 16px;
	background-color: #FFFFFF;
	margin-right: 32px;
}
/* カード類ホバーアクション */
.p-carlist-related-car__item:hover {
	transform: scale(1.02);
	box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: 0.2s;
 }
.p-carlist-related-car__link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.p-carlist-related-car__image {
	width: 272px;
	height: 170px;
	margin-bottom: 8px;
}
.p-carlist-related-car__image img {
	width: 272px;
	height: 166px;
	border-radius: 12px;
	margin: 0 4px 8px 4px;
	padding-top: 4px;
	object-fit: cover;
}
.p-carlist-related-car__title {
	height: fit-content;
	font-weight: bold;
	font-size: 16px;
	color: #222222;
	margin: 12px 8px 16px 8px;
}
.text-right {
	text-align: right;
	height: 27px;
}
.text-right a {
	font-weight: 700;
	font-size: 18px;
	color: #222222;
	text-decoration: none;
}
.c-link-arrow-02::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../../resource/img/icon/icon_arrow_right.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 5px;
}
.p-carlist-related-car__list__arrow{
    width: 40px;
    position: absolute;
    z-index: 10;
}
.magazine-list__arrow {
	width: 40px;
	position: absolute;
	z-index: 10;
}
.next-arrow-nc {
    bottom: 50%;
    right: 0;
    transform: translate(50%,50%);
	cursor: pointer;
}
.next-arrow-nc:hover {
	opacity: 0.7;
}
.prev-arrow-nc {
	top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
	cursor: pointer;
}
.prev-arrow-nc:hover {
	opacity: 0.7;
}
.carlist-card__slider {
	width: 1216px;
	height: 544px;
}
.next-arrow{
    bottom: 50%;
    right: 0;
    transform: translate(50%,50%);
	cursor: pointer;
}
.prev-arrow{
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
	cursor: pointer;
}
.magazine-list__arrow .images{
    width: 40px;
	height: 40px;
    vertical-align: middle;
}
.js-slider-related .slick-list {
	overflow: visible;
}
#top-nearcar h2 {
	font-size: 32px;
	line-height: 32px;
	padding-top: 2px;
}
@media screen and (max-width: 767px) {
	.l-content {
		width: 100%;
		padding: 0 0 0 min(calc(16px + (100vw - 374px) / 2), 24px) !important;
		height: 302px;
		margin-top: 48px;
		margin-bottom: 36px;
	}
	.l-content h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.p-carlist-related-car__list {
		width: 100%;
	}
	.p-carlist-related-car__item {
		width: 212px !important;
		min-height: 235px;
		border-radius: 16px;
		background-color: #FFFFFF;
		margin-right: 12px;
	}
	.p-carlist-related-car__image {
		width: 204px;
		height: 125px;
		margin-bottom: 8px;
	}
	.p-carlist-related-car__image img {
		width: 204px;
		height: 125px;
		border-radius: 12px;
		margin: 4px 4px 8px 4px;
	}
	.p-carlist-related-car__title {
		height: 42px;
		font-weight: bold;
		font-size: 14px;
		color: #222222;
		margin: 0 8px 16px 8px;
	}
	.text-right {
		text-align: left;
		height: 24px;
		margin-top: 16px;
	}
	.text-right a {
		font-weight: 700;
		font-size: 14px;
		color: #222222;
		text-decoration: none;
	}
	.c-link-arrow-02::after {
		content: "";
		display: inline-block;
		width: 24px;
		height: 24px;
		background: url(../../resource/img/icon/icon_arrow_right.svg) no-repeat;
		background-size: contain;
		vertical-align: middle;
		margin-bottom: 2px;
	}
}