@charset "utf-8";
/*------------------------------------------------------------
	signupMailForm
------------------------------------------------------------*/
#main {
	padding-top: 47px;
}
#main .top_text {
	margin-bottom: 37px;
	font-weight: bold;
	font-size: 1.6rem;
}
#main .text01 {
	margin-bottom: 21px;
	font-size: 1.6rem;
	font-weight: bold;
}
#main .text01.mb01 {
	margin-bottom: 56px;
}
#main .text02 {
	margin-bottom: 32px;
	font-size: 1.6rem;
	font-weight: bold;
}
#main p:last-child {
	margin-bottom: 0;
}
#main .terms .ttl {
	margin-bottom: 3px;
}
#main .terms .inner_box {
	margin-bottom: 17px;
	padding: 0;
	width: 100%;
	max-width: 570px;
	height: 71px;
	overflow: auto;
	font-size: 0.9rem;
	line-height: 1.78;
	box-sizing: border-box;
	border-radius: 3px;
	background: #FAFBFB;
}
#main .terms .inner_box iframe {
	width: 100%;
	height: 100%;
}
#main .com_form .agree {
	margin-bottom: 56px;
}
@media all and (max-width: 736px) {
	#main {
		padding-top: 28px;
	}
	#main .top_text {
		margin-bottom: 23px;
	}
	#main .text01 {
		margin-bottom: 24px;
	}
	#main .text02 {
		margin-bottom: 24px;
	}
	#main p:last-child {
		margin-bottom: 0;
	}
	#main .terms .inner_box {
		margin-bottom: 26px;
	}
	#main .com_form .agree {
		margin-bottom: 28px;
		text-align: center;
	}
}