/* ショップについて */
@import url("./about.css");
/* アクセス */
@import url("./access.css");
/* プライバシーポリシー */
@import url("./privacy.css");
/* ブランド一覧 */
@import url("./bland_cat.css?1");
/* 施工実績一覧 */
@import url("./works_cat.css?6");


/* お問い合わせ --- この下からform 2カラムの設定 */

/*.smf-item__controls {
    display: flex;
    justify-content: flex-start;
}*/
.smf-form{
	margin: 5.0rem auto;
}
.smf-form a {
	text-decoration: underline;
	font-weight: bold;
}
.smf-action button {
    background-color: #eee !important;
    background-image: none !important;
    padding: 2.0rem 10% !important;
    font-size: 1.8rem;
}
.smf-form .smf-file-control{
	margin-bottom: 1.0rem;
}
.smf-complete-content h2{
	margin-bottom: 5.0rem;
}
.smf-complete-content p{
	text-align: center;
	line-height: 1.6;
	margin-bottom: 3.0rem;
}

@media screen and (max-width:768px){
	.smf-form{
		margin: 3.0rem auto 0;
	}
	body .is-layout-flex {
		flex-wrap: wrap;
	}
	.smf-placeholder{
		width: 100%;
	}
	.smf-complete-content p{
		text-align: left;
	}
}
/* ここまでがtwo-colomun*