@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.ppTtl {
    background: url(../../img/pp/pp_mv_bg.jpg) no-repeat center center / cover;
}
.secTtl02 {
    font-size: 2.5rem;
}
.ppConts {
    margin: 0 0 80px;
}
.ppConts:nth-last-of-type(1) {
    margin: 0;
}
.ppTxt {
    margin: 0 0 23px;
    font-size: 1.6rem;
    line-height: 1.4;
}
.ppConts02 .ppTxt {
    padding: 0 0 0 1.4em;
    text-indent: -1.4em;
}
.ppTx:nth-last-of-type(1) {
    margin: 0;
}
.ppTxt .br_:after {
    content: "\A";
    white-space: pre;
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .pageTtlJp .br_:after {
        content: "\A";
        white-space: pre;
    }
    .secTtl02 {
        font-size: 2.0rem;
    }
    .ppConts {
        margin: 0 0 60px;
    }
}