@media screen and (max-width: 768px) {
  .self-check .pc-only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .self-check .sp-only {
    display: none;
  }
}
.self-check {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  .self-check .kv {
    background-image: url("/payment/pop/self-check/images/index/kv_bg_dot.png");
    background-repeat: repeat;
    background-color: #d1ecfb;
  }
}
@media screen and (min-width: 769px) {
  .self-check .kv-wrap {
    width: 100%;
    height: 100%;
    background-image: url("/payment/pop/self-check/images/index/kv_bg_shape.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .self-check .kv-inner {
    position: relative;
    width: 680px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 0;
  }
}
.self-check .kv-image {
  max-width: 100%;
  margin: 0 auto;
}
.self-check .checklist {
  display: flow-root;
  background-color: #f7fcff;
}
.self-check .checklist-inner {
  width: 720px;
  max-width: calc(100% - 40px);
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .self-check .checklist-inner {
    margin: 0 auto 80px;
  }
}
.self-check .checklist-header {
  margin-top: 80px;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .self-check .checklist-header {
    margin-top: 64px;
    font-size: 24px;
  }
}
.self-check .checklist-header span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  .self-check .checklist-header span {
    margin-top: 4px;
    font-size: 20px;
  }
}
.self-check .checklist-list {
  margin-top: 48px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .self-check .checklist-list {
    margin-top: 32px;
  }
}
.self-check .checklist-list__hiddenbox {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}
.self-check .checklist-list__item {
  padding: 0;
  list-style: none;
}
.self-check .checklist-list__checkbox {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.self-check .checklist-list__checkbox::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid #bebebe;
  border-width: 2px;
  border-radius: 2px;
  content: "";
}
.self-check .checklist-list__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  .self-check .checklist-list__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
  }
}
.self-check .checklist-list__label {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
  padding: 32px;
  gap: 12px;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(37, 81, 111, 0.1019607843);
  cursor: pointer;
  user-select: none;
}
.self-check .checklist-list__label:has(:focus) {
  border: 2px solid #333;
}
@media screen and (max-width: 768px) {
  .self-check .checklist-list__label {
    padding: 20px;
    gap: 8px;
  }
}
.self-check .checklist-list__label.is-checked {
  border: 2px solid #0081ce;
  background: #e9f7ff;
  color: #0081ce;
}
.self-check .checklist-list__label.is-checked .checklist-list__checkbox::after {
  border: none;
  background-color: #fff;
}
.self-check .checklist-list__label.is-checked .checklist-list__checkbox::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% + 4px);
  width: 20px;
  height: 17px;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("/payment/pop/self-check/images/index/icon_check.svg");
  content: "";
}
.self-check .checklist-button {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .self-check .checklist-button {
    margin-top: 32px;
  }
}
.self-check .checklist-button a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  max-width: calc(100% - 40px);
  height: 57px;
  margin: 0 auto;
  padding: 16px;
  gap: 2px;
  border-radius: 999px;
  background-color: #008eed;
  box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 0.2);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: none;
}
.self-check .checklist-button a:hover {
  transform: translateY(4px);
  box-shadow: none;
  text-decoration: none;
}
.self-check .checklist-button a::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(2px);
  background-color: #fff;
  content: "";
  -webkit-mask-image: url("/payment/pop/self-check/images/icon_button_arrow.svg");
  mask-image: url("/payment/pop/self-check/images/icon_button_arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
}
.self-check .checklist-button a[target=_blank]::after {
  -webkit-mask-image: url("/payment/pop/self-check/images/icon_blank.svg");
  mask-image: url("/payment/pop/self-check/images/icon_blank.svg");
}
.self-check .checklist-button span {
  display: inline-block;
  padding-top: 0.1em;
}
.self-check .checklist-button img {
  fill: #fff;
  stroke: #fff;
}
.self-check .checklist-button.is-disable a {
  background-color: #0081ce;
  opacity: 0.3;
  pointer-events: none;
}
.self-check .checklist-button.is-disable a:hover {
  transform: translateY(0px);
  box-shadow: 0px 4px 0px 0px rgba(51, 51, 51, 0.2);
}