@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- main visual
	- login
-----------------------------------------*/
/*=======================================
	login
=======================================*/
#login_wrap .set_bg {
  background: url(../img/top/und_nav_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
}

#login_wrap .content {
  padding: 90px 0 320px;
}

#login_wrap .content .title_area {
  text-align: center;
  color: var(--main_color);
  font-weight: 600;
  margin-bottom: 90px;
}

#login_wrap .content .title_area h3 {
  font-size: 48px;
}

#login_wrap .content .title_area span {
  font-size: 15px;
}

#login_wrap .content .login {
  background-color: #e5e5e9;
  opacity: 0.8;
  padding: 62px 0;
  position: relative;
}

#login_wrap .content .login > * {
  z-index: 1;
  position: relative;
}

#login_wrap .content .login::after {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  #login_wrap .content .login::after {
    top: 12px;
    bottom: 12px;
    right: 12px;
    left: 12px;
  }
}

#login_wrap .content .login::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 18px;
  bottom: 18px;
  right: 18px;
  left: 18px;
}
@media screen and (max-width: 768px) {
  #login_wrap .content .login::before {
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
  }
}

#login_wrap .content .login .box02 {
  text-align: center;
}

#login_wrap .content .login .box02 p {
  text-align: center;
  margin-bottom: 25px;
}

#login_wrap .content .login .box02 p.wide {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.login_input {
  height: 40px;
  width: 280px;
  /* display: block; */
  margin: 0 15px 0 0;
  text-align: center;
  border: 1px solid #707070;
  background: #fff;
  font-size: 14px;
}

.login_btn {
  width: 160px;
  padding: 10px;
  background: #1e1e1e;
  color: #FFF;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
}

#login_wrap .content .login .box02 p.cap {
  margin: 10px auto 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #login_wrap .content {
    padding: 40px 0 100px;
  }
  #login_wrap .content .title_area {
    margin-bottom: 40px;
  }
  #login_wrap .content .title_area h3 {
    font-size: 24px;
  }
  #login_wrap .content .login {
    padding: 30px 0;
  }
  #login_wrap .content .login .box02 p {
    margin-bottom: 18px;
  }
  #login_wrap .content .login .box02 p.wide {
    font-size: 18px;
    line-height: 1.6;
  }
  .login_input {
    margin: 0 auto 20px;
  }
  .login_btn {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=login.css.map */