@charset "UTF-8";
/* TITLE */
.userInfoEdit__title {
  background-color: #f87549;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

/* USER IMAGE */
.userInfo .inputWrap {
  flex-grow: 1;
  background-color: inherit;
  border: 1px solid #fff;
}

.inputUserImage {
  min-height: 130px;
}

.userInfo .inputWrap__label {
  color: #fff;
}

.inputUserImage .inputWrap__label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.inputUserImage__imageWrap {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  align-self: center;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}

.userInfoEdit .inputUserImage__imageWrap {
  background: no-repeat center url(../images/icon_image.svg);
  border: 2px dashed #dddddd;
}

.userInfoEdit .inputUserImage__image {
  visibility: hidden;
}

.inputUserImage__image {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
}

.inputUserImage__image.is-active {
  visibility: inherit;
}

/* BIRTH */
.inputBirth .inputWrap__label {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.inputBirth .inputWrap__input {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.inputBirth__valueWrap {
  display: flex;
  align-items: flex-end;
  z-index: 1;
}

.inputBirth__value {
  height: 22.5px;
  width: calc(100% - 25px);
  font-size: 16px;
  color: initial;
  display: flex;
  align-items: flex-end;
  margin-left: 10px;
}

.inputBirth__icon {
  background: no-repeat url(../images/icon_date2.svg);
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.userInfo .inputBirth__icon {
  background: no-repeat url(../images/icon_date.svg);
}

/* POST */
.postCodeButton {
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.userInfo .inputPostCode {
  width: calc(50% - 5px);
  flex-grow: 0;
}

.inputValue {
  font-size: 14px;
}

/* BUTTON */
.userInfoSubmitButton {
  width: 134px;
  height: 60px;
  margin: 30px auto;
}

.userInfo .userInfoSubmitButton {
  color: #000000;
}

/* //変更0910追加 */
.userInfoFixedButton {
  width: 86px;
  height: 40px;
}

/* //変更0910追加 */
.userInfoFixedButtonWrap {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #000;
  width: 106px;
  height: 60px;
  border-radius: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* CHILDREN */
.userinfoChildren {
  padding-bottom: 20px;
}

.userinfoChildren__item {
  padding: 20px;
}

.userinfoChildren__item:nth-last-child(n+2) {
  border-bottom: 1px solid #f4f4f4;
}

.userinfoChildren__date {
  font-size: 14px;
  line-height: 1.6;
}

.userInfoChildren__editBtn {
  height: 40px;
  width: 58px;
  margin-top: -10px;
  margin-right: -10px;
}

.userinfoChildren__chengeBtn {
  height: 60px;
  width: 134px;
}

.userInfoChildren__basicImageWrap {
  /* border: 1px solid #F4F4F4;//変更前0910 */
  /* //変更後0910 */
  border: 1px solid #ddd;
  border-radius: 10px;
  /* width: 50px;//変更前0910 */
  /* //変更後0910 */
  width: 76px;
  /* height: 50px;//変更前 */
  /* //変更後0910 */
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center url(../images/icon_image.svg);
  /* background-size: 29px;//変更前0910 */
  /* //変更後0910 */
  background-size: 41px;
  margin-right: 20px;
}

.userInfoChildren__iconBoy {
  background: no-repeat center url(../images/icon_boy.svg);
  width: 17px;
  height: 18px;
  margin-right: 10px;
}

.userInfoChildren__iconOld {
  background: no-repeat center url(../images/icon_old.svg);
  width: 15px;
  height: 19px;
  margin-right: 10px;
}

.userInfoChildren__iconGirl {
  background: no-repeat center url(../images/icon_girl.svg);
  width: 17px;
  height: 16px;
  margin-right: 10px;
}

/* 支払方法 */
.userInfoPayment__button {
  height: 60px;
}

.userInfoPayment__iconMaster {
  background: no-repeat center url(../images/icon_mastercard2.svg);
  width: 40px;
  height: 29px;
}

.userInfoPayment__iconPaypay {
  background: no-repeat center url(../images/icon_paypay2.svg);
  width: 30px;
  height: 30px;
}

.userInfoPayment__iconCreditcard {
  background: no-repeat center url(../images/icon_creditcard2.svg);
  width: 32px;
  height: 23px;
}

.userInfoPayment__cardNumber {
  font-size: 14px;
}

.userInfoPayment__addBtn {
  width: 230px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.paymentService__title {
  background-color: #f87549;
  color: #fff;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.paymentService__item {
  padding: 20px;
}

.paymentService__item:nth-last-child(n+2) {
  border-bottom: 1px solid #dddddd;
}

.paymentService__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* CREDIT CARD */
.inputCCNumber {
  position: relative;
}

.inputCCNumber .inputWrap__input {
  padding: 0 40px 0 30px;
}

.inputCCNumber::before {
  content: "";
  display: block;
  width: 23px;
  height: 16px;
  background: no-repeat center url(../images/icon_creditcard.svg);
  position: absolute;
  top: 33px;
  left: 20px;
  pointer-events: none;
}

.inputCCNumber::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: no-repeat center url(../images/icon_camera.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}

.userInfoDeleteCard {
  width: 168px;
  height: 36px;
  font-size: 14px;
  margin: auto;
}

.modal--delete .u-button01 {
  width: 116px;
  height: 60px;
}

.modal--delete2nd .u-button01 {
  width: 182px;
  height: 60px;
}

.caution {
  margin-top: 20px;
  padding: 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.caution__title {
  font-size: 12px;
  font-weight: 700;
}
.caution__list {
  display: grid;
  gap: 0.5em;
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.6;
}
.caution__listItem {
  display: flex;
}
.caution__listItem::before {
  content: "・";
}

.licenseUploadButton.u-button01 {
  width: 182px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.inputLicenseImage .inputWrap__label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.inputLicenseImage__qualificationsImageWrap {
  width: 100%;
  min-height: 76px;
  border-radius: 10px;
  align-self: center;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin-right: 30px;
  background: no-repeat center url(../../images/icon_note.svg);
  border: 2px dashed #dddddd;
}
.inputLicenseImage__qualificationsImageWrap img[src=""] {
  display: none;
}

.modalCrop .u-button01 {
  width: 182px;
  height: 60px;
}
.modalCrop__fileSelect {
  display: grid;
  place-content: center;
}
.modalCrop__viewport {
  display: none;
  margin-top: 20px;
}
.is-imageReady .modalCrop__viewport {
  display: block;
}

.modalCrop__getImage {
  display: none;
  place-content: center;
  margin-top: 40px;
}
.is-imageReady .modalCrop__getImage {
  display: grid;
}

.modalCrop .buttonFileSelect {
  display: grid;
  place-content: center;
  width: 100%;
  height: 30px;
  margin-bottom: 40px;
  font-weight: 700;
  border-radius: 10px;
  background-color: #FDE67C;
}
