@charset "UTF-8";
/* CSS Document */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
        --main-color: #000;
    }
    
    #tokushu h1,
    #tokushu h2 {
        line-height: 1.3;
    }
	
    #tokushu a {
        text-decoration: underline;
        word-wrap: break-word;
    }
    #tokushu a:hover {
    text-decoration: none;
    }    
    
    #tokushu.passport h1 {
        font-size:40px;
        font-weight: bold;
        line-height: 1.3;
        padding: 0;
        border: none;
        display: block;
    }
    
    #tokushu.passport h1 span {
        font-size: 55%;
        margin: 0 0 3px 0;
    }
    
    #tokushu.passport h1 span,
    #tokushu.passport h2 span{
        display: block;
    }
 


#tokushu.passport h2 {
padding: 0 0 6px 0;
margin: 60px 0 20px 0;
font-size: 1.7em;
border: none;
}

#tokushu.passport h2 span {
font-size: 60%;
font-weight: normal;
margin-bottom:20px;
display: inline-block;
color: #fff;
background: #333;
padding: 5px 15px;
}


#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.passport h1 {
        font-size: 9.6vw;
        font-weight: bold;
		line-height: 1.2
    }
	
    body.white .site #tokushu.passport h1 span {
	margin-bottom:0;
	}	
    
     body.white .site #tokushu.passport h1 br {
     display: none;
     }

    body.white .site #tokushu.passport h2 {
        font-size: 26px;
    }
	
    body.white .site #tokushu.passport h3 {
        font-size: 22px;
		margin-top: 50px;
    }
    
