@charset "Shift_JIS";


.key_v_wrap {
	width: 100%;
	height: 100%;
	background: url('/image/global/expo/science/index_02.jpg');	
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}



.key_v_wrap .science_ring {
	position: absolute;
	right: 20px;
	top: 20px;
}

.key_v_wrap .bg_mesh {
	background: url('/image/global/expo/science/index_01.png');	
	width: 100%;
	height: 100%;
	padding-bottom: 80px;
}


.key_v_wrap .ttl_wrap { 
	text-align: center;
	padding-top: 110px;
}

.key_v_wrap .ttl_wrap h1 { 
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}

.key_v_wrap .cont_wrap { 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	.key_v_wrap .cont_wrap { 
		width: 100%;
	}
}

.key_v_wrap .cont_wrap:after { 
	content: '';
	clear: both;
	display: block;
}

.key_v_wrap .cont_wrap .left_wrap { 
	width: 50%;
	float: left;
	background: rgba( 255, 255, 255, 0.9 );
	padding: 25px;
}

.key_v_wrap .cont_wrap .right_wrap { 
	width: 50%;
	float: right;
	background: rgba( 0, 0, 0, 0.9 );
	padding: 10px 0;
}

.key_v_wrap .cont_wrap .txt p { 
	font-size: 14px;
	line-height: 1.8em;
}

.key_v_wrap .cont_wrap .unit_wrap .ttl { 
	border-bottom: 1px solid #df0022;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

.key_v_wrap .cont_wrap .unit_wrap .ttl h2 { 
	font-size: 22px;
	font-weight: bold;
}

.key_v_wrap .cont_wrap .unit_wrap.movie .ttl h2 { 
	color: #000;
}

.key_v_wrap .cont_wrap .unit_wrap.movie .ttl h2:before { 
	content: url('/image/global/expo/science/index_03.png');
	position: relative;
	top: 9px;
	margin-right: 5px;
}

.key_v_wrap .cont_wrap .unit_wrap.movie .mov_wrap { 
	margin-bottom: 15px;
}

.key_v_wrap .cont_wrap .right_wrap .unit_wrap.bb { 
	border-bottom: 1px solid #b2b2b2;
}

.key_v_wrap .cont_wrap .right_wrap .unit_wrap { 
	padding: 15px 25px 20px;
}

.key_v_wrap .cont_wrap .right_wrap .txt p { 
	color: #fff;
}

.key_v_wrap .cont_wrap .unit_wrap.seminor_report .ttl h2 { 
	color: #fff;
}

.key_v_wrap .cont_wrap .unit_wrap.seminor_report .ttl h2:before { 
	content: url('/image/global/expo/science/index_04.png');
	position: relative;
	top: 9px;
	margin-right: 5px;
}

.key_v_wrap .cont_wrap .unit_wrap.seminor_docs .ttl h2 { 
	color: #fff;
}

.key_v_wrap .cont_wrap .unit_wrap.seminor_docs .ttl h2:before { 
	content: url('/image/global/expo/science/index_05.png');
	position: relative;
	top: 9px;
	margin-right: 5px;
}



#cont_wrapper .contents_icon_wrap {
	position: -webkit-sticky;
	position:sticky;
	top: 0;
	z-index: 99999;
}

.cont_unit {
	width: 100%;
	padding: 45px 0 55px;
}

.cont_unit .ttl_wrap {
	text-align: center;	
}

.cont_unit .ttl_wrap h2 {
	font-size: 46px;
	font-weight: bold;
}

.cont_unit .ttl_wrap p {
	font-size: 18px;
}


.cont_unit .anker_wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	z-index: 999;
}

.cont_unit .anker_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}

.cont_unit .anker_wrap ul li {
	width: 50%;
	float: left;
	background: #e5e5e5;
	
	text-align: center;
	min-height: 66px;
}

.cont_unit .anker_wrap ul li.act {
	background: #faaf3b;
}

.cont_unit .anker_wrap ul li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding: 8px 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.cont_unit .anker_wrap ul li:nth-child(2) a {
	padding-top: 20px;
}



#archive.cont_unit .ttl_wrap {
	text-align: center;	
	margin-bottom: 45px;
}

#archive.cont_unit .ttl_wrap h2 {
	color: #000;
}

