/* Catalog request page only. Loaded conditionally from header.php. */
body#catalog {
	--catalog-ink: #092f49;
	--catalog-muted: #5b7180;
	--catalog-line: #cbd9e1;
	--catalog-soft: #f3f7f9;
	--catalog-teal: #009d91;
	--catalog-teal-dark: #007b73;
	--catalog-orange: #f47b18;
	font-family: "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
	color: var(--catalog-ink);
}

body#catalog #right.catalog-page {
	font-size: 15px;
	line-height: 1.75;
}

body#catalog #right.catalog-page .content_wrap {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 32px;
}

body#catalog .catalog-hero {
	position: relative;
	overflow: hidden;
	margin: 0 0 26px;
	padding: 30px 32px;
	border-top: 5px solid var(--catalog-teal);
	background: #eef7f7;
}

body#catalog .catalog-hero::after {
	position: absolute;
	top: -56px;
	right: -32px;
	width: 190px;
	height: 190px;
	border: 28px solid rgba(0, 157, 145, 0.1);
	border-radius: 50%;
	content: "";
}

body#catalog .catalog-hero__eyebrow {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 7px;
	color: var(--catalog-teal-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

body#catalog .catalog-hero h1.title {
	position: relative;
	z-index: 1;
	margin: 0 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	background: none !important;
	color: var(--catalog-ink) !important;
	font-size: 30px !important;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}

body#catalog .catalog-hero__lead {
	position: relative;
	z-index: 1;
	max-width: 535px;
	margin: 0 0 18px;
	color: #315367;
	font-size: 15px;
}

body#catalog .catalog-hero__points {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body#catalog .catalog-hero__points li {
	margin: 0;
	padding: 6px 11px;
	border: 1px solid #b6d8d5;
	background: #fff;
	color: #17465d;
	font-size: 12px;
	font-weight: 700;
}

body#catalog .catalog-step-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 26px 0 14px;
	color: var(--catalog-ink);
	font-size: 17px;
	font-weight: 800;
}

body#catalog .catalog-step-heading__number {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	background: var(--catalog-teal);
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

body#catalog .catalog-limit-note {
	margin: -7px 0 18px;
	color: #b23a2c;
	font-size: 13px;
	font-weight: 700;
}

body#catalog #estimate_contact_02,
body#catalog #estimate_contact_02 .wpcf7,
body#catalog #estimate_contact_02 form,
body#catalog .contact-wrap {
	width: 100%;
	max-width: none;
	margin: 0;
}

body#catalog .contact-wrap > h3 {
	display: none;
}

body#catalog #catalog_box {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 28px;
}

body#catalog #catalog_box .catalog {
	position: relative;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr);
	gap: 16px;
	width: auto;
	min-width: 0;
	min-height: 190px;
	margin: 0;
	padding: 18px 44px 18px 18px;
	border: 1px solid var(--catalog-line);
	border-left: 4px solid var(--catalog-line);
	background: #fff !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body#catalog #catalog_box .catalog:first-of-type {
	grid-column: 1 / -1;
	grid-template-columns: 120px minmax(0, 1fr);
	min-height: 204px;
}

body#catalog #catalog_box .catalog:hover {
	border-color: #79bbb5;
	border-left-color: var(--catalog-teal);
	box-shadow: 0 7px 18px rgba(16, 62, 82, 0.09);
	transform: translateY(-1px);
}

body#catalog #catalog_box .catalog:has(.check:checked) {
	border-color: var(--catalog-teal);
	border-left-color: var(--catalog-teal);
	background: #f0fbfa !important;
	box-shadow: 0 0 0 2px rgba(0, 157, 145, 0.16);
}

body#catalog #catalog_box .catalog .check {
	position: absolute;
	z-index: 3;
	top: 14px;
	right: 14px;
	float: none;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	accent-color: var(--catalog-teal);
	cursor: pointer;
}

body#catalog #catalog_box .catalog > p:first-child {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

body#catalog #catalog_box .catalog > p:first-child > br,
body#catalog #catalog_box .catalog > p:first-child > label {
	display: none;
}

body#catalog #catalog_box .catalog .img {
	float: none;
	box-sizing: border-box;
	width: 100px;
	height: 142px;
	margin: 0;
	padding: 0;
	text-align: left;
}

body#catalog #catalog_box .catalog .img > p {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body#catalog #catalog_box .catalog:first-of-type .img {
	width: 120px;
	height: 168px;
}

