/* 不要なスタイルを unset する */

.mdc-top-app-bar--fixed-adjust {
  padding-top: unset;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: unset;
}

.mdc-card {
  background-color: unset;
  box-shadow: unset;
}

div#content {
  box-shadow: unset;
}

.login-section {
  border-right: unset;
  padding: unset;
}

/* エラー画面でのエラーメッセージ表示が狭くならないようにする */
.w-lg-66 {
  width: 100%;
}
