@charset "utf-8";

/* *{
  margin:0;
  padding:0;
} */

/* .login_header_row{
  position: relative;
} */

/* .login_header_row > .title { */
  /* color: green; */
/* } */

/* .logo{
  position:absolute;
  top:0;
} */

/* .login_body{
  height:400px;
} */

/* .login_body_form{
  height: 70%;
}

.login_body_tou_pp{
  height: 30%;
} */

/* .notice_title{
  width: 130px;
} */

.notice_title{
  /* width:100px; */
  font-size: 16px;
}

.notice_contents_list{
  height: 100px;
}

.bg_blue {
  background-color: var(--blue);
}

.login_input{
  border-color:var(--black);
}