@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	成果事例

	------------------------------------------------------------ */

	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global ul li.g04 a::after{height: 4px;}
	.nav_global ul li.g04 a:hover{opacity: 1;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl{background-image: url("../outcome/img/pc/bg_pagettl01.jpg");}

	/* 共通
	---------------------------------------------- */
	.sec_outcome{margin-bottom: 80px;}
	
	.sec_outcome:last-of-type{margin-bottom: 0;}
	
	/*--ナビ--*/
	.nav_tab{
		border-bottom: 2px solid #004B97;
		margin: 30px 0;
	}
	
	.nav_tab ul{display: flex;}
	
	.nav_tab ul li{
		background: #F3F4F5;
		text-align: center;
		color: #003D78;
		padding: 15px 0;
		line-height: 1;
		margin-right: 10px;
		cursor: pointer;
	}
	
	.nav_tab ul li.active,
	.nav_tab ul li:hover{
		background: #004B97;
		color: #FFF;
	}
	
	.nav_tab ul li:last-of-type{margin-right: 0;}
	
	.nav_tab ul li br{display: none;}
	
	/*--テーブル--*/
	.tbl_outcome01{
		width: 100%;
		font-size: 1.5rem;
		margin-top: 30px;
	}
	
	.tbl_outcome01 th,
	.tbl_outcome01 td{
		border: 1px solid #D6D6D6;
		padding: 12px 20px;
	}
	
	.tbl_outcome01 th{background: #F3F4F5;}
	
	.tbl_outcome01 td a{
		color: #003D78;
		text-decoration: underline;
	}
	
	.tbl_outcome01 td a:hover{opacity: 0.7;}
	
	/* 産総研の中小企業・中堅企業への技術支援成果事例紹介
	---------------------------------------------- */
	.nav_tab01 ul li{width: 20%;}
	
	.sec_outcome02 .tbl_outcome01 th{width: 270px;}
	
	.sec_outcome02 .tbl_outcome01 td:nth-of-type(2){width: 190px;}
	
	.case{display: none;}
	
	.case.active{display: block;}
	
	/* 産総研の中小企業・中堅企業への技術支援成果事例集（第1～5集）
	---------------------------------------------- */
	.sec_outcome03 .tbl_outcome01 th{width: 330px;}
	
	.txt_case01{
		position: relative;
		padding-left: 18px;
	}
	
	.txt_case01::before{
		content: "";
		display: block;
		background: #003D78;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 12px;
		left: 0;
	}
	
	.txt_case01 a{
		color: #003D78;
		text-decoration: underline;
	}
	
	.wrap_case + .txt_case01{margin-top: 20px;}
	
	/* 成功事例のパターン紹介
	---------------------------------------------- */
	.sec_outcome04 .tbl_outcome01 th{width: 290px;}
	
	/* テクノブリッジフェア in さいたま 展示パネル
	---------------------------------------------- */
	.sec_outcome05 .tbl_outcome01 th{width: 255px;}	
	
	.sec_outcome05 .tbl_outcome01 td:nth-of-type(2){width: 190px;}
	
	.nav_tab02 ul li{width: 50%;}
	
	.panel{display: none;}
	
	.panel.active{display: block;}
	

}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	成果事例

	------------------------------------------------------------ */

	/* ページタイトル
	---------------------------------------------- */
	.pagettl{background-image: url("../outcome/img/sp/bg_pagettl01.jpg");}

	/* 共通
	---------------------------------------------- */
	.sec_outcome{margin-bottom: 60px;}
	
	.sec_outcome:last-of-type{margin-bottom: 0;}
	
	/*--ナビ--*/
	.nav_tab{
		border-bottom: 2px solid #004B97;
		margin: 30px 0;
	}
	
	.nav_tab ul{display: flex;}
	
	.nav_tab ul li{
		background: #F3F4F5;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #003D78;
		font-size: 1.3rem;
		padding: 10px 0;
		line-height: 1.2;
		margin-right: 5px;
		cursor: pointer;
	}
	
	.nav_tab ul li.active{
		background: #004B97;
		color: #FFF;
	}
	
	.nav_tab ul li:last-of-type{margin-right: 0;}
	
	/*--テーブル--*/
	.tbl_outcome01{
		width: 100%;
		font-size: 1.5rem;
		margin-top: 30px;
		border-bottom: 1px solid #D6D6D6;
	}
	
	.tbl_outcome01 th,
	.tbl_outcome01 td{
		display: block;
		padding: 12px 20px;
	}
	
	.tbl_outcome01 th{
		background: #F3F4F5;
		border: 1px solid #D6D6D6;
	}
	
	.tbl_outcome01 td{
		border: 1px solid #D6D6D6;
		border-top: none;
	}
	
	.tbl_outcome01 td:last-of-type{border-bottom: none;}
		
	.tbl_outcome01 td a{
		color: #003D78;
		text-decoration: underline;
	}
	
	/* 産総研の中小企業・中堅企業への技術支援成果事例紹介
	---------------------------------------------- */
	.nav_tab01 ul li{width: 20%;}
	
	.case{display: none;}
	
	.case.active{display: block;}
	
	/* 産総研の中小企業・中堅企業への技術支援成果事例集（第1～5集）
	---------------------------------------------- */
	.txt_case01{
		position: relative;
		padding-left: 18px;
	}
	
	.txt_case01::before{
		content: "";
		display: block;
		background: #003D78;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 8px;
		left: 0;
	}
	
	.txt_case01 a{
		color: #003D78;
		text-decoration: underline;
	}
	
	.wrap_case + .txt_case01{margin-top: 20px;}
	
	/* テクノブリッジフェア in さいたま 展示パネル
	---------------------------------------------- */	
	.nav_tab02 ul li{
		width: 50%;
		padding: 15px 0;
	}
	
	.panel{display: none;}
	
	.panel.active{display: block;}
	

}/*--@media--*/




