@charset "UTF-8";
/*=============================================================
Google reCapchaのスタイル
=============================================================*/
.g-recaptcha{
	padding: 0px 16px 40px;
	display:flex;
	justify-content: center;
}
#sec-entry #tbl-form {
  margin: 0 auto 40px;
}
#sec-entry .form-entry {
  margin-top: 0px;
}
.goto-backpage_button a{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	line-height: 72px;
	color: #FFF;
	background:#888;
	letter-spacing: 0.05em;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	max-width: 320px;
	margin: 0px auto 60px;
	text-decoration: none;
}
.goto-backpage_button a:hover{
	opacity:0.8;
}
.block{
	display: inline-block;
}
