@charset "utf-8";
/* body {
  text-align: center;
} */
.request-member-login {
  text-align: center;
}
.request-member-login .txt-heading {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2;
}
.request-member-login .txt-heading {
  color: #11bdbd;
}
.request-member-login strong {
  color: #11bdbd;
}
.request-member-login dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.5em;
}
.request-member-login .list-merit {
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.2em;
}
.request-member-login .list-merit li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0.5em;
  height: 0.5em;
  background: #12bdbd;
  border-radius: 50%;
  margin-right: 8px;
}
.request-member-login .btn-round_yellow {
  padding: 1em 5em;
}