@media screen and (min-width: 600px) {
    .howtoContent {
        width: 60%;
    }
    .howtoContent .howtoChild p {
        font-size: 2.2rem;
    }
    .howtoContent .howtoChild:nth-child(1) p {
        transform: translate(110%, 0);
    }
    .howtoContent .howtoChild:nth-child(2) p {
        transform: translate(-110%, 0);
    }
    .howtoContent .howtoChild:nth-child(3) p {
        transform: translate(110%, 0);
    }
}
.pop_privacy_close {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.pop_privacy_close span {
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
}

.pop_privacy_close span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.pop_privacy_close span:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
