@charset "utf-8";
/* CSS Document */

/*******************************************/
/* Reset    　                             */
/*******************************************/

html body #privacyBlock h2,
html body #privacyBlock h5,
html body #privacyBlock h6{
    background: inherit;
    clear: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 0;
    width: inherit;
    height: inherit;
}

/*******************************************/
/* Privacy  　                             */
/*******************************************/

html body #privacyBlock h3{
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.8rem;
    margin-bottom: 1em;
}
html body #privacyBlock h4{
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 0.8em;  
}

html body #privacyBlock p span b{
    font-weight: normal;
}

html body #privacyBlock p.clinic-name span{
    display: inline;
}

html body #privacyBlock p.clinic-name span br{
    display: none;
}

html body #privacyBlock p.clinic-name span b{
    display: none;
}


/*******************************************/
/* responsive                              */
/*******************************************/
@media screen and (max-width:767px) {
    html body #privacyBlock h3{
        font-size: 2.0rem;
        line-height: 3.0rem;
        margin-bottom: 1em;
        font-weight: normal;
    }
    html body #privacyBlock h4{
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 0.4em;
    }
}








