@charset "UTF-8";

.ttl_contents{
    background: url(../img/privacy/bg_ttl.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.area_contents{
    width: 690px;
    padding: 90px 0;
}
.area_contents{
    height: auto;
   
}
@media screen and (max-width: 768px) {

    .area_contents{
        width: 90%;
        padding: 12% 0;
    }

} 

/* ----------------------------------------------------------------------------------------------------
*  area_privacy
* --------------------------------------------------------------------------------------------------*/
.area_privacy .txt {
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6
}
.area_privacy .ttl {
    margin: 25px 0 5px;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
}
.area_privacy .ttl.notbold{
    font-weight: normal;
}

@media screen and (max-width: 768px) {
 
    .area_privacy .txt {
        font-size: 1.4rem;
    }
    .area_privacy .ttl {
        margin: 5% 0 1%;
        font-size: 1.4rem;
    }

}



/* ----------------------------------------------------------------------------------------------------
*  area_privacy
* --------------------------------------------------------------------------------------------------*/
.area_company{
    margin-top: 20px;
    border: 1px solid #c3e3f3;
    padding: 15px 30px;
}
.area_company .ttl{
    margin-bottom: 5px;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: bold;
}
.area_company .txt{
    color: #000;
    font-size: 1.5rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
 
    .area_company{
        margin-top: 8%;
        padding: 5% 5% 4%;
    }
    .area_company .ttl{
        margin-bottom: 1%;
        font-size: 1.4rem;
    }
    .area_company .txt{
        font-size: 1.4rem;
    }

 }

