/* 20240904～ トップ・リニューアル CSS */

/* トップ要素の上部スペース定義 */
@media (min-width: 992px) {
	#top-content-js {
		padding-top: 162px; /* 162px */
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	#top-content-js {
		padding-top: 143px; /* 143px */
	}
}
@media (min-width: 668px) and (max-width: 768px) {
	#top-content-js {
		padding-top: 88px; /* 88px */
	}
}
@media (min-width: 468px) and (max-width: 668px) {
	#top-content-js {
		padding-top: 68px; /* 68px */
	}
}
@media (max-width: 468px) {
	#top-content-js {
		padding-top: 65px; /* 68px */
	}
}

/* TOP車査定額イメージのスライダー */
.carValueSlider {
	display: none;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}
@media (min-width: 1200px) {
	.carValueSlider.fade-renewal img {
		width: 600px;
	}
}
@media (max-width: 468px) {
	.carValueSlider.fade-renewal img {
		width: 100%;
	}
}
.active-renewal {
  background-color: #717171;
}
.fade-renewal {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.show-renewal {
  opacity: 1;
  display: block;
}






.color-bg-orange {
	background-color: #FF6B00;
}
.color-font-orange {
	color: #FF6B00;
}
.color-border-orange {
	border: #FF6B00;
}
.text-shadow-white {
	text-shadow:  0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white,
								0 0 3px white;
}
.text-shadow-white-md {
	text-shadow:  0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
								0 0 4px white,
}
.text-shadow-white-lg {
	text-shadow:  0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white,
								0 0 6px white;
}
.display-none {
	display: none;
}
.text-center {
	text-align: center;
}





.top-fv-back{
  background-image: url(../img/home/bg-up.webp);
  background-repeat: no-repeat;
  background-position: center;
	background-size: cover;
  background-color: #f1f1f1;
	/* 20240926追加↓ */
	height: 692px;
}
.top-fv-front {
	position: relative;
	padding: 42px 0 20px;
	max-width: 1020px;
  margin: 0 auto;
}
.text-image-line-two {
    padding-bottom: 30px;
}
.text-image-line-two img {
	max-width: 698px;
}
.top-heading-text {
  width: 100%;
	display: flex;
  flex-direction: column;
}
.top-voice-slash {
	width: 26px;
}
.text-voice {
  /* たった1回の入力で */
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	width: 100%;
	justify-content: left;
}
.text-voice p {
  /* たった1回の入力で */
	font-size: 24px;
	font-weight: 700;
	color: black;
	margin: 0;
}
.text-main {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	width: 100%;
	justify-content: left;
}
.text-main p {
  /* 全国 */
	font-size: 28px;
	font-weight: 700;
	color: black;
	margin: 0;
}
/* .text-main br {
	display: none;
} */
.text-main span {
  /* 600（社） */
	font-size: 52px;
	color: #FF6B00;
	padding: 0 6px;
}
/* .text-main .pdl-zero {
} */
.text-main strong {
  /* 最高額 */
	font-size: 52px;
	color: #FF6B00;
	padding: 0 6px;
}
.text-sub {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
	width: 100%;
	justify-content: left;
}
.text-sub p {
  /* 下取りより */
	font-size: 24px;
	font-weight: 700;
	color: black;
	margin: 0;
}
.text-sub span {
  /* 30（万） */
  font-size: 36px;
	font-weight: 700;
	color: black;
	padding: 0 4px;
}
.top-car-value-img {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

/* 画像切り替え */
.pc-mode {
	display: block;
}
.sp-mode {
	display: none;
}






/* トップ査定入力フォーム */
div#form-renewal {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0%, -50%);
}
.form-top-renewal {
	/* width: 100%; */
	/* margin-top: 0px; */
	/* margin-bottom: 20px; */
	border-radius: 20px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
}
#form-renewal .form-main h3 {
font-size: 1.8rem;
}
#form-renewal .form-main h3 strong {
color: #ff5c00;
}
#form-renewal .form-main h3 {
	padding: 0.2rem;
	margin-bottom: 0.2rem;
	font-weight: bold;
	text-align: center;
}
#form-renewal .form-main h3 span {
	/* background: linear-gradient(transparent 60%, #FFFE03 60%); */
	color: #000;
}
dl.input-btn-new {
	margin-top: -10px!important;
	margin-bottom: 0px!important;
}
p.text-memo-form-renewal {
margin-bottom: -15px;
text-align: center;

}
.new_hero-inner .hero_left_renewal {
display: flex;
align-items: center;
/* padding-top: 20px; */
}
/* .form-top-renewal .form-detail dl dt p {
width: 92%;
text-align: left;
}
section.logo-brand-partner.pc-ct {
	margin: 0px 0 10px;
}
.form-top-renewal .form-detail input#vehiclesField {
width: 93%;
}
.form-top-renewal .form-detail input#kilometField {
width: 93%;
}
.form-top-renewal .form-detail span.required-label {
font-size: 7px;
padding: 0px 5px 2px;
}
.form-top-renewal span.title-ft {
	font-size: 14px;
} */











