@charset "UTF-8";
/* CSS Document */

:root {
        --main-color: #000;
    }
    
    #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.invention h1 {
        font-size: 38px;
        font-weight: bold;
        line-height: 1.3;
        padding: 0;
        border: none;
        display: block;
    }
    
    #tokushu.invention h1 span {
        font-size: 50%;
        margin: 0 0 3px 0;
    }
    
    #tokushu.invention h1 span,
    #tokushu.invention h2 span,
    #tokushu.invention h3 span,
    #tokushu.invention h4 span{
        display: block;
    }
 
  
#tokushu.invention .intro h2 {
margin: 60px 0 20px 0;
padding:0 0 10px 0;
line-height: 1.3;
text-decoration-line: underline;
text-decoration-color: #a0ec63;
text-decoration-style: solid;
text-decoration-thickness: 10px;
text-decoration-skip-ink: none;
 text-underline-offset: -5px;
border: none;
font-size: 1.4em
}  

  
#tokushu.invention .intro h3 {
font-size: 1.1em;
}


#tokushu.invention h2 {
border: 1px solid #000000;
padding: 20px;
margin: 60px 0 30px 0;
}

#tokushu.invention h2 span {
font-size: 60%;
margin: 10px 0;
font-weight: normal;
}


#tokushu.invention h2 small {
background: #000;
color: #fff;
font-size: 40%;
padding: 3px 5px;
font-weight: normal;
margin: 0 0 20px 0;
line-height: 1.7;
}


#tokushu.invention .list h3 {
margin: 40px 0 20px 0;
padding: 0 0 3px 0;
line-height: 1.5;
border: none;
text-decoration-line:underline;
text-decoration-color: #a0ec63;
text-decoration-style: solid;
text-decoration-thickness: 14px;
text-decoration-skip-ink: none;
text-decoration-skip: none;
text-underline-offset: -10px;
font-size: 1.2em
}  

#tokushu.invention .list h3 span {
display: inline;
width: 100px;
margin: 0;
padding: 0;
font-size: 1.5em;
text-align: right;
}


#tokushu .ref {
line-height: 1.4;
}

#tokushu .photo {
margin: 20px 0;
}

#tokushu .index li:before {
display: none;
}
    
#tokushu.invention .index ol li {
padding: 0 10px 0 5px;
list-style-type: decimal-leading-zero;
margin: 0 0 0 25px;
}

#tokushu.invention .books {
margin: 40px 0;
clear: both;
}

#tokushu.invention .books h3 {
margin: 0 0 15px 0;
border: 0;
padding: 0;
color: #000;
line-height: 1.6;
font-size: 1.1em;
}

#tokushu.invention .books h3 span {
font-size: 2em;
margin: 0 20px 0 0;
color: #1c576d;
display: block;
float: left;
height:60px;
}

#tokushu.invention .books h3 small {
font-size: 80%;
}

#tokushu.invention .books img {
float: left;
margin: 0 20px 30px 0;
width: 200px;
height: auto;
}

#tokushu.invention .books p {
margin: 0 0 0 230px
}
    
/* slider */

#tokushu .swiper-container {
	margin:15px auto;
	width: 610px;
   height: 475px;
   clear: both;
}

#tokushu .swiper-slide {
	width:610px;
	font-size:12px;
	text-align: center;
	line-height:1.2em;
	color: #000000;
}

#tokushu .swiper-slide img {
	margin:0 0 7px 0;
}

#tokushu .swiper-button-prev {
	background:url(prev.png) no-repeat left;
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:0;
	margin:-190px 0 0 -10px;
}

#tokushu .swiper-button-next {
	background:url(next.png) no-repeat right;	
	width:250px;
	height:340px;
	filter:alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
	display:block;
	margin:-190px -10px 0 0;
}

#tokushu .swiper-button-prev:hover,
#tokushu .swiper-button-next:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#tokushu .swiper-pagination {
	padding:0;
	margin:85px 0 0 0;
	top:365px;
}

#tokushu .swiper-pagination-bullet-active {
background: #69a2b8;
}



    
    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.invention h1 {
        font-size: 9.6vw;
        font-weight: bold;
    }
    
     body.white .site #tokushu.invention h1 br {
     display: none;
     }

    body.white .site #tokushu.invention h2 {
        font-size: 24px;
    }
    body.white .site #tokushu.invention h3 {
        font-size: 21px;
    }
    

    body.white .site #tokushu.invention h3 {
     font-size: 21px;
}  

    body.white .site #tokushu.invention h3 span {
    font-size: 21px;
    }  
  

body.white .site #tokushu.invention .books img {
float:none;
margin: 20px auto;
width: 200px;
height: auto;
}

body.white .site #tokushu.invention .books p {
margin: 0;
}

body.white .site #tokushu.invention .prof img {
margin: 0 auto 10px auto;
width: 180px;
float: none;
text-align: center;
}
	
/*  For Responsivizer  */


body.white .site #tokushu .swiper-slide {
	width:100%;
    height: auto;
}

body.white .site #tokushu .swiper-container {
	margin:15px auto;
	width:100%;
   height: auto;
   clear: both;
}

body.white .site #tokushu .swiper-container img {
margin-bottom: 5px
}

body.white .site #tokushu .swiper-pagination {
	padding:60px 0 0 0;
	margin:50px 0 0 0;
	top:200px;
}

