@charset "UTF-8";
/* CSS Document */

:root {
        --main-color: #333;
    }
    
    #tokushu h1,
    #tokushu h2,
    #tokushu h3,
    #tokushu h4,
    #tokushu h5 {
        line-height: 1.3;
    }
    #tokushu a {
        text-decoration: underline;
        word-wrap: break-word;
    }
    #tokushu a:hover {
    text-decoration: none;
    }    
    
    #tokushu.ees h1 {
        font-size: 41px;
        font-weight: bold;
        line-height: 1.2;
        padding: 0 0 15px 0;
        border: none;
        display: block;
    }
    
    #tokushu.ees h1 span {
        font-size: 60%;
        margin: 0 0 7px 0;
    }
    
    #tokushu.ees h1 span,
    #tokushu.ees h2 span,
    #tokushu.ees h3 span,
    #tokushu.ees h4 span{
        display: block;
    }
 
    #tokushu.ees h1 small {
	font-weight: normal;
	font-size: 40%;
	display: block;
	margin: 0 0 15px 0;
	text-decoration-color: #333;
text-decoration-line: underline;
text-underline-offset: 7px;
	}
	

#tokushu.ees h2 {
display: block;
margin: 60px 0 15px 0;
text-decoration-color: #333;
text-decoration-line: underline;
text-underline-offset: 14px;
border: none;
}


#tokushu.ees h3 {
margin: 50px 0 15px 0;
font-size: 1.4rem;
padding: 0;
line-height: 1.5;
border:none;
}


#tokushu.ees h3 span {
font-size: 80%;
margin-bottom:5px;
}

#tokushu.ees .kakomi {
background: #f5f5f5;
padding: 30px;
margin: 60px 0
}

#tokushu.ees .kakomi h3 {
margin: 0 0 5px 0;
}

#tokushu.ees .kakomi h4 {
border: none;
padding: 0;
}

#tokushu.ees .kakomi ul.inline-list {
  padding-left: 2rem; 
  margin: 0 0 20px 20px;
  list-style: disc;
}

#tokushu.ees .kakomi ul.inline-list li {
  display: list-item; 
  float: left; 
  margin-right: 3rem;
  line-height: 2;
  list-style: disc outside; 
}

#tokushu.ees .kakomi ul.inline-list::after {
  content: "";
  display: block;
  clear: both;
}


#tokushu .ref {
line-height: 1.4;
}

#tokushu .photo {
margin: 20px 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.ees h1 {
        font-size: 9.6vw;
        font-weight: bold;
    }
    
     body.white .site #tokushu.ees h1 br {
     display: none;
     }

    body.white .site #tokushu.ees h2 {
        font-size: 26px;
    }
	
    body.white .site #tokushu.ees h3 {
        font-size: 22px;
    }
    

 body.white .site #tokushu.ees h4 {
        font-size: 18px;
    }
  
 body.white .site #tokushu.ees .kakomi {
background: #f5f5f5;
padding: 20px;
margin: 60px 0
}

 body.white .site #tokushu.ees .kakomi h3 {
margin: 0 0 5px 0;
}

 body.white .site #tokushu.ees .kakomi h4 {
border: none;
padding: 0;
}

 body.white .site #tokushu.ees .kakomi ul.inline-list {
  padding-left: 1.5rem; 
  margin: 0 0 15px 15px;
  list-style: disc;
}

 body.white .site #tokushu.ees .kakomi ul.inline-list li {
  display: list-item; 
  float: left; 
  margin-right: 2rem;
  line-height: 1;
  list-style: disc outside; 
}

 body.white .site #tokushu.ees .kakomi ul.inline-list::after {
  content: "";
  display: block;
  clear: both;
}


