@charset "Shift_JIS";
/** template reset **/
.OptionWideRWD #Contents {
	padding-left: 0 !important;
	padding-right: 0 !important;
	max-width: 100% !important;
}

.JS #Contents {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/** loader **/
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
}

#loader-bg {
  background: rgba(255, 255, 255, 0.6);
}


#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #333;
  font-size: 11px;
  z-index: 1006;
}



#loader:after{content:"";width:30px;height:30px;border-radius:50%;border:8px solid rgba(0,0,0,.4);border-right-color:transparent;animation:spin 1s linear infinite;display:block;margin:1rem auto}



@keyframes spin{0%{transform:rotate(0);opacity:.2}50%{transform:rotate(180deg);opacity:1}100%{transform:rotate(360deg);opacity:.2}}


/** loader **/


body.ovhidden {
	overflow-y: hidden;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;	
}

h2 {
	background: none;
	margin: 0;
	padding: 0;	
}

.bold {
	font-weight: bold;	
}


.disable_sp {
	display: block;
}

.disable_pc {
	display: none;
}

.mb10 {
	margin-bottom: 10px;	
}

.mb25 {
	margin-bottom: 25px;	
}

.mb55 {
	margin-bottom: 55px;	
}

.w1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.w1000 {
		width: 100%;	
	}
}


.footer_links ul {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}



.footer_links ul:after {
	content: '';
	clear: both;
	display: block;
}

.footer_links ul li {
	float: left;
	width: 200px;
	margin-right: 20px;
}


.footer_links ul li:last-child {
	margin-right: 0;
}


@media screen and (max-width: 649px) {
	.footer_links ul {
		width: 100%;
		text-align: center;	
	}
	
	.footer_links ul li {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.footer_links ul li:last-child {
		margin-right: auto;	
	}
	
}

.footer_links ul li p {
	width: 100%;
	display: inline-blick;
}

.footer_links ul li p a {
	width: 100%;
	display: inline-blick;
	min-height: 52px;
}

.footer_links ul li:first-child p a {
	padding-top: 18px;
	box-sizing: border-box;
}


.GridSet {
	width: 100%;		
}



.contents_icon_wrap { 
	clear: both;
	width: 100%;
	border-top: 1px solid #df0022;
	border-bottom: 1px solid #df0022;
	padding: 10px 0;
	background: #000;
}

.contents_icon_wrap ul { 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.contents_icon_wrap ul { 
		width: 100%;
	}
}

.contents_icon_wrap ul:after { 
	content: '';
	clear: both;
	display: block;
}

.contents_icon_wrap ul li { 
	width: 16.7%;
	float: left;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	padding: 8px 0;
	position: relative;
}

.contents_icon_wrap ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.contents_icon_wrap ul li.nolink img {
	opacity: 0.3;
}

.contents_icon_wrap ul li:nth-child(5) { 
	width: 16.6%;
}

.contents_icon_wrap ul li:nth-child(6) { 
	width: 16.6%;
}

.contents_icon_wrap ul li:last-child { 
	border-right: 1px solid #d9d9d9;
}

.contents_icon_wrap ul li p { 
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
	color: #df0022;
	line-height: 1.0em;
	background: #000;
	border: 1px solid #df0022;
	padding: 3px 3px;
	font-size: 10px;
	display: block;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 99;
}

.contents_icon_wrap ul li p:before { 
	content: url('/image/global/expo/science/index_15.png');
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -7.5px;
}

.contents_icon_wrap ul li:hover p { 
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.contents_icon_wrap ul li.ove p { 
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}




.cont_unit .btn_todetail a {
	width: 160px;
	box-sizing: border-box;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #e60027;
	color: #e60027;
	background: #fff;
	display: block;
	margin: 0 auto 15px;
	
	position: relative;
	text-decoration: none;
	font-weight: bold;
	
	-webkit-transition: all .6s;
	transition: all .6s;
}

.cont_unit .btn_todetail a:hover {
	color: #fff;
	background: #e60027;
	
}

.cont_unit .btn_todetail a:after {
	content: url('/image/global/expo/science/index_12.png');
	position: absolute;
	right: 8px;
}

.cont_unit .ttl_wrap .btn_todetail a:hover:after {
	content: url('/image/global/expo/science/index_12_o.png');
	position: absolute;
	right: 8px;
}



/** 下層ページフロートメニュー **/

.float_menu_wrap {
	/* display: none; */
}

.float_menu_wrap.act {
	display: block;
}

.float_menu_wrap .contents_icon_wrap {

	z-index: 999;
	
	display: none;
}

.float_menu_wrap .contents_icon_wrap.act {
	display: block;
}

.float_menu_wrap .contents_icon_wrap.topoffset {
	padding-top: 0;
}

.float_menu_wrap .cont_unit#archive {

	top: 0;
	padding: 0;
	height: 100%;
	background: rgba(0, 0, 0, 1.0);
	z-index: 99;
	
	display: none;
}

.float_menu_wrap .cont_unit#archive.act {
	display: block;
}