#archive.cont_unit .cont_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 999px) {
	#archive.cont_unit .cont_wrap {
		width: 100%;	
	}
}

#archive.cont_unit .cont_wrap ul:after{
	content: '';
	clear: both;
	display: block;
}

#archive.cont_unit .cont_wrap ul li{
	width: 25%;
	float: left;
	text-align: center;
	border: 1px solid #d9d9d9; 
	-webkit-transition: all .3s;
	transition: all .3s;
	
	min-height: 180px;
	cursor: pointer;
}

@media screen and (max-width: 499px) {
	#archive.cont_unit .cont_wrap ul li{
		width: -webkit-calc( 100% / 3 );	
		width: calc( 100% / 3 );	
	}
}

@media screen and (max-width: 349px) {
	#archive.cont_unit .cont_wrap ul li{
		width: 50%;
	}
}

#archive.cont_unit .cont_wrap ul li a {
	text-decoration: none;
}

#archive.cont_unit .cont_wrap ul li img {
	margin-top: 15px;
}

#archive.cont_unit .cont_wrap ul li h3{
	border: 0;
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 999px) {
	#archive.cont_unit .cont_wrap ul li h3{
		font-size: 14px;	
	}
}

#archive.cont_unit .cont_wrap ul li:hover {
	background: #fce5e7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#archive.cont_unit .cont_wrap ul li:hover h3{
	color: #df0022;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#archive.cont_unit .cont_wrap ul li.nonecont {
	background: rgba( 217, 217, 217, 0.6 );
}

#archive.cont_unit .cont_wrap ul li.nonecont:hover {
	background: rgba( 217, 217, 217, 0.6 );
}

#archive.cont_unit .cont_wrap ul li.nonecont:hover h3{
	color: #333333;
}


.float_menu_wrap #archive.cont_unit .cont_wrap ul li{
	height: 125px;
	float: left;
	text-align: center;
	border: 1px solid #d9d9d9; 
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	
	cursor: pointer;
}

.float_menu_wrap #archive.cont_unit .cont_wrap ul li a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
}

.float_menu_wrap #archive.cont_unit .cont_wrap ul li img {
	margin-top: 25px;
	
}

.float_menu_wrap #archive.cont_unit .cont_wrap ul li h3{
	border: 0;
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
}





#calendar.cont_unit {
	width: 100%;
	background: url('/image/global/expo/science/index_28.jpg');	
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}

#calendar.cont_unit .bg_mesh {
	background: url('/image/global/expo/science/index_01.png');	
	width: 100%;
	padding: 45px 0;
}

#calendar.cont_unit .ttl_wrap {
	margin-bottom: 35px;
}

#calendar.cont_unit .ttl_wrap h2 {
	color: #fff;
}

#calendar.cont_unit .ttl_wrap p {
	color: #fff;
}

#calendar.cont_unit .cont_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 999px) {
	#calendar.cont_unit .cont_wrap {
		width: 100%;	
	}
}

#product_case.cont_unit {
	width: 100%;
	background: url('/image/global/expo/science/index_32.jpg');	
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}

#product_case.cont_unit .bg_mesh {
	background: url('/image/global/expo/science/index_01.png');	
	width: 100%;
	padding: 150px 0 0;
}


#product_case.cont_unit .ttl_wrap {
	margin-bottom: 65px;
}

#product_case.cont_unit .ttl_wrap h2 {
	color: #fff;
}

#product_case.cont_unit .ttl_wrap p {
	color: #fff;
}

#product_case.cont_unit .cont_wrap  {
	background: #fff;
	padding-top: 80px;
}

#product_case.cont_unit .cont_wrap .bx-wrapper {
	max-width: none !important;
	width: 100%;
}

