@charset "UTF-8";

/*============================
    privacy__mv 
============================*/
.privacy__mv {
    background: linear-gradient(#F0EFEA, #EAE7DE);
    height: 188px;
    min-height: auto;
}

.privacy__mv .pmv__flex {
    padding: 20px 0 0;
}
.prc__txt a{
    text-decoration: underline;
}
.prc__txt a img{
    width: 15px;
    vertical-align: middle;
    margin-left: .5em;
}
@media screen and (max-width:1024px) {
    .privacy__mv {
        height: 188px;
    }

}

@media screen and (max-width:767px) {
    .privacy__mv {
        height: 160px;
    }

}

/*============================
   pr-contants
============================*/

.pr-contants {
    padding: 100px 0 150px;
}

.prc__ul li {
    margin-bottom: 30px;
}

.prc__ul li:last-child {
    margin-bottom: 0;
}
.prc__ttl{
    font-weight: 500;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
}
.prc__ttl .color-ma{
    margin-right: .5em;
}
.prc__inner--ul li{
    margin-bottom: 0;
}
@media screen and (max-width:1024px) {
    .pr-contants {
        padding: 80px 0 100px;
    }
    
    .prc__ul li {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px) {
    .pr-contants {
        padding: 60px 0 80px;
    }
    
    .prc__ul li {
        margin-bottom: 20px;
    }
    .prc__ttl{
        font-size: 1.8rem;
    }
    .prc__ttl .color-ma{
        margin-right: .3em;
    }
}