/**
 * トップ：学生クリエイター&作品一覧 ログイン案内（親テーマから明示的に読み込み）
 */
#studentsworks #works .audition-works-login-notice {
  display: flex;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #008773;
  background-color: #fff;
  background-image: none;
  box-sizing: border-box;
  margin: -32px auto 48px;
  max-width: 608px;
  width: 100%;
  position: relative;
  z-index: 2;

  @media screen and (max-width: 640px) {
    margin: 0px auto 24px;
  }
}

#studentsworks #works .audition-works-login-notice p {
  margin: 0;
  color: #353535;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

#studentsworks #works .audition-works-login-notice a {
  color: #353535;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
