@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: white;
  color: #333;
  padding: 0;
  margin: 0;
  overscroll-behavior-y: none;
}

a {
  color: #1e90ff;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e90ff;
  text-decoration: underline;
}
a:visited {
  color: #1e90ff;
  text-decoration: underline;
}

fieldset {
  border: none;
}

input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
  cursor: pointer;
}

select {
  cursor: pointer;
}

img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 641px) {
  p {
    font-size: 0.8rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.backGuide {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 6;
  top: 0;
}

.backGuide__box {
  position: fixed;
  top: 10%;
  left: 15%;
  background: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  width: 70%;
  height: 250px;
  z-index: 6;
  padding: 3%;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .backGuide__box {
    width: 400px;
    padding: 20px;
    top: 20%;
    left: 35%;
  }
}

.backGuide__title {
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.backGuide__button {
  width: 80%;
  margin: 5px 0;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 1px solid #cacaca;
  background: #F94E00;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) {
  .backGuide__button {
    width: 62%;
  }
}
.backGuide__button::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 8%;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/images/entry028/back-btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

input[type=radio].entry010__radio,
input[type=checkbox].entry010__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.inner-wrapper {
  width: min(100%, 750px);
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry010 .header__container {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.65em;
}
.entry010 .header__container .header__logo {
  /* width: min(100%, 115px); */
}
.entry010 .header__container .header__logo img {
  width: 100%;
  vertical-align: bottom;
}
.entry010 .header__container .header__number {
  font-size: 0.75rem;
}
.entry010__display-date {
  background: #FFDFC5;
  text-align: right;
  padding: 0.5em 0.2em;
  color: #1D87E9;
}
.entry010 .footer {
  background: #000;
  padding: 10px 0;
}
.entry010 .footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1em auto;
}
@media screen and (min-width: 641px) {
  .entry010 .footer ul {
    gap: 30px;
  }
}
.entry010 .footer ul li a {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}
.entry010 .footer p {
  color: #ffffff;
  margin: 2em auto 1em;
  text-align: center;
}

#entry010__modal-wrap #entry010__modal .entry010__top img {
  width: 100%;
}

.entry010__box {
  width: min(100%, 750px);
  margin: 0 auto;
  padding: 20px 15px 15px;
}

.entry010__heading {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 641px) {
  .entry010__heading {
    font-size: 1.8rem;
  }
}
.entry010__heading--padding {
  padding: 0 0 15px;
}

.entry010__sub-text {
  text-align: center;
  padding: 12px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.entry010__modal-list {
  margin: 15px;
}

.entry010__modal-item {
  margin: 1em 0;
}

.entry010__label {
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  padding: 0.4em 1em;
  position: relative;
}
.entry010__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icon-arrow.png) center center/contain no-repeat;
  width: 14px;
  height: 14px;
}
.entry010__label .entry010__radio-images {
  margin-left: 2em;
}
.entry010__label .entry010__radio-images img {
  width: 30px;
}
.entry010__label .entry010__radio-text {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .entry010__label .entry010__radio-text--mini {

  }
}

.entry010__radio:checked + .entry010__label {
  background: #FDEEDB;
  border: 1px solid #F94E00;
}

.entry010__view {
  width: min(100%, 608px);
  margin: 0 auto;
  padding: 30px 15px 15px;
  position: relative;
}

.entry010__radio-area {
  margin: 40px 0;
}
.entry010__radio-area li {
  margin: 10px 0;
}

.entry010__under--text {
  display: block;
  text-align: center;
}

.entry010__safe {
  position: relative;
  color: #707070;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 10px;
  font-size: 0.625rem;
}
.entry010__safe:before {
  content: "";
  position: absolute;
  left: 14px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: url(../img/icon-lock.png) no-repeat right center;
  background-size: contain;
}
@media screen and (min-width: 641px) {
  .entry010__safe {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .entry010__safe:before {
    left: 14px;
    top: -3px;
    width: 14px;
    height: 14px;
  }
}

.entry010__input-area {
  position: relative;
}
.entry010__input-area input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  padding: 1em 1em;
}

.entry010__input-birth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.entry010__inner-text {
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: bold;
}

.entry010__inner-year {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: bold;
}

.entry010__input-access {
  position: relative;
}
.entry010__input-access input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  padding: 1em 1em;
}

