@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{
    border-bottom: 3px solid #ffd7e0;
    font-family:font-marugo;
    font-size: 2.6rem;
    margin-bottom: 32px;
    padding-bottom: 12px;
    line-height: 3.0rem;
}
html body #privacyBlock h4{
    border-bottom: 3px solid #ddd;
    color: #30a9c3;
    display: block;
    font-size: 2.0rem;
    margin-bottom: 16px;
    padding-bottom: 16px;
    line-height: 2.4rem;
}

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;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    html body #privacyBlock h4{
        display: inline-block;
        font-size: 1.6rem;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
}








