.freepage__pw-set {}

.freepage__pw-set p {
    margin: 1rem 0;
}

.freepage__pw-set a {
    color: var(--blue3);
    text-decoration: underline;
}

@media (hover: hover) {
    .freepage__pw-set a:hover {
        text-decoration: none;
    }
}

.pw-set__mv {
    margin-bottom: 36px;
}

[data-browse-mode="S"] .pw-set__mv {
    margin-bottom: 2.4rem;
}

.pw-set__mv img {
    display: block;
    width: 100%;
}

.pw-set__description {
    text-align: center;
}

.pw-set__step {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin-top: 64px;
    text-align: center;
}

[data-browse-mode="S"] .pw-set__step {
    flex-direction: column;
    row-gap: 50px;
    margin-top: 4.8rem;
}

.pw-set__step-i {
    width: calc((100% - 100px) / 3);
}

[data-browse-mode="S"] .pw-set__step-i {
    width: 100%;
    overflow: hidden;
}

.pw-set__step-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    width: 200px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: var(--blue1);
    border: 2px solid var(--blue1);
    border-radius: 50px;
    margin: 0 auto;
}

[data-browse-mode="S"] .pw-set__step-title {
    width: 20rem;
    height: 5rem;
    font-size: 2rem;
    border-radius: 5rem;
    background-color: #fff;
    position: relative;
}

[data-browse-mode="S"] .pw-set__step-title::before {
    display: block;
    content: "";
    width: 100vw;
    height: 2px;
    background-color: var(--blue1);
    position: absolute;
    top: calc(50% - .1rem);
    left: calc(50% - 50vw);
    z-index: -1;
}

a.pw-set__step-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 48px;
    margin: 30px auto 15px;
    padding: 0 32px;
    color: inherit;
    text-decoration: none;
}

[data-browse-mode="S"]  a.pw-set__step-btn {
    height: 5.6rem;
    margin: 2rem  auto;
    padding: 0 6.4rem;
}

.pw-set__step-annotation {
    font-size: 12px;
}

[data-browse-mode="S"] .pw-set__step-annotation {
    font-size: 1.2rem;
}

.pw-set__info {
    background-color: var(--gray2);
    padding: 50px 100px;
    margin-top: 64px;
}

[data-browse-mode="S"] .pw-set__info {
    padding: 1.6rem 2.4rem;
    margin-top: 4.8rem;
}

.pw-set__info-annotation {
    font-size: 12px;
}

[data-browse-mode="S"] .pw-set__info-annotation {
    font-size: 1.2rem;
}