:root {
  --black: #1f1f1f;
}

.inner p strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 700;
  border-bottom: 1px dashed;
  padding: 0 4px 3px;
}

.id-table th {
  width: 50%;
  background: #FF5D86;
  color: #fff;
  font-weight: 400;
  padding: 0.3rem;
  border: 1px solid #1f1f1f;
}

.id-table td {
  padding: 1rem;
  border: solid 1px #333333;

}

.idcard-h2_00_p {
  border: 1px solid #1f1f1f;
  padding: 2rem;
  background-color: #ffe;
  border-radius: 1rem;
}



.id-01-dl {
  background-color: #ffc;
}

.id-01-dl::before {
  background-color: #ffc;
}

figure {
  margin: 0;
}

figcaption {
  font-size: .9rem;
  color: #888;
  text-align: center;
  margin-bottom: 1rem;
}

.id-smmall-midashi {
  font-size: 1.1rem;
  color: #1f1f1f;
  border-bottom: 1px dashed #1f1f1f;
  padding-bottom: 0.3rem;
}

.idchat-h4 {
  text-align: center;
  font-size: 1.6rem;
  background-color: #eee;
  padding: 1rem;
  margin-top: 0.2rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.idcard_point>li {
  padding-bottom: 1rem;
  border-bottom: 1px solid hsla(0, 0%, 78%, .15);
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-left: 6em;
  padding-left: 0;
  position: relative;
  border-bottom: 1px dashed;
}

.idcard_point>li {}

.idcard_point_p {
  border: 1px solid #1f1f1f;
  padding: .5rem;
  background-color: #ffc;
}

.idcard_point>li>dl>dd {
  margin-left: 0;
}

.idcard_point>li>dl>dt {
  margin-bottom: 1rem;
}

.idcard_point>li:last-of-type {
  border-bottom: none;
}

.idcard_point li::before {
  content: "";
  width: 3rem;
  height: 3rem;
}

.id-point01::before {}

.id-bg02 {
  background-image: linear-gradient(transparent calc(100% - 1px), hsla(0, 0%, 78%, .15) 50%, hsla(0, 0%, 78%, .15)), linear-gradient(90deg, transparent calc(100% - 1px), hsla(0, 0%, 78%, .15) 50%, hsla(0, 0%, 78%, .15));
  background-repeat: repeat;
  background-size: 16px 16px;
  padding: .5rem;
  border: .2rem solid hsla(0, 0%, 78%, .15);
  margin-bottom: 2rem;
}

body {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}


.idcard_point>li:before {
  counter-increment: number 1;
  /* number カウンタを増加 */
  content: "POINT-"counter(number);
  /* 表示形式を指定 */
}

.idcard_point>li:before {
  border-right: 2px solid red;
  display: block;
  font-family: inherit;
  letter-spacing: -.1px;
  line-height: 1.1;
  padding: 0.5rem;
  position: absolute;
  right: calc(100% + 0.5em);
  -webkit-transform: scale(.95);
  transform: scale(.95);
  white-space: nowrap;
  width: auto;
  background-color: #eee;
  height: auto;
}

.number-reset {
  counter-reset: number;
}

.id-h1-h2 {
  font-size: 1.2rem;
  border-left: 0.5rem solid #ff7600;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

.id-h1-h2_p {
  background-color: #eee;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-top: 2rem;
}
.pd-t3{
  padding-top: 3rem;
}

/*bonus*/
.bonus-cap-bg {
  background-color: #eee;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-top: -1rem;
  border: 1px solid #1f1f1f;
  position: relative;
}

.bonus-cap-bg::before {
  content: '';
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16rem;
  height: 3.8rem;
  background-image: url("/assets/images/bonus/cap-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bonus-box table {
  width: 100%;
  border: solid 2px #1f1f1f;
  position: relative;
}

.bonus-box table tr {
  text-align: center;
  width: calc(100%/3);

}

.bonus-box table th {
  background: #E87C97;
  color: #fff;
  border: solid 2px #1f1f1f;
  padding: 1rem 0.5rem;
  font-size: 1.4rem;
}

.bonus-box table td {
  padding: 0.7rem 0.5rem;
  font-size: 1.2rem;
  color: #1f1f1f;
  border: solid 2px #1f1f1f;
}

.mg-b-2 {
  margin-bottom: -2rem;
}

.bou-img {
  width: 90%;
  margin-bottom: -4rem;
  transform: rotate(-5deg);
  position: relative;
  left: -2rem;
}

.bonus-box li {
  border-bottom: 1px dashed #1f1f1f;
  color: #1f1f1f;
  list-style: none;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
  text-align: justify;
  padding-left: 5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1.5rem;
  background-color: #fff;
}

.bonus-box li::before {
  content: '';
  background-image: url(/assets/images/bonus/gold-img.webp);
  position: absolute;
  width: 50px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 8%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}



.bonus-h3 {
  text-align: left;
}

.cap-h2img {
  margin: 2rem auto 1rem;
  display: block;
  width: 80%;
}

.cap-h2img02 {
  margin: 1rem auto;
  display: block;
  width: 100%;
}

.bg-y-b {
  background-color: #ffb;
}

.bonus-info-h3 {
  font-size: 1.5rem;
  border-left: 11px double #FFA2B9;
  line-height: 1.4;
  background-color: #fff;
  padding: 1rem 0 1rem 1rem;
}

.mg-t4 {
  margin-top: 4rem;
}

.bonus-p-span {
  color: #E87C97;
}

.bonus-dl-box {
  border: 1px solid #1f1f1f;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #FFc;
  margin: 1rem 0;
}
.bonus-dl-box dl dd {
  border-bottom: none;
}
.bonus-dl-box dl {
  margin: 0;
}
.bonus-dl-box dl dd {
  margin-left: 2rem;
  font-size: 1.2rem;
  text-align: left;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #1f1f1f;
  padding-top: 1rem;
}
.bonus-dl-box dl dd:last-of-type {
  border-bottom: none;

}
.co-b{
  color: #88f;
}
.co-p{
  color: #E87C97;
}


.secret-img {
    width: 100%;
    position: relative;
    margin-top: -3.8rem
}
.secret-info-h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    background-color: #fff;
    padding: 1rem 0 1rem 1rem;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 2.5rem;
    background: radial-gradient(rgb(255, 255, 255), rgb(100, 200, 255));
    box-shadow: 0px 5px 5px 0px rgba(200, 200, 200, 0.5);
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.secret-box table {
  width: 100%;
  border: solid 2px #1f1f1f;
  position: relative;
}

.secret-box table tr {
  text-align: center;
  width: calc(100%/3);

}

.secret-box table th {
  background: #E87C97;
  color: #fff;
  border: solid 2px #1f1f1f;
  padding: 1rem 0.5rem;
  font-size: 1.4rem;
}

.secret-box table td {
    padding: 1.5rem 0.5rem;
    font-size: 1.2rem;
    color: #ff8;
    border: solid 2px #ff8;
    background-color: #000;
}

.mg-b-2 {
  margin-bottom: -2rem;
}
.mg-t4{
 margin-top: 4rem; 
}

.bou-img {
  width: 90%;
  margin-bottom: -4rem;
  transform: rotate(-5deg);
  position: relative;
  left: -2rem;
}

.secret-box li {
  border-bottom: 1px dashed #1f1f1f;
  color: #1f1f1f;
  list-style: none;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1.3rem;
  text-align: justify;
  padding-left: 5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1.5rem;
  background-color: #fff;
}

.secret-box li::before {
  content: '';
  background-image: url(/assets/images/bonus/gold-img.webp);
  position: absolute;
  width: 50px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 8%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.line-y{
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
    font-weight: 700;
}
@media (min-width: 728px){
.cap-h2 {
    padding: 0;
}
}