.p-techInfoSearch .c-section__content {
	margin-bottom: 0;
}

.p-techInfoLead__update {
	margin: 64px 0 15px 0;
	font-size: 1.35rem;
	font-weight: bold;
}

.p-techInfoActionLinks {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 12px;
	margin: 24px 0 0;
}
.l-section .p-techInfoActionLinks .c-btn--nkblue {
	min-width: 86px;
	height: 32px;
	padding: 0 12px;
	font-size: 0.9rem;
	line-height: 32px;
}
.p-techInfoActionLinks .c-btn--nkblue::after {
	margin-left: 18px;
}

.p-techInfoPanel {
	margin: 0 0 34px;
	background-color: #eeeeee;
	box-sizing: border-box;
}

.l-section .l-container .p-techInfoPanel__title {
	display: flex;
	align-items: center;
	min-height: 42px;
	margin: 0;
	padding: 9px 18px;
	background-color: var(--color-nkblue);
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.35;
	box-sizing: border-box;
}

.p-techInfoPanel__body {
	padding: 28px 32px 32px;
	box-sizing: border-box;
}

.p-techInfoCategoryToggle {
	margin-top: 0;
}

.l-section .l-container .p-techInfoCategoryToggle .c-toggleList__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 42px;
	margin: 0;
	padding: 9px 18px;
	background-color: var(--color-nkblue);
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.35;
	text-indent: 0;
	box-sizing: border-box;
}

.l-section .l-container .p-techInfoCategoryToggle .p-techInfoCategoryToggle__title {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
}

.l-section .l-container .p-techInfoCategoryToggle .c-toggleList__icon {
	align-items: center;
	width: 20px;
	height: 20px;
	margin-left: 12px;
}

.l-section .l-container .p-techInfoCategoryToggle .c-toggleList__toggle {
	grid-template-columns: 20px;
	grid-template-rows: 20px;
}

.l-section .l-container .p-techInfoCategoryToggle .c-toggleList__toggle::before,
.l-section .l-container .p-techInfoCategoryToggle .c-toggleList__toggle::after {
	align-self: center;
	width: 16px;
	height: 16px;
}

.p-techInfoCategoryToggle .c-toggleList__toggle:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.p-techInfoFormBox {
	padding: 18px 32px;
	background-color: #fff;
	box-sizing: border-box;
}

.p-techInfoFormBox + .p-techInfoFormBox {
	margin-top: 26px;
}

.p-techInfoIssueRow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
	gap: 28px;
	align-items: center;
}

.p-techInfoFieldLabel {
	font-weight: bold;
	line-height: 1.5;
}

.p-techInfoIssue {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 520px;
}

.p-techInfoIssue__prefix {
	flex: 0 0 auto;
	font-size: 1.2rem;
	font-weight: bold;
}

.p-techInfoNote {
	margin: 8px 0 0;
	font-size: 0.92rem;
	font-weight: bold;
	line-height: 1.6;
}

.p-techInfoIssueRow .p-techInfoNote,
.p-techInfoDateRow .p-techInfoNote {
	margin: 0;
}

@media screen and (min-width: 1200px) {
	.p-techInfoDateRow .p-techInfoNote {
		margin-left: 14px;
	}
}

.p-techInfoConditionRow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 24px;
}

.p-techInfoConditionRow .p-techInfoFieldLabel {
	font-size: 1.15rem;
}

.p-techInfoRadioGroup {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 42px;
}

.p-techInfoRadio {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: bold;
	line-height: 1.4;
	cursor: pointer;
}

.p-techInfoRadio input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--color-text);
}

