@CHARSET "UTF-8";

@media only screen and (max-width: 749px) {
    .topGroupName {
        padding: 0 3%;
    }
}

#inputArea{
	display:none;
	flex-flow: column;
}
#inputArea .tr{
	display:none;

}

@media screen and (max-width: 749px){
	#inputArea .tr {
		display: block;
		flex-flow: column;
	}

	#wrap .td, .th {
		display: inline-flex;
	}

	#inputArea .td, .items {
		width: 100%;
	}

	#wrap .td.birthdayYearTdSurround {
		display: block;
	}
	#birthdayYearItemWrap #birthdayYearTdSurround .items,
    #birthdayYearItemWrap #birthdayYearTdSurround .birthdayYear {
      width: auto;
    }

}


/* 個人情報の取扱いについて */
.isMemberAgreementFlgItemWrap {
	text-align: center;
}
.isMemberAgreementFlg_itemLabel {
	display: inline-block;
	margin: 10px 0 60px;
}

#privacyPolicyGroup {
	display:  none;
}