.contents__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents__center > * {
  min-height: 0%;
}

.link {
  color: inherit;
  cursor: pointer;
}
.link:visited {
  color: inherit;
}

/* common:start */
[v-cloak] {
  display: none;
}

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

@media screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFFFFF;
  color: #000000;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.contents {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.contents img {
  display: block;
  max-width: 100%;
  height: auto;
}
.contents ul, .contents ol {
  list-style-type: none;
}
/* common:end */
/* cont:start */
.cont {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vw;
}
@media screen and (min-width: 751px) {
  .cont {
    padding-top: 60px;
  }
}
.cont__title {
  width: 100%;
  margin-bottom: 11.6666666667%;
  font-size: 6.4vw;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
  .cont__title {
    font-size: 48px;
  }
}
.cont__link {
  margin-bottom: 13.3333333333%;
}
.cont__link-note {
  margin-top: 5%;
}
.cont__caution {
  padding-bottom: 13.3333333333%;
}
.cont__caution-text {
  color: #000;
  font-size: 4.2666666667vw;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 5.8333333333%;
}
@media screen and (min-width: 751px) {
  .cont__caution-text {
    font-size: 32px;
  }
}
.cont__caution-android {
  margin-bottom: 5%;
}

/* cont:end */