@charset "UTF-8";
/** COMMON CSS  @version   0.01 2012-06-27 @copyright All Rights Reserved, Copyright (C) CASIO COMPUTER CO., LTD @link      http://casio.jp/  */
/* ---------------------------------------------------------------------- HTML NORMALIZE
----------------------------------------------------------------------*/
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: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: bold;
}
p {
  line-height: 1.5;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  vertical-align: super;
}
html {
  background: #000;
}
body {
  background: #fff;
  color: #000;
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "Helvetica", sans-serif;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  padding: 0;
}
.box {
  width: 100%;
  height: 100vh;
  color: #000;
  font-size: 100%;
  display: flex;
  align-items: center; 
  justify-content: center; 
  flex-direction: column;
}
h1 {
  font-size: 72px;
  margin-bottom: 40px;
}
select {
  font-size: 22px;
  margin: 0;
  padding: 5px 8px;
}
#language{
  padding-left: 47px;
  background: url(../img/icon/lang.svg) no-repeat left center;
}
@media screen and (max-width:816px) {
  h1 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  select {
    font-size: 16px;
    margin: 0;
    padding: 3px 5px;
  }
  #language{
    padding-left: 37px;
    background-size: 30px auto;
  }
}