@charset "utf-8";

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;

  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10かららしい */
}

body {
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
  font-size: 12px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.content {
  width: 100%;
  height: 100%;
  text-align: center;
}

.apply-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}

.apply-text {
  font-size: 16px;
  margin: 8px;
}

.apply-icon img {
  width: 80px;
}

.store-badge {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  width: 100%;
}

.store-badge-apple img {
  width: 150px;
}

.store-badge-goole img {
  width: 150px;
}
