@charset "UTF-8";

.ttl_h4privacy{
    width: 100%;
    height: 40px;
    padding: 10px;
    margin: 30px 0 12px;
    background: #EDEDED;
    color: #212121;
    font-size: 1.8rem;
    font-weight: 500;
}
#contents p{
    color: #212121;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {

.ttl_h4privacy{
    height: auto;
    margin: 6% 0 3%;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0;
}
#contents p{
    font-size: 1.4rem;
}

}