/* CSS Document */

body.idx_bodyback #contents .main .idx-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 30px 0;
}

body.idx_bodyback #contents .main .idx-service-card {
	display: grid;
	grid-template-columns: 48% 1fr;
	column-gap: 10px;
	align-items: start;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #d7e3ea;
	padding: 10px;
	box-sizing: border-box;
	transition: border-color 0.2s ease;
}

body.idx_bodyback #contents .main .idx-service-card:hover {
	border-color: #7ea9c0;
}

body.idx_bodyback #contents .main .idx-service-image {
	display: block;
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 100%;
	height: auto;
	margin: 0;
}

body.idx_bodyback #contents .main .idx-service-title {
	display: block;
	grid-column: 2;
	grid-row: 1;
	font-size: 14px;
	line-height: 1.4;
	color: #0059b2;
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
}

body.idx_bodyback #contents .main .idx-service-desc {
	display: block;
	grid-column: 2;
	grid-row: 2;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
}

@media screen and (min-width: 739px) and (max-width: 999px) {
	body.idx_bodyback #contents .main .idx-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	body.idx_bodyback #contents .main .idx-service-card {
		grid-template-columns: 30% 1fr;
	}
}

@media screen and (max-width: 738px) {
	body.idx_bodyback #contents .main .idx-service-grid {
		grid-template-columns: 1fr;
		width: 100%;
		float: none;
		clear: both;
	}
}

.page-laser-survey {
	--doc-ink: #1f2a33;
	--doc-sub: #4d6374;
	--doc-line: #cad7e1;
	--doc-accent: #0e6d88;
	--doc-panel: #f8fbfd;
	--doc-paper: #ffffff;
	--clr-arrow: rgba(0, 0, 0, 0.25);
}

.page-laser-survey #contents .main {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: visible;
}

.page-laser-survey .laser-wrap {
	width: 100%;
	float: left;
}

.page-laser-survey .laser-doc {
	background: var(--doc-paper);
	border: 1px solid var(--doc-line);
	box-shadow: 0 8px 24px rgba(36, 58, 72, 0.12);
	padding: 28px;
	box-sizing: border-box;
	color: var(--doc-ink);
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.page-laser-survey .laser-doc-head {
	padding-bottom: 16px;
	margin-bottom: 20px;
	border-bottom: 2px solid #1d3646;
}

.page-laser-survey .laser-doc-sub {
	margin: 0 0 8px 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--doc-sub);
}

.page-laser-survey .laser-doc-title {
	margin: 0 0 12px 0;
	font-size: 31px;
	line-height: 1.35;
	letter-spacing: 1px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	color: #102635;
}

.page-laser-survey .laser-doc-lead {
	margin: 0;
	font-size: 15px;
	color: #314653;
}

.page-laser-survey .laser-doc-section {
	margin-bottom: 22px;
	padding: 16px;
	border: 1px solid #d9e3ea;
	background: var(--doc-panel);
}

.page-laser-survey .laser-doc-section h2 {
	margin: 0 0 12px 0;
	font-size: 24px;
	line-height: 1.4;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	color: #143142;
}

.page-laser-survey .laser-doc-section h2 span {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-right: 8px;
	text-align: center;
	font-size: 15px;
	font-family: Arial, sans-serif;
	background: #1c6178;
	color: #ffffff;
	border-radius: 50%;
	vertical-align: 2px;
}

.page-laser-survey .laser-doc-flow {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: flow;
}

.page-laser-survey .laser-doc-flow li {
	position: relative;
	padding: 0 0 0 46px;
	margin: 0 0 14px 0;
	border-left: 1px solid #b8c9d6;
	min-height: 44px;
}

.page-laser-survey .laser-doc-flow li:last-child {
	margin-bottom: 0;
}

.page-laser-survey .laser-doc-flow li::before {
	counter-increment: flow;
	content: counter(flow);
	position: absolute;
	left: -16px;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	background: #0f5f78;
	color: #ffffff;
	border-radius: 50%;
}

