@charset "UTF-8";

/*　エラー　*/
.field > div {
	display: inline-block;
	position: relative;
	top: 10px;
	font-size: 13px;
	background-color: #b90027;
	border-radius: 4px;
	color: #FFF;
	padding: 0 10px;
	margin-bottom: 15px;
	-webkit-transition: all .25s ease-in;
	   -moz-transition: all .25s ease-in;
	    -ms-transition: all .25s ease-in;
	     -o-transition: all .25s ease-in;
	        transition: all .25s ease-in;
}
.field > div:before {
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 20px;
	width: 8px; height: 8px;
	background-color: #b90027;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#thanks{
	padding-top: 20px;
}

.text-success {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.form_body#thanks p {
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 20px;
}

#btn_home {
	color: #FFF;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px;
	background: #000;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 40px;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 6px 0 rgba(0, 0, 0, 0.5);
}

#btn_home:hover {
	background: #444; }


@media screen and (min-width: 641px) {
	#thanks{
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.text-success {
		font-size: 32px;
		text-align: center;
		margin-bottom: 20px;
	}
	.form_body#thanks p {
		line-height: 1.9;
	}
	.form_body#thanks br.none {
		display: none;
	}

	#btn_home {
		color: #FFF;
	    width: 280px;
	    margin: 80px auto 0 auto;
	}

}