@charset "UTF-8";

/* ==================================================

ANCHOR

*/
.p-dealer__anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}
.p-dealer__anchor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p-dealer__anchor li {
	position: relative;
}
.p-dealer__anchor li::before,
.p-dealer__anchor li:last-child::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	bottom: 0;
	width: 1px;
	background-color: #fff;
}
.p-dealer__anchor li::before {
	left: 0;
}
.p-dealer__anchor li:last-child::after {
	right: 0;
}
.p-dealer__anchor a {
	padding: 0 0.8em;
	color: #fff;
}
@media screen and (min-width: 769px) {
	.device-pc .p-dealer__anchor a {
		transition: color 0.3s;
	}
	.device-pc .p-dealer__anchor a:hover {
		color: #bc954e;
	}
}
@media screen and (min-width: 769px) {
	.p-dealer__anchor ul:first-child li:last-child::after {
		content: none;
	}
	.p-dealer__anchor ul.single li:last-child::after {
		content: '';
	}
}
@media screen and (max-width: 768px) {
	.p-dealer__anchor {
		display: block;
		padding: 30px 0 15px 0;
		font-size: 16px;
	}
	.p-dealer__anchor ul {
		margin: 0 0 15px 0;
	}
}

/* ==================================================

LIST

*/
.p-dealer-section {
	padding: 40px 0;
	color: #fff;
}
.p-dealer-section__container {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
.p-dealer-section__heading h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 42px;
}
.p-dealer-section__heading span {
	padding: 0 0 0.1em 0;
}
.p-dealer-section__category {
	margin: 50px 0 0 0;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.6;
}
.p-dealer-section__category::after {
	content: '';
	display: block;
	margin: 0 auto 0 auto;
	width: 160px;
	height: 1px;
	background-color: #fff;
}
.p-dealer-section__list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -25px 0 -25px;
}
.p-dealer-section__item {
	position: relative;
	display: flex;
	align-items: center;
	flex-basis: 50%;
	padding: 30px 25px;
}
.p-dealer-section__item::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 25px;
	right: 25px;
	height: 1px;
	background-color: #707070;
}
.p-dealer-section__detail {
	flex: 1;
}
.p-dealer-section__detail h3 {
	font-weight: 700;
	font-size: 20px;
}
.p-dealer-section__detail p {
	font-size: 14px;
}
.p-dealer-section__website a,
.p-dealer-section__website span {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-image: url(../img/icon-website.svg);
	background-size: contain;
	text-indent: -999px;
}
.p-dealer-section__website span {
	opacity: 0.2;
}
@media screen and (min-width: 769px) {
	.device-pc .p-dealer-section__website a {
		transition: color 0.3s;
	}
	.device-pc .p-dealer-section__website a:hover {
		color: #bc954e;
	}
}
@media screen and (min-width: 769px) {
	.p-dealer-section__item:nth-child(1)::before,
	.p-dealer-section__item:nth-child(2)::before {
		content: none;
	}
}
@media screen and (max-width: 768px) {
	.p-dealer-section {
		padding: 30px 0 10px 0;
	}
	.p-dealer-section__heading h2 {
		font-size: 24px;
	}
	.p-dealer-section__container {
		padding: 0 10px;
	}
	.p-dealer-section__category {
		margin: 30px 0 0 0;
		font-size: 22px;
	}
	.p-dealer-section__category::after {
		width: 120px;
	}
	.p-dealer-section__list {
		display: block;
		margin: 10px 0 0 0;
	}
	.p-dealer-section__item {
		padding: 20px 0;
	}
	.p-dealer-section__item::before {
		top: 0;
		left: 0;
		right: 0;
	}
	.p-dealer-section__item:nth-child(1)::before {
		content: none;
	}
}