@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

@media screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お問い合わせ

	------------------------------------------------------------ */

	/* common.css上書き
	---------------------------------------------- */
	#wrap_all{background: #F5F5F5;}

	.heading01{margin-bottom: 55px;}

	/* 完了画面
	---------------------------------------------- */
	.completion{
		font-size: 1.7rem;
		text-align: center;
	}

	.txt_completion{margin-bottom: 60px;}


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お問い合わせ

	------------------------------------------------------------ */

	/* common.css上書き
	---------------------------------------------- */
	#wrap_all{background: #F5F5F5;}

	.heading01{margin-bottom: 40px;}

	/* 完了画面
	---------------------------------------------- */
	.completion{
		font-size: 1.4rem;
		text-align: center;
	}

	.txt_completion{margin-bottom: 30px;}


}/*--@media--*/

