@charset "UTF-8";

@import "https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800&display=swap";
@media (min-width: 768px), print {
  .forSp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}
.completed__character {
  display: block;
  margin: 16px auto 24px;
  max-width: 240px;
}
@media only screen and (max-width: 767px) {
  .completed__upload {
    padding-top: 10px;
  }
}
.completed__uploadWrap.forPc {
  margin: 24px 0 16px;
}
.completed__uploadInput {
  position: absolute;
  visibility: hidden;
}
.completed__uploadArea {
  display: block;
  margin: 16px 0 34px;
  padding: 0 20px;
}
.completed__bgGray {
  background-color: #f5f5f5;
  margin-top: 52px;
  padding: 24px 20px 40px;
}
@media only screen and (max-width: 767px) {
  .completed__bgGray {
    margin-top: 32px;
  }
}
.completed__bgGray > * {
  margin-top: 16px;
}
.completed__bgGray > :first-child {
  margin-top: 0;
}
.completed__bgGray .headline {
  font-size: 18px;
  margin-bottom: 16px;
}
.completed p.text + p.text {
  margin-top: 8px;
}
.completed__step {
  margin: 0 auto;
  max-width: 600px;
  padding: 24px 0 40px;
}
@media only screen and (max-width: 767px) {
  .completed__step {
    padding: 0 0 15px;
  }
}
.completed__stepContents {
  padding-bottom: 56px;
  position: relative;
}
.completed__stepContents:after {
  background: #000;
  bottom: 24px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  height: 16px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(180deg);
  width: 41px;
}
.completed__stepContents:last-of-type {
  padding-bottom: 0;
}
.completed__stepContents:last-of-type:after {
  display: none;
}
.completed__step .completed__title {
  margin-bottom: 24px;
}
.completed__step .completed__img {
  display: block;
  margin: 16px auto 0;
}
.completed__step .completed__img--step01 {
  max-width: 170px;
}
.completed__step .completed__img--step02,
.completed__step .completed__img--step03 {
  margin-bottom: 16px;
  max-width: 186px;
}
.completed__step .completed__list {
  margin-bottom: 16px;
}
.completed__step .completed__item {
  background-color: #003894;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 16px;
}
@media (min-width: 768px), print {
  .completed__step .completed__item {
    transition: opacity 0.4s ease;
  }
  .completed__step .completed__item:hover {
    opacity: 0.65;
  }
}
.completed__step .completed__item a {
  color: #fff;
  display: block;
  padding: 8px 10px 10px;
}
.completed__step .completed__item:last-child {
  margin-bottom: 0;
}
.completed__step dd + dt,
.completed__step p.text + p.text {
  margin-top: 16px;
}
.track__inner {
  margin: 24px 0;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .track__inner {
    margin: 16px 0;
    padding: 0;
  }
}
.track ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px), print {
  .track ul {
    max-width: 562px;
  }
}
@media only screen and (max-width: 767px) {
  .track ul {
    justify-content: space-between;
    width: 100%;
  }
}
.track__step {
  max-width: 102px;
  padding: 42px 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .track__step {
    max-width: none;
    padding: 34px 0 0;
    width: 23.01%;
  }
}
.track__step:nth-child(n + 2) {
  margin: 0 128px;
}
@media only screen and (max-width: 767px) {
  .track__step:nth-child(n + 2) {
    margin: 0;
  }
}
.track__step:nth-child(n + 2):before {
  backface-visibility: hidden;
  background: #ccc;
  content: "";
  height: 2px;
  left: calc(50% - 20px);
  position: absolute;
  top: 20px;
  transform: translateX(-100%);
  width: 192px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .track__step:nth-child(n + 2):before {
    left: calc(50% - 16px);
    top: 16px;
    width: 150%;
  }
}
.track__step:first-of-type,
.track__step:last-of-type {
  margin: 0;
}
.track__step span {
  color: #999;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .track__step span {
    font-size: 12px;
  }
}
.track__step.-active span {
  color: #003894;
  font-weight: 700;
}
.track__step.-active:after {
  background-color: #003894;
  border-color: #003894;
  color: #fff;
}
.track__step:after {
  background-color: #f5f5f5;
  background-size: 40px 40px;
  border: 2px solid #ccc;
  border-radius: 100%;
  color: #999;
  content: "";
  font-family:
    "M PLUS Rounded 1c",
    sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  left: 50%;
  line-height: 36px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 40px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .track__step:after {
    background-size: 32px 32px;
    font-size: 16px;
    height: 32px;
    line-height: 28px;
    width: 32px;
  }
}
.track__step--1:after {
  content: "1";
}
.track__step--2:after {
  content: "2";
}
.track__step--check:after {
  background-image: url(/library/sell/common/svg/step-check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px 16px;
}
@media only screen and (max-width: 767px) {
  .track__step--check:after {
    background-size: 16px 12px;
  }
}
.track__step--check.-active:after {
  background-image: url(/library/sell/common/svg/step-check-active.svg);
}

/* modal */
.-clickable {
  cursor: pointer;
}

.list .list__item--line:first-of-type {
  border-top: 1px solid #EBEBEB;
}

.list__item--line {
  border-bottom: 1px solid #EBEBEB;
  padding: 16px 0;
  text-indent: unset;
}

.modal__title--sub {
  font-size: 14px;
  font-weight: 700;
  margin: 0 18px 16px;
}

.modal__contentWrap--scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (min-width: 768px) {
  .modal__title--sub {
    margin: 0 0 24px;
  }
}
