main {
	background-color: var(--beige-pale);
}

.nf {
	max-width: max-content;
	margin-inline: auto;
}
.nf_cnt {
	width: min(800px, 90%);
	position: relative;
}
@media (max-width: 1180px) {
	.nf_cnt {
		width: 100%;
	}
	.nf_btn {
		text-align: center;
	}
}

.nf_mirainu {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 240px;
}
.nf_mirainu p {
	font-size: var(--f12);
	position: absolute;
	white-space: nowrap;
	left: 85%;
	bottom: 15%;
}
@media (max-width: 1180px) {
	.nf_mirainu {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin-top: var(--s3);
		margin-inline: auto;
		width: min(30%, 200px);
	}
	/* .nf_mirainu p {
		position: static;
		margin-top: -10%;
		transform: none;
	} */
}