.p-step-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 30px;
  position: relative;
}
@media (max-width: 47.9375em) {
  .p-step-item {
    width: 100%;
    padding: 13px 20px 40px;
  }
  .p-step-item:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 10px 20px;
    border-top-color: #bac8d9;
    border-bottom: 0;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-step-item:nth-child(2)::before, .p-step-item:nth-child(3)::before, .p-step-item:nth-child(5)::before, .p-step-item:last-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 20px 10px;
    border-left-color: #bac8d9;
    border-right: 0;
    transform: translateY(-50%);
  }
  .p-step-item:nth-child(4)::before {
    content: "";
    width: 663px;
    height: 54px;
    background-image: url("/assets/images/pages/usage/step04_line.svg");
    position: absolute;
    top: -54px;
    left: 150px;
  }
}

.p-step-item__heading {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.2222222222;
  text-align: center;
  color: #6686ba;
  padding-bottom: 9px;
  border-bottom: 1px solid #cbd8e8;
}
@media (max-width: 47.9375em) {
  .p-step-item__heading {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}

.p-step-item__body {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 47.9375em) {
  .p-step-item__body {
    margin-top: 16px;
  }
}

.p-step-item__group {
  width: 140px;
}
@media (max-width: 47.9375em) {
  .p-step-item__group {
    width: 54.5454545455%;
  }
}

.p-step-item__text01 {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5714285714;
  color: #0e2a57;
}
.p-step-item__text01 + .p-step-item__text02 {
  margin-top: 15px;
}

.p-step-item__text02 {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #333;
  letter-spacing: 0.04em;
}
.p-step-item__text02 + .p-step-item__text02 {
  margin-top: 15px;
}

.p-step-item__text-red {
  color: #e52b2b;
}

.p-step-item__image {
  width: 100px;
}
@media (max-width: 47.9375em) {
  .p-step-item__image {
    width: 37.8181818182%;
  }
}

.p-step-item__image--01-01 {
  margin-right: -8px;
}
@media not all and (max-width: 47.9375em) {
  .p-step-item__image--01-01 {
    width: 108px;
  }
}

.p-step-item__image--01-03 {
  margin-right: -4px;
}
@media not all and (max-width: 47.9375em) {
  .p-step-item__image--01-03 {
    width: 104px;
  }
}

@media (max-width: 47.9375em) {
  .p-step-item__image--04-05 {
    width: 45%;
    margin-right: -7%;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-step-item__image--04-05 {
    margin-right: -21px;
    width: 121px;
  }
}

.p-step-item__note {
  color: #e52b2b;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
}
.p-step-item__note + .p-step-item__text02 {
  margin-top: 15px;
}

.p-step-item__zoom-image {
  margin: 15px 0;
  text-align: center;
}
@media (max-width: 47.9375em) {
  .p-step-item__zoom-image {
    width: 80%;
    margin: 15px auto;
  }
}

.p-step__heading {
  background-color: #6686ba;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 12px 10px;
}
@media (max-width: 47.9375em) {
  .p-step__heading {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    padding: 2px 10px;
  }
}

.p-step__body {
  border: 2px solid #ebf1f5;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.p-step__lede {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  text-align: center;
  padding: 40px 20px;
}
@media (max-width: 47.9375em) {
  .p-step__lede {
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 15px;
    text-align: left;
  }
}

.p-step__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebf1f5;
  padding: 20px 58px;
}
@media (max-width: 47.9375em) {
  .p-step__trigger {
    padding: 15px;
  }
}
.p-step__trigger-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
.p-step__trigger-icon::before, .p-step__trigger-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 2px;
  background-color: #0e2a57;
}
.p-step__trigger-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.p-step__trigger[aria-expanded=true] .p-step__trigger-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-step__trigger-text {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.p-step__content {
  background-color: #ebf1f5;
  padding: 34px 58px 60px;
}
@media (max-width: 47.9375em) {
  .p-step__content {
    padding: 30px 15px;
  }
}

.p-step__content--step03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 47.9375em) {
  .p-step__content--step03 {
    display: block;
  }
}

.p-step__group {
  width: 440px;
}
@media (max-width: 47.9375em) {
  .p-step__group {
    width: 100%;
  }
}

