@charset "UTF-8";


/* ベース
------------------------------------------------------------------------------------*/
.formAlert_txt {
  background: #fdf5f8;
  border: #c8155b solid 1px;
  border-radius: 12px;
  color: #d4155b;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8rem;
  position: relative;
  margin: 24px 16px 0;
  padding: 14px 40px;
}
.formAlert_txt::before,
.formAlert_txt::after {
  content: "";
  width: 18px;
  height: 16px;
  background: url(/images/sp/common/formAlert_icon_sp.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.formAlert_txt::before { left: 10px; }
.formAlert_txt::after { right: 10px; }

.breadcrumb_wrap + .formAlert_txt { margin-top: 0; }

.basic_tit {
  --fs: 1.4rem;
  --fh: 1.8rem;
  background: #f0f0f0;
  font-size: var(--fs);
  font-weight: bold;
  text-indent: -1.8em;
  line-height: var(--fh);
  position: relative;
  margin-top: 20px;
  padding: 6px 12px 6px calc(1.8em + 12px);
  scroll-margin-top: 24px;
}
.basic_subTxt {
  font-size: 1.2rem;
  padding-left: 2px;
}

.required,
.annotation {
  border: #d4155b solid 1px;
  border-radius: 100px;
  color: #d4155b;
  font-size: 1rem;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 6px;
  padding: 1px 4px;
}

.basic_val,
.basic_val_gender,
.basic_val_birthDay {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.basic_val_gender { justify-content: flex-start; margin-top: 4px; }
.basic_val_birthDay { flex-wrap: nowrap; justify-content: flex-start; }

.basic_val_annotation {
  --fs: 1.2rem;
  --fh: 1.4rem;
  color: #666;
  font-size: var(--fs);
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(5px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-left: 1em;
}

.input_1column,
.input_2column,
.textarea_1column {
  width: 100%;
  height: 38px;
  border: #ddd solid 1px;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 12px;
}
.input_2column { width: 48.4%; }
.input_1column.js_password,
.input_1column.js_newPassword { padding-right: 36px; }
.input_1column:read-only,
.input_2column:read-only { border: #fff solid 1px; }
.textarea_1column {
  height: 200px;
  line-height: 2rem;
  padding: 6px 12px;
}

.zip_txt {
  --fs: 1.1rem;
  --fh: 1.3rem;
  width: 48.4%;
  color: #666;
  font-size: var(--fs);
  line-height: var(--fh);
  text-indent: -1em;
  margin: calc(6px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-left: 1em;
}

.select_prefecture { 
  width: 100%;
  height: 38px;
  background: url(/images/sp/common/pulldown_arrow_sp.svg) #fff right center no-repeat;
  background-size: 34px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #353535;
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 46px 0 12px;
  -webkit-appearance: none;
}

.input_gender1,
.input_gender2,
.input_gender3 {
  width: 16px;
  height: 16px;
  border: #808080 solid 1px;
  border-radius: 100px;
  position: relative;
  top: 3px;
  cursor: pointer;
  margin: 0 4px 0 32px;
  -webkit-appearance: none;
}
.input_gender1 { margin-left: 12px; }
.input_gender1:checked,
.input_gender2:checked,
.input_gender3:checked { border: #d4155b solid 1px; }

.input_gender1::after,
.input_gender2::after,
.input_gender3::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #d4155b;
  border-radius: 100px;
  display: block; 
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
}
.input_gender1:checked::after,
.input_gender2:checked::after,
.input_gender3:checked::after { opacity: 1; }

.select_dateBirth1,
.select_dateBirth2,
.select_dateBirth3 {
  height: 38px;
  background: url(/images/sp/common/pulldown_arrow_sp.svg) #fff right center no-repeat;
  background-size: 34px;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #353535;
  font-size: 1.4rem;
  text-align-last: center;
  position: relative;
  z-index: 1;
  margin: 0 4px 0 8px;
  padding: 8px 34px 8px 0px;
  -webkit-appearance: none;
}
.select_dateBirth1 {
  width: 30%;
  margin-left: 0;
}
.select_dateBirth2,
.select_dateBirth3 {
  width: 25%;
}

.password_viewBtn {
  width: 20px;
  position: absolute;
  z-index: 1;
  right: 8px;
}
.password_viewBtn_off { opacity: 0.4; }

.js_field_error {
  background-color: #fae6ed;
  border: #d4155b solid 1px;
}

.js_errorText_1column,
.js_errorText_2columnL,
.js_errorText_2columnR,
.js_errorBirthDay {
  background: rgba(212, 21, 91, 0.8);
  border-radius: 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-indent: 0;
  line-height: 1.4rem;
  position: absolute;
  bottom: 46px;
  bottom: 4px;
  z-index: 2;
  padding: 7px 8px;
}
.js_errorText_1column { right: 0; }

.js_errorText_2columnL {
  max-width: 48.4%;
  right: 51.6%;
}
.js_errorText_2columnR {
  max-width: 48.4%;
  right: 0;
}

.js_errorBirthDay { right: 0; }

.js_errorText_1column::after,
.js_errorText_2columnL::after,
.js_errorText_2columnR::after,
.js_errorBirthDay::after {
  content: "";
  border-top: rgba(212, 21, 91, 0.8) solid 8px;
  border-right: transparent solid 6px;
  border-left: transparent solid 6px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}

.register_btn_wrap {
  font-size: 1.1rem;
  text-align: center;
  /* margin: 32px auto 40px; */
  margin: 48px auto 40px;
}

.register_btn {
  width: 81.63%;
  height: 46px;
  background: #222;
  border-radius: 12px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  transition: background 300ms, color 300ms;
}

.register_btn_off {
  background: #d7d7d7;
  color: #a3a3a3;
  cursor: default;
}


/* 住所候補
------------------------------------------------------------------------------------*/
.js_address_list {
  width: 91.46%;
  height: 180px;
  background: #f1f1f1;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.45);
  list-style: none;
  position: absolute;
  overflow-y: scroll;
  z-index: 10;
  top: 35px;
  padding: 0 8px;
}

.js_address_list li {
  --fs: 1.4rem;
  --fh: 1.6rem;
  border-bottom: #aaa solid 1px;
  font-size: var(--fs);
  line-height: var(--fh);
  cursor: pointer;
  margin: calc(0px + ((var(--fs) - var(--fh)) / 2)) 0;
  padding: 12px;
}
.js_address_list li:hover {
  background: #d6d7d9;
}


/* モーダルアラート
------------------------------------------------------------------------------------*/
/*
#js_alertModal {
  width: calc(100% - 16px);
  min-height: 64px;
  background: rgba(242, 204, 225, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: fixed;
  top: 16px;
  left: 8px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  padding: 8px 16px;
  transition: opacity 250ms, top 250ms;
}
#js_alertModal.js_alertModal_open {
  top: 10px;
  opacity: 1;
  pointer-events: auto;
}

#js_alertModal_icon {
  width: 14px;
}

#js_alertModal_close {
  width: 10px;
  cursor: pointer;
}

#js_alertModal_txt {
  font-weight: bold;
  line-height: 1.6rem;
  flex: 1;
  margin-top: -1px;
  padding: 0 16px;
}
*/