@charset "UTF-8";
/* line 1, all.css.scss */
body.index {
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  font-size: 18px; }
  /* line 8, all.css.scss */
  body.index .container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
    background: white; }
  /* line 19, all.css.scss */
  body.index .center-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 680px; }
  /* line 28, all.css.scss */
  body.index h1 {
    text-align: center;
    margin: 48px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 58px; }
  /* line 36, all.css.scss */
  body.index .columns {
    width: 100%;
    text-align: center; }
    /* line 40, all.css.scss */
    body.index .columns .col {
      float: left; }
  /* line 46, all.css.scss */
  body.index .button {
    display: block;
    cursor: pointer;
    margin: 0 10px;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    text-align: center;
    text-decoration: none;
    border: solid 2px #eee;
    color: #555;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 16px; }
    /* line 61, all.css.scss */
    body.index .button:hover, body.index .button:active {
      border-color: #448cff;
      color: #448cff; }
    /* line 67, all.css.scss */
    body.index .button:focus {
      outline: 0;
      border-color: #448cff;
      color: #448cff; }
  /* line 74, all.css.scss */
  body.index .desc {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 80%;
    width: 100%; }
  @media (min-width: 640px) {
    /* line 84, all.css.scss */
    body.index .columns .col {
      width: 25%;
      margin-top: 0; } }
  @media (max-width: 640px) {
    /* line 92, all.css.scss */
    body.index .container {
      position: relative;
      display: block;
      vertical-align: initial; }
    /* line 98, all.css.scss */
    body.index .center-box {
      position: relative;
      top: initial;
      left: initial;
      transform: initial;
      max-width: initial;
      width: 100%; }
    /* line 108, all.css.scss */
    body.index .columns .col {
      width: 100%;
      margin-bottom: 32px; } }