body#catalog #catalog_box .catalog .catalog-cover-image {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #d5dfe4;
	background: #eef2f4;
	box-shadow: 0 4px 10px rgba(16, 45, 63, 0.14);
	object-fit: contain;
	object-position: center top;
	pointer-events: none;
}

body#catalog .catalog-cover {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	padding: 14px 10px 11px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #163f5a;
	color: #fff;
	box-shadow: 0 4px 10px rgba(16, 45, 63, 0.14);
	text-align: left;
}

body#catalog .catalog-cover > br {
	display: none;
}

body#catalog .catalog-cover__brand {
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.15;
}

body#catalog .catalog-cover__edition {
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
}

body#catalog .catalog-cover__year {
	display: block;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

body#catalog .catalog-cover--birth {
	background: #081d56;
	box-shadow: inset 0 -7px 0 #f12272, 0 4px 10px rgba(16, 45, 63, 0.14);
}

body#catalog .catalog-cover--printstar {
	background: #f5f7f8;
	color: #1d3341;
	box-shadow: inset 0 8px 0 #e73e36, 0 4px 10px rgba(16, 45, 63, 0.14);
}

body#catalog .catalog-cover--united {
	background: #262b2f;
	box-shadow: inset 0 8px 0 #b93032, 0 4px 10px rgba(16, 45, 63, 0.14);
}

body#catalog .catalog-cover--wundou {
	background: #287d9b;
	box-shadow: inset 0 8px 0 #df4f37, 0 4px 10px rgba(16, 45, 63, 0.14);
}

body#catalog .catalog-cover--truss {
	background: #f2f2ee;
	color: #1a252c;
	box-shadow: inset 0 8px 0 #d88c1e, 0 4px 10px rgba(16, 45, 63, 0.14);
}

body#catalog #catalog_box .catalog .right {
	float: none;
	box-sizing: border-box;
	width: auto;
	min-width: 0;
	padding: 0;
}

body#catalog #catalog_box .catalog .right > p {
	margin-top: 0;
}

body#catalog #catalog_box .catalog .right .catalog_name {
	margin: 0 0 8px;
	padding: 0;
	color: var(--catalog-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
}

body#catalog .catalog-edition {
	display: inline-block;
	margin-bottom: 6px;
	padding: 2px 7px;
	background: #e7f5f4;
	color: var(--catalog-teal-dark);
	font-size: 10px;
	font-weight: 800;
}

body#catalog #catalog_box .catalog .right p.catalog_note {
	margin: 0 0 13px;
	color: #536b79;
	font-size: 12px;
	line-height: 1.65;
}

body#catalog #catalog_box .catalog .right .dijital a {
	box-sizing: border-box;
	display: inline-flex;
	width: auto;
	min-height: 36px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 7px 12px;
	border: 1px solid var(--catalog-teal);
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--catalog-teal-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
}

body#catalog #catalog_box .catalog .right .dijital a:hover,
body#catalog #catalog_box .catalog .right .dijital a:focus-visible {
	background: var(--catalog-teal);
	color: #fff;
}

body#catalog #errorarea {
	grid-column: 1 / -1;
	min-height: 0;
	margin: 0;
	color: #b42318 !important;
	font-size: 13px;
	font-weight: 800;
}

body#catalog .contact-wrap h6 {
	box-sizing: border-box;
	width: 100%;
	margin: 24px 0 0;
	padding: 12px 15px;
	border: 0;
	border-left: 4px solid var(--catalog-teal);
	background: #eaf1f4;
	color: var(--catalog-ink);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

body#catalog .contact-wrap h6 .att {
	float: right;
	margin: 0;
	color: #b42318;
	font-size: 11px;
	font-weight: 700;
}

body#catalog .contact-wrap table.adding,
body#catalog .contact-wrap table.user {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: 1px solid var(--catalog-line);
	border-collapse: collapse;
	background: #fff;
}

body#catalog .contact-wrap table.adding td,
body#catalog .contact-wrap table.user th,
body#catalog .contact-wrap table.user td {
	box-sizing: border-box;
	padding: 13px 15px;
	border: 0;
	border-bottom: 1px solid #dce5ea;
	background: #fff;
	vertical-align: middle;
}

body#catalog .contact-wrap table.user tr:last-child th,
body#catalog .contact-wrap table.user tr:last-child td {
	border-bottom: 0;
}

body#catalog .contact-wrap table.user th {
	width: 31%;
	background: #f5f8fa;
	color: #193f55;
	font-size: 13px;
	font-weight: 800;
}