/* 青山さん */
.p-rel {
	position: relative;
}
.p-ab {
	position: absolute;
}



.txt-center{
	text-align: center;
}
.font-lg {
	font-size: 60px;
	font-weight: bold;
}
.font-md {
	font-size: 24px;
}

.form-head {
	background-color: #ff0000;
	padding: 8px 0px;
	width: 74%;
	display: block;
	margin: 0 auto;
	border-radius: 4px;
	top: -4%;
	left: 13%;
	color: #fff;
	box-shadow: 0px 0px 1px rgb(124 124 124 / 15%), 0px 1px 1px rgb(126 125 125 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
}
.form-head p {
	font-size: 16px;
    font-weight: 500;
	margin: 0;
}
.form-main {
	background-color: #fff;
	padding: 40px 20px 30px 20px;
	border-radius: 20px;
}
.main-heading {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.heading-font-large {
	color: red;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 2px;
    text-shadow: 3px 2px 0px #E3E3E3, 3px 2px 0px #E3E3E3, 1px -3px 0px #E3E3E3, -3px -1px 0px #E3E3E3;
}
.main-heading-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.right-font-medium {
	color: black;
	font-size: 28px;
	font-weight: 700;
	line-height: 35px;
}
.sub-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding: 12px;
}
.sub-heading p {
    font-size: 10px;
    color: black;
    font-weight: 500;
    text-align: center;
    margin: -10px 0 0 0;
}
.sub-heading h5 {
    font-size: 13px;
    font-weight: 800;
    margin: 0;
}
.sub-heading div {
	width: 268px;
	border-bottom: solid .5px black;
}


/* PC入力フォーム */

/* PC次へボタン */

/* SP用入力フォーム */

.form-top-sp {
	display: none; /* PC時は非表示 */
} 
/*.sp-form {
	border: 3px solid black;
}*/
.sp-form-head{
	background-color: #ff0000;
    padding: 4px;
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    top: -4%;
    left: 10%;
    color: #fff;
    box-shadow: 0px 0px 1px rgb(124 124 124 / 15%), 0px 1px 1px rgb(126 125 125 / 25%), 0px 4px 4px rgb(0 0 0 / 25%);
}
.sp-form-head p {
	font-size: 14px;
  font-weight: 500;
	margin: 0;
}
.sp-form-main {
	background-color: #fff;
	padding: 32px 20px 28px 20px;
	border-radius: 20px;
}
.sp-main-heading {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 2px;
	height: 52px;
}
.sp-heading-font-large {
	color: red;
	font-size: 58px;
	font-weight: 700;
	line-height: 52px;
	text-shadow: 1px 1px 2px #adadad;
	height: 100%;
	display: flex;
	align-items: center;
}
.sp-main-heading-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}
.sp-right-font-medium {
	color: black;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.sp-sub-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 15px 8px 6px;
}
.sp-sub-heading h5 {
    font-size: 12px;
    font-weight: 800;
    margin: 0;
}
.sp-sub-heading p {
	font-size: 10px;
	color: black;
	font-weight: 500;
	text-align: center;
	margin: -8px 0 0 0;
}
.sp-sub-heading div {
	width: 260px;
	border-bottom: solid .5px black;
}

