@charset "utf-8";

/* -----------------------------------------------------------
    form完了ページ  ※フッターのreadmoreボタンに影響するためファイルを分けています
-------------------------------------------------------------- */
#form .form_area form {
	background: #fff;
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 60px;
}

#form .form_area.complete .back-link {
	text-align: center;
}

#form .form_area.complete .back-link a::before {
	display: inline-block;
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	padding: 0 5px 0 0;
	color: #d7bd15;
}

.contact-thanks .ft-links-item.ft-links-company {
	display: none;
}

@media screen and (max-width: 768px) {

	
	#form .form_area form {
		width: 100%;
		padding: 0;
	}

	#form .form_area.complete {
		padding: 0 20px;
	}

	#form .form_area.complete .back-link {
		padding: 20px 0 0;
	}
}

/* -----------------------------------------------------------
    完了画面共通
-------------------------------------------------------------- */
.form_area .complete_title {
	font-size: 2.6rem;
	font-weight: bold;
	color: var(--ihin);
	text-align: center;
	line-height: 1.6;
	padding: 0 0 10px;
}

.form_area .complete_txt {
	margin: 15px 0 50px;
	line-height: 1.8;
	text-align: center;
}

.form_area .back_link {
	margin: 60px 0 20px;
	text-align: center;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px) {

	/* -----------------------------------------------------------
		完了画面共通
	-------------------------------------------------------------- */
	.form_area .complete_title {
		font-size: 2.5rem;
		padding: 0 0 0;
	}

	.form_area .complete_txt {
		margin: 25px 0 0;
		text-align: left;
		line-height: 2;
	}

	.form_area .back_link {
		margin: 30px 0 20px;
		text-align: left;
	}
}