.inner .error{
	font-size: 0.9rem;
	color:#ff0000;
}

.inner .error_box
{
	border:#ff0000 2px solid;
	background-color: #ffc0c0;

}

/*スマホ==========================================*/
@media screen and (max-width: 767px)
{
	.inner button , .inner .back_btn 
	{
		width: 90%;
		margin-bottom: 40px;
		margin-right: 0px !important; 
	}
}