body {
  background-color: #f9f9f9;
}

.header__lgContents__holder {
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
}

.header__lgContents__holder__logo {
  position: absolute;
  top: 14px;
  left: 0;
  width: 128px;
  display: block;
}

.header__lgContents__holder__pageTitle {
  position: absolute;
  left: 160px;
  top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
}

.header__xsContents__holder {
  position: fixed;
  width: 100%;
  height: 64px;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, 0.12);
  z-index: 5000;
}

.header__xsContents__holder__logo {
  position: absolute;
  top: 10px;
  left: 6.666666666%;
  width: 90px;
  display: block;
}

.header__xsContents__holder__pageTitle {
  position: absolute;
  top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  left: calc(6.666666666% + 100px);
  font-weight: 500;
  display: inline-block;
}

.l-main {
  padding-left: 0;
}

.l-footer {
  padding-left: 0;
}

.for-members#index .anony {
  padding: 60px 0;
}

@media only screen and (max-width: 767px) {
  .for-members#index .anony {
    padding: 40px 0;
  }
}

.for-members#index .anony__hl {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .for-members#index .anony__hl {
    margin-bottom: 40px;
  }
}

.for-members#index .anony__holder {
  border: 1px solid #E3E3E3;
  padding: 30px;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .for-members#index .anony__holder {
    width: 100%;
    padding: 20px;
  }
}

.for-members#index .anony__holder__rt {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .for-members#index .anony__holder__rt {
    margin-bottom: 20px;
  }
}

.for-members#index .anony__holder__form__elem[data-type="id"] {
  background-image: url(../../images/common/obj_id.svg);
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin-bottom: 20px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .for-members#index .anony__holder__form__elem[data-type="id"] {
    background-position: 10px center;
    background-size: auto 12px;
    padding-left: 30px;
  }
}

.for-members#index .anony__holder__form__elem[data-type="password"] {
  background-image: url(../../images/common/obj_password.svg);
  background-size: auto 16px;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin-bottom: 20px;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .for-members#index .anony__holder__form__elem[data-type="password"] {
    background-position: 10px center;
    background-size: auto 12px;
    padding-left: 30px;
  }
}

.for-members#index .anony__holder__toReset {
  text-align: right;
  margin-top: 5px;
}

.for-members#index .anony__holder__toReset > a {
  text-decoration: underline;
}

.for-members#index .anony__holder__toReset > a:hover {
  text-decoration: none;
}
