@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-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    padding: 40px 0;
    padding-top: 68px;
    text-align: center;
    font-weight: bold;
    color: #0bac71;
    line-height: 1.4em;
}
html body #privacyBlock h4{
    font-size: 2.2rem;
    line-height: 3.0rem;
    margin-bottom: 0.8em;
    padding-left: 18px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
    position: relative;
}
html body #privacyBlock h4::before{
    background: #0bac71;
    border-radius: 3px;
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    left: 0;
    width: 8px;
    height: 20px;
}

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;
    padding: 24px 0;
    }
    html body #privacyBlock h4{
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 0.4em;
        padding-left: 2.2rem;
    }

}








