@charset "UTF-8";
/* お支払い方法・領収書の発行 */
/* contents area */
.detail_ttl01 {
  padding: 1.5em 0 1em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}
.guide__detail__ttl + .detail_ttl01 {
  padding: 0.5em 0 1em;
}

.detail_ttl02 {
  padding: 1.5em 0 0.8em;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4em;
}
.detail_ttl02:before {
  content: "●";
}
.detail_ttl01 + .detail_ttl02 {
  padding: 0 0 1em;
}
.guide__detail__ttl + .detail_ttl02 {
  padding: 0.5em 0 1em;
}

.detail_ttl03 {
  padding: 1.5em 0 0.6em;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

.coin_img {
  width: 227px;
  padding: 0 0 10px 9px;
}
.guide__detail__txt + .coin_img {
  padding: 10px 0 10px 9px;
}

.checklist {
  width: 100%;
  margin: 0 0 5px;
  border-collapse: collapse;
  text-align: center;
}
.checklist__ttl {
  width: 25%;
  padding: 0.8em 0.5em;
  background: #f1f2dc;
  border: 1px solid #e4e4e4;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75em;
}
.checklist__txt {
  padding: 0.55em 0;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  font-size: 24px;
  font-weight: 300;
}
.checklist__txt sup {
  font-size: 12px;
}

.warning {
  padding: 0 0 0.5em;
}
.warning__txt {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}
.warning__txt:before {
  content: "●";
}
.cre_cards{
	max-width:323px;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .detail_ttl01,
  .detail_ttl02,
  .detail_ttl03 {
    font-size: 3.4666666667vw;
  }

  .coin_img {
    width: 60.2666666667vw;
    padding: 0 0 3vw 1vw;
  }
  .guide__detail__txt + .coin_img {
    padding: 3vw 0 3vw 1vw;
  }

  .checklist {
    margin: 0 0 3vw;
  }
  .checklist__ttl {
    border: 0.4vw solid #e4e4e4;
    font-size: 2.4vw;
    line-height: 1.666em;
  }
  .checklist__txt {
    border: 0.4vw solid #e4e4e4;
    font-size: 4.8vw;
  }
  .checklist__txt sup {
    font-size: 3vw;
  }

  .warning__txt {
    font-size: 3.7333333333vw;
  }
}
