.nf-form-cont {
	font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	background: #121212;
	border: 1px solid #262626;
	border-radius: 0.75rem;
	padding: 2rem;
	margin-bottom: 3rem;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

html[lang|="ja"] .nf-form-cont {
	font-family: "Montserrat-Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.nf-form-cont .nf-field-element input[type="text"],
.nf-form-cont .nf-field-element input[type="email"],
.nf-form-cont .nf-field-element input[type="tel"],
.nf-form-cont .nf-field-element input[type="url"],
.nf-form-cont .nf-field-element input[type="number"],
.nf-form-cont .nf-field-element select,
.nf-form-cont .nf-field-element textarea {
	border-radius: 0.5rem;
}

.nf-form-cont .submit-wrap input[type="button"],
.nf-form-cont .submit-wrap input[type="submit"],
.nf-form-cont .submit-wrap button {
	text-transform: uppercase;
	color: #fff;
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	background-color: #D90500;
	padding: 0.75rem 5.5rem;
	font-size: 1rem;
	letter-spacing: 0.03em;
	text-decoration: none;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	box-shadow: 0 0 1rem #030303;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.nf-form-cont .submit-wrap input[type="button"]:hover,
.nf-form-cont .submit-wrap input[type="submit"]:hover,
.nf-form-cont .submit-wrap button:hover {
	background-color: #fff;
	color: #D90500;
}

.nf-form-cont .nf-field-label label,
.nf-form-cont .nf-label-span {
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif;
	font-size: 1.0rem;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0.01em;
}

html[lang|="ja"] .nf-form-cont .nf-field-label label,
html[lang|="ja"] .nf-form-cont .nf-label-span {
	font-family: "Montserrat-Bold", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.nf-form-cont .nf-field-element input,
.nf-form-cont .nf-field-element select,
.nf-form-cont .nf-field-element textarea,
.nf-form-cont .nf-field-element label {
	font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	line-height: 1.45;
	font-weight: 400;
}

html[lang|="ja"] .nf-form-cont .nf-field-element input,
html[lang|="ja"] .nf-form-cont .nf-field-element select,
html[lang|="ja"] .nf-form-cont .nf-field-element textarea,
html[lang|="ja"] .nf-form-cont .nf-field-element label {
	font-family: "Montserrat-Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.nf-form-cont .nf-error-msg {
	font-size: 0.9rem;
	line-height: 1.35;
	font-style: italic;
}

.nf-form-cont .nf-field-description {
	font-size: 0.85rem;
	line-height: 1.35;
}

.nf-form-cont #ninja_forms_required_items,
.nf-form-cont .nf-form-fields-required {
	display: block;
	margin: 0 0 28px !important;
}

.nf-form-cont #ninja_forms_required_items + .nf-field-container,
.nf-form-cont .nf-form-fields-required + .nf-field-container {
	margin-top: 8px;
}

.nf-form-cont .nf-field-container.renewal-support-conditional-field {
	display: none;
}

.nf-form-cont .nf-field-container.renewal-support-conditional-field.renewal-visible {
	display: block;
}

.nf-form-cont .nf-field-container.renewal-support-conditional-field .nf-field-element,
.nf-form-cont .nf-field-container.renewal-support-conditional-field .nf-field-element input,
.nf-form-cont .nf-field-container.renewal-support-conditional-field .nf-field-element textarea,
.nf-form-cont .nf-field-container.renewal-support-conditional-field .nf-field-element select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.nf-form-cont .renewal-support-equipment-field ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nf-form-cont .renewal-support-equipment-field .nf-field-label label::after,
.nf-form-cont .renewal-support-equipment-field .nf-field-label .nf-label-span::after,
.nf-form-cont .renewal-support-equipment-field .renewal-required-label::after {
	content: " *";
	color: #d93025;
	font-weight: 700;
}

html[lang|="en"] .nf-form-cont .nf-field-container.renewal-en-light-label .nf-field-label label,
html[lang|="en"] .nf-form-cont .nf-field-container.renewal-en-light-label .nf-field-label .nf-label-span {
	font-family: "Montserrat-Medium", "Montserrat-Regular", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.nf-form-cont .renewal-support-equipment-field {
	--renewal-support-option-label-width: 170px;
	--renewal-support-serial-gap: 14px;
}

.nf-form-cont .renewal-support-equipment-field .nf-field-element li {
	margin: 0 0 12px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex-wrap: nowrap;
	padding-left: 0;
}

.nf-form-cont .renewal-support-equipment-field .nf-field-element li > input[type="checkbox"] {
	width: auto !important;
	margin: 0.25em 0 0;
	float: none;
	flex: 0 0 auto;
}

.nf-form-cont .renewal-support-equipment-field .nf-field-element li > label {
	margin: 0;
	min-width: var(--renewal-support-option-label-width);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	float: none;
	width: var(--renewal-support-option-label-width);
	flex: 0 0 var(--renewal-support-option-label-width);
}

.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host {
	flex: 1 1 220px;
	min-width: 160px;
	max-width: 340px;
	margin-left: var(--renewal-support-serial-gap);
}

.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial {
	margin: 0;
	padding: 0;
}

.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial .nf-field-label {
	margin-bottom: 4px;
}

.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .nf-field-label label,
.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .nf-field-label .nf-label-span {
	display: block;
	width: 100%;
	margin-left: 0 !important;
	padding-left: 0;
	text-align: left !important;
	justify-content: flex-start;
}

.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial .nf-field-label label::after {
	content: " *";
	color: #d93025;
	font-weight: 700;
}

.nf-form-cont .renewal-support-system-serial-field .nf-field-label label,
.nf-form-cont .renewal-support-cabinet-number-field .nf-field-label label,
.nf-form-cont .renewal-support-game-cartridge-field .nf-field-label label,
.nf-form-cont .renewal-support-system-serial-field .nf-field-label .nf-label-span,
.nf-form-cont .renewal-support-cabinet-number-field .nf-field-label .nf-label-span,
.nf-form-cont .renewal-support-game-cartridge-field .nf-field-label .nf-label-span {
	font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: normal;
}

html[lang|="ja"] .nf-form-cont .renewal-support-system-serial-field .nf-field-label label,
html[lang|="ja"] .nf-form-cont .renewal-support-cabinet-number-field .nf-field-label label,
html[lang|="ja"] .nf-form-cont .renewal-support-game-cartridge-field .nf-field-label label,
html[lang|="ja"] .nf-form-cont .renewal-support-system-serial-field .nf-field-label .nf-label-span,
html[lang|="ja"] .nf-form-cont .renewal-support-cabinet-number-field .nf-field-label .nf-label-span,
html[lang|="ja"] .nf-form-cont .renewal-support-game-cartridge-field .nf-field-label .nf-label-span {
	font-family: "Montserrat-Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.nf-form-cont .renewal-support-system-serial-field .nf-field-element input,
.nf-form-cont .renewal-support-cabinet-number-field .nf-field-element input,
.nf-form-cont .renewal-support-game-cartridge-field .nf-field-element input {
	font-family: inherit !important;
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	letter-spacing: inherit;
}

.nf-form-cont .renewal-support-equipment-field .renewal-equipment-error {
	margin-top: 6px;
}

.nf-form-cont .renewal-support-equipment-field .renewal-equipment-error:empty {
	display: none;
}

@media (max-width: 767px) and (orientation: portrait) {
	.nf-form-cont .renewal-support-equipment-field .nf-field-element li {
		flex-direction: row;
		gap: 8px;
		flex-wrap: nowrap;
	}

	.nf-form-cont .renewal-support-equipment-field .nf-field-element li > label {
		min-width: clamp(118px, 40vw, var(--renewal-support-option-label-width));
		width: clamp(118px, 40vw, var(--renewal-support-option-label-width));
		margin-left: 0;
		flex: 0 0 clamp(118px, 40vw, var(--renewal-support-option-label-width));
	}

	.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host {
		min-width: 0;
		width: auto;
		max-width: none;
		flex: 1 1 0;
		margin-left: 8px;
		padding-left: 0;
	}

	.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .nf-field,
	.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .field-wrap,
	.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .nf-field-label,
	.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .nf-field-element {
		width: 100%;
		margin-left: 0 !important;
		padding-left: 0;
	}

	.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .nf-field-label label,
	.nf-form-cont .renewal-support-equipment-field .renewal-inline-serial-host .nf-field-element label {
		margin-left: 0 !important;
	}
}

.nf-form-cont .renewal-game-cartridge-note {
	display: none;
	margin-top: 6px;
	font-family: "Montserrat-Regular", Helvetica, Arial, sans-serif;
	font-size: 0.82rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.65);
	font-style: italic;
}

html[lang|="ja"] .nf-form-cont .renewal-game-cartridge-note {
	font-family: "Montserrat-Regular", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.nf-form-cont .renewal-game-cartridge-note.renewal-visible {
	display: block;
}

@media (max-width: 767px) {
	.nf-form-cont {
		padding: 1.25rem;
	}

	.nf-form-cont .renewal-game-cartridge-note {
		margin-top: 8px;
		font-size: 0.78rem;
	}
}

/* ==========================================================================
   Contact Page Hero Header — Press Releases style
   ========================================================================== */

#generic-page-light.contact-hero-page,
#generic-page.contact-hero-page {
	background: #000000;
}

#generic-page-light.contact-hero-page > section:first-of-type,
#generic-page.contact-hero-page > section:first-of-type {
	position: relative;
	padding: 0;
	margin: 0;
}

#generic-page-light.contact-hero-page .contact-hero,
#generic-page.contact-hero-page .contact-hero {
	position: relative;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	min-height: 160px;
	max-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #000000;
}

#generic-page-light.contact-hero-page .contact-hero__overlay,
#generic-page.contact-hero-page .contact-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
}

#generic-page-light.contact-hero-page .contact-hero__content,
#generic-page.contact-hero-page .contact-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 2.5rem 1.5rem;
}

#generic-page-light.contact-hero-page .contact-hero__title,
#generic-page.contact-hero-page .contact-hero__title {
	font-family: "Montserrat-Bold", Helvetica, Arial, sans-serif !important;
	font-size: clamp(2rem, 5vw, 3rem);
	color: #fff;
	margin: 0;
	line-height: 1.1;
	letter-spacing: normal;
	text-transform: none;
}


#generic-page-light.contact-hero-page > section > .row,
#generic-page.contact-hero-page > section > .row {
	background: #000000;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#generic-page-light.contact-hero-page > section > .row > .columns,
#generic-page.contact-hero-page > section > .row > .columns {
	color: #fff;
}

#generic-page-light.contact-hero-page > section > .row > .columns > h1:first-child,
#generic-page.contact-hero-page > section > .row > .columns > h1:first-child {
	display: none;
}
