@charset "utf-8";
#topGroupName {
  max-width: 1020px;
}
#memberInfoTitle_innerId.level_h3 {
  margin-top: 40px;
}
#layoutGroup {
  margin-bottom: 30px;
}

.contents .nameSeiItemWrap.tr {
  border-bottom: 1px solid #b9b9b9;
}

/* 姓 法人の場合 */
input#nameSei.nameSei_hojin {
  width: 300px;
}
@media screen and (max-width: 641px) {
  input#nameSei.nameSei_hojin {
    width: 100%;
  }
}

input#nameOffice {
  display: none;
}

/* 必須アイコン */
form .required_condition:after {
  content: "必須";
}

/* LPに戻るボタン @see common.css */
@media screen and (max-width: 960px) {
	#buttonGroup .lpReturnButtonItemWrap {
		margin: 0 ;
		line-height: 2.3;
	}
	#buttonGroup .lpReturnButtonItemWrap {
		order: 2;
	}
	#lpReturnButton_link,
	#lpReturnButton {
		width: 80%;
		height: 50px;
	}
}