/*
html, body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif !important;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

img {
  width: 100%;
  border: 0;
}
*/
p.app-title,
p.app-loading {
  font-feature-settings: "palt";
  padding: 14px 0 6px;
  margin: 0;
  text-align: center;
  color: #c0c0c0;
  font-size: 14px;
}

p.app-title {
  padding: 0 0 6px;
  text-align: center;
}

a.icon {
  max-width: 80px;
  display: block;
  margin: 0 auto;
}

a.icon img {
  border-radius: 8px;
  height: auto;
}

#wrapper,
.loader {
  width: 100%;
  /*
    height: 100%;
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;

    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;

    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    */
}

.content {
  width: 100%;
  height: auto;
  margin: auto;
}

.loader {
  overflow-y: hidden;
}

.loader img {
  width: 64px;
  height: 64px;
  margin-top: -24px;
}

a.back_button {
  position: relative;
  /*  bottom: 14px; */
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  width: 80%;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #fd9535;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}

.js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.modal {
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, .8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  padding: 0;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 480px;
}

.js-modal-close {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  width: 40px;
}

/**
 * モーダルウィンドウ
 */
.back-modal {
  padding: 0;
}

.modal {
  padding: 15px 10px;
}