@charset "UTF-8";
/* iphoneSE用メディアクエリ @includeで呼び出し*/
body {
  font-family: sans-serif;
  background: url("../img/common/member_fghd_login_bg.png") no-repeat center top;
  background-size: cover;
  color: #fff;
  margin: 0;
}

/* ログイン */
.login {
  max-width: 344px;
  padding: 90px 35px 0;
  margin: auto;
}

.login .login-logo {
  text-align: center;
}

.login .login-logo img {
  max-height: 40px;
}

.login .login-body .login-headline {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

.login .login-body .login-form .formInput {
  font-size: 14px;
  width: 100%;
  height: 44px;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  caret-color: #979797;
  box-sizing: border-box;
}

.login .login-check {
  font-size: 13px;
  margin: 10px 0;
  text-align: center;
  position: relative;
}

.login .login-check .formCheck {
  display: inline-block;
}

.login .login-check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.login .login-check .formCheck-label {
  display: flex;
  align-items: center;
}

.login .login-check .formCheck-label:before {
  content: "";
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin: 0 7px 0 0;
  background: #fff;
  line-height: 1;
  color: #EFF1F4;
}

.login .login-check .formCheck-input:checked + .formCheck-label:before {
  background: url("../img/common/member_fghd_login_checkbox_on.png") no-repeat center;
  background-size: cover;
}

.login .login-item .login-btn {
  margin-top: 28px;
  padding: 0;
  border: none;
  background: none;
}

.login .login-item .login-btn img {
  width: 100%;
}

.login p.kome {
  font-size: 12px;
}

/* エラーモーダル */
.error {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.error_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.error_content {
  background: #d5502c;
  left: 50%;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 280px;
  max-width: 344px;
  border-radius: 5px;
}

.error_content p {
  font-size: 14px;
  padding: 0 10px;
}

.error_content .error-close {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ae3516;
  padding: 5px 0;
  width: 100%;
  display: block;
}
