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

.img-box {
  position: relative;
}

.img-box img {
  width: 100%;
}
.img-box a {
  display: block;
  position: absolute;
  z-index: 1;
}

.bnr {
  width: 100%;
  max-width: 820px;
  margin: auto;
  margin-top: 24px;
  transform: translateX(-17px);
}

.link-1 {
  top: 43%;
  left: 21%;
  width: 58%;
  height: 38%;
}

.link-2 {
  top: 86%;
  left: 21%;
  width: 58%;
  height: 9%;
}

.text-box a {
  text-decoration: underline;
}
.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;
  text-indent: -2em;
  padding-left: 2em;
}

.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

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

  .entrydcard {
    padding: 0;
  }

  .bnr {
    transform: translateX(-2%);
    width: 90%;
  }
  .link-1 {
    top: 57%;
    left: 12%;
    width: 76%;
    height: 30%;
  }

  .link-2 {
    top: 87%;
    left: 12%;
    width: 76%;
    height: 8%;
  }

  .about {
    margin: 2em auto;
    width: 92%;
  }
  .about h2 img {
    width: 35%;
  }
  .about table {
    margin-top: 2em;
  }
  .about table th br {
    display: none;
  }
  .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;
  }
}
