@charset "utf-8";
/*--------------------------------------------
  memberRegister.css
  会員登録CSS
--------------------------------------------*/

.level_h2 {
    font-size: 1.5em;
    border-bottom: none;
	color: #644c1f;
    margin: 0 0 12px;
    padding: 5px 5px 5px 0;
}

.contents {
    width: 1000px;
	}

.topGroupName {
    width: 1000px;
	}

/* -----  input関連 ----- */
input[type="text"] , input[type="password"] , input[type="email"]{ font-size: 90%; padding: 10px; }
input[type="radio"]{ color: #bfa77a; }

input.nameSei, input.nameMei, input.nameSeiKana, input.nameMeiKana, input.destNameSei, input.destNameMei, input.destNameSeiKana, input.destNameMeiKana, input.orderNameSei, input.orderNameMei, input.orderNameSeiKana, input.orderNameMeiKana {
    width: 35%;
	margin-right: 5px;
	padding: 10px 10px 10px 15px;
}

input.postCode1 {
    width: 70px;
	margin: 0 10px;
}

input.postCode2 {
    width: 85px;
	margin: 0 10px;
}

input.address11, input.address21, input.address31 {
    width: 300px;
	margin-right: 5px;
	font-size: 90%;
	padding: 10px 10px 10px 15px;
}

input.telNo1Pre, input.telNo1Middle, input.telNo1Post {
    width: 85px;
}

input.customerOpportunityCode{
    width: 85px;
	margin-right: 5px;
}

#contents input:focus {
    outline: 2px solid #bfa77a;
    background-color: #f5eee0;
}

input[type="button"]#postCodeSearchButton {
    background: #fff;
    color: #644c1f;
    border-style: solid;
    border-width: 1px;
    border-color: #bbac8e;
	padding: 5px 10px;
}

.table {
	display: table;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.tr {
	display: table-row;
	border: none;
	border-bottom: 1px solid #d7cfb9;
}

.tdBox,
.th,
.table th,
.table td {
	padding: 17px 0 17px 15px;
	text-align: left;
	display: table-cell;
	border: none;
	margin: 0;
	vertical-align: middle;
}

.th { padding: 15px 0 15px 35px; }

.thAddress span.thAreaSmalltext,
.thAreaSmall span.thAreaSmalltext {
	font-size: 80%;
	padding: 15px 0;
	}

.thSex, .thBirthday, .thAddress, .thEmail, .thPassword {
	padding: 16px 0 0 35px;
}

.tdSex, .tdBirthday, .tdAddress, .tdEmail, .tdPassword{
	padding: 16px 0 0 15px;
}

.thMailmagazine {
	padding: 35px 0 15px 35px;
}

.tdMailmagazine {
	padding: 35px 0 15px 15px;
}

.table {
    border: none;
}

.table.th_30 .th,
.table.th_30 th {
	width: 32%;
	background: none;
}
.table.th_30 .tdBox,
.table.th_30 td {
	width: 68%;
	background: none;
}

.trNone { border-bottom:none;}

select.birthdayYear {
    width: 100%;
}

select.birthdayMonth, select.birthdayDay {
    margin-left: 10px;
    width: 100%;
}

.selectWrapSex{
  width: 15%;
  position: relative;
  display: inline-block;
}

.selectWrapBirthday{
   width: 15%;
  position: relative;
  display: inline-block;
  float: left;
}

.selectWrapArea{
  width: 25%;
  position: relative;
  display: inline-block;
  float: left;
}

.selectWrapOppotunity{
   width: 45%;
  position: relative;
  display: inline-block;
  float: left;
}

.selectWrapSex::after, .selectWrapBirthday::after, .selectWrapArea::after, .selectWrapOppotunity::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.select01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 15px;
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  font-size: 85%;
  margin: 0;
  color: #333;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: 2px solid #bfa77a; background-color: #f5eee0;
}


#nullThSurround.th.sexThSurround { padding: 15px 0 10px 35px;}

.birthdayYearSuffixLabel, .birthdayDaySuffixLabel, .birthdayMonthSuffixLabel {padding: 10px 10px 10px 20px; float: left;}

