  @charset "utf-8";
/* CSS Document */

/*Ô”¼š*/
.pan{
	font-size: 15px;
	color:#000000;
}
.pan a{
	color:#000000;
}

.cat-pan{
	font-size: 15px;
	color:#fff;
}
.cat-pan a{
	color:#fff;
}
.det-ttlbox{
	margin-top: 390px;
	background: url("/researchinfo/images/cat_detail/detail_bg.jpg") no-repeat center top;
	background-size:cover;
	padding-bottom: 100px;
}
.det-box .wrap{
	max-width: 980px;
}
.det-ttlbox .det-img img{
	margin-top: -380px;
}
.det-catbox{
	display: flex;
	align-items: center;
}
.det-catbox .name{
	/*width: 32%;*/
	/*max-width: 165px;*/
	line-height: 1.4;
	margin-right: 2%;
	color:#fff;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	background: #000;
	text-align: left;
	
}
.det-catbox .day{
	font-size: 18px;
	color:#fff;
}
.det-ttlbox .ttl-box{
	padding-bottom: 30px;
	font-size: 35px;
	line-height: 1.42;
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: 600;
	
}
.det-ttlbox .tag-box li{
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
	
	margin-bottom: 1%;
}
.det-ttlbox .tag-box li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #000000;
	padding:6px 16px;
	line-height: 1.3;;
	border-radius: 7px;
	background: #fff;
    transition: all 0.7s ease;
	border: 1px solid transparent;
}
.det-ttlbox .tag-box li a:hover{
	background: #000;
	color:#fff;
	border: 1px solid #fff;
}
.kiji-box{
	border-bottom: 1px solid #707070;
}
.kiji-box .kiji-wrap .kiji-wrap p{
	font-size: 15px;
	line-height: 1.73;
}
.kiji-wrap a{
    transition: all 0.7s ease;
	text-decoration: underline;
}
.kiji-wrap a:hover{
	color: #36A7B7;
}
.kiji-box .kiji-wrap .main-copy{
	padding-bottom: 55px;
	
	border-bottom: 1px solid #000000;
}
.kiji-box .kiji-wrap .main-copy p{
	font-size: 18px;
	line-height: 1.66;
}
.kiji-box .wrap{
	max-width: 980px;
}
.kiji-box .kiji-wrap h1{
	margin-bottom: 10px;
	display: inline-block;
	background: url("/researchinfo/images/cat_detail/h1_bg.jpg") no-repeat left top;
	background-size:cover;
	padding:10px 15px;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.5;
	
}
.kiji-box .kiji-wrap h2{
	font-size: 30px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-weight: 700;
	line-height: 1.5;
	
}
.kiji-box .kiji-wrap h3{
	margin-bottom: 10px;
	display: inline-block;
	background: #026E4F;
	background-size:cover;
	padding:3px 18px 5px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	
}
.kiji-box .kiji-wrap h4{
	font-size: 18px;
	border-bottom: 1px solid #026E4F;
	margin-bottom: 10px;
	padding-bottom: 12px;
	font-weight: 700;
	line-height: 1.5;
	
}
.kiji-box .kiji-wrap h5{
	font-size: 16px;
	border-left: 4px solid #000;
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: 700;
	line-height: 1.5;
	
}

.kiji-box .kiji-wrap p{
	
	font-size: 15px;
	/*text-indent: 1em;*/
}

