@charset "utf-8";
span.fs{
  display: inline-block;
}
.page-content__head4--change-personal{
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.about-box {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  background: #f7f7f7;
  padding: 32px;
}
.about-box__ttl {
  min-height: 40px;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 50px;
  margin-bottom: 12px;
  position: relative;
}
.about-box__ttl::before {
  content: "";
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.about-box__ttl-paypay::before {
  background-image: url(/shared/images/common/app-icon-about__stock.png);
}
.about-box__ttl-miniapp::before {
  background-image: url(/shared/images/common/app-icon-about__mini.png);
}
.change-personal{
  margin-top: 48px;
}
.change-personal__container{
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  margin-top: 48px;
}
.change-personal__note-list{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.change-personal__important{
  font-weight: 600;
  letter-spacing: 0.05em;
}
.change-personal__steps{
  max-width: 800px;
}
.change-personal__notes{
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media screen and (min-width:768px) {
  .change-personal{
    margin-top: 96px;
  }
}
.step-lists {
  width: calc(100% + 24px);
}
.step-lists .slick-list {
  padding: 0 21.4% 0 0!important;
}
.step-lists__item {
  margin-right: 36px;
}
.step-lists__item-pic {
  padding: 8.3% 8.3% 0;
  position: relative;
}
.step-lists__item .step-lists__item-pic::before {
  content: "";
  display: block;
  width: 15.83%;
  height: 11.51%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.step-lists__item:nth-of-type(1) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__01.png);
}
.step-lists__item:nth-of-type(2) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__02.png);
}
.step-lists__item:nth-of-type(3) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__03.png);
}
.step-lists__item:nth-of-type(4) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__04.png);
}
.step-lists__item:nth-of-type(5) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__05.png);
}
.step-lists__item:nth-of-type(6) .step-lists__item-pic::before {
  background-image: url(/shared/images/page_rs_common/step-icon__06.png);
}
.step-lists__item:not(:last-child) .step-lists__item-pic::after {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url(/shared/images/page_rs_common/flow-arrow-yoko.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
  transform: translateX(100%);
}
.step-lists__item-text {
  text-align: center;
  margin: 24px 8px 0;
}
.step-lists__text{
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.step-lists__controller {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 327px;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 24px auto 0;
  text-align: center;
  position: relative;
}
.step-lists__controller-prev,
.step-lists__controller-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.step-lists__controller-prev {
  left: 0;
}
.step-lists__controller-next {
  right: 0;
}
.step-lists__controller-prev.slick-disabled,
.step-lists__controller-next.slick-disabled {
  opacity: 0;
}
.step-lists__controller-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}
.step-lists__controller-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.step-lists__controller-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.step-lists__controller-dots li button:hover,
.step-lists__controller-dots li button:focus {
  outline: none;
}
.step-lists__controller-dots li button:hover:before,
.step-lists__controller-dots li button:focus:before {
  opacity: 1;
}
.step-lists__controller-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-lists__controller-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background: #4da0ff;
}
@media screen and (min-width:768px) {
  .step-lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
    row-gap: 64px;
    padding-left: 0;
  }
  .step-lists__item {
    margin-right: 0;
  }
  .step-lists__item .step-lists__item-pic::before {
    background-position: center;
  }
  .step-lists__item:not(:last-child) .step-lists__item-pic::after {
    width: 20px;
    height: 36px;
  }
  .step-lists__item:nth-child(3n + 3) .step-lists__item-pic::after {
    display: none;
  }
  .step-lists__controller {
    display: none;
  }
}
.insider-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  font-size: 1.4rem;
  width: 100%;
}
.insider-table__head, 
.insider-table__data {
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-top: 0;
}
.insider-table__head {
  background-color: #eee;
}
.insider-table__iroha{
  display: inline-block;
  margin-right: 1em;
}
@media screen and (min-width:768px) {
  .insider-table {
    font-size: 1.6rem;
  }
}