/* Direct In 表示 */
/*左上にずらした背景色ありタイトル*/
.directin-search-panel-cielgr {
	margin: 2em auto;
}

/* 検索ボタンの文字色と背景色 */
.directin-sp-form .directin-sp-form-submit-button button {
	color: #fff;
	background: linear-gradient(135deg, #b99836, #7a5a1e);
}

/* Direct In 表示 */

/* Lightning テーマで表示がずれる対策 */
.directin-sp-form input,
.directin-sp-form select,
.directin-sp-form textarea {
	margin-bottom: 0;
}