.p-techInfoKeywordStack {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.p-techInfoKeywordStack--single {
	grid-template-columns: minmax(0, 1fr);
	margin-top: 0;
}

.p-techInfoDateRow {
	display: grid;
	grid-template-columns: max-content 170px max-content 170px max-content minmax(260px, 1fr);
	gap: 10px 16px;
	align-items: center;
	justify-content: start;
}

.p-techInfoSearch .c-boxKeywordSearch {
	min-height: 46px;
}

.p-techInfoSearch .c-boxKeywordSearch__input {
	height: 70px;
	font-size: calc(1rem + 4pt - 2px);
}

.p-techInfoKeywordStack .c-boxKeywordSearch {
	height: 70px;
	min-height: 70px;
}

.p-techInfoKeywordStack .c-boxKeywordSearch__input {
	height: 100%;
	min-height: 0;
}

.p-techInfoIssueRow .c-boxKeywordSearch {
	height: 70px;
	min-height: 70px;
	padding-block: 12px;
}

.p-techInfoIssueRow .c-boxKeywordSearch__input {
	height: 100%;
	min-height: 0;
}

.p-techInfoDateField {
	width: 170px;
	max-width: 170px;
	height: 70px;
	min-height: 70px;
}

.p-techInfoDateField .c-boxKeywordSearch__input {
	height: 100%;
	min-height: 0;
}

.p-techInfoSubmit {
	margin-top: 26px;
	text-align: center;
}

.l-section .p-techInfoSubmit .p-techInfoSubmit__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 126px;
	height: 42px;
	padding: 0 24px;
	border-radius: 0;
	font-family: inherit;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.45em;
	text-indent: 0.45em;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

html[lang="en"] .l-section .p-techInfoSubmit .p-techInfoSubmit__button,
html[lang="zh-Hans"] .l-section .p-techInfoSubmit .p-techInfoSubmit__button {
	letter-spacing: 0;
	text-indent: 0;
}

.p-techInfoCategoryBox {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 16px 24px;
	align-items: start;
	padding: 26px 24px;
	background-color: #fff;
	box-sizing: border-box;
}

.p-techInfoCategoryBox + .p-techInfoCategoryBox {
	margin-top: 24px;
}

.p-techInfoCategoryBox__title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: right;
}

.p-techInfoCategoryList {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.p-techInfoCategoryList li {
	margin: 0;
}

.p-techInfoCategoryList a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	padding: 5px 14px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #f2f2f2;
	color: inherit;
	font-size: 0.92rem;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	transition: background-color .2s, border-color .2s, color .2s;
}

.p-techInfoCategoryList a:hover,
.p-techInfoCategoryList a:focus-visible {
	border-color: #cfcfcf;
	background-color: #fff;
	color: inherit;
	outline: none;
}

.p-techInfoMailSection {
	padding: 36px 0;
	min-height: auto;
}

.p-techInfoMailSection .l-container {
	margin-top: 0;
	margin-bottom: 0;
}

.p-techInfoMailSection .c-section__content {
	margin-bottom: 0;
}

