@charset "UTF-8";
/* line 16, normal.scss */
body {
  height: 100%;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #6a6a6a;
  border-color: #505050;
}

/* line 31, normal.scss */
a {
  color: #2fb7fa;
}
/* line 34, normal.scss */
a:before, a:after {
  color: #2fb7fa;
}

/* line 40, normal.scss */
.l-body {
  background-color: #f2f8ff;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/* line 62, normal.scss */
.l-header-wrap {
  background-color: #2fb7fa;
  color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* line 72, normal.scss */
.l-header-logo a {
  color: inherit;
  text-decoration: none;
}
/* line 80, normal.scss */
.l-header-login {
  color: #fff;
}

/* line 92, normal.scss */
.l-nav-wrap {
  background-color: #474747;
  color: #fff;
}
/* line 101, normal.scss */
.l-nav-item-content {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
/* line 108, normal.scss */
.l-nav-item-content:hover {
  background-color: #808080;
  text-decoration: none;
  color: #fff;
}

/* line 130, normal.scss */
.l-footer a {
  color: inherit;
}
/* line 136, normal.scss */
.l-footer-nav ul li {
  border-color: inherit;
}
