@charset "utf-8";

/* フォーム
========================================== */

.form-content {
	margin-top: 40px;
}
.form-content > dl {
	display: flex;
	padding: 30px 60px;
	border-top: 1px solid #CDBFB7;
}
.form-content > dl > dt {
	width: 270px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 1em;
	flex-wrap: wrap;
	padding-top: 0.8em;
}
.form-content > dl > dd {
	width: 570px;
}
.form-privacy {
	text-align: center;
	border-top: 1px solid #CDBFB7;
	padding: 60px 30px;
}
@media only screen and (max-width: 767px) {
	.form-content {
		margin-top: 0;
	}
	.form-content > dl {
		padding: 1em;
		flex-wrap: wrap;
		gap: 1em;
	}
	.form-content > dl > dt {
		width: 100%;
	}
}


/* 住所
========================================== */

.form-address {}
.form-address dl {}
.form-address dl + dl {
	margin-top: 1em;
}
.form-address dl dt {
	font-size: 14px;
}
.form-address dl dd {
	margin-top: .5em;
}

/* 必須アイコン
========================================== */

.ic-req {
	background: #BE3717;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	line-height: 1;
	padding: .5em 1em;
	display: inline-block;
}
.ic-req.ic-req__none {
	background: #B8B8B8;
}

.form-btn {
	background: #E6D7D0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px;
}
button.btn-submit {
	max-width: 320px;
	width: 100%;
	background: #6C3D2E url(../img/common/ic_tr_r_wh.svg) no-repeat right 1.5em center ;
	text-align: center;
	letter-spacing: .05em;
	font-weight: bold;
	font-size: 20px;
	padding: 22px;
	color: #fff;
	border-radius: 50px;
	line-height: 1;
}

/* サンクス
========================================== */

.form-thanks * {
	text-align: center;
}
.form-thanks .form-thanks-tit {
	color: #6C3D2E;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 260px;
	background: url(../img/common/ic_check_br.svg)no-repeat center bottom;
}
.form-thanks-txt {
	font-size: 18px;
	margin-top: 50px;
}
.form-thanks .btn-form-back {
	margin-top: 70px;
}
.form-thanks .btn-form-back > a {
	display: inline-block;
	max-width: 420px;
	width: 100%;
	line-height: 1;
	color: #fff;
	padding: 1.5em 1em;
	border-radius: 40px;
	background:#6C3D2E url(../img/common/ic_tr_l_wh.svg) no-repeat left 2em center ;
}