@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&display=swap);

@charset "UTF-8";
html {
  font-size: 62.5%; }
body {
  font-size: 1.6rem;
  line-height: 140%;
  color: #000;
  font-family: '游ゴシック Medium', YuGothic, YuGothicM, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif; }
@media screen and (max-width: 640px) {
    body {
      width: 100%;
      overflow-x: hidden; } }
a {
  color: #000;
  text-decoration: none;
  outline: none; }
a img {
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.2s ease, transform 0.4s ease;
    transition: opacity 0.2s ease, transform 0.4s ease, -webkit-transform 0.4s ease; }
a:hover img {
    opacity: 0.8; }
a:hover img.scale {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
img {
  max-width: 100%;
  -webkit-backface-visibility: hidden; }
ul {
  list-style: none; }
@media screen and (min-width: 640px) {
  a[href^='tel:'] {
    pointer-events: none; } }
html {
  width: 100%;
  height: 100%; }
body {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
body .container {
    width: 600px;
    max-width: 90%;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px; }
body .container header h1 {
      font-size: 2.0rem;
      margin: 20px 0 30px;
      color: #666; }
body .container main {
      margin-top: 20px;
      padding-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      min-height: auto; }
body .container main form {
        width: 320px;
        max-width: 100%;
        margin: 0 auto; }
body .container main form .form-item {
          margin-top: 10px; }
body .container main form .button-panel {
          margin-top: 20px; }
body .container main form .button-panel button {
            background-color: #6495ed;
            width: 100%;
            color: #fff;
            text-align: center;
            padding: 10px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border-radius: 3px; }
body .container main form .err {
          font-size: 1.2rem;
          color: #ff6666; }


/*# sourceMappingURL=login.css.map*/