#product_case.cont_unit .cont_wrap .case_01_wrap  {
	background: #fff;
	position: relative;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box {
	cursor: pointer;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo {
	position: relative;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .ove_name {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	padding: 10px;
	z-index: 999;
	
	display: none;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .ove_name .cont {
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .ove_name .cont p {
	font-size: 13px;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .img_wrap {
	height: 375px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .img_wrap img {
	position: absolute;
	height: auto;
	max-width: 100%;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    opacity: 1;
    transition: all 0.2s linear;
}

@media screen and (max-width: 1300px) {
	#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .img_wrap img {
		height: 100%;
		max-width: none !important;
	}
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .img_wrap img.ove {

	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    transition: all 0.2s linear;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .mov_icon {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: rgba( 0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 8px;
	border-radius: 8px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .mov_icon:before {
	position: relative;
	content: url('/image/global/expo/science/index_33.png');
	margin-right: 3px;
	top: 3px;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .hexa_icon {
	position: absolute;
	right: 55px;
	bottom: 10px;
	background: rgba( 230, 0, 45, 1);
	color: #fff;
	
	margin: 0 auto;
	width: 90px;
	height: 155px;
	display: block;
	transition: all 0.2s linear;
	opacity: 0.8;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .hexa_icon span {
	width: 100%;
    height: 155px;
    line-height: 1.6em;
    font-size: 14px;
    padding-top: 32px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .hexa_icon:before,
#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .hexa_icon:after {
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba( 230, 0, 45, 1);
    transition: all 0.2s linear;
    z-index: 0;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .hexa_icon:before {
	transform: rotate(60deg);
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .hexa_icon:after {
	transform: rotate(-60deg);
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .txt_wrap {
	padding: 10px;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .txt_wrap .txt a {
	text-decoration: none;
	color: #e60027;
	font-size: 18px;
	font-weight: bold;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .txt_wrap .txt {
	margin-bottom: 8px;
}

#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .txt_wrap .icon {
	color: #fff;
	background: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 6px;
	border-radius: 6px;
	display: inline-block;
}




#product_case.cont_unit .cont_wrap .case_02_wrap  {
	background: #fff;
	position: relative;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box {
	cursor: pointer;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo {
	position: relative;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .ove_name {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, 0.8);
	text-align: left;
	padding: 10px;
	z-index: 999;
	
	display: none;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .ove_name .cont {
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .ove_name .cont p {
	font-size: 13px;
}


#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .img_wrap {
	height: 375px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .img_wrap img {
	position: absolute;
	height: auto;
	max-width: 100%;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    opacity: 1;
    transition: all 0.2s linear;
}

@media screen and (max-width: 1300px) {
	#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .img_wrap img {
		height: 100%;
		max-width: none !important;
	}
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .img_wrap img.ove {

	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    transition: all 0.2s linear;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .mov_icon {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: rgba( 0, 0, 0, 0.8);
	color: #fff;
	padding: 5px 8px;
	border-radius: 8px;
	font-size: 12px;
	letter-spacing: 0.05em;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .mov_icon:before {
	position: relative;
	content: url('/image/global/expo/science/index_33.png');
	margin-right: 3px;
	top: 3px;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon {
	position: absolute;
	right: 55px;
	bottom: 10px;
	background: rgba( 103, 68, 152, 1);
	color: #fff;
	
	margin: 0 auto;
	width: 90px;
	height: 155px;
	display: block;
	transition: all 0.2s linear;
	opacity: 0.8;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon span {
	width: 100%;
    height: 155px;
    line-height: 1.6em;
    font-size: 14px;
    padding-top: 64px;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon.twoline span {
    padding-top: 55px;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon.threeline span {
    padding-top: 46px;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon.fourline span {
    padding-top: 32px;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon:before,
#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon:after {
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba( 103, 68, 152, 1);
    transition: all 0.2s linear;
    z-index: 0;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon:before {
	transform: rotate(60deg);
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .hexa_icon:after {
	transform: rotate(-60deg);
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .txt_wrap {
	padding: 10px;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .txt_wrap .txt a {
	text-decoration: none;
	color: #e60027;
	font-size: 18px;
	font-weight: bold;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .txt_wrap .txt {
	margin-bottom: 8px;
}

#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .txt_wrap .icon {
	color: #fff;
	background: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 6px;
	border-radius: 6px;
	display: inline-block;
}


.bx-wrapper .bx-controls-direction a {
	height: 375px;	
}

.bx-wrapper .bx-prev:before {
	content: url('/image/global/expo/science/index_34.png');
	position: absolute;
	top: 50%;
	left: 3px;
	margin-top: -16px;
}

.bx-wrapper .bx-next:before {
	content: url('/image/global/expo/science/index_35.png');
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -16px;
}




#product_app.cont_unit {
	width: 100%;
	background: url('/image/global/expo/science/index_36.png');	
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}


#product_app.cont_unit .ttl_wrap {
	margin-bottom: 35px;
	padding-top: 55px;
}

#product_app.cont_unit .ttl_wrap h2 {
	color: #fff;
}

#product_app.cont_unit .ttl_wrap p {
	color: #fff;
}


#product_app.cont_unit .hexa_wrap {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 760px;
	margin-bottom: 55px;
}

#product_app.cont_unit .hexa_wrap .cont {
	width: 2025px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -980px;
}

#product_app.cont_unit .hexa_wrap:after {
	content: '';
	clear: both;
	display: block;
}

#product_app.cont_unit .hexa_wrap ul {
	float: left;
	width: 180px;
}

#product_app.cont_unit .hexa_wrap ul.ml45 {
	margin-left: -46px;
}

#product_app.cont_unit .hexa_wrap ul.mt775 {
	margin-top: 78px;
}

#product_app.cont_unit .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: 90px;
	height: 157px;
	display: block;
	transition: all 0.2s linear;
	
}

#product_app.cont_unit .hexa_unit span {
	width: 100%;
    height: 157px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
}

#product_app.cont_unit .hexa_unit span a {
	display: block;
	position: absolute;
	/* white-space: nowrap; */
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
    color: #fff;
    text-decoration: none;
}



#product_app.cont_unit .hexa_unit:before,
#product_app.cont_unit .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;
}

#product_app.cont_unit .hexa_unit:before {
	transform: rotate(60deg);
}

#product_app.cont_unit .hexa_unit:after {
	transform: rotate(-60deg);
}



#product_app.cont_unit .hexa_unit.type_0 {
	opacity: 0.0;
}

#product_app.cont_unit .hexa_unit.type_a {
	background: rgba( 0, 80, 174, 1);
	opacity: 0.6;
}
#product_app.cont_unit .hexa_unit.type_a:before,
#product_app.cont_unit .hexa_unit.type_a:after {
	background: rgba( 0, 80, 174, 1);
}

#product_app.cont_unit .hexa_unit.type_b {
	background: rgba( 0, 142, 212, 1);
	opacity: 0.6;
}
#product_app.cont_unit .hexa_unit.type_b:before,
#product_app.cont_unit .hexa_unit.type_b:after {
	background: rgba( 0, 142, 212, 1);
}


#product_app.cont_unit .hexa_unit.type_c {
	background: rgba( 0, 0, 0, 1);
	opacity: 0.6;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	cursor: pointer;
}
#product_app.cont_unit .hexa_unit.type_c:before,
#product_app.cont_unit .hexa_unit.type_c:after {
	background: rgba( 0, 0, 0, 1);
	-webkit-transition: all .3s;
	transition: all .3s;
	
	cursor: pointer;
}


#product_app.cont_unit .hexa_unit.type_c.act {
	background: rgba( 230, 0, 39, 1);
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#product_app.cont_unit .hexa_unit.type_c.act:before,
#product_app.cont_unit .hexa_unit.type_c.act:after {
	background: rgba( 230, 0, 39, 1);
	-webkit-transition: all .3s;
	transition: all .3s;
}

#product_app.cont_unit .hexa_unit.nolink {
	opacity: 0.2 !important;
}


@media screen and (max-width: 767px) {
	
	
	.key_v_wrap .ttl_wrap h1{
		font-size: 28px;	
	}
	
	.key_v_wrap .cont_wrap .left_wrap {
		width: 100%;
		float: none;	
	}
	
	.key_v_wrap .cont_wrap .right_wrap {
		width: 100%;
		float: none;	
	}
	
	#cont_wrapper .contents_icon_wrap {
		position: static;	
	}
	
	.cont_unit .ttl_wrap h2 {
		font-size: 20px;
		width: 92%;
		margin-left: auto;
		margin-right: auto;	
	}
	
	.cont_unit .ttl_wrap p {
		font-size: 14px;	
	}
	
	#archive.cont_unit .cont_wrap ul li {
		/* width: 25%;	 */
	}
	
	#archive.cont_unit .cont_wrap ul li h3 {
		font-size: 13px;	
	}
	
	#calendar.cont_unit .bg_mesh {
		padding-bottom: 0;	
	}
	
	#calendar.cont_unit .cont_wrap {
		background: rgba( 255, 255, 255, 1.0 );	
	}
	
	
	#product_case.cont_unit .bx-wrapper .bx-next {
		background: none;
	}
	
	#product_case.cont_unit .bx-wrapper .bx-next:before {
		content: url('/image/global/expo/science/index_35_o.png');
	}
		
	#product_case.cont_unit .bx-wrapper .bx-prev {
		background: none;
	}
	
	#product_case.cont_unit .bx-wrapper .bx-prev:before {
		content: url('/image/global/expo/science/index_34_o.png');
	}
	
	#product_case.cont_unit .bx-viewport {
		margin-left: auto;
		margin-right: auto;
		width: 100% !important;
	}
	
	#product_case.cont_unit .cont_wrap .case_01_wrap .unit_box .photo .img_wrap img {
		position: absolute;
		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%);	
	}
	
	#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .txt_wrap {
		padding: 10px 4%;
		box-sizing: border-box;	
	}
	
	#product_case.cont_unit .cont_wrap .case_02_wrap .unit_box .photo .img_wrap img {
		position: absolute;
		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%);	
	}
	
	
	#product_app.cont_unit {
		background: #000;
		background-image: url('/image/global/expo/science/index_36.png');
		background-position: top center;
    	background-size: 220%;
    	background-repeat: no-repeat;	
	}
	
	#product_app.cont_unit .hexa_wrap {
		height: auto;	
	}
	
	#product_app.cont_unit .hexa_wrap .cont {
		width: 560px;
		
		padding-top: 300px;
		position: relative;
		left: 50%;	
		margin-left: -280px;
	}
	
	#product_app.cont_unit .hexa_unit {
		width: 70px;
    	height: 123px;
	}
	
	#product_app.cont_unit .hexa_unit span {
		height: 123px;	
	}
	
	#product_app.cont_unit .hexa_wrap ul {
		float: none;
		position: relative;
		height: 123px;
	}
	
	#product_app.cont_unit .hexa_wrap ul li:nth-child(1) {
		position: absolute;
		left: 35px;
		top: 0;
	}
	
	#product_app.cont_unit .hexa_wrap ul li:nth-child(2) {
		position: absolute;
		left: 140px;
		top: -61.5px;
	}
	
	#product_app.cont_unit .hexa_wrap ul li:nth-child(3) {
		position: absolute;
		left: 245px;
		top: -123px;
	}
	
	#product_app.cont_unit .hexa_wrap ul li:nth-child(4) {
		position: absolute;
		left: 350px;
		top: -61.5px;
	}
	
	#product_app.cont_unit .hexa_wrap ul li:nth-child(5) {
		position: absolute;
		left: 455px;
		top: 0px;
	}
	
	#product_app.cont_unit .hexa_unit.type_c {
		opacity: 1.0;	
	}
	
	
	.fc-toolbar .fc-right {
		float: none !important;
		text-align: center;	
		
	}
	
	.fc .fc-toolbar > * > * {
		float: none !important;
	}
	
	.fc-toolbar .fc-left {
		float: none !important;
	}
	
	.fc-button-group:after {
		content: '';
		clear: both;
		display: block;	
	}
		
	.fc-button-group {
		display: block !important;	
		width: 100% !important;
		margin-bottom: 15px;	
		margin-top: 15px;
	}
	
	.fc-button-group .fc-button {
		width: 50%;
		
	}
	
	.fc-today-button {
		display: block;	
		margin-left: auto !important;
		margin-right: auto !important;
		float: none !important;
		margin-bottom: 15px; !important;
	}
	
	.fc-center {
		clear: both !important;	
		display: block !important;
	}
	
	.fc-center h2 {
		position: absolute !important;
		margin-top: -185px !important;
		width: 92%;
		text-align: center;
	}
	
	#calendar_data {
		margin-top: 45px;
		height: 550px;
	}
	
	.fc-view-container {
		height: 380px;	
	}
	
	.fc-month-view {
		height: 100% !important;	
	}
	
	#calendar_data table {
		height: 100%;	
	}
	
	#calendar_data table td {
		padding: 0 !important;
	}
	
	.fc-scroller {
		height: 100% !important;	
	}
	
	.fc-basic-view .fc-body .fc-row {
		min-height: 5em !important;	
	}
	
}
