/**
 * common
 *------------------------------
 */
html {
  position: relative;
  height: 100%;
  background: #ffffed;
}

body {
  font-family: sans-serif;
}

header {
  height: 50px;
  z-index: -1;
}

h1 {
  margin-bottom: 20px;
  font-size: 25px;
  letter-spacing: 0.04em;
}

.btnContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btnContents .btnWrap + .btnWrap {
  margin-top: 20px;
}
.btnContents .btnWrap a,
.btnContents .btnWrap button {
  display: inline-block;
  width: 275px;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  background: #fda665;
  border-radius: 10px;
}
.btnContents .btnWrap button:disabled {
  background: #b8b8b8;
}
.btnContents .btnWrap a.confirm,
.btnContents .btnWrap button.confirm {
  background: #a70808;
}
.btnContents .btnWrap a.back,
.btnContents .btnWrap button.back {
  background: #696969;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
footer img {
  position: absolute;
  bottom: 0;
}/*# sourceMappingURL=common.css.map */