@charset "utf-8";

.secCmnTit{
    background-image: url(../img/privacy/bgCmnTit.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        background-image: url(../img/privacy/bgCmnTit_sp.jpg);
    }
}

/* secMain */
.secMain{
    margin-top: 8rem;
}
.secMain .item{
    padding-bottom: 3.8rem;
    border-bottom: solid 1px var(--cmnTitblackColor_10);
}
.secMain .item:nth-child(n+2){
    margin-top: 5rem;
}
.secMain .tit{
    font-size: var(--pcFontSize16);
    font-weight: 700;
}
.secMain .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    margin-top: 1.2rem;
}
@media only screen and (max-width:1215px){
    .secMain{
        margin-top: 3rem;
    }
    .secMain .item{
        padding-bottom: 1.7rem;
        border-bottom: solid 1px var(--cmnTitblackColor_10);
    }
    .secMain .item:nth-child(n+2){
        margin-top: 2.5rem;
    }
    .secMain .tit{
        font-size: var(--spFontSize15);
    }
    .secMain .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 1.3rem;
    }
}