.snow-monkey-forms-setting-panel .components-panel__header{color:#555d66;font-size:13px;font-weight:700}.smf-help-popover .components-popover__content{max-width:280px;width:auto}.editor-styles-wrapper .smf-item:not(:first-child){margin-top:4px}.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.snow-monkey-forms-setting-panel{margin-left:auto!important;margin-right:auto!important;max-width:var(--wp--style--global--content-size,100%)}


/* Snow Monkey Forms */
/*テーブル部分の左側 */
.smf-form--business .smf-item__col--label {
background-color:#eee;/*カラーセット：灰eee*/
border-bottom:1px solid #ddd;/*カラーセット：灰ddd*/
color:#333;/*カラーセット：灰333*/
	display:flex;
	align-items: flex-start;
}
@media only screen and (min-width: 640px) {
.smf-form--business .smf-item__col--label {
	justify-content: space-between;
	align-items: flex-start;
}
}
/*テーブル部分の右側 */
.smf-form--business .smf-item__col--controls {
background-color:#FFF;/*カラーセット：白*/
border-bottom:1px solid #ddd;/*カラーセット：灰色*/

}
.smf-form--business .smf-item__label{

}

/* 必須ボタンデザイン */
.smf-item__description{
	padding: 3px 5px;
	background-color: #C82E2E;
	display: inline-block;
	color: #FFF;
	border-radius: 5px;
	margin: 0 0 5px 10px;
	font-size: 1.2rem;
	width:50px;
	text-align:center;
}
