

/* 後者のコンテンツ */
.sync-left-edge {
	margin-left: var(--text-left);
}

@media (max-width: 768px) {
	.sync-left-edge {
		margin-left: auto;
	}
}