@charset "UTF-8";
/* CSS Document */

:root {
        --main-color: #000;
    }
    
    #tokushu h1,
    #tokushu h2,
    #tokushu h3,
    #tokushu h4,
    #tokushu h5 {
        line-height: 1.3;
    }
    #tokushu p a {
        text-decoration: underline;
    }
	
    #tokushu.selfcare h1 {
        font-size: 42px;
        font-weight: bold;
        line-height: 1.3;
    }
    #tokushu h1 span {
        font-size: 60%;
        margin: 0 0 3px 0;
    }
    #tokushu.selfcare h1 span,
    #tokushu.selfcare h2 span,
    #tokushu.selfcare h3 span,
    #tokushu.selfcare h4 span{
        display: block;
    }
    
#tokushu.selfcare h2 {
margin: 60px 0 30px 0;
line-height: 1.3;
border: none;
background: #333;
padding: 10px 20px;
color: #ffff;
}  

#tokushu.selfcare h2 span {
font-size: 60%
}

#tokushu.selfcare h3 {
margin: 40px 0 20px 0;
padding: 0;
line-height: 1.5;
border: none;
}   


#tokushu.selfcare h4 {
border: none;
padding: 0;
margin: 60px 0 30px 0;
font-size: 1.2em;
}  

#tokushu.selfcare h5 {
  display: inline-block;
  background: #666;
  padding: 0.3em 0.3em;
  margin:0 0 40px 0;
  line-height: 1;
  color: #FFFFFF;
  font-size: 1em;
}

#tokushu.selfcare h4 span {
font-size: 70%
}

#tokushu.selfcare a:hover {
color: #999;
}

  
#tokushu.selfcare .kakomi {
margin: 60px 0;
padding: 30px;
background: #f2f2f2;
}

#tokushu.selfcare .kakomi h4 {
border: none;
padding: 0;
margin: 0;
line-height: 1.7;
text-decoration: underline;
text-decoration-color: #999;
text-decoration-style: solid;
text-underline-offset: 7px;
text-decoration-thickness:3px;
}

#tokushu.selfcare .kakomi p {
margin: 20px 0;
}

#tokushu.selfcare .kakomi p:last-of-type {
margin-bottom:0
}

    
#tokushu .index ol {
        padding-left: 0;
    }
    

    
    body.white .site h1 {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    body.white .site #tokushu h1,
    body.white .site #tokushu h2,
    body.white .site #tokushu h3,
    body.white .site #tokushu h4 {
        line-height: 1.3;
        font-weight: bold;
    }
    body.white .site #tokushu h1 {
        font-size: 9.8vw;
        font-weight: bold;
    }
    body.white .site #tokushu h2 {
        font-size: 25px;
    }
    body.white .site #tokushu h3 {
        font-size: 22px;
    }
    

   
  