/* Wordpress Dashboard Form Builder "From PC New" CSS */
.btn-custom-renewal {
	width: 100%;
	position: relative;
}
.form-top-btn-renewal {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.form-top-btn-renewal button {
	appearance: none;
	border: 0;
	border-radius: 100px;
	box-shadow: #bbbbbb 0 2px 2px;
	color: #fff;
	cursor: pointer;
	height: 62px;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding: 12px 22px;
	text-align: center;
	text-decoration: none;
	transition: box-shadow .15s, transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
	font-size: 24px;
	font-weight: 700;
	background-color: black;
	min-width: 160px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.btn-text-span-renewal {
	width: fit-content;
	background-color: white;
	border-radius: 100px;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 700;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* インプットフォーム「車種」 */
.form-first-input {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin: 4px 0;
	/* padding: 0 10px; */
	flex-direction: column;
	gap: 4px;
}
.form-first-input label {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}
.required-label-red {
	font-size: 10px;
	background-color: #ff0000;
	color: #fff;
	padding: 1px 15px 2px;
	margin-left: 8px;
	border-radius: 100px;
	text-align: center;
	font-weight: 600;

}
.form-first-input input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 4px 0 16px;
	width: 100%;
	height: 50px;
	padding: 0 12px;
	border-radius: 8px;
	border: 1px solid red;
}



/* キャンペーンセクション */
.campaign-section {
	display: flex;
	max-width: 1020px;
	height: 420px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.campaign-width {
	width: 100%;
}








.-flex {
	display: flex;
}
.column {
	flex-direction: column;
}
.row {
	flex-direction: row;
}
.justify-center {
	justify-content: center;
}
.items-center {
	align-items: center;
}
.w-full {
	width: 100%;
}

#form-renewal .form-main h3 span.font-top {
	color: #ff0000;
	font-weight: bold;
	font-size: 3rem;
}



@media (min-width: 768px) {
	.text-image-line-three img {
	    width: 65%;
	}
}



/* 横幅768以上・1200以下で適用 */
@media (min-width: 768px) and (max-width: 1200px) {
}

/* 横幅468以上・768以下で適用 */
@media (min-width: 468px) and (max-width: 768px) {
	.form-top-sp {
		display: flex;
		flex-direction: column;
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		border-left: 1px solid white;
		border-right: 1px solid white;
	}
	.text-image-line-one img {
	    width: 100%;
	}
	.text-image-line-two img {
	    width: 100%;
			max-width: none;
	}
	.text-image-line-three img {
	    width: 100%;
	}
	.hero_left_renewal {
	    padding-bottom: 15px;
	}
	.text-image-line-one {
	    padding-top: 10px;
	}

}

/* 横幅468以下で適用 */
@media (max-width: 468px) {
	.top-fv-back {
		background-image: url(../img/home/sp-bup.webp);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: #f1f1f1;
		/* 20240926追加↓ */
		height: 420px;
	}
	.top-fv-front {
		position: relative;
		padding: 16px 16px;
		margin: 0 auto;
	}
	.top-heading-text {
		width: 100%;
		display: flex;
		flex-direction: column;
		padding: 0;
	}
	.top-voice-slash {
    width: 12px;
	}
	.text-voice {
		/* たった1回の入力で */
		display: flex;
		flex-direction: row;
		gap: 4px;
		align-items: center;
		width: 100%;
		justify-content: left;
	}
	.text-voice p {
		/* たった1回の入力で */
		font-size: 14px;
		font-weight: 700;
		color: black;
		margin: 0;
	}
	.text-main {
		display: flex;
		flex-direction: row;
		gap: 12px;
		align-items: center;
		width: 100%;
		justify-content: left;
	}
	.text-main p {
		/* 全国 */
		font-size: 16px;
		font-weight: 700;
		color: black;
		margin: 0;
	}
	/* .text-main br {
		display: block;
	} */
	.text-main span {
		/* 600（社） */
		font-size: 20px;
		color: #FF6B00;
		padding: 0 2px;
	}
	/* .text-main .pdl-zero {
		padding-left: 0;
	} */
	.text-main strong {
		/* 最高額 */
		font-size: 52px;
		color: #FF6B00;
		padding: 0 6px;
	}
	.text-sub {
		display: flex;
		flex-direction: row;
		gap: 12px;
		align-items: center;
		width: 100%;
		justify-content: left;
	}
	.text-sub p {
		/* 下取りより */
		font-size: 14px;
		font-weight: 700;
		color: black;
		margin: 0;
		line-height: 18px;
	}
	.text-sub span {
		/* 30（万） */
		font-size: 18px;
		font-weight: 700;
		color: black;
		padding: 0 2px;
	}
	.top-car-value-img {
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
	}
	/* TOP車査定額画像の切り替え */
	.pc-mode {
		display: none;
	}
	.sp-mode {
		display: block;
	}







	.form-top-sp {
		display: flex;
		flex-direction: column;
		max-width: 1020px;
		width: 100%;
		margin: 0 auto;
		border-left: 1px solid white;
		border-right: 1px solid white;
	}




		
	/* Wordpress Dashboard Form Builder "From PC New" CSS */
	.form-top-btn-renewal button {
		height: 54px;
		min-width: 200px;
		padding: 12px 22px 12px 8px;
		gap: 17px;
	}
	.btn-text-span-renewal {
		padding: 5px 14px;
        font-size: 17px;
	}
	/* インプットフォーム「車種」 */
	.form-first-input {
		width: 100%;
		display: flex;
		align-items: flex-start;
		margin: 4px 0;
		flex-direction: column;
		gap: 4px;
	}
	.form-first-input label {
		font-size: 14px;
	}
	.required-label-red {
		font-size: 10px;
		padding: 1px 8px 2px;
	}
	.form-first-input input {
		font-size: 92%;
		height: 44px;
		border: 1px solid red;
	}
	.text-image-line-one {
	    padding-top: 10px;
	}








	/* キャンペーンセクション */
	.campaign-section {
	display: flex;
    /*max-width: 360px;*/
    height: auto;
    margin: 0 auto 10px;
    /*justify-content: center;
    align-items: center;
    background-color: #fff;*/
    width: 100%;
	}
	.campaign-width {
		width: 100%;
	}
	.text-image-line-one img {
	    width: 100%;
	}
	.text-image-line-two img {
	    width: 100%;
			max-width: none;
	}
	.text-image-line-three img {
	    width: 100%;
	}
	.hero_left_renewal {
	    padding-bottom: 15px;
	}
}

/* 横幅430以下で適用 */
@media (max-width: 430px) {
	.top-fv-back {
		/* 20240926追加↓ */
		height: 400px;
	}
}

/* 横幅420以下で適用 */
@media (max-width: 420px) {
	.top-fv-back {
		/* 20240926追加↓ */
		height: 390px;
	}
}

/* 横幅390以下で適用 */
@media (max-width: 390px) {
	.top-fv-back {
		/* 20240926追加↓ */
		height: 370px;
	}
}

/* 横幅380以下で適用 */
@media (max-width: 380px) {
	.top-fv-back {
		/* 20240926追加↓ */
		height: 360px;
	}
}

/* 横幅320以下で適用 */
@media (max-width: 320px) {
	.top-fv-back {
		/* 20240926追加↓ */
		height: 316px;
	}
}

.line-manaka {
    font-weight: 100;
    border: 1px solid #6d6d6d;
    margin: 18px 0;
}
.sp-line-mannaka {
    border-bottom: solid .5px black;
    padding: 10px 0;
    margin-bottom: 22px;
}
.form-first-input input::placeholder {
    color: #3c3c3c !important;
}
.form-top-btn-renewal button:hover {
    background-color: #000;
}