.page-laser-survey .laser-doc-flow h3 {
	margin: 0 0 4px 0;
	font-size: 18px;
	line-height: 1.4;
	color: #163a4d;
}

.page-laser-survey .laser-doc-flow p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #324c5c;
}

.page-laser-survey .laser-doc-cases {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.page-laser-survey .laser-doc-cases figure {
	margin: 0;
	background: #ffffff;
	border: 1px solid #d6e1e9;
	padding: 10px;
}

.page-laser-survey .laser-doc-cases img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8px;
}

.page-laser-survey .laser-doc-cases figcaption {
	font-size: 13px;
	line-height: 1.7;
	color: #3a5566;
}

.page-laser-survey .laser-doc-delivery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.page-laser-survey .laser-doc-delivery dl {
	margin: 0;
	background: #ffffff;
	border: 1px solid #d2dfe8;
	padding: 10px 12px;
}

.page-laser-survey .laser-doc-delivery dt {
	font-weight: bold;
	color: #164359;
	margin-bottom: 3px;
	border-left: 4px solid var(--doc-accent);
	padding-left: 7px;
}

.page-laser-survey .laser-doc-delivery dd {
	margin: 0 0 10px 11px;
	line-height: 1.7;
	color: #334f5d;
}

.page-laser-survey .laser-doc-delivery dd:last-child {
	margin-bottom: 0;
}

.page-laser-survey .laser-doc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.page-laser-survey .laser-doc-grid section {
	background: #ffffff;
	border: 1px solid #d2dfe8;
	padding: 10px 12px;
}

.page-laser-survey .laser-doc-grid h3 {
	margin: 0 0 8px 0;
	font-size: 16px;
	line-height: 1.4;
	color: #1d4257;
}

.page-laser-survey .laser-doc-points {
	margin: 0;
	padding-left: 1.2em;
}

.page-laser-survey .laser-doc-points li {
	margin-bottom: 6px;
	line-height: 1.7;
	color: #324c5c;
}

.page-laser-survey .laser-doc-table-wrap {
	width: 100%;
	overflow-x: auto;
	background: #ffffff;
	border: 1px solid #d2dfe8;
}

.page-laser-survey .laser-doc-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 560px;
	font-size: 14px;
	line-height: 1.6;
}

.page-laser-survey .laser-doc-table th,
.page-laser-survey .laser-doc-table td {
	border: 1px solid #d2dfe8;
	padding: 10px 12px;
	vertical-align: top;
}

.page-laser-survey .laser-doc-table thead th {
	background: #e9f2f7;
	color: #173647;
	font-weight: bold;
	text-align: left;
}

.page-laser-survey .laser-doc-table tbody th {
	background: #f6fbfe;
	color: #18455a;
	font-weight: bold;
	width: 120px;
	text-align: left;
}

.page-laser-survey .laser-doc-table tbody td {
	color: #324c5c;
}

@media screen and (max-width: 999px) {
	.page-laser-survey #contents .main {
		padding: 0;
	}

	.page-laser-survey .laser-doc {
		padding: 16px;
	}

	.page-laser-survey .laser-doc-title {
		font-size: 26px;
	}

	.page-laser-survey .laser-doc-cases,
	.page-laser-survey .laser-doc-delivery,
	.page-laser-survey .laser-doc-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	.page-laser-survey #contents .main {
		padding: 0;
	}

	.page-laser-survey .laser-doc {
		padding: 12px;
	}

	.page-laser-survey .laser-doc-title {
		font-size: 23px;
	}

	.page-laser-survey .laser-doc-section {
		padding: 12px;
		margin-bottom: 14px;
	}

	.page-laser-survey .laser-doc-section h2 {
		font-size: 20px;
	}

	.page-laser-survey .laser-doc-flow li {
		padding-left: 40px;
	}
}

/* laser survey document page */
body.page-laser-survey #contents .main {
	background: transparent;
	border: 0;
	padding: 0;
}

