@charset "utf-8";

/*==============================
thanks設定
==============================*/

/*thanks全体*/
#thanks{
	width: 100%;
}

/*thanks中身*/
#thanks .inner{
	width: 100%;
}

/*thanks 見出し日本語*/
#thanks .inner h2::after{
	content: "ーお問い合わせ完了ー";
}

/*thanks サブ見出し*/
#thanks .inner h3{
	margin: 100px auto 0;
	color: #1A1A1A;
	font-size: 2.6rem;
	line-height: 40px;
}


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

	/*thanks サブ見出し*/
	#thanks .inner h3{
		font-size: 1.8rem;
		line-height: 34px;
	}


}