#Wrap_lower.onlyUser {
  margin: 0;
}
#Wrap_lower.onlyUser .area_ttl {
  margin: 5rem 0;
}

.login__content:nth-of-type(n+2) {
  margin-top: 7rem;
}

.login__heading {
  margin: 6rem 0 5rem;
}
.login__heading--text {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}

.text_gray {
  color: #6f6f6f;
}

.head_lead {
  font-weight: 400;
}

.underline {
  display: inline;
  font-weight: inherit;
  text-decoration: underline;
}

.text_arrow {
  width: max-content;
  display: block;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.08em;
  margin: auto;
  padding-right: 1.5rem;
  position: relative;
}
.text_arrow::after {
  width: 0.5rem;
  height: 9rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%227%22%20height%3D%2211%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L6%205.5L1%2010%22%20stroke%3D%22%236F6F6F%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #Wrap_lower.onlyUser {
    margin: auto;
  }
  #Wrap_lower.onlyUser .area_ttl {
    margin: 5rem 0 6rem;
  }
  .login__heading {
    margin: 10rem 0 5rem;
  }
  .login__heading--text {
    font-size: 2.4rem;
  }
  #dvUserContents.login_formWrap {
    max-width: 600px;
    margin: auto;
    padding-top: 0;
  }
  #dvUserContents.login_formWrap .area_btn {
    max-width: 400px;
    margin: 3rem auto 0;
  }
  .text_arrow {
    font-size: 1rem;
    margin: 0 0 0 auto;
  }
}
