@charset "utf-8";
/*!
 * contact CSS
 * ---------------------------------------------
 * 下層ページのcss
 *
 */



.content {
	overflow: hidden;
	margin-bottom: 80px;
}
.content p {
	line-height: 1.6;
}
.btnList {
	width: 540px;
	margin: auto;
	text-align: center;
}
.btnList li {
	float: left;
	margin: 0 10px;
}
.btnList li.execute {
	float: right;
}

.content textarea {
	width: 902px;
	height: 233px;
	padding: 10px;
}
.content section > p:nth-of-type(1)  {
	margin-bottom: 2em;
}

/*  登録完了
---------------------------------*/

.done {
	margin: 160px auto;
	text-align: center;
}
.done .move {
	margin-top: 4em;
}

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


	.btnList {
		width: auto;
	}
	.btnList li{
		float: none;
		display: block;
		margin: 0 auto 40px;
	}
	.btnList li.execute {
		float: none;
	}
	.content textarea {
		width: 100%;
	}

}
