@charset "UTF-8";

.line_margin{
	margin-bottom: .5rem;
}

.smf-file-control{
	margin-bottom: .75rem;
}

/*タイトルを選択編集出来ないようにしている*/
/*
input.noedit{
    pointer-events: none;
}
	*/


/*必須ラベルに使用 */
/*必須項目をつけたい項目に「 必須」と記載してテキストをハイライト
テキストカラーをホワイト、背景をレッドに指定すれば完成*/
.smf-item__label__text mark{
	font-size: 12px;
	background: none;
	border-radius: 4px;
	font-weight: 500;
	padding: 4px 8px;
}

/*同意ボタンを中央*/
[data-name="douick"]{
	text-align: center;
	margin: 1rem auto;
}