.img-center {
  width: 100%;
  margin-top: 0;
}

#subpageWrap .list_w100 {
  margin: 0 auto !important;
  text-align: center;
}
#subpageWrap .list_w100 ul {
  margin: 0 auto;
}
#subpageWrap .list_w100 li {
  margin: 0 auto;
}

.caution-2column {
  margin: 2.5em auto !important;
  width: 90%;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
.caution-2column .left img {
  width: 4em;
}
.caution-2column .right {
  border-left: 1px solid #858585;
  padding-left: 1em;
}

.flex-area {
  margin: 1.2em auto;
  padding-bottom: 0em;
}

.dl-game {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin: 3em auto;
}
.dl-game .left img {
  width: 20em;
}
.game-overview {
  line-height: 2;
  justify-content: center;
  align-items: center;
  margin: 4em auto;
  gap: 1em !important;
}
.game-overview .imgWrap {
  width: 50%;
}
.game-overview .imgWrap .point01img {
  width: 100%;
  position: relative;
  left: 1em;
  display: block;
  margin: 0 auto;
}
.game-overview .imgWrap .point02img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.game-overview .heading {
  line-height: 1.5;
  font-weight: 600;
  font-size: 150%;
  margin-bottom: 1em;
}
.game-overview .heading img {
  width: 6em;
  display: block;
  margin-bottom: 1em;
}
.tape {
  align-items: center;
  margin: 4em auto 2em;
}
.tape .left {
  margin-top: -1em;
}
.tape .left p {
  margin-bottom: 2em;
}
.tape .right img {
  width: 30em;
  position: relative;
  left: 2em;
}

.caution ul {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.caution span {
  color: #f59a9a;
  font-size: 120%;
  font-weight: 800;
}
.caution p {
  margin-left: 1.5em;
  font-size: 105%;
}

.scroll-text {
  display: none;
  margin-bottom: 1em;
  font-size: 80%;
  margin-top: -1.8em;
  padding-right: 1em;
}

@media screen and (max-width: 1000px) {
  .caution-2column {
    width: 100%;
    gap: 1em;
    border: 1px solid #b9b9b9 !important;
    padding: 1em;
  }
  .caution-2column .left img {
    width: 3em;
  }
  .caution-2column .right {
    border-left: 0px solid #858585 !important;
    padding-left: 0em !important;
  }
  .scroll-text {
    display: block;
    text-align: right;
  }
  .scroll-img {
    overflow-x: scroll;
    width: 100%;
    border-right: 1px solid #9b9b9b;
  }
  .scroll-img .img-center {
    min-width: 280%;
    display: block;
    padding-right: 2em;
  }
  .dl-game {
    width: 100% !important;
    font-size: 85%;
  }
  .game-overview {
    width: 100% !important;
    gap: 1em !important;
  }
  .game-overview .textWrap {
    width: 100%;
  }
  .game-overview .imgWrap {
    width: 100% !important;
  }
  .game-overview .imgWrap .point01img {
    left: -0.5em !important;
  }
  .game-overview .imgWrap .point02img {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .game-overview .heading {
    line-height: 1.5;
    font-weight: 600;
    font-size: 150%;
    margin-bottom: 1em;
  }
  .game-overview .heading img {
    width: 6em;
    display: block;
    margin-bottom: 1em;
  }
  .ov2 {
    flex-direction: column-reverse !important;
  }
}/*# sourceMappingURL=style.css.map */