
.page_title{	margin-bottom: 30px;}
.page_title em{	font-size: 34px;}

.reg{	padding: 20px 20px 30px 20px;}

.reg .s_title{	margin-bottom: 20px;}

.reg .toptxt{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 15px 0;
}

.regbox{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 15px;
	border-radius: 35px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.regbox p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.regbox .tx{	font-size: 15px;}

.error,
.over,
.over2{
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.over,
.over2{	padding-bottom: 80px;}

.error span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #ff0000;
	padding: 80px 0;
}
.over span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 80px 0 0 0;
}
.over2 span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 80px 0 10px 0;
}


/** maga **/

.maga{
	padding: 20px 20px 30px 20px;
}

.maga_p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
}

.maga_input{
	margin: 0 0 20px 0;
}

.maga_input input[type="email"]{
	width: 100%;
	padding			: 6px;
	font-size		: 16px;
	line-height: 26px;
	border			: 1px solid #ccc;
	border-radius		: 3px;
	-webkit-border-radius	: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.maga_input input::placeholder,
.maga_input textarea::placeholder{	color: #ccc;}
.maga_input input:-ms-input-placeholder,
.maga_input textarea:-ms-input-placeholder{	color: #ccc;}
.maga_input input::-ms-input-placeholder,
.maga_input textarea::-ms-input-placeholder{	color: #ccc;}

.maga_bt{
	font-size: 0;
	line-height: 0;
}

.maga_bt .bt{
	width: 130px;
	margin: 0 5px;
}

.capt{
	width: 280px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin: 0 auto 20px auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt div{
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.capt div span{
	font-size: 34px;
	line-height: 40px;
}

.capt div input[type="text"]{
	width: 110px;
	padding: 7px;
	font-size : 16px;
	line-height: 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.capt p{
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	padding: 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}

