@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: 360px;
  margin: 0 auto; }

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

.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; }

.not-support-browser {
  position: fixed;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
  background: #c43434;
  /* rgba未対応の古いIE用 */
  background: rgba(196, 52, 52, 0.95);
  text-align: center;
  padding: 10% 0;
  z-index: 1000; }
  .not-support-browser h1 {
    font-size: 32px;
    color: #fff;
    font-weight: bold; }
  .not-support-browser span, .not-support-browser p, .not-support-browser a {
    color: #fff; }
  .not-support-browser span {
    display: block;
    font-size: 80px; }
  .not-support-browser p {
    font-size: 20px; }
  .not-support-browser a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 80px;
    border: solid 1px #fff;
    text-decoration: none; }
    .not-support-browser a:hover {
      background: rgba(255, 255, 255, 0.1); }
  .not-support-browser .not-support-browser-body {
    padding-top: 30px; }
  .not-support-browser .browser-name {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px; }
  .not-support-browser .nsb-summary {
    font-size: 16px;
    color: #fff;
    padding: 30px 30px 0;
    line-height: 22px; }
