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

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** maga **/

#maga{
	text-align: center;
}

.maga_bg{
	padding: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title + .maga_bg{
	border-top: none;
}

.maga_in{
	border-width: 1px;
	border-style: solid;
	padding: 0 0 40px 0;
}

.toptxt{
	font-size: 14px;
	line-height: 22px;
	padding: 40px 0;
}

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

.mform div{
	width: 700px;
	height: 90px;
	border-radius: 45px;
	margin: 0 auto 40px auto;
	padding: 18px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mform div p{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

.mform div p span{
	font-size: 26px;
	font-weight: bold;
}

#maga .bt1{
	width: 330px;
	display: inline-block;
	vertical-align: top;
	-webkit-appearance	: none;
	-moz-appearance	: none;
	appearance		: none;
	border			: none;
}

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

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


.maga_txt{
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin: 0 40px 40px 40px;
	padding: 40px 0 40px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.maga_form .div_input input[type="email"]{
	width: 550px;
	padding			: 4px 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;
}

#maga .maga_form .div_bt .bt1{
	width: 180px;
	margin: 0 5px;
}

.capt{
	width: 280px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	margin: 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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.capt p em{	color: #ff0000;}


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

@media screen and (max-width: 650px) {
	#maga{	width: auto;}
	main .page_title em{	font-size: 30px;}
	.maga_bg{
		padding: 0;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	.maga_in{
		border: none;
		padding: 0 10px 10px 10px;
	}
	.toptxt{
		font-size: 13px;
		line-height: 20px;
		padding: 30px 0;
	}
	.mform div{
		width: auto;
		height: auto;
		border-radius: 35px;
		margin: 0 0 10px 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,
	#maga .bt1{
		display: block;
		width: 100%;
	}
	.error,
	.over{
		font-size: 13px;
		margin: 0;
		padding: 10px;
	}
	.over{	padding-bottom: 70px;}
	.error span{
		font-size: 16px;
		line-height: 24px;
		padding: 70px 0;
	}
	.over span{
		font-size: 18px;
		line-height: 20px;
		padding: 70px 0 10px 0;
	}


	.maga_txt{
		text-align: left;
		margin: 0 0 15px 0;
		padding: 10px 0;
		font-size: 12px;
		line-height: 20px;
	}
	.maga_form .div_input input[type="email"]{
		width: 100%;
	}
	#maga .maga_form .div_bt .bt1{
		display: inline-block;
		vertical-align: top;
		width: 130px !important;
	}
	.capt{
		margin: 15px auto;
	}

}