.float_menu_wrap .cont_unit#archive.topoffset {
	top: 0;
}





/** 下層ページヘッダーメニュー **/
#header_menu  {
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 99999;
	
}

#header_menu .sp_head {
	display: none;
}

#header_menu .menu_wrap {
	background: rgba(0, 0, 0, 1.0);
}

#header_menu .menu_wrap ul {
	
}

#header_menu .menu_wrap ul:after {
	content: '';
	clear: both;
	display: block;
	
	
}

#header_menu .menu_wrap ul li {
	width: 20%;
	float: left;
	text-align: center;
}


#header_menu .menu_wrap ul li:nth-child(1) {
	width: 16%;
}

#header_menu .menu_wrap ul li:nth-child(2) {
	width: 16%;
}

#header_menu .menu_wrap ul li:nth-child(5) {
	width: 28%;
}

#header_menu .menu_wrap ul li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #fff;
	box-sizing: border-box;

	-webkit-transition: all .4s;
	transition: all .4s;
}

#header_menu .menu_wrap ul li.act a {
	background: #e60027;
}

#header_menu .menu_wrap ul li a:hover {
	background: #e60027;
}

#header_menu .menu_wrap ul li:first-child {
	border-left: 1px solid #fff;
}

#header_menu .float_menu_wrap {
	position: relative;
}

.float_menu_wrap .contents_icon_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.float_menu_wrap .cont_unit#archive {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.float_menu_wrap #archive.cont_unit .cont_wrap ul li {
	width: 14%;
}

.float_menu_wrap #archive.cont_unit .cont_wrap ul li:nth-child(6),
.float_menu_wrap #archive.cont_unit .cont_wrap ul li:nth-child(7),
.float_menu_wrap #archive.cont_unit .cont_wrap ul li:nth-child(13),
.float_menu_wrap #archive.cont_unit .cont_wrap ul li:nth-child(14) {
	width: 15%;
}

.float_menu_wrap #archive.cont_unit .cont_wrap ul li img {
	height: 45px;
}

#archive.cont_unit .cont_wrap ul li h3 {
	font-size: 15px;
}





#header_menu .float_menu_wrap #archive.cont_unit .cont_wrap {
	background: #fff;
}

#header_menu .float_menu_wrap #product_app.cont_unit {
	background: #000;
	display: none;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont  {
	padding: 15px 0;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul:after {
	content: '';
	clear: both;
	display: block;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li {
	width: 32%;
	position: relative;
	margin-right: 1.5%;
	float: left;
	border: 1px solid #fff;
	margin-bottom: 10px;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}



#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li:hover {
	background: rgba( 230, 0, 30, 0.4);
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li:nth-child(3n) {
	margin-right: 0%;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li a {
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 28px 0 0;
	line-height: 1.6em;
	min-height: 76px;
	
	
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li.nolink a {
	opacity: 0.3;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li.nolink:hover {
	background: #000;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li a:after {
	content: url('/image/global/expo/science/index_12.png');
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -12px;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li:nth-child(6) a {
	padding: 14px 0 0;
}

#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li:nth-child(9) a {
	padding: 14px 0 0;
}




/** 下層ページグローバルメニュー **/

#sec_wrap {

}

#sec_wrap .cont_unit#headcont .ttl_wrap  {
	margin-top: 35px;
}

#sec_wrap .cont_unit#headcont .ttl_wrap h1  {
	font-size: 46px;
	text-align: center;
	font-weight: bold;
}

#sec_wrap .cont_unit#headcont .ttl_wrap p  {
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-bottom: 25px;
}

#sec_wrap .cont_unit .ttl_wrap h2.cat {
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #000;
	border-left: 0;
	padding: 12px 25px;
	box-sizing: border-box;
	display: inline-block;
}


/** ヘッド背景 **/

#sec_wrap .cont_unit#headcont {
	padding-top: 0;
	padding-bottom: 0;
}

#sec_wrap .cont_unit#headcont .hexa_wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 180px;
	opacity: 0.4
}

#sec_wrap .cont_unit#headcont .hexa_wrap .cont {
	width: 2025px;
	position: absolute;
	top: -70px;
	left: 50%;
	margin-left: -980px;
	
}

#sec_wrap .cont_unit#headcont .hexa_wrap:after {
	content: '';
	clear: both;
	display: block;
}

#sec_wrap .cont_unit#headcont .hexa_wrap ul {

}

#sec_wrap .cont_unit#headcont .hexa_wrap ul.secline {
	margin-top: -90px;
    top: 211px;
    position: absolute;
}

#sec_wrap .cont_unit#headcont .hexa_wrap ul li {
	float: left;
	margin-right: 35px;
}

#sec_wrap .cont_unit#headcont .hexa_wrap .ml45 {
	margin-left: -35px;
}



