.setting-content {
  width: 100%;
  height: 159px;
  border-radius: 6px;
  margin: auto;
  margin-top: 42px;
}
.setting-content .title {
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.setting.select-school {
  width: 100%;
  height: 159px;
  margin-top: 32px;
  margin-bottom: 23px;
  border-radius: 8px;
  overflow: hidden;
}
.setting.select-school .item p {
  margin-left: 0px;
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.41px;
}

.add-guardian.create-new-group {
  width: calc(100vw - 20px);
  max-width: 540px;
  height: auto;
  border-radius: 20px;
  background: #fff;
  margin: 0 10px;
  margin-top: calc((100vh - 265px) / 2);
  padding: 31px 40px 35px 24px;
}
.add-guardian.create-new-group .base-btn-fill {
  width: 335px;
  height: 44px;
  margin-bottom: 23px;
  margin-top: 34px;
  color: var(--tenorino-primary-variant-light);
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.add-guardian.create-new-group .group-text-input {
  display: flex;
  align-items: start;
}

.change-password.create-new-group {
  width: calc(100vw - 20px);
  max-width: 540px;
  height: auto;
  border-radius: 20px;
  background: #fff;
  margin: 0 10px;
  margin-top: calc((100vh - 381px) / 2);
  padding: 31px 40px 35px 24px;
}
.change-password-msg-err {
  width: 325px;
  margin-left: 185px;
  display: flex;
}
.change-password.create-new-group .base-btn-fill {
  width: 335px;
  height: 44px;
  margin-bottom: 23px;
  margin-top: 26px;
  color: var(--tenorino-primary-variant-light);
  text-align: center;
  font-family: Hiragino Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.change-password.create-new-group .group-text-input {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 20px;
}
.change-password.create-new-group .group-text-input input {
  width: 306px;
  height: 39px;
  border-radius: 6px;
  border: 1px solid var(--Color-border-input);
  outline: none;
  padding: 10px 26px 10px 16px;
}
.change-password.create-new-group .group-text-input input::placeholder {
  font-family: Noto Sans JP;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
}
.change-password.create-new-group .title {
  margin-bottom: 3px;
}
.label-change-mail {
  color: var(--Color-base);
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#changeEmail {
  height: 216px;
}
#changeEmailBtn {
  margin-top: -19px;
}
.base-btn-fill:disabled {
  background-color: #c0c0c0;
  color: #7a7a7a;
  pointer-events: none;
  opacity: 0.6;
}