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%;
}
.img-box a {
  display: block;
  position: absolute;
  z-index: 1;
}
.txt-box {
  background: #c4e7f1;
  padding: 36px 20px 64px;
}

.txt-box .ttl,
.txt-box .txt {
  max-width: 800px;
  margin: auto;
}

.txt-box .ttl {
  font-size: 24px;
  text-align: center;
  line-height: 52px;
  background: #838383;
  color: #fff;
  font-weight: 600;
}
.txt-box .txt {
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 24px;
}

.c_code {
  position: absolute;
  background: #fff;
  width: 32%;
  height: 3.4%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border-radius: 999px;
  border: 4px solid #f46eab;
  color: #f46eab;
}

.c_code1 {
  top: 56.6%;
  left: 14%;
}

.c_code2 {
  top: 56.6%;
  right: 13.5%;
  color: #294aff;
  border-color: #294aff;
}

.c_code3 {
  top: 78.2%;
  left: 14%;
}
.c_code4 {
  top: 78.2%;
  right: 13.5%;
  color: #294aff;
  border-color: #294aff;
}

.c_code p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  padding: 0;
  font-size: 1.5cqw;
  font-weight: bolder;
  line-height: 1;
}
.c_code p.c {
  font-size: 2.1cqw;
}

.link-1 {
  width: 40%;
  height: 6%;
  top: 86%;
  left: 30%;
}
.link-2 {
  width: 33%;
  height: 4%;
  top: 78%;
  left: 12%;
}
.link-3 {
  width: 33%;
  height: 4%;
  top: 78%;
  right: 12%;
}

.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: 2.5em;
  text-indent: -2.5em;
}

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

.about .box {
  margin-top: 25px;
  border: 1px solid #888888;
}
.about .box .ttl {
  background: #fff1b2;
  padding: 11px 20px;
  border-bottom: 1px solid #888888;
}
.about .box .con {
  padding: 11px 20px;
}
.about .box .con .red {
  color: #e40028;
}

.sp {
  display: none;
}

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

span.indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

span.indent-2 {
  display: inline-block;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

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

  .img-box-4 {
    padding: 30px 0;
  }

  .entrydcard {
    padding: 0;
  }

  .txt-box {
    background: #c4e7f1;
    padding: 25px 20px;
  }
  .txt-box .ttl {
    font-size: 17px;
    line-height: 35px;
  }
  .txt-box .txt {
    font-size: 11px;
    padding: 15px 10px;
  }

  .c_code {
    border-width: 2px;
    width: 63.2%;
    height: 2.3%;
  }

  .c_code1 {
    top: 43.8%;
    left: 18%;
  }

  .c_code2 {
    top: 71%;
    left: 18%;
    right: unset;
  }

  .c_code3 {
    top: 58%;
    left: 18%;
  }
  .c_code4 {
    top: 85.4%;
    right: unset;
    left: 18%;
  }

  .c_code p {
    font-size: 3cqw;
  }
  .c_code p.c {
    font-size: 4.5cqw;
  }

  .link-1 {
    width: 77%;
    height: 5%;
    top: 90%;
    left: 12%;
  }
  .link-2 {
    width: 60%;
    height: 4%;
    top: 65%;
    left: 20%;
  }
  .link-3 {
    width: 60%;
    height: 4%;
    top: 81%;
    left: 20%;
  }

  .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: 11px 13px;
  }
  .about table td {
    text-align: left;
  }

  .about .box {
    margin-top: 13px;
  }
  .about .box .ttl {
    padding: 9px 12px;
  }
  .about .box .con {
    padding: 9px 12px;
  }
  .l-sectionWrap--CardSelect {
    margin-top: 0;
  }
}
