body {
  position: relative !important;
}
.cfooter a {
  text-decoration: underline;
}
#cpn-main {
  padding-bottom: 40px !important;
}
body {
  min-width: 100%;
}
.header,
.main {
  width: 100% !important;
  max-width: 1000px;
}

.img-box {
  position: relative;
  container-type: inline-size;
}

.img-box img {
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
.img-box a {
  display: block;
  position: absolute;
  z-index: 1;
}
.act::before,
.act::after {
  content: "";
  display: block;
  width: 3%;
  height: 5%;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10%;
}
.act::after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.act.active::after {
  transform: rotate(0deg);
}
.acc {
  display: none;
}
.code1 {
  position: absolute;
  top: 57%;
  left: 52.6%;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 2.8cqw;
  z-index: 2;
}

.code2 {
  position: absolute;
  top: 8.6%;
  left: 56.3%;
  padding: 0;
  color: #1a6bd9;
  font-weight: bold;
  font-size: 2.05cqw;
  letter-spacing: -0.02em;
}

.link-1 {
  width: 13%;
  height: 4%;
  left: 39%;
  top: 81%;
}

.link-2 {
  width: 59%;
  height: 40%;
  left: 20%;
  top: 41%;
}
.link-3 {
  top: 35%;
  left: 52%;
  height: 6%;
  width: 40%;
}

.link-4 {
  top: 75%;
  left: 5%;
  height: 20%;
  width: 18%;
}
.link-5 {
  top: 75%;
  left: 23%;
  height: 20%;
  width: 18%;
}
.link-6 {
  top: 75%;
  left: 41%;
  height: 20%;
  width: 18%;
}
.link-7 {
  top: 75%;
  left: 59%;
  height: 20%;
  width: 18%;
}
.link-8 {
  top: 75%;
  left: 78%;
  height: 20%;
  width: 18%;
}

.about {
  margin: 3em 30px 0;
}
.about h2 img {
  margin: auto;
}
.about table {
  margin-top: 3em;
  border-color: #888888;
}
.about table th,
.about table td {
  vertical-align: top;
  padding: 20px 18px;
  border-color: #888888;
  font-size: 14px;
  line-height: 20px;
}
.about table th {
  width: 200px;
  background-color: #e9e9e9;
  font-weight: bold;
}
.about table .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.about table .indent-2 {
  display: inline-block;
  padding-left: 2em;
  text-indent: -2em;
}

.about table a {
  text-decoration: underline;
}

.fixed {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 2;
}
.sp {
  display: none;
}

.l-sectionWrap--CardSelect {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #cpn-main {
    padding-bottom: 80px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .act::before,
  .act::after {
    width: 4%;
    height: 5%;
    top: 49%;
    right: 8%;
  }

  .code1 {
    top: 51.6%;
    left: 52.6%;
    font-size: 3.6cqw;
    height: 6%;
  }

  .code2 {
    top: 14.3%;
    left: 21.7%;
    font-size: 3.1cqw;
  }

  .link-1 {
    width: 26%;
    height: 4%;
    left: 69%;
    top: 71%;
  }

  .link-2 {
    width: 88%;
    height: 40%;
    left: 6%;
    top: 38%;
  }
  .link-3 {
    top: 36%;
    left: 10%;
    height: 4%;
    width: 80%;
  }

  .link-4 {
    top: 60%;
    left: 5%;
    height: 13%;
    width: 43%;
  }
  .link-5 {
    top: 60%;
    left: 50%;
    height: 13%;
    width: 43%;
  }
  .link-6 {
    top: 73%;
    left: 5%;
    height: 13%;
    width: 43%;
  }
  .link-7 {
    top: 73%;
    left: 50%;
    height: 13%;
    width: 43%;
  }
  .link-8 {
    top: 86%;
    left: 5%;
    height: 13%;
    width: 43%;
  }

  .entrydcard {
    padding: 0;
  }

  .about {
    margin: 2em auto;
    width: 92%;
  }
  .about h2 img {
    width: 55%;
  }
  .about table {
    margin-top: 2em;
  }
  .about table th,
  .about table td {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 15px 13px;
  }
  .about table td {
    text-align: left;
  }
  .bnr-box {
    margin-top: -40px !important;
    margin-bottom: 40px !important;
  }
}
