



/* TOPビジュアル *******************/
header {
	height: 350px;
	background-image: url(../img/sell/header_sell_bg_pc.png);
}
header h2 {
	text-align: center;
}
header h2 img {
	width: 100%;
	max-width: 520px;
	height: auto;
	margin-top: 20px;
}







/* CVエリア *******************/
section.cv {
	padding-top: 65px;
	padding-bottom: 60px;
}
section.cv.last {
	padding-bottom: 80px;
}
section.cv > span {
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #1F2150;
	text-align: center;
	margin-bottom: 14px;
}
section.cv h3 {
	font-size: 36px;
	font-weight: 500;
	color: #0F0F0F;
	text-align: center;
	margin-bottom: 26px;
}
section.cv p {
	font-size: 20px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.4;
	text-align: center;
}
section.cv > div {
	width: 1080px;
	margin: 35px auto 0;
	display: flex;
	justify-content: space-between;
}
section.cv > div a {
	width: 524px;
	display: block;
	background-color: #1F2150;
	border-radius: 12px;
	padding: 39px 0 39px 135px;
	position: relative;
}
/*hover*/
section.cv > div a:hover {
	background-color: #46474F;
}
section.cv > div a::after {
	width: 32px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../img/sell/icon_yajirushi_white.png);
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > div a b {
	color: #fff;
	font-size: 32px;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
section.cv > div a b::before {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 100%;
	left: -110px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../img/sell/icon_car.png);
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.cv > div a span {
	color: #fff;
	font-size: 18px;
	display: block;
	font-weight: 400;
}
/*TELボタン*/
section.cv > div a.tel {
	background-color: #fff;
	padding: 34px 0 34px 135px;
	border: 2px solid #D74A32;
}
section.cv > div a.tel b {
	font-size: 45px;
	font-weight: bold;
	color: #0F0F0F;
	margin-bottom: 3px;
}
section.cv > div a.tel b::before {
	top: 85%;
	background-image: url(../img/sell/icon_tel_red.png);
}
section.cv > div a.tel span {
	color: #D74A31;
}








/* メリット *******************/
section.merit {
	background: linear-gradient(180deg, #fff 0%, #fff 60px, #E9E9F0 60px, #E9E9F0 100%);
	position: relative;
}
section.merit > div:nth-of-type(1) {
	text-align: center;
}
section.merit > div:nth-of-type(1) > img {
	width: 1080px;
	height: auto;
}
section.merit h3 {
	width: 90%;
	max-width: 1200px;
	font-size: 36px;
	margin: 80px auto 80px;
	max-width: 1200px;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #1F2150;
}
section.merit h3::before {
	content: "";
	display: block;
	border-top: solid 2px #1F2150;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
section.merit h3 p {
	padding: 0 30px;
	display: inline-block;
	background: #E9E9F0;
	position: relative;
	z-index: 5;
}
section.merit div.cont {
	width: 1080px;
	margin: 0 auto 80px;
	display: flex;
	text-align: left;
}
section.merit div.cont img {
	width: 510px;
	height: auto;
}
section.merit div.cont div {
	width: calc(100% - 510px);
}
section.merit div.cont div h5 {
	font-size: 30px;
	font-weight: 500;
	color: #1F2150;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom: 1px solid #1F2150;
}
section.merit div.cont div h5::before {
	background-image: url(../img/sell/icon_check.png);
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 10px;
}
section.merit div.cont.lf div h5 {
	padding-left: 0px;
	padding-right: 30px;
}
section.merit div.cont div p {
	font-size: 18px;
	font-weight: 400;
	color: #0F0F0F;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 30px;
}
section.merit div.cont.lf div p {
	margin-left: 0px;
	margin-right: 30px;
}
/*車探しのスタートから納車されるまで フルサポートいたします！*/
section.merit > div:last-of-type {
	height: 380px;
	background-image: url(../img/sell/fullsupport_pc.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 40px;
}
section.merit > div:last-of-type p {
	width: 1080px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 500;
	color: #1F2150;
	line-height: 1.6;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/








/* TOPビジュアル *******************/
header {
	height: 56vw;
	background-image: url(../img/sell/header_sell_bg_sp.png);
}
header h2 {
	height: calc(56vw - 68px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header h2 img {
	width: 90%;
	max-width: 700px;
	height: auto;
	margin-top: 0px;
}






/* CVエリア *******************/
section.cv {
	padding-top: 40px;
	padding-bottom: 20px;
}
section.cv.last {
	padding-bottom: 60px;
}
section.cv > span {
	font-size: 16px;
}
section.cv h3 {
	font-size: min(7vw,24px);
	line-height: 1.4;
	margin-left: 5%;
	margin-right: 5%;
}
section.cv p {
	width: 90%;
	max-width: max-content;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
}
section.cv > div {
	flex-wrap: wrap;
	width: 90%;
	max-width: 400px;
}
section.cv > div a {
	width: 100%;
	margin-bottom: 20px;
	padding: 23px 0 23px 80px;
}
section.cv > div a::after {
	width: 24px;
	height: 20px;
	right: 20px;
}
section.cv > div a.tel::after {
	display: none;
}
section.cv > div a b {
	font-size: min(5vw,20px);
}
section.cv > div a b::before {
	width: 50px;
	height: 50px;
	left: -60px;
}
section.cv > div a span {
	font-size: min(3.5vw,14px);
}
/*TELボタン*/
section.cv > div a.tel {
	background-color: #D74A32;
	border: none;
	padding: 23px 0 23px 80px;
}
section.cv > div a.tel b {
	font-size: 28px;
	color: #fff;
}
section.cv > div a.tel b::before {
	background-image: url(../img/sell/icon_tel_white.png);
}
section.cv > div a.tel span {
	font-size: min(4vw,14px);
	color: #fff;
}







/* メリット *******************/
section.merit {
	background-color: #E9E9F0;
}
section.merit > div:nth-of-type(1) {
	background-color: #fff;
	text-align: center;
}
section.merit > div:nth-of-type(1) > img {
	width: 100%;
	max-width: 1080px;
}
section.merit h3 {
	font-size: 20px;
	line-height: 1.4;
	margin: 60px auto 40px;
}
section.merit h3 p {
	padding: 0 10px;
}
section.merit div.cont {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
	margin: 0 auto 60px;
}
section.merit div.cont.lf {
	flex-direction: column-reverse;
}
section.merit div.cont img {
	width: 100%;
}
section.merit div.cont div {
	width: 100%;
}
section.merit div.cont div h5 {
	font-size: 20px;
	margin-top: 20px;
	padding-left: 0px;
}
section.merit div.cont div h5::before {
	width: 22px;
	height: 22px;
	vertical-align: sub;
}
section.merit div.cont div p {
	font-size: 16px;
	margin-left: 0px;
}
/*車探しのスタートから納車されるまで フルサポートいたします！*/
section.merit > div:last-of-type {
	background-image: url(../img/sell/fullsupport_sp.png);
	background-size: 100% auto;
	background-position: center bottom;
	height: 88vw;
	padding-top: 0;
}
section.merit > div:last-of-type p {
	width: 90%;
	max-width: 600px;
	font-size: 24px;
	background-color: rgba(233, 233, 240, 0.7);
}
section.merit > div:last-of-type p span {
	display: inline-block;
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
