.smf-form--simple-table .smf-item__col--label {
text-align: right;
	font-weight: 600;
}
/*フォームエリア*/
.smf-form{
	width:100%;
	max-width:800px;
	margin:auto;
	text-align:left;
}

.smf-action{
	width:100%;
	max-width:800px;
	margin:auto;
	text-align:center;
}


/*テキスト*/
.smf-item__label__text{
	font-weight: 600
}
.smf-item__label{
	margin-bottom:0.5em;
}

.smf-item{
	margin-bottom:2em;
}

/*step表示*/
.smf-progress-tracker {
margin-bottom: 5em;
}

.smf-form--simple-table .smf-item {
display: flex;
align-items: center;
}

/*ボタン*/
#snow-monkey-form-37 > div.smf-action > span > button{
	background: var(--bg-main);
    text-align: center;
    border-radius: 100px;
    color: #fff;
	display:inline-block;
	padding:1em 3em;
	border:none;
	&:hover{
		border:none;
		opacity:0.8;
	}
}

/*確認画面*/
#snow-monkey-form-37 > div.smf-form.smf-form--simple-table > div{
	
}

/*完了*/
.smf-complete-content h3{
	color: var(--text-head);
}