.mailmagazineText { font-size: 80%; padding: 5px 0 20px 35px;}

#privacyPolicyGroup
	{
	background-color: #f8f8f6;
	border-radius: 3px;
	padding: 10px 30px 30px;
	margin: 60px 0 10px 0;
	}

/* ご利用規約 */
.level_h3 { border: none;}

.isMemberAgreementFlg_itemLabel {
    display: inline-block;
    margin: 0;
}

#isMemberAgreementFlgItemWrap {
  padding-top: 20px;
}

#pagePartsHtmlText_PrivacyPolicy_innerId .debugLink {
  display: none !important;
}

/*クリスタルジェミーの商品を購入したことがありますか*/
.hasDoneShopping_div {
    display: flex;
}

#nullThSurround span.required {
    vertical-align: middle;
    margin: auto;
    margin-right: 0px;
}

/* 確認ボタン */
#buttonGroup { padding: 70px 0 60px;}
/**
a#returnButton_link {
    background: #fff;
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d0d0;
	padding: 10px 0 10px 30px;
	width: 250px;
	margin:0 30px 10px 0;
	text-align: center;
	position: relative;
}

a#returnButton_link::after{
  transition: 0.5s;
  content: "";
  width: .4em;
  height: .4em;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
input.btn_1[type="submit"]{
    background: #eadbc0;
    color: #644c1f;
    border-style: solid;
    border-width: 1px;
    border-color: #eadbc0;
	padding: 10px 30px;
	width: 250px;
	text-align: center;
}

.saveButtonWrap{
  color: #644c1f;
  position: relative;
  line-height: 2.8em;
  width: 250px;
  transition: 0.5s;
  margin:0 auto;
}

.saveButtonWrap::after{
  transition: 0.3s;
  content: "";
  width: .5em;
  height: .5em;
  border-top: 2px solid #644c1f;
  border-right: 2px solid #644c1f;
  position: absolute;
  top: -0.2em;
  bottom: 0;
  right: 40px;
  margin: auto;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.passwordConfirmSP { display: none; }
.emailPc1ConfirmSP { display: none; }


@media screen and (min-width:769px) and ( max-width:999px) {
.contents {
    width: 100%;
	}

.topGroupName {
    width: 100%;
	}

}


@media screen and (max-width: 768px) {

	.contents {
    width: 100%;
	}

	.topGroupName {
    width: 100%!important;
	}

	.level_h2 {
    font-size: 1.3em;
    border-bottom: none;
	color: #644c1f;
    margin: -20px 0 20px;
    padding: 5px;
	}

.tdBox,
.th,
.table th,
.table td {
	padding: 0px;
	text-align: left;
	display: table-cell;
	border: none;
	margin: 0;
	vertical-align: middle;
}

.th {padding: 10px 0 5px 5px; text-align: left;}

.tr {
	display: table-row;
}
.td, .th {
		display: block;
		border: 0;
		margin: 0 !important;
	}

.table.th_30 .th,
.table.th_30 th {
  display: inline-block;
	width: 37%;
	background: none;
	font-size: 85%;
  margin-right: 1% !important;
}
.table.th_30 .tdBox,
.table.th_30 td {
  display: inline-block;
	padding: 5px;
	width: 61%;
	background: none;
	float: right;
	vertical-align: top;
	}

input { font-size: 90%;}

input.nameSei, input.nameMei, input.nameSeiKana, input.nameMeiKana, input.destNameSei, input.destNameMei, input.destNameSeiKana, input.destNameMeiKana, input.orderNameSei, input.orderNameMei, input.orderNameSeiKana, input.orderNameMeiKana {
    width: 100%;
	margin-right: 5px;
	padding: 10px;
}

input.address11, input.address21, input.address31 {
    width: 100%;
	margin-right: 5px;
	padding: 10px;
}

input.postCode1 {
    width: 23%;
    margin: 0 10px;
	padding: 7px 10px;
}

input.postCode2{
    width: 27%;
    margin: 0 10px;
	padding: 7px 10px;
}


#nameSei {
  margin-bottom: 15px;
}
#nameSeiThSurround {
  padding-top: 15px;
}

#nameSeiKanaThSurround { padding-top: 23px;}
#nameSeiKana {
  margin-top: 10px;
  margin-bottom: 15px;
}
#sexThSurround {
  padding-top: 24px;
}

input.nameMei, input.nameMeiKana {margin-bottom:15px;}

#nullThSurround.th.sexThSurround { padding: 25px 0 10px 5px;}

#sexTdSurround {padding-top: 15px;}

#postCode1ThSurround {padding-top: 25px;}
#postCode1TdSurround {padding-top: 15px;}
#postCode1TdSurround input#postCode1Pre,
#postCode1TdSurround input#postCode1Post { font-size: 70%;}

#birthdayYearThSurround {padding-top: 20px;}
#birthdayYearTdSurround {padding-top: 10px;}

#emailPc1ThSurround { font-size: 77%; padding-top: 22px;}
#emailPc1TdSurround {padding-top: 15px;}
#emailPc1TdSurround input#emailPc1 { width: 100%; font-size: 70%;}
#emailPc1ConfirmTdSurround { padding-bottom: 15px;}
#emailPc1ConfirmTdSurround input#emailPc1Confirm{ width: 100%; font-size: 70%; padding-right: 5px;}

#emailPc1ConfirmThSurround { font-size: 77%;}
#emailPc1ConfirmThSurround #emailPc1Confirm_labelId {
  position: relative;
  top: -7px;
}

#passwordThSurround {padding-top: 22px;}
#passwordThSurround #password_labelId {
  position: relative;
  top: -7px;
}
#passwordTdSurround {padding-top: 15px;}
#passwordTdSurround input#password,
#changePasswordTdSurround input#changePassword,
#changePasswordConfirmTdSurround input#changePasswordConfirm { font-size: 70%;}
#changePasswordTdSurround {padding-top: 15px;}
#passwordConfirmTdSurround { padding-bottom: 15px;}
#passwordConfirmTdSurround input#passwordConfirm{ font-size: 70%; padding-right: 5px;}
#changePasswordThSurround {padding-top: 22px;}
#passwordThSurround,
#passwordConfirmThSurround { font-size: 77%;}

#customerOpportunityCodeThSurround {padding-top: 25px;}
#customerOpportunityCodeTdSurround {padding-top: 15px; padding-bottom: 15px;}

#areaCode1ThSurround, #address11ThSurround, #address21ThSurround {padding-top: 15px;}

#address31TdSurround { padding-bottom: 15px;}

#telNo1PreThSurround { padding-top: 21px;}
#telNo1TdSurround { padding-top: 15px; padding-bottom: 15px;}
#telNo1TdSurround input#telNo1Pre,
#telNo1TdSurround input#telNo1Middle,
#telNo1TdSurround input#telNo1Post { font-size: 70%;}

#nullThSurround.mailMagazineFlgThSurround {padding-top: 16px;}
#mailMagazineFlgTdSurround {padding-top: 15px; padding-bottom: 15px; font-size: 85%;}

#isMemberAgreementFlgItemWrap { font-size: 90%;}

.mailmagazineText {
    font-size: 80%;
    padding: 5px 0 0 5px;
}

input.telNo1Pre, input.telNo1Middle, input.telNo1Post {
    width: 28%;
	padding: 7px 10px;
}

.selectWrapSex{
  width: 40%;
  position: relative;
  display: inline-block;
}

.selectWrapArea{
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}

.selectWrapBirthday{
   width: 19%;
  position: relative;
  display: inline-block;
  float: left;
}

.selectWrapBirthdayYear{
   width: 24%;
  position: relative;
  display: inline-block;
  float: left;
}

.selectWrapBirthday::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.select01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 35px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  font-size: 85%;
  margin: 0;
  color: #333;
}

.select01Birthday {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 35px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 0 0 5px;
  border: 1px solid #c0c0c0;
  border-radius: 0px;
  font-size: 90%;
  margin: 0;
  color: #333;
}

.birthdayYearSuffixLabel, .birthdayDaySuffixLabel, .birthdayMonthSuffixLabel { padding: 8px 5px 10px 5px; float: left;}

select.birthdayMonth, select.birthdayDay {
    margin-top: 0;
    margin-left: 0;
}

input[type="button"]#postCodeSearchButton {
    background: #fff;
    color: #644c1f;
    border-style: solid;
    border-width: 1px;
    border-color: #bbac8e;
    padding: 3px 10px;
	margin: 8px 0 0 0;
	font-size: 90%;
}

.passwordConfirmSP, .emailPc1ConfirmSP { display: block; text-align: left; line-height: 140%;}
.emailPc1ConfirmSP { font-size: 90%;}
.passwordConfirmPC, .emailPc1ConfirmPC { display: none; }


/* ご利用規約 */
#privacyPolicyGroup {
    background-color: #f8f8f6;
    border-radius: 3px;
    padding: 10px 20px 30px;
    margin: 30px 0 10px 0;
}


