@charset "UTF-8";
/* ONLY / Contact Form */

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

	PAGE BASE

--------------------------------------------------------------------*/
article {
	background: #fff;
}

article .introTxt {
	text-align: center;
	padding: 30px 0 20px;
}

article .introTxt span {
	display: inline-block;
	margin-right: 2px;
	color: #EA4050;
}

.blcWrap {
	margin-bottom: 30px;
	max-width: 960px;
	margin: 0 auto;
}

.blcWrap .blcTtl {
	text-align: center;
	border-radius: 200px;
	font-weight: 700;
	background: #263E50;
	line-height: 50px;
	color: #fff;
	letter-spacing: 2px;
}

.blcWrap .stepSelect dt {
	color: #263E50;
}

.stepSelect dt .must {
	display: block;
}

.stepSelect dt .must::after {
	display: inline-block;
	content: '';
	margin-left: 10px;
	border-radius: 100%;
	width: 11px;
	height: 11px;
	background: #EA4050;
	position: absolute;
	top: 0;
	right: 0;
}

.imageBox .must {
	position: relative;
}

.imageBox .must::after {
	display: block;
	content: '';
	margin-left: 10px;
	border-radius: 100%;
	width: 11px;
	height: 11px;
	background: #EA4050;
	position: absolute;
	top: 0;
	right: 0;
}

.stepSelect dd .miniLabel {
	font-size: 14px;
	color: #697781;
}

.blcWrap .notesBox {
	border: 1px solid #54AFB3;
	border-radius: 10px;
	text-align: center;
	padding: 30px;
	font-weight: 700;
	width: 90%;
	max-width: 820px;
	margin: 30px auto;
}