body.page-laser-survey .laser-page {
	box-sizing: border-box;
	color: #21323f;
	line-height: 1.85;
}

body.page-laser-survey .laser-page section {
	margin-bottom: 50px;
}

body.page-laser-survey .laser-page h1,
body.page-laser-survey .laser-page h2,
body.page-laser-survey .laser-page h3 {
	line-height: 1.45;
	color: #17384c;
}

body.page-laser-survey .laser-page h2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 20px;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 15px;
	background: url(../../images/barh2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
	letter-spacing: 3px;
}

body.page-laser-survey .laser-page h3 {
	width: 100%;
	height: 43px;
	line-height: 43px;
	float: left;
	display: block;
	font-size: 20px;
	text-align: left;
	color: #0059B2;
	background: url(../../images/barh3.gif);
	background-repeat: no-repeat;
	text-indent: 35px;
	border-radius: 5px;
	margin-bottom: 15px;
}

body.page-laser-survey .laser-hero {
	border: 1px solid #d7e3ed;
	background: #f8fbfe;
	padding: 14px;
}

body.page-laser-survey .laser-hero h1 {
	font-size: 26px;
	margin: 0 0 12px 0;
}

body.page-laser-survey .laser-hero .lead {
	margin: 0 0 10px 0;
}

body.page-laser-survey .flow-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 14px;
	align-items: start;
}

body.page-laser-survey .flow-side-image {
	margin: 0;
	border: 0;
	background: transparent;
	padding: 0;
}

body.page-laser-survey .flow-side-image figcaption {
	display: none;
}

body.page-laser-survey .flow-side-image img {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
}

@media (max-width: 900px) {
	body.page-laser-survey .flow-layout {
		grid-template-columns: 1fr;
	}
}

body.page-laser-survey #uav-range .dsm-dem-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

@media (max-width: 600px) {
	body.page-laser-survey #uav-range .dsm-dem-grid {
		grid-template-columns: 1fr;
	}
}

/* flow.htmlベースのフロースタイル */
body.page-laser-survey .flow {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 560px;
}

body.page-laser-survey .flow .box {
	background: #ffffff;
	border: 0.5px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	padding: 14px 24px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
	text-align: center;
	color: #1a1a18;
	letter-spacing: 0.02em;
	transition: border-color 0.15s, background 0.15s;
}

body.page-laser-survey .flow .box:hover {
	border-color: rgba(0, 0, 0, 0.28);
	background: #ffffff;
}

body.page-laser-survey .flow .arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 32px;
	flex-shrink: 0;
}

body.page-laser-survey .flow .arrow svg {
	display: block;
}

body.page-laser-survey .flow-side-image .flow-image-sp {
	display: none;
}

@media (max-width: 640px) {
	body.page-laser-survey .flow .box {
		padding: 12px 16px;
		font-size: 13px;
	}

	body.page-laser-survey .flow .arrow {
		height: 28px;
	}

	body.page-laser-survey .flow .arrow svg {
		transform: scale(0.9);
	}

	body.page-laser-survey .flow-side-image .flow-image-pc {
		display: none;
	}

	body.page-laser-survey .flow-side-image .flow-image-sp {
		display: block;
	}
}

body.page-laser-survey figure {
	margin: 0 0 12px 0;
	border: 1px solid #d8e2ea;
	background: #ffffff;
	padding: 8px;
}

body.page-laser-survey img {
	display: block;
	width: 100%;
	height: auto;
	background: #edf3f8;
}

body.page-laser-survey figcaption {
	margin-top: 6px;
	font-size: 13px;
	color: #415769;
}

body.page-laser-survey .scanner-images,
body.page-laser-survey .operation-grid,
body.page-laser-survey .equipment-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

body.page-laser-survey .reference-photo {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-items: start;
}

body.page-laser-survey .reference-photo .section-label,
body.page-laser-survey .reference-photo .wide-image {
	grid-column: 1 / -1;
}

