@charset "utf-8";
.bg-img {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.link1 {
  width: 61%;
  top: 68.9%;
  left: 21%;
}
.box {
  top: 76.5%;
  left: 17.4%;
  text-align: left;
  margin: 0 auto;
  background: #fff;
  overflow: auto;
  width: 65.7%;
  height: 8.8%;
  font-weight: 600;
  font-size: 22px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 760px) {
  .box {
    font-size: 10px;
  }
}
