body {
	line-break: strict;
}

.typography-story-quote:lang(ja)::before {
	content: "「";
}

.typography-story-quote:lang(ja)::after {
	content: "」";
}

.typography-story-quote.jp-no-quote::before,
.typography-story-quote.jp-no-quote::after {
	display: none;
}

/* More */
.shared-stories-router-stories-wantedly {
	display: block;
	--p-width: 494px;
	--p-height: 426px;
	width: var(--p-width);
	height: var(--p-height);
}

@media only screen and (max-width: 1068px) {
	.shared-stories-router-stories-wantedly {
		--p-width: 435px;
		--p-height: 295px;
	}
}

@media only screen and (max-width: 734px) {
	.shared-stories-router-stories-wantedly {
		--p-width: 280px;
		--p-height: 232px;
	}
}

/* Router */
.small-business-router-copy {
	width: 100%;
}
