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

.nav_global td a.gijyutu{background:#269FE1;}

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

技術部会-共通

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

.main .sec_gijyutu{margin-bottom: 100px;}

/* 見出し
---------------------------------------------- */
.main .ttl_gijyutu01{
	background: url("/sgr/images/ico_heading01.gif") no-repeat 0 0;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 0 0 0 50px;
	margin-bottom: 20px;
	position: relative;
	border: none;
}

.main .ttl_gijyutu01::before{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	left: 13px;
}

.main .heading02{
	font-size: 1.5rem;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
	padding: 5px 0;
	font-weight: bold;
	border-top: 2px solid #0088D0;
	background: url("/sgr/images/bg_main_h2.gif") 0 100% repeat-x;
}

.main .heading03{
	font-size: 1.5rem;	
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.main .heading04{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	min-height: 36px;
	background: url("/sgr/images/ico_heading01.gif") no-repeat 0 0;
	border-top: none;
}


.main .gijyutu{margin-bottom: 30px;}

.main .gijyutu:last-of-type{margin-bottom: 0;}

.main .gijyutu a{color:#0172AB;}

.main .gijyutu a:hover{text-decoration: underline;}

/* リスト
---------------------------------------------- */
.main ul.list_gijyutu {padding-inline-start: 0px;}
.main .list_gijyutu > li{margin-bottom: 15px;}

.main .list_gijyutu > li::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #0072AB;
	border-radius: 50px;
	margin: 0 3px 2px 0;
}
.main .list_gijyutu > li::marker{
	content: none;
}

.main .list_sub{margin: 5px 0 0 13px;padding-inline-start: 0px;}

.main .list_sub li{margin-bottom: 3px;}

.main .list_sub li:last-of-type{margin-bottom: 0;}

.main .list_sub li::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50px;
	margin: 0 5px 3px 0;
}
.main .list_sub li::marker{
	content: none;
}

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

技術部会TOP

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

.main .sec_gijyutu_top h2{
	font-size: 2.3rem;
	margin-bottom: 5px;
}

.main .gijyutu_top{margin-bottom: 30px;}

.main .gijyutu_top:last-of-type{margin-bottom: 0;}

.main .txt_gijyutu_top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

/* ナビ
---------------------------------------------- */
.main .nav_gijyutu_top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-inline-start: 0px;
}

 
.main .nav_gijyutu_top li{
	margin-bottom: 10px;
	width: 310px;
	text-align: center;
	line-height: 1.4;
}

.main .nav_gijyutu_top li a{
	background: linear-gradient(to bottom, #56BCED, #157EB7);
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #FFF;
	font-size: 1.6rem;
	position: relative;
}

.main .nav_gijyutu_top li a:hover{opacity: 0.8;}

.main .nav_gijyutu_top li a::after{
	content: "";
	display: block;
	background: url("/sgr/images/ico_arrow02.png") no-repeat 0 0;
	background-size: contain;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px; 
}

.main .nav_gijyutu_top li::marker {
	content: none;
}

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

ライフサイエンス部会

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

/* 見出し
---------------------------------------------- */
.main .life .ttl_gijyutu01::before{background-image: url("/sgr/gijyutu/images/ico_life01.png");}


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

情報通信エレクトロニクス部会

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

/* 見出し
---------------------------------------------- */
.main .ele .ttl_gijyutu01::before{background-image: url("/sgr/gijyutu/images/ico_ele01.png");}


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

ナノテクノロジー・材料部会

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

/* 見出し
---------------------------------------------- */
.main .nano .ttl_gijyutu01::before{background-image: url("/sgr/gijyutu/images/ico_nano01.png");}


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

製造プロセス部会

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

/* 見出し
---------------------------------------------- */
.main .manu .ttl_gijyutu01::before{background-image: url("/sgr/gijyutu/images/ico_manu01.png");}


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

環境・エネルギー部会

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

/* 見出し
---------------------------------------------- */
.main .ene .ttl_gijyutu01::before{background-image: url("/sgr/gijyutu/images/ico_ene01.png");}



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

知的基盤部会

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

/* 見出し
---------------------------------------------- */
.main .intell .ttl_gijyutu01::before{background-image: url("/sgr/gijyutu/images/ico_intell01.png");}





/* INFORMATION・お知らせ（一覧スクロール）
---------------------------------------------- */
.main .information{
	height: 225px;
	overflow: hidden;
	margin-bottom: 40px;
}

.main .information .article{
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
}

.main .information .article .time{
	display: block;
	width: 100px;
	flex: none;
}

.main .information .article h4{width:calc(100% - 100px);background: none;margin: 0;}

.main .information .article h4 img{vertical-align: inherit;}

.main .article_single {
	margin-bottom: 30px;
}