body#catalog .contact-wrap table.adding p {
	margin: 0 0 8px;
	color: var(--catalog-muted);
	font-size: 12px;
}

body#catalog .contact-wrap .req {
	margin-left: 4px;
	color: #d92d20;
}

body#catalog .contact-wrap input[type="text"],
body#catalog .contact-wrap input[type="email"],
body#catalog .contact-wrap input[type="tel"],
body#catalog .contact-wrap textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 42px;
	padding: 9px 11px;
	border: 1px solid #8ca5b5;
	border-radius: 0;
	background: #fff;
	color: #102f42;
	font: inherit;
	font-size: 16px;
	line-height: 1.5;
}

body#catalog .contact-wrap textarea {
	min-height: 108px;
	resize: vertical;
}

body#catalog .contact-wrap input:focus,
body#catalog .contact-wrap textarea:focus {
	border-color: var(--catalog-teal);
	box-shadow: 0 0 0 3px rgba(0, 157, 145, 0.16);
	outline: 0;
}

body#catalog .contact-wrap p.btn {
	width: 100% !important;
	margin: 24px auto 0 !important;
}

body#catalog .contact-wrap input[type="submit"] {
	box-sizing: border-box;
	min-width: 320px;
	min-height: 52px;
	padding: 12px 28px;
	border: 0;
	border-bottom: 3px solid #bc5506;
	border-radius: 0;
	background: var(--catalog-orange);
	color: #fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
}

body#catalog .contact-wrap input[type="submit"]:hover,
body#catalog .contact-wrap input[type="submit"]:focus-visible {
	background: #df660a;
}

body#catalog .catalog-after-note {
	margin: 22px 0 0;
	padding: 14px 16px;
	border-left: 4px solid #f0a43a;
	background: #fff7e8;
	color: #5c4a2b;
	font-size: 12px;
	line-height: 1.7;
}

body#catalog .catalog-after-note a {
	color: #006b8f;
	font-weight: 800;
	text-decoration: underline;
}

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

	body#catalog #right.catalog-page {
		font-size: 14px;
	}

	body#catalog #right.catalog-page .content_wrap {
		padding: 0 12px 28px;
	}

	body#catalog .catalog-hero {
		margin-right: -12px;
		margin-left: -12px;
		padding: 24px 18px;
	}

	body#catalog .catalog-hero h1.title {
		font-size: 25px !important;
	}

	body#catalog .catalog-hero__lead {
		font-size: 14px;
	}

	body#catalog .catalog-hero__points {
		gap: 6px;
	}

	body#catalog .catalog-hero__points li {
		padding: 5px 8px;
		font-size: 11px;
	}

	body#catalog #catalog_box {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
	}

	body#catalog #catalog_box .catalog:first-of-type {
		grid-column: auto;
	}

	body#catalog #catalog_box .catalog,
	body#catalog #catalog_box .catalog:first-of-type {
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 13px;
		min-height: 150px;
		padding: 14px 42px 14px 13px;
	}

	body#catalog #catalog_box .catalog .img,
	body#catalog #catalog_box .catalog:first-of-type .img {
		width: 82px;
		height: 116px;
	}

	body#catalog .catalog-cover {
		padding: 11px 8px 9px;
	}

	body#catalog .catalog-cover__brand {
		font-size: 11px;
	}

	body#catalog .catalog-cover__edition {
		font-size: 9px;
	}

	body#catalog .catalog-cover__year {
		font-size: 22px;
	}

	body#catalog #catalog_box .catalog .right .catalog_name {
		padding-right: 3px;
		font-size: 14px;
	}

	body#catalog #catalog_box .catalog .right p.catalog_note {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body#catalog .contact-wrap h6 .att {
		float: none;
		display: block;
		margin-top: 3px;
	}

	body#catalog .contact-wrap table.user,
	body#catalog .contact-wrap table.user tbody,
	body#catalog .contact-wrap table.user tr,
	body#catalog .contact-wrap table.user th,
	body#catalog .contact-wrap table.user td {
		display: block;
		width: 100%;
	}

	body#catalog .contact-wrap table.user th {
		padding: 10px 12px 5px;
		border-bottom: 0;
		background: #fff;
	}

	body#catalog .contact-wrap table.user td {
		padding: 0 12px 13px;
	}

	body#catalog .contact-wrap input[type="submit"] {
		width: 100%;
		min-width: 0;
	}
}
