/* ボタン */
.smf-action {
	display: flex;
	justify-content: center;
}

.smf-action .smf-button-control {
	display: block;
	margin-top: 40px;
	text-align: center;
}

.smf-action .smf-button-control__control {
	display: inline-block;
	align-items: center;
	padding: var(--wp--preset--spacing--16) var(--wp--preset--spacing--40);
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	font-weight: 700;
	line-height: inherit;
	color: var(--wp--preset--color--custom-white);
	background: var(--wp--preset--color--custom-accent-1);
	border-width: 0;
}

.smf-action .smf-button-control__control[data-action="back"] {
	color: var(--wp--preset--color--custom-accent-1);
	background: var(--wp--preset--color--custom-white);
	border: 1px solid currentcolor;
}
