  @charset "utf-8";

h1.site_title{
	text-align: center;
	/* margin:0 0 18px !important; */
	margin: 20px auto 30px;
}
h1.site_title img{
	width: 330px;
	height: auto;
}

/* #tab_index
-------------------------------*/
#tab_index{
	background: #fff;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.35);
}
#tab_index .bg-g{
	background-color: #D9DCE0;
}
#tab_index ul{
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	min-width: 1160px;
}
#tab_index li{
	flex: 0 auto;
	/* width: 580px; */
	width: 460px;
	display: block;
	position: relative;
	line-height: 1;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 1.2rem 0 1.3rem;
	background-color: #EDEEF0;
	border-top: solid 3px #EDEEF0;
}
#tab_index li a{
	text-decoration: none;
	color: #212121;
}
#tab_index li a span{
	font-size: 13.5px;
	font-size: 0.84375rem;
}
#tab_index li:hover{
	background-color: #C9CED4;
	border-top: solid 3px #C9CED4;
}
#tab_index li.current{
	background-color: #fff;
	border-top: solid 3px #2c4066;
}
#tab_index li:nth-of-type(1){
	box-shadow: -4px 0 4px -4px rgba(0,0,0,0.12);
}
#tab_index li:nth-of-type(2){
	box-shadow: 4px 0 4px -4px rgba(0,0,0,0.22);
}

/* #tab_index .tab_body
-------------------------------*/
#tab_index .tab_body{
	width: 1160px;
	min-width: 1160px;
    margin: 40px auto 20px;
	height: 485px;
}

/* #body_ctg */
#tab_index #body_ctg{
	display:block;
}
#tab_index #body_ctg ul.ctg_btn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 auto;
	min-width: 1160px;
}
#tab_index #body_ctg ul.ctg_btn li{
	width: 268px;
	background: transparent;
	border-top: none;
	padding: 0;
}
#tab_index #body_ctg ul.ctg_btn li:nth-of-type(1),
#tab_index #body_ctg ul.ctg_btn li:nth-of-type(2){
	box-shadow: none;
}
#tab_index #body_ctg ul.ctg_btn li:hover{
	/* opacity: 0.6; */
}
#tab_index #body_ctg ul.ctg_btn li:hover a{
	text-decoration: underline;
	color: #fc0010;
}
#tab_index #body_ctg ul.ctg_btn li a img:hover{
	opacity: 0.6 !important;
}
#tab_index #body_ctg ul.ctg_btn li a{
	flex: 0 auto;
	width: 268px;
	height: 205px;
	display: block;
	position: relative;
	line-height: 1;
	padding: 0;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.35);
	border-top: none;
}
#tab_index #body_ctg ul.ctg_btn:after{
	/* content: none !important; */
	display: none;
}
#tab_index #body_ctg ul.ctg_btn li img{
	width: 268px;
	height: 147px;
	display: block;
}

#tab_index #body_ctg ul.ctg_btn li span{
	width: 268px;
	height: 58px;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 58px;
}

/* #body_place */
#tab_index #body_place{
	display: none;
	position: relative;
	background:url(/tech/c_projects/images/bg_map.png) no-repeat 50% 25px / 461px 409px;
}

/*place_btn*/
#tab_index #body_place ul.place_btn{
	/* position: absolute;
	top: 42px;
	left: 0px; */
	text-align: left;
	width: 350px;
}
#tab_index #body_place ul.place_btn li{
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	padding: 0;
	background: transparent;
	border-top: none;
}

#tab_index #body_place ul.place_btn li.hokkaido{top:42px; left:812px;}
#tab_index #body_place ul.place_btn li.touhoku{top:116px; left:812px;}
#tab_index #body_place ul.place_btn li.kantou{top:190px; left:812px;}
#tab_index #body_place ul.place_btn li.hokuriku{top:42px;left:0px;}
#tab_index #body_place ul.place_btn li.toukai{top:264px; left:812px;}
#tab_index #body_place ul.place_btn li.kansai{top:116px; left:0px;}
#tab_index #body_place ul.place_btn li.chugoku{top:190px; left:0px;}
#tab_index #body_place ul.place_btn li.shikoku{top:264px; left:0px;}
#tab_index #body_place ul.place_btn li.kyushu{top:338px; left:0px;}
#tab_index #body_place ul.place_btn li.overseas{top:338px; left:812px;}


#tab_index #body_place ul.place_btn li:nth-of-type(1),
#tab_index #body_place ul.place_btn li:nth-of-type(2){
	box-shadow: none;
}
#tab_index #body_place ul.place_btn li:hover{
	/* opacity: 0.6; */
	text-decoration: underline;
}
#tab_index #body_place ul.place_btn li:hover a{
	color: #fc0010;
	/* background: #eeeeee; */
}
#tab_index #body_place ul.place_btn li a{
	width: 350px;
	height: 60px;
	display: flex;
	background-color: #fff;
	box-shadow: 1px 2px 12px -2px rgba(0,0,0,0.35);
	align-items: center;
}
#tab_index #body_place ul.place_btn li a span{
	width: 75px;
	/* line-height: 60px; */
	font-size: 20px;
	font-size: 1.25rem;
	padding-left: 20px;
}
#tab_index #body_place ul.place_btn li a span.sub{
	width: 255px;
	line-height: 1.6;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	padding-left: 0;
	/* padding-top: 9px; */
}
#tab_index #body_place ul.place_btn li:hover a span{
	text-decoration: underline;
	color: #fc0010;
}
#tab_index #body_place ul.place_btn li.hokuriku a span{
	width: 125px;
}
#tab_index #body_place ul.place_btn li.hokuriku a span.sub{
	width: 205px;
}