@charset "utf-8";

.pl_sub {
    text-align: center;
    margin-bottom: 3em;
}
.pl_sub span {
    font-size: 1.4em;
    line-height: 1.7;
    font-weight: 500;
}
.pl_box {
    border: 1px solid #999;
    padding: 2em;
    text-align: center;
}
.pl_box p {
    font-size: 1.4em;
    line-height: 1.7;
    font-weight: 500;
}

@media screen and (max-width: 560px) {
.pl_sub span {
    font-size: 4vw;
}

.pl_box {
    padding: 1.5em;
    margin: 0 6%;
}
.pl_box p {
    font-size: 3.8vw;
}
}
