@CHARSET "UTF-8";
@media screen and (max-width: 768px) {
	.topLayoutGroupBlock > div:not(.h2Wrap) {
		padding: 0 10px;
	}
}

/** ソーシャルログインボタン **/


/* 条件付き必須 */

/* 生年月日 */
.birthdayYear_itemLabel .required_condition:after {
	display: none;
}
/* tel */
.required_condition:after {
	content: "どちらか必須";
}
/* パスワード */
.contents p.emailPc1ConfirmNote {
	margin-top: 10px;
}
/* メルマガ */
.about_mailmagagine {
	margin-top: 5px;
}
/* 個人情報の取扱いについて */
.privacyPolicyGroup {
	margin: 20px 0;
}
.isMemberAgreementFlgItemWrap {
	text-align: center;
}
.isMemberAgreementFlg_itemLabel {
	display: inline-block;
	margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
	.topGroupName label.isMemberAgreementFlg_itemLabel {
		display: flex;
	}
	.topGroupName label.isMemberAgreementFlg_itemLabel input {
		margin-top: 0.5em;
	}
}