@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{
    background: url("../img/cmn/icon_h3.svg") no-repeat center top/26px 26px;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 3.8rem;
    margin-bottom: 56px;
    padding-top: 48px;
}
html body #privacyBlock h4{
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 28px;
    position: relative;
}
html body #privacyBlock h4::before{
    background: #e1916e;
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        width: 18px;
        height: 18px;
}

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: 32px;
        padding-top: 40px;
    }
    html body #privacyBlock h4{
        font-size: 1.8rem;
        line-height: 2.8rem;
        
    }
}








