.pp_inner {
    padding-top: 32px;
}

.pp_sub_heading {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    padding-bottom: 12px;
}

.pp_text {
    font-size: 1.5rem;
    line-height: 1.8;
}

.pp_text a {
    text-decoration: underline;
}


/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 767px) {
    .pp_inner {
        padding-top: 24px;
    }

    .pp_sub_heading {
        width: 100%;
        padding-right: 0;
        font-size: 1.5rem;
    }

    .pp_text {
        width: 100%;
        font-size: 1.3rem;
    }

}
