@charset "UTF-8";
/* =================================================================================================
　WEBアカウント 新規登録／STEP3/3 パスワードの入力
　http://www.wowow.co.jp/
　Copyright (C) WOWOW INC. ALL RIGHTS RESERVED.
================================================================================================= */
.input_password {
  margin-bottom: 3rem;
}

.term_ttl {
  margin-bottom: 1.5rem;
}

#term .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#term .flex ul li .required_icon {
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width: 592px) {
  #term .flex ul li .required_icon {
    top: -0.5rem;
  }
}