.p-techInfoMail {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.p-techInfoSearch .l-section.u-bg-even {
	padding: 36px 0;
}

.p-techInfoSearch .l-section.u-bg-even h4 {
	margin: 0 0 18px;
	font-size: 1.35rem;
	line-height: 1.4;
}

.p-techInfoMail__text {
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	color: var(--color-nkblue);
	font-size: 18px;
	font-weight: bold;
	overflow-wrap: anywhere;
}

.p-techInfoMail__button {
	flex: 0 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	align-self: flex-start;
	width: auto;
	max-width: min(100%, 343.89px);
	height: auto;
	aspect-ratio: auto;
}

.p-techInfoDownloadList {
	margin: 0;
	padding-left: 1.2em;
}

.p-techInfoContact {
	margin-top: 14px;
	overflow-x: auto;
}

.p-techInfoContactTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.p-techInfoContactTable th,
.p-techInfoContactTable td {
	padding: 16px 18px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
	box-sizing: border-box;
}

.p-techInfoContactTable tbody th {
	font-weight: normal;
}

.p-techInfoContactTable td {
	overflow-wrap: anywhere;
}

.p-techInfoContactTable td:nth-child(4) {
	overflow-wrap: break-word;
	word-break: normal;
}

.p-techInfoContactTable__code {
	width: 20%;
}

.p-techInfoContactTable__tel {
	width: 26%;
}

.p-techInfoContactTable__fax {
	width: 25%;
}

.p-techInfoContactTable__email {
	width: 29%;
}

/* Tel: / Fax: / E-mail: のラベル部分だけ改行禁止
   （overflow-wrap: anywhere が「E-」直後で切ろうとするのを防ぐ） */
.c-contactLabel {
	white-space: nowrap;
}

@media screen and (max-width: 1199px) {
	.p-techInfoIssueRow .c-boxKeywordSearch {
		height: 50px;
		min-height: 50px;
	}

	.p-techInfoKeywordStack .c-boxKeywordSearch {
		height: 50px;
		min-height: 50px;
	}

	.p-techInfoDateRow {
		grid-template-columns: max-content 144px max-content 144px max-content;
		justify-content: start;
		justify-items: start;
	}

	.p-techInfoSearch .c-boxKeywordSearch__input {
		font-size: 1rem;
	}

	.p-techInfoDateField {
		height: 50px;
		min-height: 50px;
	}

	.p-techInfoDateRow .p-techInfoNote {
		grid-column: 1 / -1;
		justify-self: start;
		min-width: 0;
		margin-top: 4px;
	}

	.p-techInfoDateRow .p-techInfoNote br {
		display: none;
	}

	.p-techInfoContact {
		overflow-x: visible;
	}

	.p-techInfoContactTable {
		table-layout: auto;
	}

	.p-techInfoContactTable colgroup {
		display: none;
	}

	.p-techInfoContactTable tbody {
		display: block;
	}

	.p-techInfoContactTable tr {
		display: grid;
		grid-template-columns: minmax(0, 1.1fr) minmax(0, .85fr) minmax(0, 1.45fr);
		gap: 6px 9px;
		padding: 14px 0;
		border-bottom: 1px solid #ccc;
	}

	.p-techInfoContactTable th,
	.p-techInfoContactTable td {
		display: block;
		padding: 0;
		border-bottom: 0;
	}

	.p-techInfoContactTable tbody th {
		grid-column: 1 / -1;
	}

	.p-techInfoContactTable td {
		padding-left: 0;
	}
}

@media screen and (min-width: 640px) and (max-width: 1199px) {
	.p-techInfoDateField {
		width: 144px;
	}
}

@media screen and (max-width: 899px) {
	.p-techInfoActionLinks {
		justify-content: flex-end;
	}

	.p-techInfoPanel__body {
		padding: 20px 16px 24px;
	}

	.p-techInfoFormBox {
		padding: 20px 16px;
	}

	.p-techInfoIssueRow,
	.p-techInfoKeywordStack {
		grid-template-columns: 1fr;
	}

	.p-techInfoCategoryBox {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 20px 16px;
	}

	.p-techInfoCategoryBox__title {
		text-align: left;
	}

}

@media screen and (min-width: 769px) and (max-width: 899px) {
	.p-techInfoMail {
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.p-techInfoMail__button {
		align-self: flex-start;
	}
}

@media screen and (max-width: 768px) {
	.p-techInfoMail {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.p-techInfoMail__button {
		align-self: flex-end;
		justify-content: flex-end;
		width: min(100%, 347px);
	}
}

@media screen and (max-width: 639px) {
	.p-techInfoDateRow {
		grid-template-columns: max-content 170px max-content;
		column-gap: 10px;
	}

	.p-techInfoDateField {
		justify-self: start;
	}

	.p-techInfoDateRow > :nth-child(1) {
		grid-column: 1;
		grid-row: 1 / 3;
		align-self: center;
	}

	.p-techInfoDateRow > :nth-child(2) {
		grid-column: 2;
		grid-row: 1;
		justify-self: start;
	}

	.p-techInfoDateRow > :nth-child(3) {
		grid-column: 3;
		grid-row: 1;
	}

	.p-techInfoDateRow > :nth-child(4) {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
	}

	.p-techInfoDateRow > :nth-child(5) {
		grid-column: 3;
		grid-row: 2;
	}

	.p-techInfoDateRow .p-techInfoNote {
		grid-row: 3;
		min-width: 0;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.p-techInfoDateRow .p-techInfoNote br {
		display: inline;
	}
}
