@charset "UTF-8";
html {
  font-family: 'Raleway', sans-serif;
  padding: 1em 2em;
  font-size: 18px;
  background: #222;
  color: #aaa;
  position: relative;
  min-height: 95%;
}
main {
  display: table;
  margin:0 auto;
  padding:15% 0;
}
h1,h2 {
  font-weight: 200;
  margin: 0.4em 0;
  line-height: 1.2;
}
h1 { font-size: 3.5em; }
h2 {
  color: #888;
  font-size: 2em;
}
h2 span {
  color: #fff;
  margin-right: 1em;
}
.text-small {
  font-size: 16px;
}
.copy {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.pc {  display: block !important;}
.sp {  display: none !important;}
@media screen and (max-width: 767px) {
    .pc { display: none !important;}
    .sp { display: block !important;}
}
