/*=================================================
 * CSS for PC
 * ================================================= */

/** maga **/

#maga{
	text-align: center;
}

.toptxt{
	font-size: 14px;
	line-height: 20px;
	padding: 50px 0;
}

.toptxt h3{
	font-size: 18px;
	font-weight: bold;
	color: #ff6666;
	margin: 0 0 0 0;
}

.mform div{
	height: 70px;
	border-radius: 35px;
	margin: 0 0 60px 0;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mform div p{
	font-size: 14px;
	line-height: 20px;
}

.mform div p span{
	font-size: 20px;
	font-weight: bold;
	color: #ff6666;
}

.mform input[type="submit"].bt1,
.toptxt+a.bt1,
.error a.bt1,
.over a.bt1{
	width: 250px;
	display: inline-block;
	vertical-align: top;
	-webkit-appearance	: none;
	-moz-appearance	: none;
	appearance		: none;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

a.bt1:hover,
input.bt1[type="submit"]:hover{
	cursor			: pointer;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}


.error{
	font-size: 12px;
	line-height: 16px;
	padding: 50px 0;
}
.error span{
	color: #ff0000;
}

.over{
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 50px 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	.page_title em{
		font-size: 30px;
	}

	/** maga **/
	#maga{
		width: auto;
		padding: 10px;
	}
	.toptxt{
		font-size: 12px;
		line-height: 18px;
		padding: 30px 0;
	}
	.mform div{
		height: auto;
		border-radius: 30px;
		margin: 0 0 30px 0;
		padding: 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.mform div p{
		font-size: 11px;
		line-height: 20px;
	}
	.mform div p span{	font-size: 16px;}
	.mform input[type="submit"].bt1,
	.toptxt+a.bt1,
	.error a.bt1,
	.over a.bt1{
		display: block;
		width: 100%;
	}
	.error,
	.over{
		margin: 0;
		padding: 0 0;
	}
	.error span,
	.over span{
		font-size: 16px;
		line-height: 24px;
		padding: 80px 0;
	}
}




