@charset "UTF-8";
@font-face {
  font-family: "BrownStd";
  font-style: normal;
  font-weight: 300;
  src: url("/css/scss/font-set/BrownStd-Light.woff2") format("woff2"), url("/css/scss/font-set/BrownStd-Light.woff") format("woff");
}
@font-face {
  font-family: "BrownStd";
  font-style: normal;
  font-weight: 700;
  src: url("/css/scss/font-set/BrownStd-Bold.woff2") format("woff2"), url("/css/scss/font-set/BrownStd-Bold.woff") format("woff");
}
.is-vertical--middle,
.is-vertical--middle * {
  box-sizing: border-box;
}

.is-vertical--middle {
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  padding-top: 44px;
  font-size: 12px;
  width: 250px;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.login-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
.login-form-wrap .form-wrap__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.login-form-wrap .form-wrap__list .form-wrap__title {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.login-form-wrap .form-wrap__list .form-wrap__title label {
  color: #77777A;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}
.login-form-wrap .button-wrap--center {
  padding: 20px 0px;
  flex-direction: row;
  gap: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.link-wrap--center {
  align-self: stretch;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #007AFF;
  line-height: 130%;
}
.link-wrap--center a:hover {
  background: linear-gradient(#007AFF, #007AFF) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
/*# sourceMappingURL=login.css.map */