/*　即納車ページ 　Ver.1.0.0 */

h2 {
	background: url("../images/promptly-bg.webp") repeat-x 0 0;
	background-size: contain;
}
h2 span {
	display: block;
}
.read {
	margin-top: 50px;
	font-size: 18px;
	text-align: center;
}
.pd-sec {
	padding-top: 80px;
}
.pd-sec:last-child {
	padding-bottom: 160px;
}
.pd-update {
	width: 90%;
	max-width: 640px;
	margin: 0 auto 50px;
}
.pd-update p {
	padding: 5px 10px;
	font-size: 22px;
	font-weight: bolder;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(204, 33, 33, 1.0);
}
.pd-attention .txt-s {
	line-height: 1.5;
}
.pd-car-box {
	width: 28%;
	margin-bottom: 80px;
}
.pd-car-box:not(:nth-child(3n)) {
	margin-right: 8%;
}
h3.pd-car-name {
	padding-top: 4px;
	font-size: 19px;
	border-top: 7px solid rgb(0, 0, 0);
}
.pd-car-name a::after {
	font-family: "Material Icons";
	content: "\e89e";
	padding-left: 3px;
	font-size: 0.75em;
	vertical-align: middle;
	color: rgb(135, 135, 135);

}
.pd-car-details dl dt {
	font-size: 16px;
	color: rgba(204, 33, 33, 1.0);
}
.pd-car-details dl dd {
	padding: 4px 2px 2px;
	font-size: 12px;
	line-height: 1.35;
	color: rgb(77, 77, 77);
	border-top: 1px dotted rgb(180, 180, 180);
}
.pd-car-details dl dd.pd-car-grade {
	font-size: 15px;
}
.pd-car-mop {
	margin-top: 7px;
	padding: 0 1px;
}
.pd-car-mop h4 {
	padding: 2px;
	font-size: 12px;
	font-weight: bolder;
	line-height: 1.05;
	text-align: center;
	color: rgb(135, 135, 135);
	background-color: rgba(255, 252, 240, 1.0);
	border: 1px solid rgba(135, 135, 135, 0.75);
}
.pd-car-mop p {
	padding: 5px 1px 0;
	font-size: 12px;
	line-height: 1.65;
	color: rgb(77, 77, 77);
}
.pd-sec.pd-attention-foot {
	padding-top: 0;
}
.pd-sec.pd-attention-foot > p {
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid rgb(0, 0, 0);
}
.pd-shops-link {
	margin-top: 30px;
}
.pd-shops-link a, 
.pd-shops-link a:visited {
	padding: 1.0em 1.5em;
	font-size: 30px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1.0);
	background-color: rgba(0, 114, 186, 1.0);
	border: 4px solid rgba(255, 255, 255, 1.0);
	border-radius: 15px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
	transition: 0.2s ease;
}
.pd-shops-link a:hover {
	background-color: rgb(2, 83, 134);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}


/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	

}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	.read {
		text-align: justify;
	}
	.pd-update p {
		padding: 10px;
		font-size: 20px;
	}
	.pd-car-box {
		width: 100%;
	}
	.pd-car-box:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.pd-shops-link a, 
	.pd-shops-link a:visited {
		padding: 0.75em 1.0em;
		font-size: 24px;
	}

}
