@charset "utf-8";
.u-list-disc > li {
  padding-left: 1em;
  text-indent: -1em;
}
.u-list-disc > li::before {
  content: "・";
}
.u-list-note > li {
  padding-left: 1em;
  text-indent: -1em;
}
.u-list-note > li::before {
  content: "※";
}
.c-button.c-button--search::after {
  border: 0;
  transform: none;
  background: no-repeat url(../images/icon-search.webp?$staticlink$) center/contain;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
}
.p-used-buy-pc {
  margin-bottom: 60px;
  overflow: hidden;
  line-height: 1.7;
  font-size: min(24/750*100vw, 14px);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px), print {
  .p-used-buy-pc {
    margin-bottom: 127px;
  }
}
.p-used-buy-pc img {
  max-width: 100%;
  height: auto;
}
.p-used-buy-campaign-banners-wrapper {
  background: #e8f3ff;
  padding: 24px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 40px;
}

@media screen and (min-width: 768px), print {
  .p-used-buy-campaign-banners-wrapper {
    padding: 40px;
    margin: 60px -40px 0;
  }
}

.p-used-buy-pc-flow__heading {
  margin-bottom: 27px;
  text-align: center;
}
.p-used-buy-pc-flow__step {
  font-size: 18px;
}
.p-used-buy-pc-flow__step:nth-child(odd) {
  background: #e5f9ff;
}

.p-used-buy-pc-flow__step {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 25px calc(50vw - 50%);
}

.p-used-buy-pc-flow__step__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  background: #40b9ec;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 20px;
}
.p-used-buy-pc-flow__step__heading > span {
  transform: skewX(-10deg)
}

.p-used-buy-pc-flow__documents {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  font-size: 11px;
  text-align: center;
}
.p-used-buy-pc-flow__documents > li img {
  display: block;
  margin: 0 auto 8px;
  width: 63px;
  height: auto;
}
.p-used-buy-pc-flow__documents > li:nth-child(3) img {
  width: 71px;
  transform: translateY(10%);
}
.p-used-buy-pc-flow__step__body {
  text-align: center;
}
.p-used-buy-pc-flow__step__body  p {
  text-align: center;
}
.p-used-buy-pc-flow__step__body img {
  height: 50px;
  width: auto;
  margin-top: 10px;
}
.p-used-buy-pc-flow__step__body .c-button {
  width: 400px;
  max-width: 100%;
  margin: 20px auto 0;
}

.p-popup-documents {
  text-align: left;
}
.p-popup-documents input.popup_flg ~ .popup_content_wrapper .popup_content {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(90vh - 1em);
  line-height: 1.4;
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  .p-popup-documents input.popup_flg ~ .popup_content_wrapper .popup_content {
    font-size: min(14/768*100vw, 18px);
  }
}
.p-popup-documents input.popup_flg ~ .popup_content_wrapper {
  width: 800px;
  padding: 15px 15px 30px;
}
@media screen and (min-width: 768px), print {
  .p-popup-documents input.popup_flg ~ .popup_content_wrapper {
    padding: 30px;
  }
}
.p-popup-documents input.popup_flg ~ .popup_content_wrapper .popup_close_icon {
  transform: translateY(-100%);
  border: 0;
  line-height: 100%;
  font-size: 24px;
  width: auto;
}
.p-popup-documents__heading {
  color: #f00;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.6em;
}
.p-popup-documents .u-list-note {
  font-size: 0.8em;
  margin-top: 14px;
}
.p-popup-documents dt {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .p-used-buy-pc-flow__heading {
    margin-top: 75px;
    margin-bottom: 48px;
  }
  .p-used-buy-pc-flow__step {
    position: relative;
    padding-top: 41px;
    padding-bottom: 53px;
  }
  .p-used-buy-pc-flow__step__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 720px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 95px;
  }
  .p-used-buy-pc-flow__step__heading {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .p-used-buy-pc-flow__step__body {
    width: 400px;
  }
  .p-used-buy-pc-flow__step__body .c-flex--pc {
    justify-content: space-between;
    align-items: center;
  }
  .p-used-buy-pc-flow__step__body .c-flex--pc p {
    text-align: left;
  }
  .p-used-buy-pc-flow__step__body .c-flex--pc img {
    flex: 0 0 auto;
    width: 62px;
    height: auto;
  }
  .p-used-buy-pc-flow__step:nth-child(5) .p-used-buy-pc-flow__step__body .c-flex--pc img {
    width: 139px;
  }
  .p-used-buy-pc-flow__step__body .c-button {
    width: 100%;
  }
}

.p-used-buy-pc__faq {
  font-size: min(24/750*100vw, 14px);
  letter-spacing: 0.06em;
}
.p-used-buy-pc__faq__item {
  margin-bottom: 9px;
}
.p-used-buy-pc__faq__q {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 14px 30px 14px 42px;
  background: #eefafd;
  line-height: 1.333;
  text-indent: -26px;
  cursor: pointer;
}
.p-used-buy-pc__faq__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #044187;
  border-bottom: 2px solid #044187;
  transform: translateY(-50%) rotate(45deg);
}
.p-used-buy-pc__faq__q.is-open::after {
  transform: translateY(-50%) rotate(-135deg);
}
.p-used-buy-pc__faq__q .p-used-buy-pc__faq__pre {
  color: #044187;
  font-weight: bold;
  margin-right: 4px;
  text-indent: 14px;
}
.p-used-buy-pc__faq__a {
  display: none;
}
.p-used-buy-pc__faq__a .p-used-buy-pc__faq__pre {
  position: absolute;
  left: 14px;
  color: #f00;
  font-weight: bold;
}
.p-used-buy-pc__faq__box {
  position: relative;
  border: 1px solid #000;
  line-height: 1.333;
  padding: 18px 15px 18px 42px;
}
.p-used-buy-cv-button {
  max-width: 100%;
  width: 780px;
  font-size: min(36/750*100vw, 27px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px), print {
  .p-used-buy-cv-button {
    height: 76px;
  }
}
