@charset "UTF-8";
/**
 * 変数定義用
 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }

@media all and (-ms-high-contrast: active) {
  html, body {
    font-family: Verdana, Meiryo, sans-serif; } }

html, body {
  height: 100%; }

body.single-body {
  background-color: #52AA5E; }

#page-single {
  width: 100%;
  margin: 0 auto; }

.single-content {
  width: 400px;
  margin: 0 auto; }

/* login */
.block-login {
  padding-top: 200px; }

.block-login-content {
  width: 100%;
  padding: 30px 20px;
  border: 5px solid #465e74;
  border-radius: 2px;
  background-color: #fff; }

.block-login-content h1 {
  text-align: center;
  font-size: 18px;
  margin: 0; }

/* login form */
#login-form {
  width: 100%;
  padding: 20px 0; }

.login-link {
  color: #428bca;
  text-decoration: none; }
  .login-link:hover {
    color: #2a6496;
    text-decoration: underline; }

.alert {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 10px;
  border: 0px;
  padding: 6px 8px;
  font-size: 12px; }

.alert-danger {
  background: #eb99a1;
  color: #9a1e2b; }
