



/********** 取り扱い車種と料金 **********/
section.list {
	background-color: #F4F5F9;
	padding-top: 100px;
	padding-bottom: 120px;
}

/*一覧*/
section.list > ol {
	width: 1080px;
	margin: 60px auto 0;
}
section.list > ol li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 2px solid #194FB3;
	padding: 30px 40px;
	margin-bottom: 30px;
}
/*左側*/
section.list > ol li > img {
	width: 300px;
	height: auto;
}
/*中央*/
section.list > ol li > div:nth-of-type(1) {
	width: 340px;
	padding-top: 20px;
}
section.list > ol li > div:nth-of-type(1) h3 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	line-height: 1.4;
	margin-bottom: 15px;
}
section.list > ol li > div:nth-of-type(1) p {
	font-size: 36px;
	font-weight: 600;
	color: #E72A36;
}
section.list > ol li > div:nth-of-type(1) p small {
	font-size: 18px;
	font-weight: 500;
	margin-left: 5px;
}
/*1ヶ月*/
section.list > ol li > div:nth-of-type(1) p span {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #194FB3;
	line-height: 1;
	padding: 4px 10px;
	border: 1px solid #194FB3;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: middle;
}
/*右側*/
section.list > ol li > div:nth-of-type(2) {
	width: 320px;
	padding-top: 20px;
}
section.list > ol li > div:nth-of-type(2) p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 25px;
}
/*詳細はこちらボタン*/
section.list > ol li a {
	width: 320px;
	border: 1px solid #194FB3;
	border-radius: 5px;
	display: block;
	position: relative;
	font-size: 16px;
	color: #194FB3;
	font-weight: 600;
	line-height: 1.3;
	padding: 20px 20px 20px 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	background: linear-gradient(#fff 50%, #fafafa 50%);
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .4));
}
section.list > ol li a::after {
	position: absolute;
	top: 46%;
	right: 20px;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #194FB3;
	border-right: 2px solid #194FB3;
	-webkit-transform: rotate(135deg);
	transform: rotate(45deg);
}
/*hover*/
section.list > ol li a:hover {
	border: 1px solid #000;
	color: #000;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .0));
}
section.list > ol li a:hover::after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}








/*■ 1080px以下 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
*{}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/********** 取り扱い車種と料金 **********/
section.list {
	padding-top: 50px;
	padding-bottom: 70px;
}
/*一覧*/
section.list > ol {
	width: 90%;
	max-width: 600px;
}
section.list > ol li {
	flex-wrap: wrap;
	padding: 30px 20px;
}
/*左側*/
section.list > ol li > img {
	width: 100%;
}
/*中央*/
section.list > ol li > div:nth-of-type(1) {
	width: 100%;
}
section.list > ol li > div:nth-of-type(1) h3 {
	font-size: 22px;
	text-align: center;
}
section.list > ol li > div:nth-of-type(1) p {
	font-size: 34px;
	text-align: center;
}
section.list > ol li > div:nth-of-type(1) p small {
	font-size: 16px;
}
/*1ヶ月*/
section.list > ol li > div:nth-of-type(1) p span {
	font-size: 14px;
	padding: 4px 4px;
}
/*右側*/
section.list > ol li > div:nth-of-type(2) {
	width: 100%;
}
section.list > ol li > div:nth-of-type(2) p {
	margin-bottom: 20px;
}
/*詳細はこちらボタン*/
section.list > ol li a {
	width: 100%;
	font-size: min(4.5vw,16px);
}







/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
