@charset "UTF-8";

.p-block01 {
    margin: 55px 190px 115px;
}

.p-block-mh {
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.08em;
}

.p-block-text {
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.08em;
    margin-bottom: 2.29em;
}



/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    .p-block01 {
        margin: 0;
        padding: 0 6vw;
    }
    .p-block-mh {
        letter-spacing: 0.05em;
    }

}