body.page-laser-survey #scanner-range .scanner-images {
	grid-template-columns: 1fr;
	max-width: 700px;
	margin: 0 auto;
}

body.page-laser-survey #scanner-range .scanner-images figure {
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

body.page-laser-survey .equipment-card {
	border: 1px solid #d7e3ed;
	background: #f8fbff;
	padding: 10px;
}

body.page-laser-survey .equipment-card .tag {
	display: inline-block;
	background: #1e6d93;
	color: #ffffff;
	font-size: 12px;
	padding: 2px 8px;
	margin: 0 0 8px 0;
}

body.page-laser-survey .equipment-card h3 {
	font-size: 18px;
	margin: 0 0 8px 0;
}

body.page-laser-survey .equipment-card .equipment-name {
	margin: 0 0 8px 0;
	font-size: 14px;
	line-height: 1.6;
	color: #2a4a5f;
	font-weight: bold;
}

body.page-laser-survey .spec-list,
body.page-laser-survey .use-case ul,
body.page-laser-survey .laser-merit ol {
	padding-left: 1.3em;
	margin: 0;
}

body.page-laser-survey .laser-merit ol {
	padding-left: calc(1.3em + 10px);
}

body.page-laser-survey .spec-list li,
body.page-laser-survey .use-case li,
body.page-laser-survey .laser-merit li {
	margin-bottom: 6px;
}

@media screen and (min-width: 1000px) {
	body.page-laser-survey .equipment-list {
		grid-template-columns: 1fr 1fr;
	}

	body.page-laser-survey .operation-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 640px) {
	body.page-laser-survey .reference-photo {
		grid-template-columns: 1fr;
	}
}

/* laser survey header/footer and layout tuning */
body.page-laser-survey .laser-simple-header {
	max-width: 1120px;
	margin: 0 auto 10px;
	padding: 10px 12px;
	box-sizing: border-box;
	float: none;
	display: block;
}

body.page-laser-survey .laser-simple-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: transparent;
	border: 0;
	padding: 12px 14px;
	box-sizing: border-box;
}

body.page-laser-survey .laser-simple-brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.page-laser-survey .laser-simple-logo {
	margin: 0;
	width: 76px;
	flex: 0 0 76px;
}

body.page-laser-survey .laser-simple-logo a,
body.page-laser-survey .laser-simple-logo img {
	display: block;
	width: 76px;
	height: 76px;
	background: transparent;
}

body.page-laser-survey .laser-simple-name {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

body.page-laser-survey .laser-simple-name img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	background: transparent;
}

body.page-laser-survey .laser-simple-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	flex: 1 1 auto;
}

body.page-laser-survey .laser-simple-phone {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1b3447;
}

body.page-laser-survey .laser-simple-phone .office {
	font-size: 12px;
	font-weight: normal;
	color: #415766;
	background: #ffffff;
	border: 1px solid #c6d8e4;
	padding: 2px 8px;
	line-height: 1.2;
}

body.page-laser-survey .laser-simple-phone .tel {
	letter-spacing: 0.5px;
}

body.page-laser-survey .laser-page {
	max-width: 980px;
	margin: 0 auto;
}

body.page-laser-survey .laser-page section {
	margin-bottom: 50px;
}

body.page-laser-survey .laser-page section:last-child {
	margin-bottom: 0;
}

body.page-laser-survey .laser-page section.laser-summary:last-child {
	margin-bottom: 50px;
}

body.page-laser-survey .equipment-list,
body.page-laser-survey .operation-grid,
body.page-laser-survey .scanner-images {
	row-gap: 18px;
}

body.page-laser-survey .operation-photo {
	margin-top: 22px;
}

body.page-laser-survey .laser-page h3 + * {
	clear: both;
}

