@charset "utf-8";

/*-----------------------------
  ナビエリア
-----------------------------*/
#customerEditArea div.navigation {
  margin-bottom: 32px;
  padding: 0;
}

/*-----------------------------
  顧客情報入力エリア
-----------------------------*/
#customerEditArea .requireMessageArea {
  padding: 0;
}

/*-----------------------------
  入力データ
-----------------------------*/
#lastName,
#lastNameKana,
#postalCode {
  margin-right: 16px;
}
#sex_1 + label,
#requestMailType_0 + label {
  margin-right: 24px;
}
/*  EDKDS001-03_mod_start */
#customerEditArea div.rightData {
/*  EDKDS001-03_mod_end */
  padding: 0 0 24px;
}
#phoneNumber3 + p,
#passwordCon + p,
.txt_example + p {
  margin-top: 8px;
  font-size: 14px;
}
#privacyArea {
  border: 1px solid #707070;
  border-radius: 8px;
}
#buttonArea .right {
  display: flex;
  flex-direction: column;
}
#buttonArea .bottom {
  display: inline-block;
  margin: 0 auto 40px !important;
  padding-left: 32px;
}
#buttonArea #agreeCheck {
  display: inline-block;
  width: auto;
}
#buttonArea .bottom > a {
  display: inline-block;
  color: #1d7bd9;
}
#buttonArea input[type ="checkbox"] {
  position: absolute;
  opacity: 0;
}
#buttonArea #agreeCheck + a {
  position: relative;
  font-weight: bold;
}
#buttonArea #agreeCheck + a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -32px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  background: #fff;
  pointer-events: none;
}
#buttonArea #agreeCheck:checked + a::before {
  border-color: transparent;
  background: #91bd1d;
}
#buttonArea #agreeCheck:checked + a::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -30px;
  width: 16px;
  height: 12px;
  /*  EDKDS001-03_mod_start */
  background: url(../../commonfiles/images/check_white.svg);
  /*background: url("../../commonfiles/images/icon/white/check_white.svg");*/
  pointer-events: none;
 /*  EDKDS001-03_mod_end */
}
/* KDS_add_start*/
.register_campaign_area {
	text-align:center;
  }
/* KDS_add_end*/
/* KDS_add_start */
.txt_email {
	font-size: 14px;
	margin-top: 8px;
}
/* KDS_add_end */

@media screen and (max-width:768px) {
  #CustomerEditMain {
    margin: 40px 16px;
  }
  #customerEditArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #customerEditArea .requireMessageArea {
    margin-bottom: 16px;
  }
  #customerInfoArea {
    margin-bottom: 40px;
  }
  #phoneNumber1 + span,
  #phoneNumber2 + span,
  #birthdateYear + span,
  #birthdateMonth + span,
  #birthdateDate + span {
    margin: 0 5px;
  }
  #confirmCode {
    margin-bottom: 8px;
  }
  #customerEditArea .password {
    margin-top: 0;
  }
  #customerEditArea .passwordInformation {
    margin: 0;
    font-size: 100%;
  }
  #privacyArea {
    margin-bottom: 32px;
    padding: 16px;
  }
  #frontCustomerRegisterMembersRuleArea {
    padding: 0;
  }
  #frontCustomerRegisterMembersRuleArea > b {
    display: inline-block;
    margin-bottom: 16px;
  }
  #buttonArea div.navigation {
    margin: 32px 0;
  }
  #emailAddressChangeButton {
    display: block;
    margin-top: 8px;
  }
  /*  EDKDS001-03_mod_start */
  #postalCode {
    width: auto;
  }
  .email {
	width: auto;
  }
  /*  EDKDS001-03_mod_end */
  /* KDS_TOYAMA_add_start */
  .popMessage {
	margin: -50px 0 0 0px;
  }
  /* KDS_TOYAMA_add_end */
  /* KDS_add_start */ 
  #resisterCampaignBanner {
	width:100%;
  }
    #resisterCampaignBanner_1 {
	width:100%;
  }
    #resisterCampaignBanner_2 {
	width:100%;
  }
  /* KDS_add_end */
}

@media screen and (min-width:769px) {
  #CustomerEditMain {
    width: 1180px;
    margin: 80px auto;
  }
  #customerEditArea .requireMessageArea {
    margin-bottom: 24px;
  }
  #customerInfoArea {
    margin-bottom: 80px;
  }
  #privacyArea {
    margin: 32px 0;
    padding: 24px;
  }
  #frontCustomerRegisterMembersRuleArea {
    max-height: 250px;
    padding: 0;
  }
  #frontCustomerRegisterMembersRuleArea > b {
    display: inline-block;
    margin-bottom: 24px;
  }
  #buttonArea .bottom > a:hover {
    opacity: 0.7;
  }
  #buttonArea div.navigation {
    display: none !important;
  }
  #phoneNumber1 + span,
  #phoneNumber2 + span,
  #birthdateYear + span,
  #birthdateMonth + span,
  #birthdateDate + span {
    margin: 0 8px;
  }
  #confirmCode {
    margin-right: 16px;
  }
  #customerEditArea .password {
    margin-top: 0;
  }
  #customerEditArea .passwordInformation {
    margin: 0;
    font-size: 100%;
  }
  #emailAddressChangeButton {
    margin-left: 16px;
  }
  /* KDS_add_start */ 
  #resisterCampaignBanner {
	width:80%;
  }
  /* KDS_add_end */
}
