section.member .gray-area.complete {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  section.member .gray-area.complete {
    padding: 25px 5%;
  }
}
section.member .gray-area.complete p {
  margin-top: 0;

  text-align: center;
}
/* section.member.after-login
{
    margin-top: 100px;
}
@media screen and (max-width: 768px)
{
    section.member.after-login
    {
        margin-top: 60px;
    }
} */
/* section.member.after-login:before
{
    position: absolute;
    z-index: -1;
    bottom: -370px;
    left: 0;

    width: 100%;
    height: 500px;

    content: '';

    opacity: .8;
    background: url(../../common/img/bg.jpg) no-repeat center/100%;
}
@media screen and (max-width: 768px)
{
    section.member.after-login:before
    {
        bottom: -280px;
    }
} */
section.member .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-top: 15px;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.member .help-login {
  margin-top: 30px;
}
section.member .help-login h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.member .help-login h3 {
    font-size: 18px;
  }
}
section.member .help-login ul li {
  position: relative;

  padding-left: 12px;
}
section.member .help-login ul li:before {
  position: absolute;
  top: 9px;
  left: 0;

  width: 8px;
  height: 8px;

  content: "";

  border-radius: 100%;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  section.member .help-login ul li {
    margin-bottom: 15px;
  }
  section.member .help-login ul li:last-child {
    margin-bottom: 0;
  }
}
section.member .help-login ul li a {
  text-decoration: underline;

  color: var(--c_green);
}
@media screen and (max-width: 768px) {
  section.member .help-login ul li a {
    display: inline-block;
  }
}
@media (hover) {
  section.member .help-login ul li a:hover {
    text-decoration: none;
  }
}
section.member .first-time .btn a {
  width: 220px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  section.member .first-time .btn a {
    margin-top: 20px;
  }
}
section.member p.greeting {
  font-size: 22px;

  margin-top: 0 !important;

  text-align: center;
}
@media screen and (max-width: 768px) {
  section.member p.greeting {
    font-size: 18px;
  }
}
section.member p.greeting + .btn a {
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  section.member p.greeting + .btn a {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