body.page-laser-survey .operation-photo h4 {
	margin: 0 0 14px 0;
	padding: 8px 12px;
	font-size: 19px;
	line-height: 1.45;
	color: #17384c;
	background: #eaf3f9;
	border-left: 6px solid #0f5f78;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

body.page-laser-survey .laser-return-wrap {
	max-width: 980px;
	margin: 18px auto 10px;
	text-align: center;
	padding: 0 14px;
	box-sizing: border-box;
	clear: both;
}

body.page-laser-survey .laser-return-btn {
	display: inline-block;
	padding: 12px 22px;
	background: #0f5f78;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #0b4a5f;
	border-radius: 999px;
	transition: background 0.2s ease;
}

body.page-laser-survey .laser-return-btn:hover,
body.page-laser-survey .laser-return-btn:focus {
	background: #0b4a5f;
}

body.page-laser-survey .laser-local-footer {
	width: 100%;
	max-width: 1120px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 14px 18px;
	padding-bottom: 14px;
	text-align: center;
	color: #ffffff;
	background: #17384c;
	font-size: 13px;
	float: none;
	display: block;
	box-sizing: border-box;
}

body.page-laser-survey .laser-local-footer p {
	margin: 0;
}

@media screen and (max-width: 640px) {
	body.page-laser-survey .laser-simple-header {
		padding: 8px;
	}

	body.page-laser-survey .laser-simple-header-inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 8px 0;
	}

	body.page-laser-survey .laser-simple-brand {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	body.page-laser-survey .laser-simple-name img {
		max-width: 280px;
	}

	body.page-laser-survey .laser-simple-contact {
		width: 100%;
		align-items: flex-start;
	}

	body.page-laser-survey .laser-simple-phone {
		font-size: 15px;
	}

	body.page-laser-survey .laser-page section {
		margin-bottom: 28px;
	}

	body.page-laser-survey .operation-photo h4 {
		font-size: 17px;
	}
}

body.page-kanro-survey #contents .main {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-sizing: border-box;
	overflow: visible;
}

body.page-kanro-survey .kanro-page {
	color: #1f2d3a;
	font-size: 15px;
	line-height: 1.7;
}

body.page-kanro-survey .kanro-page section {
	margin-bottom: 50px;
}

body.page-kanro-survey .kanro-page h1,
body.page-kanro-survey .kanro-page h2,
body.page-kanro-survey .kanro-page h3 {
	line-height: 1.45;
	color: #17384c;
}

body.page-kanro-survey .kanro-page h2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
	margin-bottom: 15px;
	background: url(../../images/barh2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 35px;
	letter-spacing: 3px;
}

body.page-kanro-survey .kanro-page h3 {
	width: 100%;
	height: 43px;
	line-height: 43px;
	float: left;
	display: block;
	font-size: 20px;
	text-align: left;
	color: #0059b2;
	background: url(../../images/barh3.gif);
	background-repeat: no-repeat;
	text-indent: 35px;
	border-radius: 5px;
	margin-bottom: 15px;
}

body.page-kanro-survey .kanro-page h4.barh4 {
	float: none;
	clear: both;
	display: block;
}

body.page-kanro-survey .laser-hero {
	border: 1px solid #d7e3ed;
	background: #f8fbfe;
	padding: 14px;
}

body.page-kanro-survey .laser-hero h1 {
	font-size: 26px;
	margin: 0 0 12px 0;
	line-height: 1.45;
	color: #17384c;
}

body.page-kanro-survey .laser-hero .lead {
	margin: 0 0 10px 0;
}

body.page-kanro-survey .kanro-sheet {
	padding: 0;
}


body.page-kanro-survey .equipment-badge {
	width: fit-content;
	margin: 0 auto 18px;
	padding: 6px 20px;
	font-weight: 700;
	color: #0f5e92;
	background: #d9f1ff;
	border: 1px solid #93d2f3;
	border-radius: 999px;
}

body.page-kanro-survey .equipment-grid,
body.page-kanro-survey .photo-grid {
	display: grid;
	gap: 14px;
	margin-bottom: 14px;
}