/* 確認ボタン */
#buttonGroup {
    padding: 20px 0 0;
}
/**
a#returnButton_link {
    background: #fff;
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d0d0;
	padding: 8px 0;
	width: 90%;
	margin:0 5% 10px;
	text-align: center;
	position: relative;
}

a#returnButton_link::after{
  transition: 0.5s;
  content: "";
  width: .4em;
  height: .4em;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
#saveButton {
    width: 90%;
    margin-bottom: 20px;}

input.btn_1[type="submit"]{
    background: #eadbc0;
    color: #644c1f;
    border-style: solid;
    border-width: 1px;
    border-color: #eadbc0;
	padding: 8px 0;
	width: 100%;
	margin:10px 5% 0;
	text-align: center;
}

.saveButtonWrap{
  color: #644c1f;
  position: relative;
  line-height: 2.8em;
  width: 100%;
  transition: 0.5s;
  margin:0 auto;
}

.saveButtonWrap::after{
  transition: 0.3s;
  content: "";
  width: .5em;
  height: .5em;
  border-top: 2px solid #644c1f;
  border-right: 2px solid #644c1f;
  position: absolute;
  top: -0.6em;
  bottom: 0;
  right: 50px;
  margin: auto;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

}

@media screen and (min-width:642px) and ( max-width:768px) {

#nameSeiThSurround { padding-top: 15px;}
#nameSeiTdSurround { margin-top: 0px;}
#nameSeiKanaThSurround { padding-top: 15px;}
#nameSeiKanaTdSurround { margin-top: 10px;}
input.nameSei, input.nameSeiKana {margin-bottom:10px;}
input.nameMei, input.nameMeiKana {margin-bottom:15px;}

/**
a#returnButton_link {
    background: #fff;
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d0d0;
	padding: 10px 0 10px 30px;
	width: 250px;
	margin:0 30px 10px 0;
	text-align: center;
	position: relative;
}

a#returnButton_link::after{
  transition: 0.5s;
  content: "";
  width: .4em;
  height: .4em;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/

input.btn_1[type="submit"]{
    background: #eadbc0;
    color: #644c1f;
    border-style: solid;
    border-width: 1px;
    border-color: #eadbc0;
	padding: 10px 30px;
	width: 250px;
	text-align: center;
}

.saveButtonWrap{
  color: #644c1f;
  position: relative;
  line-height: 2.8em;
  width: 250px;
  transition: 0.5s;
  margin:0 auto;
}

.saveButtonWrap::after{
  transition: 0.3s;
  content: "";
  width: .5em;
  height: .5em;
  border-top: 2px solid #644c1f;
  border-right: 2px solid #644c1f;
  position: absolute;
  top: 0.4em;
  bottom: 0;
  right: 40px;
  margin: auto;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

}




@media screen and (max-width:641px) {

  #emailPc1ConfirmThSurround .required::after {
      margin-top: -14px;
  }
  #passwordConfirmThSurround .required::after {
      margin-top: -14px;
  }

}