.kiji-box .kiji-wrap.en p{
	
	font-size: 15px;
	text-indent: 0;
}
.kiji-box .kiji-wrap ul li{
	font-size: 16px;
	line-height: 1.87;
	list-style-type: square;
	margin-left: 1em;
	
	/*list-style-position: inside;*/
}
.kiji-box .kiji-wrap ol li{
	font-size: 16px;
	line-height: 1.87;
	list-style-type: decimal;
	margin-left: 1em;
	
	
	/*list-style-position: inside;*/
}
.kiji-box .kiji-wrap blockquote{
	padding:35px 45px;
	background: #F8F8F8;
	font-size: 16px;
	line-height: 1.62;
	
}
.kiji-box .kiji-wrap blockquote p{
	margin-bottom: 15px;
}
.kiji-box .kiji-wrap blockquote cite{
	font-style: normal;
	text-decoration: underline;
}
.link-detbox{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.link-detbox .prev{
	width: 18%;
}
.link-detbox .prev a{
	color:#000;
	font-size: 18px;
	position: relative;
}
.link-detbox .prev a::before{
	content: "¨‹";
	transform: rotate(90deg);
	margin-right: 2%;
	display: inline-block;
}
.link-detbox .prev a::after{
	opacity: 0;
	height: 1px;
	position: absolute;
	bottom:-2px;
	left:0;
	content: "";
    transition: all 0.7s ease;
	width: 100%;
	background: #000;
}
.link-detbox .prev a:hover::after{
	opacity: 1;
}
.link-detbox .next{
	width: 18%;
	text-align: right;
}
.link-detbox .next a{
	color:#000;
	font-size: 18px;
	position: relative;
}
.link-detbox .next a::before{
	opacity: 0;
	height: 1px;
	position: absolute;
	bottom:-2px;
	left:0;
	content: "";
    transition: all 0.7s ease;
	width: 100%;
	background: #000;
}
.link-detbox .next a:hover::before{
	opacity: 1;
}
.link-detbox .next a::after{
	content: "¨‹";
	transform: rotate(-90deg);
	margin-left: 2%;
	display: inline-block;
}
.link-detbox .link{
	width: 52%;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
.link-detbox .link a{
	width: 100%;
	border:1px solid transparent;
	padding:15px 4% 15px 4%;
	border-radius: 8px;
	font-size: 18px;
	line-height: 1;
	color:#fff;
	display: block;
	background: #000;
	text-align: center;
	transition: all 0.7s ease;
}

.link-detbox .link a:hover{
	background: #fff;
	color:#000;
	border: 1px solid #000;
}
.link-detbox a .yajirushi{
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 10px;
	right:6%;
	top:52%;
	position: absolute;
}
.link-detbox a .yajirushi img{
	transition: all 0.7s ease;
}
.link-detbox a:hover .yajirushi img{
	filter: brightness(0);
}
/*VOICE*/
.full-wrap{
	overflow-x: hidden;
	padding-top: 2%;
	padding-bottom: 2%;
}
.voicettl-box .ttl-obi{
	background: url("/researchinfo/images/voice_detail/ttl_bg.jpg") no-repeat left top;
	background-size:cover;
}
.voicettl-box .ttl-obi .obi-wrap .wrap{
	max-width: 980px;
}
.voicettl-box .ttl-obi .obi-wrap h2{
	font-size:86px;
	line-height: 1;
	margin-bottom: 5px;
	letter-spacing: 0.02em;
}
.voicettl-box .ttl-obi .obi-wrap p.ttl-sub{
	font-size: 30px;
	/*margin-bottom: 30px;*/
	font-weight: 700;
}

.voicettl-box .ttl-obi .obi-wrap .katagaki{
	color:#fff;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	margin:0.3em 0;
}

.voicettl-box .ttl-obi .obi-wrap .name{
	font-size: 42px;
	color:#fff;
	font-weight: 700;
	line-height: 1.2;
	
}
.voicettl-box .ttl-obi .obi-wrap .name span{
	font-size: 28px;
	display: inline-block;
}
.voice-kijiwrap .archive h2{
	background: #000;
	border-radius: 10px;
	color:#fff;
	padding:12px 0;
	text-align: center;
	font-size: 18px;
	line-height: 1;
}
.voice-kijiwrap .archive .archivelist li{
	position: relative;
	margin-bottom: 25px;
	border-radius: 7px;
	overflow: hidden;
}
.voice-kijiwrap .archive .archivelist li a .tex-box{
    transition: all 0.7s ease;
}
.voice-kijiwrap .archive .archivelist li .pic-box{
	position: relative;
	z-index: 1;
	padding-top: 60%;
	overflow: hidden;
	border-radius: 8px;
}
.voice-kijiwrap .archive .archivelist li .pic-box img{
    transition: all 0.7s ease;
	position: absolute;
	top:0;
	left: 0;
	height: 200px;
        object-fit: cover;
        width: 100%;
}
.voice-kijiwrap .archive .archivelist li .pic-box:hover img{
	transform: scale(1.2);
  /*transition-duration: 0.3s;*/
}
.voice-kijiwrap .archive .archivelist li .tex-box{
	background: rgba(255,255,255,0.87);
	padding:14px 0px;
	z-index: 2;
	position: relative;
	margin-top: 0px;
	/*position: absolute;
	left:0;
	bottom:0;*/
	width: 100%;
}
.voice-kijiwrap .archive .archivelist li .tex-box .day{
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 1;
	margin-bottom: 8px;
	border-bottom: 1px solid #000;
	font-weight: 700;
	 transition: all 0.7s ease;
}
.voice-kijiwrap .archive .archivelist li .tex-box:hover .day{
	color: #36A7B7;
	border-bottom: 1px solid #36A7B7;
}
.voice-kijiwrap .archive .archivelist li .tex-box .text{
	font-size: 15px;
	line-height: 1.33;
	font-weight: 700;
	 transition: all 0.7s ease;
	/*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow-y: hidden;*/
	
}
.voice-kijiwrap .archive .archivelist li .tex-box:hover .text{
	color: #36A7B7;
}
.voice-kijiwrap .archive .archivelist li:last-child{
	margin-bottom: 47px;
}
.voice-kijiwrap .archivecat li{
	padding:0 0 8px 14px;
	border-bottom: 1px solid #707070;
	cursor: pointer;
	margin-bottom: 10px;
	line-height: 1.5em;
}
.voice-kijiwrap .archivecat li span{
	position: relative;
	border-bottom: 1px solid transparent;
    transition: all 0.7s ease;
}
.voice-kijiwrap .archivecat li span::after{
	width:0;
	height: 1px;
	position: absolute;
	bottom:-2px;
	left:0;
	content: "";
    transition: all 0.7s ease;
	background: #000;
}
.voice-kijiwrap .archivecat li span:hover{
	border-bottom: 1px solid #000;
}
/*.voice-kijiwrap .archivecat li span:hover::after{
	width: 100%;
}*/
.voice-kijiwrap .archivecat ul li ul li{
	border-bottom: none;
	padding:0 0 0px 12px;
	font-size: 12px;
	margin-bottom: 0;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.voice-kijiwrap .archivecat ul li ul li a::before{
	content: "-";
	margin-right: 2%;
}
.voice-kijiwrap .archivecat ul li ul li a{
	color:#000;
}
@media print, screen and (min-width : 769px) {
	.voicettl-box{
		max-width: 1500px;
		display: flex;
		flex-direction: row-reverse;
		position: relative;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
	.voicettl-box .ttl-img{
		width:65% ;
		position: relative;
		z-index: 1;
	}
	.voicettl-box .ttl-obi{
		margin:35% 0 0 -200%;
		padding-left: 200%;
		padding-bottom: 50px;
		position: relative;
		margin-right: -16%;
		z-index: 2;
		text-align: left;
		/*overflow-x: hidden;
		overflow-y: visible;*/
	}
	.voicettl-box .ttl-obi .obi-wrap{
		/*left: 45%;
       right: 55%;*/
       margin-left: -51vw;
       margin-right: -49vw;
		margin-top: -50px;
	   width:100vw; 
		/*overflow-x: hidden;*/
	}
	.voicettl-box .ttl-obi .obi-wrap .ttl-waku{
		width: 49%;
	}
	.voice-kijiwrap{
		display: flex;
	}
	.voice-kijiwrap .kiji-wrap{
		width: 67%;
		margin-right: 7%;
	}
	.voice-kijiwrap .archive{
		width: 26%;
	}
}
@media screen and (min-width: 769px) and (max-width: 980px){
.voicettl-box .ttl-obi .obi-wrap h2{
	font-size:64px;
	line-height: 1;
}
.voicettl-box .ttl-obi .obi-wrap p.ttl-sub{
	font-size: 20px;
}

.voicettl-box .ttl-obi .obi-wrap .katagaki{
	color:#fff;
	font-size: 15px;
}

.voicettl-box .ttl-obi .obi-wrap .name{
	font-size: 32px;
}
.voicettl-box .ttl-obi .obi-wrap .name span{
	font-size: 18px;
}
.voicettl-box .ttl-obi{
    padding-bottom: 30px;
}
.voicettl-box .ttl-obi .obi-wrap{
	margin-top: -30px;
}
}
@media only screen and (max-width : 768px) {
	.pan{
		padding-top: 2vw;
	}
.det-ttlbox{
	margin-top: 39vw;
	padding-bottom: 8vw;
}
.det-ttlbox .det-img img{
	margin-top: -37vw;
}
.det-catbox{
	display: flex;
	align-items: center;
}
.det-catbox .name{
	/*width: 32%;*/
	/*max-width: 20vw;*/
	line-height: 1;
	margin-right: 2%;
	color:#fff;
	font-size: 3.3vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
.det-catbox .day{
	font-size: 3.9vw;
}
.det-ttlbox .ttl-box{
	padding-bottom: 4vw;
	font-size:6.0vw;
	line-height: 1.42;
}
.det-ttlbox .tag-box li{
    margin-bottom: 3vw;
}
.det-ttlbox .tag-box li a{
	font-size: 3.9vw;
	color: #000000;
	padding:2vw 4vw;
}
.link-detbox a .yajirushi {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5%;
    right: 6%;
    top: 48%;
    position: absolute;
}
.kiji-box .kiji-wrap p{
	font-size: 3.3vw;
	line-height: 1.73;
}
.kiji-box .kiji-wrap .main-copy{
	padding-bottom: 7vw;
}
.kiji-box .kiji-wrap .main-copy p{
	font-size: 4.5vw;
	font-weight: 700;
	line-height: 1.66;
}
.kiji-box .kiji-wrap h1{
	margin-bottom: 2vw;
	display: inline-block;
	background: url("/researchinfo/images/cat_detail/h1_bg.jpg") no-repeat left top;
	background-size:cover;
	padding:3vw 3vw;
	font-size: 6.0vw;
}
.kiji-box .kiji-wrap h2{
	font-size: 5.4vw;
	border-bottom: 1px solid #000;
	margin-bottom: 2vw;
	padding-bottom: 2vw;
	font-weight: 700;
}
.kiji-box .kiji-wrap h3{
	margin-bottom: 2vw;
	padding:2vw 2vw;
	font-size: 4.8vw;
	font-weight: 700;
}
.kiji-box .kiji-wrap h4{
	font-size: 4.4vw;
	border-bottom: 1px solid #026E4F;
	margin-bottom: 2vw;
	padding-bottom: 2vw;
	font-weight: 700;
}
.kiji-box .kiji-wrap h5{
	font-size: 4.0vw;
	border-left: 3px solid #000;
	margin-bottom: 2vw;
	padding-left: 1vw;
	line-height: 1;
}
.kiji-box .kiji-wrap ul li{
	font-size: 3.3vw;
	line-height: 1.87;
}
.kiji-box .kiji-wrap ol li{
	font-size: 3.3vw;
	line-height: 1.87;
}
.kiji-box .kiji-wrap blockquote{
	padding:5vw 5vw;
	line-height: 1.62;
}
.kiji-box .kiji-wrap blockquote p{
	margin-bottom: 3vw;
	font-size: 4vw;
}
.kiji-box .kiji-wrap blockquote cite{
	font-size: 4vw;
}
.link-detbox .prev{
	width: 20%;
}
.link-detbox .prev a{
	color:#000;
	font-size: 3.0vw;
}
.link-detbox .next{
	width: 20%;
	text-align: right;
}
.link-detbox .next a{
	color:#000;
	font-size: 3.0vw;
}
.link-detbox .next a::after{
	content: "¨‹";
	transform: rotate(-90deg);
	margin-left: 2%;
	display: inline-block;
}
.link-detbox .link{
	width: 52%;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}
.link-detbox .link a{
	width: 100%;
	border:1px solid #000;
	padding:3vw 10% 3vw 8%;
	border-radius: 8px;
	font-size: 3.9vw;
	line-height: 1;
}
/*VOICE*/	
.voicettl-box .ttl-obi{
    padding-bottom: 9vw;
	position: relative;
	height: 100%;
	padding-top: 1vw;
}	
.voicettl-box .ttl-img{
    width:100% ;
    position: relative;
    z-index: 1;
	margin-bottom: 0vw;
}
.voicettl-box .ttl-obi .obi-wrap{
    position: relative;
	z-index: 2;
}
.voicettl-box .ttl-obi .obi-wrap h2{
	margin-top: -12vw;
	padding-top: 1vw;
	font-size:17.0vw;
	line-height: 1;
	margin-bottom: 1vw;
	letter-spacing: 0.02em;
}
.voicettl-box .ttl-obi .obi-wrap p.ttl-sub{
	font-size: 7.2vw;
	margin-bottom: 5vw;
	padding-bottom: 5vw;
}

.voicettl-box .ttl-obi .obi-wrap .katagaki{
	color:#fff;
	font-size: 3.9vw;
	line-height: 1.5;
	margin-bottom: 4vw;
}

.voicettl-box .ttl-obi .obi-wrap .name{
	font-size: 5.0vw;
}
.voicettl-box .ttl-obi .obi-wrap .name span{
	font-size: 3.9vw;
}
.voice-kijiwrap .archive h2{
	border-radius: 10px;
	padding:3vw 0;
	text-align: center;
	font-size: 3.9vw;
	line-height: 1;
}
.voice-kijiwrap .archive .archivelist li{
	margin-bottom: 5vw;
	border-radius: 7px;
}
	.voice-kijiwrap .archive .archivelist li .pic-box{
		overflow: hidden;
		padding-top: 52%;
		
	}
	.voice-kijiwrap .archive .archivelist li a{
		color: #000;
	}
	.voice-kijiwrap .archive .archivelist li img{
		width: 100%;
	}
.voice-kijiwrap .archive .archivelist li .tex-box{
	background: rgba(255,255,255,0.87);
	padding:2vw 0vw;
	/*position: absolute;
	left:0;
	bottom:0;*/
	margin-top: 0vw;
	width: 100%;
}
	.voice-kijiwrap .archive{
		margin-top: 10vw;
	}
.voice-kijiwrap .archive .archivelist li .tex-box .day{
	font-size: 3.3vw;
	padding-bottom: 2vw;
	line-height: 1;
	margin-bottom: 2vw;
}
.voice-kijiwrap .archive .archivelist li .tex-box .text{
	font-size: 3.3vw;
	line-height: 1.33;
	font-weight: 700;
}
.voice-kijiwrap .archive .archivelist li:last-child{
	margin-bottom:8vw;
}
.voice-kijiwrap .archivecat li{
	padding:0 0 2vw 2vw;
	border-bottom: 1px solid #707070;
	cursor: pointer;
	font-size: 3.9vw;
	margin-bottom:3vw;
}
.voice-kijiwrap .archivecat ul li ul li{
	border-bottom: none;
	padding:0 0 0px 2vw;
	font-size: 3.3vw;
	margin-bottom: 0;
}
}