#sec_wrap .cont_unit#headcont .hexa_wrap .mt775 {
	margin-top: -61.5px;
}

#sec_wrap .cont_unit#headcont .hexa_unit {
	position:relative;
	background: rgba( 55, 218, 255, 1);
	color: #000;
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	width: 70px;
	height: 123px;
	display: block;
	transition: all 0.2s linear;
	
}

#sec_wrap .cont_unit#headcont .hexa_unit span {
	width: 100%;
    height: 123px;
    font-size: 14px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}

#sec_wrap .cont_unit#headcont .hexa_unit:before,
#sec_wrap .cont_unit#headcont .hexa_unit:after {
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    transition: all 0.2s linear;
    z-index: 0;
}

#sec_wrap .cont_unit#headcont .hexa_unit:before {
	transform: rotate(60deg);
}

#sec_wrap .cont_unit#headcont .hexa_unit:after {
	transform: rotate(-60deg);
}



#sec_wrap .cont_unit#headcont .hexa_unit.type_0 {
	opacity: 0.0;
}

#sec_wrap .cont_unit#headcont .hexa_unit.type_a {
	background: rgba( 0, 80, 174, 1);
	opacity: 0.6;
}
#sec_wrap .cont_unit#headcont .hexa_unit.type_a:before,
#sec_wrap .cont_unit#headcont .hexa_unit.type_a:after {
	background: rgba( 0, 80, 174, 1);
}

#sec_wrap .cont_unit#headcont .hexa_unit.type_b {
	background: rgba( 0, 142, 212, 1);
	opacity: 0.6;
}
#sec_wrap .cont_unit#headcont .hexa_unit.type_b:before,
#sec_wrap .cont_unit#headcont .hexa_unit.type_b:after {
	background: rgba( 0, 142, 212, 1);
}


/** コンテンツエリアタイトル **/

#sec_wrap .cont_unit .ttl_wrap h2 {
	font-size: 18px;
	text-align: left;
	color: #fff;
	background: #000;
	border-left: 8px solid #e60012;
	padding: 12px;
	margin-bottom: 35px;
	box-sizing: border-box;
}



/*********************************************************************


SP用css


**********************************************************************/

@media screen and (max-width: 767px) {
	h1#body.Title .ShowRWD {
		display: block !important;
		width: 100% !important;	
		background: none !important;
		margin-left: 12px;
	}
	
	.disable_sp {
		display: none;
	}

	.disable_pc {
		display: block;
	}
	
	.JS body {
		background: #fff;	
	}
	
	.JS #Contents {
		padding: 0;	
	}
	
	.Grid4 {
	}
	
	#sec_wrap .cont_unit#headcont .hexa_wrap .cont {
		zoom: 60%;	
	}
	
	#sec_wrap .menu_wrap {
		display: none;	
	}
	
	.contents_icon_wrap ul {
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.contents_icon_wrap ul li {
		width: 33.3%;	
		margin-bottom: 10px;
	}
	
	.contents_icon_wrap ul li:nth-child(3n) {
		width: 33.4%;	
		border-right: 1px solid #d9d9d9;
	}
	
	.contents_icon_wrap ul li:nth-child(5n) {
		width: 33.3%;	
	}
	
	#sec_wrap .cont_unit#headcont .ttl_wrap h1 {
		font-size: 26px;	
	}
	
	#sec_wrap .cont_unit .ttl_wrap h2.cat {
		font-size: 15px;	
	}
	
	
	/** フロートヘッダー **/
	#header_menu {
		transition: all .4s;	
	}
	
	
	
	#header_menu .sp_head {
		display: block;	
		width: 100%;
		background: #000;
		color: #fff;
		padding: 12px 0;
		text-align: center;
		font-weight: bold;
		letter-spacing: 0.2em;
		cursor: pointer;
		
		border-bottom: 1px solid #fff;
		
		
	}
	
	#header_menu .sp_head span {
		background-image: url('/image/common/global/r1/icon/icon_navi_global.gif');
		background-repeat: no-repeat;
		background-position: 0 center;
		background-size: 21px;
		padding-left: 26px;
	}
	
	#header_menu.act {
		position: fixed;
		height: 100%;
		overflow: auto;
	}
	
	#header_menu .menu_wrap {
		display: none;	
	}
	
	#header_menu .menu_wrap ul li {
		width: 100% !important;
		float: none;
		border-bottom: 1px solid #333;
	}
	
	.float_menu_wrap #archive.cont_unit .cont_wrap ul li {
		width: 25% !important;	
	}
	
	#header_menu .menu_wrap ul li:first-child {
		border-left: 0;	
	}
	
	
	
	#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li {
		width: 48%;
		margin-right: 1% !important;	
		margin-left: 1% !important;	
	}
	
	#header_menu .float_menu_wrap #product_app.cont_unit .cont ul li:first-child {
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;	
	}
	
	
	
}
