/* パスワードの表示非表示切り替え */
.password-wrapper {
  position: relative;
  display: inline-block;
  width: 20em;
}

.password-wrapper.w100 {
  width: 100%;
}

.password-wrapper input {
  width: 100% !important;
}

.password-wrapper .password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1em;
  color: #666;
  transition: color 0.3s;
  user-select: none;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.password-wrapper .password-toggle:hover {
  color: #333;
}

/*  */
.c-deletemember {
  padding: 10px 0 10px 0;
  border: 1px solid #e6e6e6;
  width: min(90%, 95rem);
  margin: 0 auto;
  background: #fff;
  margin-top: 4rem;
}

.c-deletemember__txt {
  text-align: center;
  font-size: .9em;
  width: 90%;
  margin: 0 auto;


}

@media screen and (max-width: 768px) {
  .c-deletemember__txt {
    text-align: left;
    font-size: 1.1rem;
  }
}

/*  */
.member-edit {
  display: none;
}

#content input {
  appearance: auto !important;
}

#escott th {
  font-size: 1.4rem;
  padding-right: 1em;
  vertical-align: sub;
  text-align: left;
  width: 14em;
}

#escott td {
  font-size: 1.2rem;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
}

#escott div {
  width: 100%;
}

#escott select {
  max-width: calc(100% - 2em) !important;
}

#escott-token-form {
  margin-bottom: 25px;
}

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

  #escott th,
  #escott td {
    display: block;
    width: 100%;
  }
}

#escott #cardno,
#escott #seccd,
#escott #cardname {
  width: 22em;
}

.escott_agreement_message {
  margin-bottom: 25px;
}

#newmember td span,
#customer-info td span,
#editform td span,
#delivery_table td span {
  display: block;
}