body.page-kanro-survey .equipment-grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-kanro-survey .equipment-grid.two,
body.page-kanro-survey .photo-grid.two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-kanro-survey .photo-grid.three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-kanro-survey .photo-frame {
	margin: 0;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #c6d8e5;
	border-radius: 4px;
	box-sizing: border-box;
}

body.page-kanro-survey .photo-frame img {
	display: block;
	width: 100%;
	height: auto;
}

body.page-kanro-survey .photo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 160px;
	background: #f3f7fa;
	border: 1px dashed #9eb6c6;
	color: #6b8291;
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.page-kanro-survey .photo-placeholder.large {
	min-height: 230px;
}

body.page-kanro-survey .photo-frame figcaption {
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #2f4a5c;
}

body.page-kanro-survey .arrow-note {
	margin: 8px 0 0;
	padding: 4px 8px;
	font-size: 13px;
	color: #6a4a00;
	background: #fff6da;
	border-left: 3px solid #f2bd3b;
}

body.page-kanro-survey .damage-box {
	padding: 12px 14px;
	background: #fff2b8;
	border: 1px solid #e6c95e;
	border-radius: 4px;
}

body.page-kanro-survey .damage-box h4 {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.45;
}

body.page-kanro-survey .damage-box ul {
	margin: 0;
	padding-left: 20px;
}

body.page-kanro-survey .equipment-mixed {
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	gap: 14px;
	margin-bottom: 14px;
}

body.page-kanro-survey .mixed-right {
	display: grid;
	gap: 12px;
}

body.page-kanro-survey .device-note {
	padding: 10px 12px;
	background: #eef8ff;
	border: 1px solid #b9dcf2;
	border-radius: 4px;
}

body.page-kanro-survey .device-note h4 {
	margin: 0 0 4px;
	font-size: 18px;
	line-height: 1.45;
}

body.page-kanro-survey .device-note p {
	margin: 0;
}

body.page-kanro-survey .work-block {
	margin-top: 18px;
	padding-top: 10px;
	border-top: 1px solid #dbe7ef;
}

body.page-kanro-survey .underlined {
	margin: 0 0 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #5d9fc8;
	font-size: 19px;
	line-height: 1.45;
}

body.page-kanro-survey .info-box {
	margin-top: 12px;
	padding: 10px 12px;
	background: #dbf2ff;
	border: 1px solid #9ed4f2;
	border-radius: 4px;
}

body.page-kanro-survey .info-box h5 {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.45;
}

body.page-kanro-survey .info-box ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4px 10px;
	margin: 0;
	padding-left: 18px;
}

body.page-kanro-survey .info-box p {
	margin: 8px 0 0;
	font-size: 13px;
	color: #1f4c66;
}

body.page-kanro-survey .use-case ul {
	margin: 0;
	padding-left: 0;
	list-style-position: inside;
}

body.page-kanro-survey #work-inspection .photo-grid.inspection-layout {
	grid-template-columns: 1.05fr 1fr;
	grid-template-rows: auto auto;
	align-items: start;
}

body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / 3;
}

body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(1) img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(2) img,
body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(3) img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

@media screen and (max-width: 860px) {
	body.page-kanro-survey .equipment-grid.four,
	body.page-kanro-survey .photo-grid.three {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-kanro-survey #work-inspection .photo-grid.inspection-layout {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(1),
	body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(2),
	body.page-kanro-survey #work-inspection .photo-grid.inspection-layout .photo-frame:nth-child(3) {
		grid-column: auto;
		grid-row: auto;
	}

	body.page-kanro-survey .equipment-mixed {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	body.page-kanro-survey .equipment-grid.two,
	body.page-kanro-survey .photo-grid.two,
	body.page-kanro-survey .photo-grid.three,
	body.page-kanro-survey .equipment-grid.four {
		grid-template-columns: 1fr;
	}

	body.page-kanro-survey .photo-placeholder {
		min-height: 140px;
	}

	body.page-kanro-survey .info-box ul {
		grid-template-columns: 1fr;
	}
}

