@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------*/
html {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif; }

body {
  background: #cbe9f5;
  position: relative; }

.bg {
  position: fixed;
  width: 100%; }

.center {
  position: fixed;
  width: 100%;
  max-width: 700px;
  padding-bottom: 80px; }

p {
  padding-top: 20px; }
  p.btn {
    max-width: 280px;
    margin: 0 auto;
    transition: 0.2s; }
    p.btn:hover {
      opacity: 0.7; }
  p.copy {
    max-width: 320px;
    margin: 0 auto;
    transition: 0.2s; }

img {
  width: 100%; }

.first-content {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1; }

.content {
  width: 90%;
  max-width: 800px;
  min-height: 320px;
  margin: 0 auto 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .content.first {
    padding-top: 100vh; }
  .content .overlay {
    text-align: center; }
    .content .overlay.first-text {
      width: 70%;
      text-align: center;
      max-width: 450px;
      position: absolute;
      margin-top: -40px; }
      @media (orientation: landscape) and (max-height: 500px) {
        .content .overlay.first-text {
          max-width: 300px; } }

.btn-wrapper {
  position: relative;
  height: 20%;
  text-align: center;
  margin-top: auto;
  margin-bottom: 0; }

.table {
  width: 90%;
  max-width: 600px;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5%;
  border-radius: 10px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.6em; }
  @media (max-width: 768px) {
    .table {
      font-size: 16px;
      width: auto; } }
  .table table {
    max-width: 400px;
    margin: 0 auto; }
    .table table th {
      padding: 1em;
      text-align: left; }
    .table table td {
      padding-left: 1em; }

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