.entry010__input-zip {
  padding: 0 20px;
}

input:focus {
  outline: none;
}

input::placeholder {
  font-weight: normal;
}

.entry010__input-birth > .error_message,
.entry010__input-name > .error_message,
.entry010__input-area > .error_message,
.entry010__input-access > .error_message {
  display: block;
  width: 100%;
  color: red;
  font-weight: normal;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -15px;
  left: 5px;
  text-align: left;
  font-size: 11px;
  font-size: 0.6875rem;
}
.entry010__hand-operate {
  width: 100%;
  transition: 0.5s ease-out;
  text-align: center;
  margin: 7px 0 0;
}
@media screen and (min-width: 641px) {
  .entry010__hand-operate {
    width: 100%;
    background: #fff;
    margin: 23px 0 20px;
    padding: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
  }
}
.entry010__hand-operate input {
  display: none;
}
.entry010__hand-operate label {
  display: inline-block;
  position: relative;
  background: #f8f8f8;
  background-size: 14px;
  border-radius: 100px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 5px 31px 5px 13px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) {
  .entry010__hand-operate label {
    margin: 0;
    padding: 5px 25px 5px 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.entry010__hand-operate label:after {
  position: absolute;
  content: "";
  background: url("../img/icon-open-arrow.png") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 13px;
  top: 22%;
}
@media screen and (min-width: 641px) {
  .entry010__hand-operate label:after {
    right: 8px;
  }
}
.entry010__hand-operate #entry010__acc-open {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.entry010__hand-operate #entry010__acc:checked ~ #entry010__acc-open {
  display: block;
  height: auto;
  opacity: 1;
  padding: 7px;
}
.entry010__hand-operate #entry010__acc:checked ~ .entry010__message {
  display: none;
}