.p-step__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.625;
}
@media (max-width: 47.9375em) {
  .p-step__text {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}

.p-step__note {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 8px;
}
@media (max-width: 47.9375em) {
  .p-step__note {
    font-size: 1.1rem;
  }
}

.p-step__app {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media (max-width: 47.9375em) {
  .p-step__app {
    flex-wrap: wrap;
    margin-top: 27px;
    gap: 10px;
  }
}

.p-step__app-item {
  width: 460px;
}
@media (max-width: 47.9375em) {
  .p-step__app-item {
    width: 100%;
  }
}
.p-step__app-item a {
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 23px 14px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 3px 3px 0 rgba(92, 136, 201, 0.11);
  transition: box-shadow 0.3s, border-color 0.3s;
}
@media not all and (max-width: 47.9375em) {
  .p-step__app-item a {
    border: 3px solid transparent;
  }
}
@media (max-width: 47.9375em) {
  .p-step__app-item a {
    padding: 12px 10px 12px 24px;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-step__app-item a:hover {
    border: 3px solid #6685ba;
    box-shadow: 7px 7px 0 rgba(92, 136, 201, 0.11);
  }
}

.p-step__app-name {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #0a0a0a;
}
@media (max-width: 47.9375em) {
  .p-step__app-name {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-step__app-icon {
  width: 66px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.p-step__app-note {
  margin-top: 12px;
}
.p-step__app-note li {
  display: flex;
  font-size: 1.4rem;
}
@media (max-width: 47.9375em) {
  .p-step__app-note li {
    font-size: 1.2rem;
  }
}
.p-step__app-note li span {
  flex-shrink: 0;
  margin-right: 5px;
}

.p-step__btm-note {
  margin-top: 12px;
  display: flex;
  font-size: 1.4rem;
}
@media (max-width: 47.9375em) {
  .p-step__btm-note {
    font-size: 1.2rem;
  }
}
.p-step__btm-note span {
  flex-shrink: 0;
  margin-right: 5px;
}

.p-step__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 30px;
}
@media (max-width: 47.9375em) {
  .p-step__list {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px 0;
  }
}

.p-step__detail {
  margin-top: 45px;
}
@media (max-width: 47.9375em) {
  .p-step__detail {
    margin-top: 22px;
  }
}
.p-step__detail a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media not all and (max-width: 47.9375em) {
  .p-step__detail a:hover {
    opacity: 0.7;
  }
}

.p-step__btns {
  display: flex;
  gap: 30px;
  margin-top: 32px;
}
@media (max-width: 47.9375em) {
  .p-step__btns {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
}

.p-step__btn {
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #0a0a0a;
  box-shadow: 3px 3px 0 rgba(92, 136, 201, 0.11);
  position: relative;
  border: 3px solid transparent;
}
@media not all and (max-width: 47.9375em) {
  .p-step__btn {
    transition: box-shadow 0.3s, border-color 0.3s;
  }
}
@media (max-width: 47.9375em) {
  .p-step__btn {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 13px 20px;
  }
}
.p-step__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 2px #6686ba;
  border-right: solid 2px #6686ba;
  width: 9px;
  height: 9px;
  content: "";
}
@media (max-width: 47.9375em) {
  .p-step__btn::after {
    right: 15px;
  }
}
@media not all and (max-width: 47.9375em) {
  .p-step__btn:hover {
    border: 3px solid #6685ba;
    box-shadow: 7px 7px 0 rgba(92, 136, 201, 0.11);
  }
}

@media not all and (max-width: 47.9375em) {
  .p-step__btn--complete:hover {
    box-shadow: 7px 7px 0 rgba(17, 52, 71, 0.5);
  }
}

.p-step__image {
  position: absolute;
  top: 50px;
  right: 48px;
  width: 492px;
}
@media (max-width: 47.9375em) {
  .p-step__image {
    position: static;
    width: 90%;
    margin: 24px auto 0;
  }
}

.p-step--complete {
  background-color: #6686ba;
  border-radius: 10px;
  padding: 40px 10px 55px;
}
@media (max-width: 47.9375em) {
  .p-step--complete {
    padding: 20px 15px;
  }
}

.p-step__complete-heading {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
@media (max-width: 47.9375em) {
  .p-step__complete-heading {
    font-size: 2.1rem;
    line-height: 26px;
  }
}

.p-step__complete-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 47.9375em) {
  .p-step__complete-btns {
    flex-wrap: wrap;
    gap: 15px 0;
    margin-top: 15px;
  }
}

.p-step__movie {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cbd8e8;
  margin: 50px auto 0;
  overflow: hidden;
}
@media (max-width: 47.9375em) {
  .p-step__movie {
    margin-top: 20px;
  }
}

.p-step__movie-heading {
  font-weight: 600;
  padding-block: 30px;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  text-align: center;
  color: #0a0a0a;
  background-color: #fff;
}
@media (max-width: 47.9375em) {
  .p-step__movie-heading {
    padding-block: 14px;
    font-size: 1.6rem;
  }
}

.p-step__movie-body {
  position: relative;
  width: 100%;
  background-color: #d8d8d8;
  aspect-ratio: 900/505;
  transition: opacity 0.3s;
}
@media not all and (max-width: 47.9375em) {
  .p-step__movie-body:hover {
    opacity: 70%;
  }
}
.p-step__movie-body::after {
  width: 118px;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background-image: url("/assets/images/pages/manual/icon_play.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 47.9375em) {
  .p-step__movie-body::after {
    width: 84px;
  }
}
.p-step__movie-body img {
  width: 100%;
}

.p-usage {
  padding: 50px 0 90px;
}
@media (max-width: 47.9375em) {
  .p-usage {
    padding: 30px 0 60px;
  }
}

.p-usage__heading {
  font-size: 2.9rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 47.9375em) {
  .p-usage__heading {
    font-size: 2.1rem;
    line-height: 1.3333333333;
  }
}
.p-usage__heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #6686ba;
  transform: translateX(-50%);
}
@media (max-width: 47.9375em) {
  .p-usage__heading::after {
    width: 38px;
  }
}

.p-usage__step {
  margin-top: 45px;
  position: relative;
}
@media (max-width: 47.9375em) {
  .p-usage__step {
    margin-top: 20px;
  }
}
.p-usage__step + .p-usage__step {
  margin-top: 72px;
}
@media (max-width: 47.9375em) {
  .p-usage__step + .p-usage__step {
    margin-top: 40px;
  }
}
.p-usage__step + .p-usage__step::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 30px;
  border-top-color: #6686ba;
  border-bottom: 0;
}
@media (max-width: 47.9375em) {
  .p-usage__step + .p-usage__step::before {
    top: -26px;
    border-width: 14px 25px;
  }
}