.blcWrap .notesBox span {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

.checkList {
	border: 1px solid #B3C8CB;
	border-radius: 10px;
	overflow: hidden;
}

.checkList li {
	position: relative;
	border-bottom: 1px solid #B3C8CB;
}

.checkList li:last-child {
	border-bottom: none;
}

/* checkboxは非表示 */
.checkList input {
	position: absolute;
	opacity: 0;
}

/* 行全体クリック */
.checkList label {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 15px 10px;
	cursor: pointer;
	font-size: 16px;
	color: #23364a;
}

/* チェックボックス */
.checkBox {
	width: 23px;
	height: 23px;
	border: 1px solid #B3C8CB;
	border-radius: 5px;
	background: #fff;
	position: relative;
}

/* チェックマーク */
.checkList input:checked+label .checkBox::after {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	left: 5px;
	top: 5px;
	background: url("/form/tradein/img/ico-check.svg") no-repeat center;
	background-size: contain;
}

/* 選択時背景 */
.checkList input:checked+label {
	background: #dbeaee;
}

/* hover */
.checkList label:hover {
	background: #f5f8fb;
}

.odoKm dd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.odoKm input {
	width: 160px;
	border-radius: 8px 0 0 8px;
}

.odoKm dd span.km {
	border-radius: 0 8px 8px 0;
	padding: 10px 15px;
	font-size: 16px;
	border: 1px solid #B3C8CB;
	border-left: none;
}

@media screen and (min-width: 960px) {
	.stepSelect dt .must::after {
		top: 29px;
		right: 20px;
	}

	.stepSelect dd .miniLabel {
		padding-left: 20px;
	}
}

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

	自動車検査証記録事項

--------------------------------------------------------------------*/

.imageBox h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.imageBox .img img {
	max-width: 100%;
}

/* ドロップ枠 */
.upDrop {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	border: 2px dashed #54AFB3;
	border-radius: 18px;
	cursor: pointer;
	user-select: none;
	text-align: center;
	padding: 26px 18px;
	box-sizing: border-box;
	background: #F5F5F5;
	transition: background .2s, border-color .2s;
}

.inspectionCertificate .upDrop {
	min-height: 220px;
}

/* 点線の間隔をそれっぽく */
.upDrop {
	border-style: dashed;
}

/* hover時 */
.upDrop:hover {
	background: #fbfeff;
}

/* file input は隠す */
.upInput {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* 初期表示 */
.upBefore {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* 選択後表示 */
.upAfter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

/* アイコン */
.upIcon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

/* 「画像をドラッグする」 */
.upTitle {
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #14202a;
	margin-bottom: 16px;
	line-height: 1.5;
}

/* ボタン */
.upBtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 52px;
	padding: 0 22px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: linear-gradient(180deg, #54AFB3 0%, #3aaab9 100%);
	box-shadow:
		0 8px 18px rgba(58, 170, 185, 0.25),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

/* ボタン押し込み感 */
.upDrop:active .upBtn {
	transform: translateY(1px);
	box-shadow:
		0 6px 14px rgba(58, 170, 185, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

/* ドラッグ中 */
.upDrop.isDrag {
	background: #f2fbfd;
	border-color: #54AFB3;
}

/* 選択済み */
.upDrop.isSelected {
	background: #fbfeff;
	border-style: solid;
}

/* プレビュー画像 */
.upPreview {
	display: block;
	max-width: 100%;
	max-height: 170px;
	margin: 0 auto 10px;
	object-fit: contain;
	border-radius: 8px;
}

/* ファイル名 */
.upFileName {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 1.5;
	color: #14202a;
	word-break: break-all;
}

/* 削除ボタン */
.upRemove {
	display: block;
	margin: 10px auto 0;
	padding: 8px 16px;
	border: 1px solid #c9d6d8;
	border-radius: 999px;
	background: #fff;
	font-size: 13px;
	line-height: 1;
	color: #14202a;
	cursor: pointer;
}

/* アップロード済み時 */
.upDrop.isSelected .upBtn {
	background: #c8c8c8;
	box-shadow: none;
	border-color: #c8c8c8;
	color: #fff;
	pointer-events: none;
}

/* 任意：タイトルも少し落ち着かせる */
.upDrop.isSelected .upTitle {
	color: #666;
}

.upDrop.isDrag {
	background: #f2fbfd;
	border-color: #54AFB3;
}

.upDrop.isSelected {
	border-style: solid;
	background: #fbfeff;
}

.upRemove:hover {
	background: #f7f9f9;
}

.carImageWrap .imageItem {
	margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
	.stepSelect {
		box-sizing: border-box;
	}

	.inspectionCertificate h3 br {
		display: none;
	}

	.inspectionCertificate.imageBox .img {
		width: 430px;
	}

	.inspectionCertificate .innerBox {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	.upBox {
		width: 460px;
	}

	.inspectionCertificate .upDrop {
		min-height: 285px;
	}

	.carImageWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}

	.carImageWrap h3 {
		margin-bottom: 10px;
	}

	.carImageWrap .imageItem {
		width: 23%;
	}

	.carImageWrap .img {
		margin-bottom: 5px;
	}

	.carImageWrap .imageItem .upBox {
		width: 100%;
	}

	.carImageWrap .imageItem .upDrop {
		padding: 20px 18px 26px;
		border-radius: 10px;
		min-height: 220px;
	}

	.carImageWrap .imageItem .upIcon {
		margin-bottom: 10px;
	}

	.carImageWrap .imageItem .upTitle {
		margin-bottom: 4px;
		font-size: 14px;
	}

	.carImageWrap .imageItem .upBtn {
		min-width: 132px;
		width: 132px;
		font-size: 16px;
		height: 36px;
		padding: 0;
		border-radius: 5px;
	}

	.carImageWrap .imageItem .upPreview {
		max-height: 120px;
	}

	.carImageWrap .imageItem .upFileName {
		font-size: 12px;
	}

	.carImageWrap .imageItem .upRemove {
		font-size: 12px;
		padding: 7px 12px;
	}
}

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

	INPUT Size Control

--------------------------------------------------------------------*/

/*------------------------------------
メールアドレス
------------------------------------*/
@media screen and (min-width: 960px) {
	input[name='email'] {
		width: 400px;
	}
}

/*------------------------------------
お問い合わせ内容・備考
------------------------------------*/
textarea[name='content'] {
	height: 200px;
}



@media print,
screen and (min-width: 960px) {
	ul.formBtn {
		padding: 20px 0;
	}

}
