@charset "uft-8";
/*共通*/

html {
  font-size: 100%;
}
body {
  font-size: 100%;
}
img {
  max-width: 100%;
}

.policy p {
  background-color: #3da9f4;
}

.policy a {
  text-decoration: none;
  display: inline-block;
  background-color: #3da9f4;
  color: #ffffff;
  padding: 10px 5px 15px 15px;
  margin-left: 20px;
}

.policy_head p {
  background-color: #3da9f4;
}

.policy_head a {
  text-decoration: none;
  display: inline-block;
  background-color: #3da9f4;
  color: #ffffff;
  padding: 10px 5px 15px 15px;
  margin-left: 20px;
}

.policy_text {
  padding: 10px 30px;
}

.env_text {
  padding: 10px 30px;
}

dl {
  margin-bottom: 20px;
}
dt {
  font-weight: bold;
}
.ddin li {
  list-style: none;
}

/*パスワードの非表示*/
.mdi-eye:before {
  background: url(../user_images/eye.png);
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
/*パスワードの表示*/
.mdi-eye-off:before {
  background: url(../user_images/eye_block.png);
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.field-icon {
  position: absolute;
}

@media screen and (min-width: 1000px) {
  /*背面画像*/
  .login-bg {
    background-image: url(../user_images/loginbg.png);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100%;
    min-height: 530px;
  }
  /*ログインメニュー*/
  .container {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    margin: 30px 0 0 25%;
  }
  .container_forget {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    margin: 30px 0 0 25%;
  }
}

/* //////////////////////// */
/*モバイル*/

@media screen and (max-width: 1000px) {
  /*背面画像*/
  .login-bg {
    background-image: url(../user_images/loginbg.png);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    min-height: 850px;
    width: 100%;
  }
  /*ログインメニュー*/
  .container {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 350px;
    height: 450px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .container_forget {
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 350px;
    height: 830px;
    position: absolute;
    top: 440px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.wrap {
  padding: 15px 20px 0px 20px;
}

.title {
  border-bottom: 1px solid #999999;
  padding: 10px;
}

.title img {
  width: 105px;
  height: 28px;
  vertical-align: baseline;
}

.title span {
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
  color: #45575a;
  vertical-align: bottom;
  margin-left: 5px;
}

.login {
  font-size: 0.8rem;
  color: #45575a;
  margin-bottom: 30px;
}

.login span {
  font-weight: bold;
  font-family: "Raleway";
}

.form {
  margin-bottom: 8px;
  margin-right: 9px;
}

input {
  background-color: #f5f2eb;
  border-top: 1px solid #999999;
  padding: 8px 40px 12px 5px;
  margin-bottom: 20px;
}

input[type="text"] {
  margin-bottom: 15px;
  width: 250px;
  height: 44px;
}

input[type="text"]:focus {
  outline: none;
  border: 2px solid #45575a;
}
input[type="password"] {
  margin-bottom: 15px;
  width: 250px;
  height: 44px;
}
input[type="password"]:focus {
  outline: none;
  border: 2px solid #45575a;
}

.user::before {
  content: url(../user_images/user.jpg);
  display: inline-block;
  width: 43px;
  height: 44px;
  vertical-align: middle;
}

.key::before {
  content: url(../user_images/key.jpg);
  display: inline-block;
  width: 37px;
  height: 43.2px;
  vertical-align: middle;
}

label {
  color: #45575a;
  font-size: 0.8rem;
  vertical-align: top;
}
.font-color a {
  color: #45575a;
  font-size: 0.8rem;
}

.login-b {
  background-color: #27c3e1;
  color: #ffffff;
  padding: 16px 80px;
}

.login-r {
  background-color: #858f91;
  color: #ffffff;
  padding: 16px 80px;
}

.login-b:hover {
  background-color: #1aa1bb;
}

.check {
  margin-top: 35px;
}
.forget-key span {
  font-weight: bold;
}

.forget-key::before {
  content: url(../user_images/key.svg);
  display: inline-block;
  width: 15px;
  height: 5px;
  vertical-align: top;
}

.have {
  margin-top: 20px;
}

.have a {
  font-size: 0.7rem;
}

/*文字入力なし*/
.header {
  background-color: #27c3e1;
  width: 100%;
  height: 50px;
  min-height: 50px;
}

.space {
  background-color: #eef1f2;
  width: 100%;
  height: 600px;
}

.space-white {
  background-color: #ffffff;
  width: 100%;
  height: 250px;
}

/*モバイル(Galaxy Fold向け)*/
@media (max-width: 350px) {
  .container {
    width: 268px;
    height: 475px;
  }

  .container_forget {
    width: 268px;
    height: 475px;
  }

  input[type="text"] {
    width: 175px;
  }

  input[type="password"] {
    width: 175px;
  }

  .login-b {
    padding: 15px 40px;
  }

  .login-r {
    padding: 15px 40px;
  }

  .forget-key span {
    font-size: 0.1rem;
  }
}
