@CHARSET "UTF-8";
/* 条件付き必須 */

/* tel */
.required_condition:after {
	content: "どちらか必須";
}
/* 個人情報の取扱いについて */
.isMemberAgreementFlgItemWrap {
	text-align: center;
}
.isMemberAgreementFlg_itemLabel {
	display: inline-block;
	margin: 10px 0 60px;
}

#MemberRegister .level_h3{
	border-bottom: none;
}

#MemberRegister #acureMembersPassword_labelId .required_condition:after{
	content: "";
}

#MemberRegister #memberPasswordButton{
	width:294px;
}
#pagePartsHtmlText_MemberRegisterInputAcureMembers_innerId a{
	color: #00a0c9;
}

@media screen and (max-width: 567px) {
	.topGroupName label {
		text-align: center;
	}
	#MemberRegister #memberPasswordButton{
		width:260px;
		padding:0;
	}
}

#areaCode1, #address11 {
	background-color:#f0f0f0;
	pointer-events : none;
}
