/* --- source : /wp-content/themes/teluro-child/assets/scss/style.0-.scss --- */
body.disclaimerBody {
  opacity: 0;
}
body.disclaimerBody > .wrapper {
  overflow: hidden;
  height: 100vh;
}
.disclaimerBase {
  position: fixed;
  z-index: 500;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.disclaimerBase .disclaimerModal {
  width: 90%;
  height: 95%;
  top: 2.5%;
  left: 5%;
  background-color: #fff;
  position: absolute;
}
.disclaimerBase .disclaimerModal .disclaimerHead {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  position: absolute;
  top: 15%;
  left: 5%;
}
.disclaimerBase .disclaimerModal .disclaimerHead .jp {
  display: inline-block;
  height: 24px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 8px;
}
.disclaimerBase .disclaimerModal .disclaimerContent {
  background-color: #fff;
  width: 90%;
  height: calc(70% - 50px - 3em - 4px);
  top: calc(15% + 54px);
  left: 5%;
  padding-right: 0.5em;
  overflow-y: scroll;
  position: absolute;
}
.disclaimerBase .disclaimerModal .disclaimerContent ul {
  padding-left: 2em;
}
.disclaimerBase .disclaimerModal .disclaimerContent ul li {
  list-style: disc;
  text-align: left;
}
.disclaimerBase .disclaimerModal .buttonWrapper {
  position: absolute;
  bottom: 15%;
  padding-top: 50px;
  text-align: center;
  width: 100%;
  bottom: 30px;
}
.disclaimerBase .disclaimerModal .buttonWrapper a {
  display: inline-block;
  background-color: #e2e2e2;
  height: 3em;
  line-height: 1.5em;
  padding: 0.75em 3em;
  border-radius: 3px;
  margin: 0 10px;
}
