/* Upload page only: /send_orderform/ */

body#send_orderform {
	--upload-navy: #0d3450;
	--upload-teal: #009b8f;
	--upload-teal-dark: #00766d;
	--upload-orange: #f47716;
	--upload-red: #c72d3f;
	--upload-text: #243746;
	--upload-muted: #607481;
	--upload-line: #d5e1e6;
	--upload-soft: #f2f7f8;
	--upload-warm: #fff7ea;
}

body#send_orderform #right.send-orderform-page {
	color: var(--upload-text);
	font-family: "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
}

body#send_orderform #right.send-orderform-page,
body#send_orderform #right.send-orderform-page * {
	box-sizing: border-box;
}

body#send_orderform #right .content_wrap {
	padding: 0 0 28px;
	overflow: hidden;
}

body#send_orderform .send-upload-hero {
	position: relative;
	padding: 34px 34px 30px;
	border-top: 5px solid var(--upload-teal);
	border-bottom: 1px solid var(--upload-line);
	background: #f1faf9;
	overflow: hidden;
}

body#send_orderform .send-upload-hero::after {
	position: absolute;
	top: -72px;
	right: -54px;
	width: 230px;
	height: 230px;
	border: 34px solid rgba(0, 155, 143, 0.08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

body#send_orderform .send-upload-hero__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 7px;
	color: var(--upload-teal-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
}

body#send_orderform #right .send-upload-hero h1.title {
	position: relative;
	z-index: 1;
	margin: 0 0 13px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--upload-navy);
	font-size: 32px;
	line-height: 1.3;
}

body#send_orderform .send-upload-hero__lead {
	position: relative;
	z-index: 1;
	margin: 0 0 5px;
	color: var(--upload-navy);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.65;
}

body#send_orderform .send-upload-hero__text {
	position: relative;
	z-index: 1;
	max-width: 580px;
	margin: 0;
	color: var(--upload-muted);
	font-size: 14px;
	line-height: 1.75;
}

body#send_orderform .send-upload-guide {
	margin: 0;
	padding: 26px 30px 2px;
}

body#send_orderform .send-upload-guide h2 {
	margin: 0 0 13px;
	color: var(--upload-navy);
	font-size: 18px;
	line-height: 1.5;
}

body#send_orderform .send-upload-guide ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: upload-point;
}

body#send_orderform .send-upload-guide li {
	position: relative;
	min-height: 86px;
	padding: 14px 12px 12px 47px;
	border: 1px solid var(--upload-line);
	border-radius: 5px;
	background: #fff;
	counter-increment: upload-point;
}

body#send_orderform .send-upload-guide li::before {
	position: absolute;
	top: 13px;
	left: 12px;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--upload-teal);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	content: counter(upload-point);
}

body#send_orderform .send-upload-guide li strong,
body#send_orderform .send-upload-guide li span {
	display: block;
}

body#send_orderform .send-upload-guide li strong {
	margin-bottom: 3px;
	color: var(--upload-navy);
	font-size: 14px;
}

body#send_orderform .send-upload-guide li span {
	color: var(--upload-muted);
	font-size: 12px;
	line-height: 1.55;
}

body#send_orderform #estimate_contact_02 {
	margin: 26px 30px 0;
	width: auto;
}

body#send_orderform #estimate_contact_02 .contact-wrap > h6 {
	margin-top: 0;
	padding: 12px 14px;
}

body#send_orderform #estimate_contact_02 .upload-file-section {
	padding: 0;
	border: 0;
	background: transparent;
}

body#send_orderform .upload-file-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

body#send_orderform .upload-file-card {
	display: flex;
	min-width: 0;
	min-height: 160px;
	padding: 14px;
	border: 1px solid #b8cbd3;
	border-radius: 5px;
	background: #fff;
	flex-direction: column;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

body#send_orderform .upload-file-card:hover,
body#send_orderform .upload-file-card:focus-within {
	border-color: var(--upload-teal);
	background: #fbfefe;
	box-shadow: 0 0 0 3px rgba(0, 155, 143, 0.12);
}

body#send_orderform .upload-file-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 4px;
}

body#send_orderform .upload-file-card__head strong {
	color: var(--upload-navy);
	font-size: 16px;
}

body#send_orderform .upload-required,
body#send_orderform .upload-optional {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 22px;
	padding: 2px 7px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

body#send_orderform .upload-required {
	background: #fcebed;
	color: var(--upload-red);
}

body#send_orderform .upload-optional {
	background: #edf2f4;
	color: var(--upload-muted);
}