.entry010__select-box {
  position: relative;
  width: 100%;
  background-color: white;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 22px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #333;
  border: 1px solid #555;
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.entry010__select-box:after {
  position: absolute;
  content: "";
  background: url("../img/icon-arrow.png") center no-repeat;
  background-size: contain;
  width: 25px;
  height: 14px;
  right: 10px;
  top: 40%;
  transform: rotate(90deg);
}

.entry010__select {
  width: 100%;
  text-align: left;
  padding: 5px;
  color: #777;
  background: white;
  font-weight: bold;
  border: none;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.entry010__select--birth {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  padding: 1rem 1rem;
}

.entry010__message {
  width: 300px;
  margin: 0 auto 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 641px) {
  .entry010__message {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
}
.entry010__message-icon {
  width: 18%;
}
@media screen and (min-width: 641px) {
  .entry010__message-icon {
    width: 45px;
  }
}
.entry010__message-text {
  width: 84%;
  position: relative;
  display: inline-block;
  margin: 15px 0 0;
  padding: 7px 10px;
  max-width: 100%;
  background: #f8f8f8;
  border-radius: 6px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.entry010__message-text br {
  display: block;
}
@media screen and (min-width: 641px) {
  .entry010__message-text br {
    display: none;
  }
}
.entry010__message-text span {
  color: #F94E00;
}
.entry010__message-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid white;
}
@media screen and (min-width: 641px) {
  .entry010__message-text {
    width: 80%;
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.entry010__status {
  position: relative;
  width: 100%;
  padding: 15px 0 45px;
  background: #fafafa;
}
@media screen and (min-width: 641px) {
  .entry010__status {
    width: 430px;
    background: white;
    margin: 0 auto;
  }
}

.entry010__bar {
  display: flex;
  justify-content: space-between;
}
.entry010__bar li.entry010__bar-step01,
.entry010__bar li.entry010__bar-step02,
.entry010__bar li.entry010__bar-step03,
.entry010__bar li.entry010__bar-step04,
.entry010__bar li.entry010__bar-step05,
.entry010__bar li.entry010__bar-step06,
.entry010__bar li.entry010__bar-step07,
.entry010__bar li.entry010__bar-step08 {
  position: relative;
  width: 20%;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}
.entry010__bar li.entry010__bar-step01 span,
.entry010__bar li.entry010__bar-step02 span,
.entry010__bar li.entry010__bar-step03 span,
.entry010__bar li.entry010__bar-step04 span,
.entry010__bar li.entry010__bar-step05 span,
.entry010__bar li.entry010__bar-step06 span,
.entry010__bar li.entry010__bar-step07 span,
.entry010__bar li.entry010__bar-step08 span {
  font-size: 12px;
  font-size: 0.75rem;
}
.entry010__bar li.entry010__bar-step01:before,
.entry010__bar li.entry010__bar-step02:before,
.entry010__bar li.entry010__bar-step03:before,
.entry010__bar li.entry010__bar-step04:before,
.entry010__bar li.entry010__bar-step05:before,
.entry010__bar li.entry010__bar-step06:before,
.entry010__bar li.entry010__bar-step07:before,
.entry010__bar li.entry010__bar-step08:before {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 14px;
  height: 14px;
  background: #D2D2D2;
  border-radius: 10px;
  z-index: 1;
}
.entry010__bar li.entry010__bar-step01:after,
.entry010__bar li.entry010__bar-step02:after,
.entry010__bar li.entry010__bar-step03:after,
.entry010__bar li.entry010__bar-step04:after,
.entry010__bar li.entry010__bar-step05:after,
.entry010__bar li.entry010__bar-step06:after,
.entry010__bar li.entry010__bar-step07:after,
.entry010__bar li.entry010__bar-step08:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -30px;
  width: 100%;
  height: 2px;
  background: #D2D2D2;
}
.entry010__bar li:last-child:after {
  display: none;
}
.entry010__bar li.entry010__bar-on:before {
  background: #F94E00;
}
.entry010__bar li.entry010__bar-on:after {
  background: #F94E00;
}
.entry010__bar li.entry010__bar-now {
  color: #F94E00;
}
.entry010__bar li.entry010__bar-now:before {
  background: #F94E00;
}

.entry010__status-dog {
  position: absolute;
  background: url(../img/icon-knife.png) no-repeat;
  background-size: contain;
  z-index: 1;
  width: 40px;
  height: 44px;
  top: 26px;
  left: 2%;
  z-index: 2;
}

.entry010__num {
  margin: 1em auto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.entry010__num .kyujin_count {
  color: #F94E00;
}

.entry010__terms-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 15px 0 0;
}
.entry010__terms-wrapper a {
  font-size: 12px;
  font-size: 0.75rem;
}

.entry010__terms-note {
  text-align: center;
}

.entry010__button-height {
  height: auto;
  margin: 30px 0;
}
@media screen and (min-width: 641px) {
  .entry010__button-height {
    width: 350px;
    margin: 30px auto;
  }
}

.entry010__button-height--submit {
  margin: 10px auto 30px;
}

.entry010__button-inner {
  width: 90%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 641px) {
  .entry010__button-inner {
    width: auto;
    left: 0;
    width: 350px;
    height: auto;
  }
}

.entry010__button-inner--submit {
  margin: 0 auto 10px;
  height: auto;
}

.entry010__permission_number {
  background: url("/images/entry119/img_kosei.png") 90% 50% no-repeat;
  background-size: 50%;
}

.entry010__koseimark {
  width: 62%;
  margin: 10px auto 0;
}
@media screen and (min-width: 641px) {
  .entry010__koseimark {
    width: 54%;
  }
}

.entry010__button, .entry010__modal-button {
  z-index: 4;
  position: relative;
  width: 100%;
  height: 50px;
  max-height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  letter-spacing: 0.08em;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  background: #FD814B;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#F94E00, endColorstr=#fbc100 ,GradientType=0 );
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) {
  .entry010__button, .entry010__modal-button {
    height: 60px;
    max-height: 50px;
    line-height: 60px;
    font-size: 1.4rem;
  }
}
.entry010__button::before, .entry010__modal-button::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: white;
  animation: shiny 2.4s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.entry010__button--invalid, .entry010__modal-button--invalid {
  height: 50px;
  max-height: 50px;
  line-height: 50px;
  background: #E3DFE3;
  background: -moz-linear-gradient(top, #E3DFE3 0%, #E3DFE3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E3DFE3), color-stop(100%, #E3DFE3));
  background: -webkit-linear-gradient(top, #E3DFE3 0%, #E3DFE3 100%);
  background: -o-linear-gradient(top, #E3DFE3 0%, #E3DFE3 100%);
  background: -ms-linear-gradient(top, #E3DFE3 0%, #E3DFE3 100%);
  background: linear-gradient(to bottom, #E3DFE3 0%, #E3DFE3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#E3DFE3, endColorstr=#E3DFE3 ,GradientType=0 );
  border: 1px solid ##D5D2D5;
  z-index: 0;
}
.entry010__button--invalid::before, .entry010__modal-button--invalid::before {
  display: none;
}

.ui-menu, .ui-helper-hidden-accessible div {
  display: none !important;
}

.entry010__cursor {
  width: 58px;
  height: 70px;
  position: absolute;
  background: url(../img/iconhand.png) no-repeat;
  background-size: contain;
  z-index: 3;
  pointer-events: none;
  animation: huruhurunyanko 1s ease-in-out infinite alternate;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
@media screen and (max-width: 639px) {
  .entry010__cursor {
    right: 5px;
    bottom: 71%;
  }
}
@media screen and (min-width: 641px) {
  .entry010__cursor {
    right: -24px;
    top: 112px;
  }
}

@keyframes huruhurunyanko {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.entry010__cursor--first {
  bottom: 67%;
  right: 7px;
}
@media screen and (min-width: 641px) {
  .entry010__cursor--first {
    right: 48px;
    left: auto;
    top: 45px;
  }
}

.entry010__cursor--name-after {
  bottom: 52%;
}
@media screen and (min-width: 641px) {
  .entry010__cursor--name-after {
    top: 244px;
  }
}

.entry010__cursor--birth-after {
  bottom: 30%;
}
@media screen and (min-width: 641px) {
  .entry010__cursor--birth-after {
    top: 50px;
  }
}

.entry010__cursor--down {
  bottom: 15%;
  z-index: 4;
}
@media screen and (min-width: 641px) {
  .entry010__cursor--down {
    bottom: 16%;
    right: 24%;
    top: auto;
  }
}

@media screen and (max-width: 639px) {
  .entry010__cursor--phone {
    bottom: 60%;
  }
}

@media screen and (min-width: 641px) {
  .entry010__cursor--phone-after {
    top: 244px;
  }
}
@media screen and (max-width: 639px) {
  .entry010__cursor--phone-after {
    bottom: 42%;
  }
}

.entry010__cursor--submit {
  bottom: 14%;
  z-index: 4;
}
@media screen and (min-width: 641px) {
  .entry010__cursor--submit {
    bottom: 15%;
    right: 25%;
    top: auto;
  }
}

.entry010__cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.3;
}

.entry010__return {
  margin: 1.5em 0;
}

#step_submit_next2 {
  cursor: pointer;
}

.entry010__info {
  display: none;
  position: relative;
  width: 100%;
  padding: 15px 0;
  background: #FFDFC5;
}
@media screen and (min-width: 641px) {
  .entry010__info {
    width: 430px;
    background: white;
    margin: 0 auto;
  }
}
.entry010__info img {
  width: 70%;
  margin: 0 auto;
}

.entry010__wentz-area {
  background: #FFDFC5;
}
@media screen and (min-width: 641px) {
  .entry010__wentz-area img {
    width: 500px;
    margin: 0 auto;
  }
}

.entry010__check-area {
  margin: 10px 0;
  background: #FFF2E1;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .entry010__check-area {
    width: 475px;
    margin: 20px auto 0;
  }
}

.entry010__check-title {
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 641px) {
  .entry010__check-title {
    margin-bottom: 10px;
  }
}

.entry010__check-box {
  margin: 10px 0;
}

.entry010_checkbox_test {
  margin-right: 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: auto !important;
}
.terms__modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.terms__modal-bg{
background: rgba(0,0,0,0.5);
height: 100vh;
position: absolute;
width: 100%;
}

.terms__scroll-area{
overflow-y: auto;
height: 275px;
padding: 5px;
margin-bottom: 10px;
}

.terms__modal-close {
text-decoration: underline;
color: #fff;
background-color: #999;
border-radius: 4px;
line-height: 32px;
font-size: 14px;
font-size: 0.875rem;
width: 100%;
display: block;
text-align: center;
}

.terms__modal-close:link,
.terms__modal-close:visited,
.terms__modal-close:hover {
color: white;
}

.terms__modal-content{
background: #fdffed;
left: 50%;
padding: 15px;
position: absolute;
top: 50%;
transform: translate(-50%,-50%);
width: 300px;
height: 350px;
border-radius: 4px;
color: #333;
text-align: left;
}

@media screen and (min-width:640px) {
.terms__modal-content {
  width: 600px;
}
}

.terms__modal-content h2{
text-align: center;
margin: 40px 0 30px;
font-size: 18px;
font-size: 1.125rem;
}

.terms__modal-content h3{
font-size: 16px;
font-size: 1rem;
line-height: 1.5em;
margin: 20px 0;
}

.terms__modal-content h4{
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5em;
font-weight: normal;
margin: 20px 0;
}

.terms__modal-content p{
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5em;
margin: 20px 0;
}

.terms__modal-content ul,.terms__modal-content ol{
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5em;
padding: 0 0 0 20px;
margin: 0;
}

.terms__modal-content ul{
list-style-type: disc;
}

.terms__modal-content ol{
list-style-type: decimal;
}

.terms__modal-content ol li ol{
list-style-type: none;
}

.terms__modal-content table {
width: 100%;
border: 1px solid #595959;
border-collapse: collapse;
margin: 30px 0;
}

.terms__modal-content table th, .terms__modal-content table td {
border: 1px solid #595959;
border-collapse: collapse;
text-align: center;
padding: 5px;
font-size: 13px;
font-size: 0.8125rem;
}

.terms__modal-content table th {
background: #eee;
}

.terms__modal-content ul li,.terms__modal-content ol li{
margin-bottom: 10px;
}

p.terms__modal-title{
color: #2cae96;
font-weight: bold;
text-align: center;
padding: 0;
font-size: 18px;
font-size: 1.125rem;
}

.terms__modal-content p.additional-text{
font-size: 14px;
font-size: 0.875rem;
margin: 10px 0;
line-height: 1.7em;
color: #666;
}
.goPrev {
  display: inline-block;
}

.animation{
  animation: dokundokun 1300ms ease infinite;
  overflow:hidden;
}

@keyframes dokundokun {
  0%  { transform: scale(1); }
  15% { transform: scale(1.1); }
  30% { transform: scale(1); }
  45% { transform: scale(1.1); }
  70% { transform: scale(1); }
}


a {
	color: #197eba;
	transition: opacity 0.4s linear;
       text-decoration: none;
}

a:hover, a:active {
	opacity: 0.7;
	transition: opacity 0.2s linear;
}