body#send_orderform .upload-file-card__help {
	min-height: 38px;
	margin-bottom: 9px;
	color: var(--upload-muted);
	font-size: 12px;
	line-height: 1.55;
}

body#send_orderform #estimate_contact_02 .upload-file-card .wpcf7-form-control-wrap {
	display: block;
	margin-top: auto;
}

body#send_orderform #estimate_contact_02 .upload-file-card input[type="file"] {
	width: 100%;
	margin: 0;
	padding: 6px;
	border-color: #b8cbd3;
	background: var(--upload-soft);
	font-size: 11px;
	cursor: pointer;
}

body#send_orderform #estimate_contact_02 .upload-file-card input[type="file"]::file-selector-button {
	display: block;
	width: 100%;
	margin: 0 0 6px;
	padding: 8px 7px;
	border-color: var(--upload-teal);
	background: #fff;
	color: var(--upload-teal-dark);
	font-size: 12px;
}

body#send_orderform .upload-file-rule {
	margin: 10px 0 0;
	color: var(--upload-muted);
	font-size: 12px;
	line-height: 1.65;
}

body#send_orderform .large-file-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 14px 0 0;
	padding: 14px 15px;
	border-left: 4px solid var(--upload-orange);
	background: var(--upload-warm);
}

body#send_orderform .large-file-note p {
	margin: 0;
	color: #5a4025;
	font-size: 13px;
	line-height: 1.65;
}

body#send_orderform .storage-service-links {
	display: flex;
	align-items: stretch;
	gap: 7px;
	flex: 0 0 auto;
}

body#send_orderform .storage-service-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 124px;
	min-height: 44px;
	padding: 7px 11px;
	border: 1px solid #ca731b;
	border-radius: 4px;
	background: #fff;
	color: #9b4d05;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
}

body#send_orderform .storage-service-links a:hover,
body#send_orderform .storage-service-links a:focus-visible {
	background: #fff2dc;
	outline: 2px solid rgba(244, 119, 22, 0.2);
	outline-offset: 1px;
}

body#send_orderform .storage-service-links a span {
	display: block;
	margin-top: 2px;
	color: #8a735d;
	font-size: 9px;
	font-weight: 400;
}

body#send_orderform #estimate_contact_02 .contact-wrap > p:empty {
	display: none;
}

body#send_orderform #estimate_contact_02 table.user th {
	width: 180px;
}

body#send_orderform #estimate_contact_02 input[type="text"],
body#send_orderform #estimate_contact_02 input[type="email"] {
	font-size: 16px;
}

body#send_orderform #estimate_contact_02 input[type="submit"] {
	min-height: 56px;
	font-size: 17px;
}

body#send_orderform #estimate_contact_02 .wpcf7-response-output:empty {
	display: none;
}

body#send_orderform .send-upload-after {
	margin: 18px 30px 0;
}

body#send_orderform .send-upload-after p.form_memo {
	margin: 10px 0 !important;
}

@media screen and (max-width: 750px) {
	body#send_orderform #item_sp > p {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	body#send_orderform #right .content_wrap {
		padding-bottom: 18px;
	}

	body#send_orderform .send-upload-hero {
		padding: 25px 18px 23px;
	}

	body#send_orderform .send-upload-hero::after {
		top: -82px;
		right: -94px;
	}

	body#send_orderform #right .send-upload-hero h1.title {
		font-size: 27px;
	}

	body#send_orderform .send-upload-hero__lead {
		font-size: 16px;
	}

	body#send_orderform .send-upload-guide {
		padding: 21px 13px 0;
	}

	body#send_orderform .send-upload-guide ol {
		grid-template-columns: minmax(0, 1fr);
		gap: 7px;
	}

	body#send_orderform .send-upload-guide li {
		min-height: 0;
		padding: 11px 10px 10px 46px;
	}

	body#send_orderform .send-upload-guide li::before {
		top: 11px;
		left: 11px;
	}

	body#send_orderform #estimate_contact_02 {
		margin: 22px 13px 0;
	}

	body#send_orderform .upload-file-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body#send_orderform .upload-file-card {
		min-height: 0;
		padding: 13px;
	}

	body#send_orderform .upload-file-card__help {
		min-height: 0;
	}

	body#send_orderform .large-file-note {
		align-items: stretch;
		gap: 11px;
		padding: 13px;
		flex-direction: column;
	}

	body#send_orderform .storage-service-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body#send_orderform .storage-service-links a {
		min-width: 0;
	}

	body#send_orderform #estimate_contact_02 table.user th {
		width: 100%;
	}

	body#send_orderform .send-upload-after {
		margin: 15px 13px 0;
	}
}
