@charset "utf-8";
/* CSS Document */
.sp{display: none;}
.br{display: block;}
.column-L{
	float: left;
	width: 50%;
}
.column-R{
	float: right;
	width: 50%;
}
body{	
	letter-spacing: normal;
    line-height: 2;
	color: #CCC;
    background-color: #1a1a1a;
}
#wrapper{
	min-width: 1070px;
	background-color: #000;
}
/* section */
section{
	float: none;
	width: 100%;
	margin: 0px auto;
	padding: 100px 0;
	font-size: 18px;
	text-align: center;
}
section.first{
	padding-top: 180px;
}
.en section.first{
	padding-top: 150px;
}
#sp-menu-active{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 4;
	display: none;
}
/* Silicon_top_bar */
#silicon_top_bar{
	width: 100%;
	padding: 0px;
	padding-top: 4px;
	z-index: 3;
	text-align: left;
	background-color: #000;
	border-bottom: 1px solid #555;
}
#silicon_top_bar .geomerics-logo{
	margin-right: 10px;
	padding-right: 30px;
	background-image: url(/middleware/enlighten/images/arrow-w.svg);
	background-repeat: no-repeat;
	background-size: 11px 20px;
	background-position: right center;
	float: left;
}
#silicon_top_bar .enlighten-logo{
	margin-right: 10px;
	float: left;
}
#silicon_top_bar .silicon-logo{
	margin-right: 20px;
	float: left;
}
#silicon_top_bar p{
	letter-spacing: normal;
	float: left;
	padding-top: 12px;
}
.en #silicon_top_bar p{
	padding-top: 10px;
}
#silicon_top_bar .enlighten-logo img{
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-top: 7.5px;
}
#silicon_top_bar .geomerics-logo img{
	width: 108px;
	height: 30px;
	margin-left: 10px;
	margin-top: 7.5px;
}
#silicon_top_bar .silicon-logo img{
	width: 147px;
	height: 30px;
	margin-left: 10px;
}
#popup{
}
#popup .popup-bg{
	cursor: pointer;
	display: none;
	width: 100%; 
	height: 100%;
	position: absolute;
	z-index: 999; 
	background-color: rgba(0,0,0,0.5); 
	background-image: url(/middleware/enlighten/images/attention-jp.png);
	background-repeat: no-repeat;
	background-size: 550px 450px;
	background-position: center center;
}
.en #popup .popup-bg{
	background-image: url(/middleware/enlighten/images/attention-en.png);
}
/* Top MENU */
#top-bar{
	min-width: 1000px;
	width: 100%;
	z-index: 3;
}
body.top-page #top-bar{
	min-width: 1000px;
	width: 100%;
	position: fixed;
	top: 0;	
	z-index: 6;
}
header{  
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 50px;
  padding: 20px;
  position: fixed;
  overflow: visible;
  max-width: 100%;
	min-width: 1000px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9000;
}
#top-bar #silicon_top_bar{
}
#top_menu{
	min-width: 1000px;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	height: 55px;
	background-color: rgba(0,0,0,0.30);
	transition: all 0.3s ease-in-out 0s;
}
#top_menu.noTopPage{
	padding-top: 30px;
	height: 55px;
	background-color: rgba(0,0,0,1);
	border-bottom: 1px solid #555;
	z-index: 5;
	transition: all 0.3s ease-in-out 0s;
}
#top-bar.fixed #top_menu{
	height: 55px;
	background-color: rgba(0,0,0,1);
	border-bottom: 1px solid #555;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu.noTopPage{
	position: fixed;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu .menuSP{display: none;}
#top_menu .top_menu-wrapper{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
#top_menu #enlighten_logo{
	float: left;
	margin-left: 10px;
	width: 55px;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu.noTopPage #enlighten_logo{
	opacity: 1;	
}
#top-bar.fixed #top_menu #enlighten_logo{
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}
#top-bar.fixed #top_menu #enlighten_logo img{
	vertical-align: inherit;
}
#top_menu .meanmenu-reveal{
	display: none;
}
#top-bar #top_menu nav ul{
	padding: 0;
	float: right;
	transition: all 0.3s ease-in-out 0s;
}
#top-bar.fixed #top_menu nav ul{
	transition: all 0.3s ease-in-out 0s;
}
#top_menu nav{
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  /*margin-left: 50px;*/
}
#top_menu nav li{
	float: left;
	color: #FFF;
	font-size: 18px;
	padding: 0px 20px;
	margin: 5px 0;
}
#top_menu nav li a{
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out 0s;
}
#top_menu nav li a:hover{
	color: #f05a21;
	transition: all 0.3s ease-in-out 0s;
}

header #rightNav {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  height: 100%;
  overflow: hidden;
}
.engPage a:hover div {
  background-color: #f05a21;
  border: 2px solid #f05a21;
  transition: all 0.3s ease-in-out;
}
.engPage a div {
  display: block;
  color: #FFF;
  padding: 10px 20px;
  margin: 3px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background-color: #000;
  border: 2px solid #000;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.contactPage a:hover div {
  color: #f05a21;
  background-color: #000;
  background-image: url(/middleware/enlighten/images/contact-icon-o.svg);
  transition: all 0.3s ease-in-out;
}
.contactPage a div {
  display: block;
  color: #FFF;
  padding: 10px 15px;
  margin: 3px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  background-image: url(/middleware/enlighten/images/contact-icon-w.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px auto;
  padding-left: 50px;
  background-color: #f05a21;
  border: 2px solid #f05a21;
  transition: all 0.3s ease-in-out;
}
figure img{	
    width: 20%;
    max-width: 150px;
    margin: 0 auto;
	padding-left: 20px;
}

/* Goto-Top BTN */
#toPageTop{
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 3;
}
#toPageTop a img{
	height: 58px;
	width: 58px;
	opacity: 0.7;
	transition: all 0.3s ease-in-out 0s;
}
#toPageTop a:hover img{
	opacity: 1;
	transition: all 0.3s ease-in-out 0s;
}

/* Download BTN Category*/
.btn-dl-catalog{
	display: none;
	position: fixed;
	bottom: 240px;
	right: 30px;
	height: 90px;
	width: 320px;
	cursor: pointer;
	z-index: 3;
	transition: all 0.3s ease-in-out 0s;
}
.btn-dl-catalog:hover{
	bottom: 230px;
	transition: all 0.3s ease-in-out 0s;
}
#canvas-basic2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	border-radius: 10px;
	z-index: 0;
	margin-top: 45px;
}
.btn-dl-catalog p{
	margin-top:0px; 
	position: absolute;
}
/* Download BTN */
.btn-dl{
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	height: 80px;
	width: 320px;
	cursor: pointer;
	z-index: 3;
	transition: all 0.3s ease-in-out 0s;
}
.btn-dl:hover{
	right: 20px;
	transition: all 0.3s ease-in-out 0s;
}
#canvas-basic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	border-radius: 80px;
	z-index: 0;
}
.btn-dl p{
	margin-top:0px; 
	position: absolute;
}
.btn-dl p img{}
/* middleware-link ------------------------------------:*/
#middleware-link{
	background-color: #000;
	border-top: 1px solid #555;
	color:#FFF;
	text-align:center;
	padding:110px 0;
}
#middleware-link .middleware_content{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
.middleware_title{
    font-size: 30px;
	width:100%;
	margin-bottom:70px;
    text-align: center;
}
#middleware-link li{
	overflow:hidden;
	cursor:pointer;
}
#middleware-link li:first-child{
	float:left;
	width:48%;
}
#middleware-link li:last-child{
	float:right;
	width:48%;
}
#middleware-link li img{
	width:100%;
}
#middleware-link .view-first .logo{
	position:absolute;
	margin:0 auto;	
	margin-top:100px;
	z-index:1;

   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   
   -webkit-transition: all 0.2s ease-in 0.0s;
   -moz-transition: all 0.2s ease-in 0.0s;
   -o-transition: all 0.2s ease-in 0.0s;
   -ms-transition: all 0.2s ease-in 0.0s;
   transition: all 0.2s ease-in 0.0s;
   
}
#middleware-link .view-first:hover .logo{

   -webkit-transform: translateY(-30px);
   -moz-transform: translateY(-30px);
   -o-transform: translateY(-30px);
   -ms-transform: translateY(-30px);
   transform: translateY(-30px); 
   
   -webkit-transition: all 0.2s ease-in 0.0s;
   -moz-transition: all 0.2s ease-in 0.0s;
   -o-transition: all 0.2s ease-in 0.0s;
   -ms-transition: all 0.2s ease-in 0.0s;
   transition: all 0.2s ease-in 0.0s;
}
#middleware-link .logo img{
	max-width:250px;
	margin:0 auto;
}
#middleware-link .message{
	position:absolute;
	color:#FFF;
	text-align:left;
	overflow:hidden;
}
#middleware-link .message_detail{
	background-color:rgba(0,0,0,0.5);
	padding:15px;
	font-size:1.3rem;
	font-size:13px;
	line-height:21px;
}

.view-first{
	line-height:0;
}

#middleware-link .message_detail p{
	margin-bottom:15px;
}
#middleware-link .view span{
	padding:5px 10px;
	padding-left:25px;
	background-image:url(/middleware/enlighten/images/arrow_.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:6px 12px;
}
#middleware-link .view .yebis span{
	background-color:#989b33;
}
#middleware-link .view .yebis span.br{
	background-color:transparent;
	padding:0;
	background:none;
}
#middleware-link .view .mizuchi span{
	background-color:#004484;
}
#middleware-link .mask p{
	line-height: 1.8;
	letter-spacing: normal;
	background-color:rgba(0,0,0,0.7);
	height:120px;
}
.view {
    float: left;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-align: center;
}
.view .mask, .view .content {
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
}

.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   
   height:130px;
   text-align:left;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   text-align:left;
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
   
   
   -webkit-transition: all 0.2s ease-in 0.0s;
   -moz-transition: all 0.2s ease-in 0.0s;
   -o-transition: all 0.2s ease-in 0.0s;
   -ms-transition: all 0.2s ease-in 0.0s;
   transition: all 0.2s ease-in 0.0s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view p {
    color: #fff;
    font-size: 12px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    position: relative;
}	
/* Platform */
.platformLogo{
	margin-top: 30px;
	text-align: center;
}
.platformLogo img{
	width: 100%;
}
/* Contact 
#contact{
	background-color: #000;
	padding: 50px 0;
}
.contact-wrapper{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	max-width: 1500px;
	font-size: 18px;
	background-image: url(../images/line-bg.png);
}
.contact-title{
	color: #FFF;
	font-size: 30px;
	margin: 70px auto;
}
.contact-mail{
	margin-bottom: 100px;
}
.contact-mail p{
	font-size: 22px;
	padding-bottom: 50px;
}

.contact-mail-btn a span{
	padding: 25px 180px;
	color: #fdd207;
	border: 1px solid #fdd207;
	background: #000;
	border-radius: 100px;
	width: 500px;
	margin: 0 auto;
	font-size: 24px;
}

.contact-mail-btn a:hover span{
    color: #000;
	background: linear-gradient(-135deg, #f05a21,#f89b1b,#fdd207 );
	transition: all 0.3s ease-in-out 0s;
}*/
/* Contact */
.contactWrapper {
	color: #fff;
    width: 100%;
    margin: 0 auto;
	padding: 30px 30px 50px;
	background-color: #1e1e1e;
	margin-bottom: 150px;
	box-sizing: border-box;
}
.document-page .contactWrapper,.news-page .contactWrapper{
	margin-bottom: 0;
}
.document-page #contact,.news-page #contact{
	background-color: #000;
	padding-bottom: 150px;
}
.contactWrapper .inner {
    max-width: 1100px;
	margin: 0 auto;
}
.contactWrapper .titTx {
    font-size: 29px;
    margin-bottom: 20px;
    text-align: center;
}
.contactWrapper .lineT {
    border-top: 1px solid #d6d6d6;
    margin-top: 30px;
    padding-top: 24px;
}
.contactWrapper .tableColumn{
    max-width: 800px;
	margin: 0 auto;
}
.contactWrapper .tableColumn .col {
    width: 49%;
	float: left;
	margin-left: 2%;
	margin-top: 14px;
}
.contactWrapper .tableColumn .col:first-child {
    margin-left: 0 !important;
}
.contactWrapper .titTx02 {
    font-size: 19px;
    margin-bottom: 15px;
}
.contactWrapper .bt01, .contactWrapper .bt02 {
    border: 2px solid #f05a21;
	max-width: 350px;
}
.contactWrapper .inner .bt01 a {
	color: #FFF;
    display: block;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-size: 20px;
}
.contactWrapper .titTx02 span {
    color: #f05a21;
	margin-right: 5px;
}
.contactWrapper .inner .inq a{
    background: url(/middleware/enlighten/images/contact-icon-w.svg) no-repeat;
	background-position: 10% center;
	background-size: 30px auto;
	padding-left: 40px;
	background-color:#f05a21;
}
.contactWrapper .inner .inq a:hover{
    background-image: url(/middleware/enlighten/images/contact-icon-o.svg);
	background-color:#000;
	color:#f05a21;
	transition: all 0.3s ease-in-out;
}
.contactWrapper .time{
	padding-left: 20px;
}
.contactWrapper .tel {
    line-height: 1.3;
	padding-left: 20px;
}
.contactWrapper .tel .number, .contactWrapper .tel .number a {
	font-weight: bold;
    font-size: 26px;
    color: #f05a21;
	/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MyYuGothicM", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

@media only screen and (min-device-width: 750px){
	/* スマホ版はこの部分が問題がある　一回目は押せない */ 
	.contact-mail-btn a:hover span img.off{
		display: none;
	}
	.contact-mail-btn a:hover span img.on{
		display: inline;
	}
}

.contact-mail-btn a span img{
	margin-right: 20px;
	width: 30px;
	height: 23px;
}
.contact-mail-btn a span img.on{
	display: none;
}
.contact-tel-title{
	font-size: 22px;
	padding-bottom: 30px;
}
.contact-tel-btn{
	margin-bottom: 60px;
}
.contact-tel-btn a span{
	color: #fdd207;
	margin: 20px auto;
	font-size: 24px;
}
/* Footer */
#footer {
	letter-spacing: normal;
    width: 100%;
    background-color: #1a1a1a;
    min-width: 1000px;
}
.foottopbox {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}
.foottop {
    background-color: #1a1a1a;
    color: #777;
    font-size: 11px;
    padding: 30px 0 20px 0;
}
.foottop ul {
    margin: 0 auto 20px;
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
    height: 30px;
    list-style: none;
    font-size: 12px;
}
.foottop ul li:first-child {
    padding: 0 30px 0 0;
}
.foottop ul li {
    float: left;
    margin: 0 0 0 0;
    padding: 0 30px 0 10px;
}
.foottop ul li a {
	text-decoration: none;
    color: #CCC;
	transition: all 0.3s ease-in-out 0s;
}
.foottop ul li a:hover{
	color:#fdd207;
}
.foottop ul li p {
    font-size: 13px;
}
@media screen and (min-width: 451px){
	.foottop ul li.last.language{
		display: none;
	}
}
.foottop p{
    margin: 0;
    padding: 10px 10px 10px 0;
    line-height: 1.8;
    font-size: 11px;
}
.footbottom {
    background-color: #1a1a1a;
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    color: #999;
}
.corp_sns {
    float: left;
}
.corp_sns ul li:first-child {
    margin-bottom: 30px;
	margin-top: 0;
}
.corp_sns ul li {
    float: left;
	margin-top: 10px;
}
.corp_sns .sskkLogo img {
	width: 230px;
	height: 64.4px;
	transition: all 0.3s ease-in-out 0s;
}
.corp_sns img {
	width: 162px;
	height: 33px;
	transition: all 0.3s ease-in-out 0s;
}
.corp_sns ul li p {
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 10px;
    font-size: 12px;
}
.footbottom .copyright {
    width: 300px;
    text-align: right;
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    padding: 30px 0 0 0;
    float: right;
}
a.side-twitter {
margin: 5px 9px 0 0;
padding: 0;
display: block;
background: url(../images/social_new/btn_social_twitter@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
width: 32px;
height: 32px;
border-bottom: none;
float: right;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.side-twitter span {
display: none;
}
a.side-twitter:hover{
background: url(../images/social_new/btn_social_twitter_ov@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
}
a.side-facebook {
margin: 5px 9px 0 0;
padding: 0;
display: block;
background: url(../images/social_new/btn_social_fb@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
width: 32px;
height: 32px;
border-bottom: none;
float: right;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.side-facebook span {
display: none;
}
a.side-facebook:hover{
background: url(../images/social_new/btn_social_fb_ov@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
}
a.side-gplus {
margin: 5px 9px 0 0;
padding: 0;
display: block;
background: url(../images/social_new/btn_social_g@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
width: 32px;
height: 32px;
border-bottom: none;
float: right;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.side-gplus span {
display: none;
}
a.side-gplus:hover{
background: url(../images/social_new/btn_social_g_ov@2x.png) 0 0 no-repeat;
	-webkit-background-size: 32px 32px;
       -moz-background-size: 32px 32px;
         -o-background-size: 32px 32px;
            background-size: 32px 32px;
}

/*------- PC ------*/
@media only screen and (max-width : 1500px) {
	#top_menu nav li{
		padding: 0 20px;
		font-size: 17px;
	}
	.en #top_menu nav li{
		font-size: 18px;
	}
	.contactPage a div{
		font-size: 15px;
	}
}
@media only screen and (max-width : 1350px) {
	#middleware-link .view-first .logo{
		margin-top: 80px;
	}
	#top_menu nav li{
		padding: 0 10px;
		font-size: 16px;
	}
	.en #top_menu nav li{
		font-size: 18px;
	}
}
@media only screen and (max-width : 1160px) {
	#middleware-link .view-first .logo{
		margin-top: 60px;
	}
	#middleware-link .view-first .mask p .br{
		display: inline;
	}
	#top_menu nav li{
		font-size: 15px;
	}
	.en #top_menu nav li{
		font-size: 18px;
	}
	.engPage a div{
		padding:10px;
		font-size: 14px;
	}
	.contactPage a div{
		padding:10px 10px 10px 35px;
		font-size: 14px;		
    	background-position: 10px center;
		background-size: 20px auto;
	}
}
	
@media only screen and (max-width : 1060px) {
	
}
/*------- SMART PHONE ------*/
@media only screen and (max-width : 750px) {
	#wrapper,body.top-page #top-bar,#top-bar,#footer,#top_menu{min-width: 0;}
	.br{display: inline;}
	.pc{display: none;}
	.sp{display: block;}
	.column-L,
	.column-R{
		float: none;
		width: 100%;
	}
	/* section */
	section{
		font-size: 16px;
	}
	/* Top MENU */
	#top_menu.noTopPage{
		position: fixed;
		top: 0;
		padding-top: 0px;
		height: 60px;
		background-color: rgba(0,0,0,1);
		border-bottom: 1px solid #555;
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu{
		padding-top: 0px;
		height: 60px;
		background-color: rgba(0,0,0,1);
		border-bottom: 1px solid #555;
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu .menuSP{
		display: block;
	}
	header{
		min-width: inherit;
		padding: 0;
		display: block;
	}
	header #rightNav,
	#silicon_top_bar{
		display: none;
	}
	#top_menu nav li a:hover p{
		color: #000;
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu nav li:hover p{
		color: #000;		
		transition: all 0.3s ease-in-out 0s;
	}
	#top_menu nav li:nth-child(1):hover p,
	#top_menu nav li:nth-child(2):hover p{
		background-color: #f05a21;
	}
	#top_menu nav li:nth-child(3):hover p,
	#top_menu nav li:nth-child(4):hover p{
		background-color: #f89b1b;
	}
	#top_menu nav li:nth-child(5):hover p,
	#top_menu nav li:nth-child(6):hover p,
	#top_menu nav li:nth-child(7):hover p{
		background-color: #fdd207;
	}
	#top_menu nav li:nth-child(8):hover p{
		background-color: #fdd207;
	}
	#top_menu nav li:nth-child(8):hover p span{
		color: #fff !important;
	}
	#top_menu #enlighten_logo{
		padding-top: 10px;
		width: 47px;
		height: 50px;
		float: none;
		opacity: 1;
	}
	#top_menu .meanmenu-reveal{
		display: block;
	}
	.mean-bar{
		display:block;
	}
	.mean-container .mean-bar{
		margin-top:0 !important;
		top: 0;
	}
	.meanmenu-reveal nav p{
		margin-bottom:0;
		margin-top:0;
	}
	#top-bar #top_menu nav{
		display: none;
	}
	#top-bar #top_menu nav ul{
		padding: 0;
		float: none;
		width: 100%;
		border-top: 1px solid #555;
	}
	
	#top-bar.fixed #top_menu.noTopPage{
		min-width: 0px;
	}
	#top_menu nav li,
	#top_menu nav li:last-child{
		padding: 0;
		margin: 0;
		font-size: 16px;
		width: 100%;
		text-align: left;
		float: none;
		background-color: #000;
		border-left: none;
		border-bottom: #555 solid 1px;
	}
	#top_menu nav li p{
		padding: 15px 5%;
		color: #FFF !important;
	}
	.mean-container .meanmenu-reveal{
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1px;
		font-weight: 700;
		height: 35px;
		line-height: 22px;
		padding-bottom: 11px;
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 12px;
		position: absolute;
		text-decoration-color: -moz-use-text-color;
		text-decoration-line: none;
		text-decoration-style: solid;
		text-indent: -9999em;
		top: 0;
		width: 30px;
		right:0;
		left:auto;
	}
	.mean-container .meanmenu-reveal span{    
		background-attachment: scroll;
		background-clip: border-box;
		background-color: #fff;
		background-image: none;
		background-origin: padding-box;
		background-position: 0 0;
		background-repeat: repeat;
		background-size: auto auto;
		display: block;
		border-radius: 5px;
		height: 2px;
		margin-top: 5px;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span.top{
		background-color: #f05a21;
		margin-top: 8px;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span.mid{
		background-color: #f89b1b;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal span.bottom{ 
		background-color: #fdd207;
		transition: all 0.3s ease-in-out 0s;
	}

	.mean-container .meanmenu-reveal.active span.top{
		background-color: #f05a21;
		transform:rotate(135deg);
		margin-top:15px;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal.active span.mid{
		background-color: #f89b1b;
		transform:rotate(135deg);
		opacity:0;
		transition: all 0.3s ease-in-out 0s;
	}
	.mean-container .meanmenu-reveal.active span.bottom{ 
		background-color: #fdd207;
		transform:rotate(45deg);
		margin-top:-9px;
		transition: all 0.3s ease-in-out 0s;
	}
	header .contactPage-sp div {
		text-align: center;
		font-size: 10.5px;
		display: block;
		position: absolute;
		top: 0;
		right: 60px;
		width: 70px;
		background-color: #f05a21;
		color: #FFF;
		box-sizing: border-box;
		padding-top: 38px;
		padding-bottom: 1px;
		letter-spacing: -0.5px;
		background-image: url(/middleware/enlighten/images/contact-icon-w.svg);
		background-position: center 10px;
		background-repeat: no-repeat;
		-webkit-background-size: 30px auto;
		-moz-background-size: 30px auto;
		background-size: 30px auto;
	}
	.en header .contactPage-sp div{
		letter-spacing: normal;		
	}

/* middleware-link ------------------------------------:*/
	.middleware_title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#middleware-link li:first-child{
		float:left;
		width:100%;
	}
	#middleware-link li:last-child{
		float:right;
		width:100%;
	}

	#middleware-link li:first-child{
		margin-bottom:50px;
	}
	#middleware-link .logo img{
		width:50%;
	}
	#middleware-link .view-first .logo{
		margin-top:15%;
	}
	#middleware-link .view-first:hover .logo{
	   -webkit-transform: translateY(-40%);
	   -moz-transform: translateY(-40%);
	   -o-transform: translateY(-40%);
	   -ms-transform: translateY(-40%);
	   transform: translateY(-40%); 

	   -webkit-transition: all 0.2s ease-in 0.0s;
	   -moz-transition: all 0.2s ease-in 0.0s;
	   -o-transition: all 0.2s ease-in 0.0s;
	   -ms-transition: all 0.2s ease-in 0.0s;
	   transition: all 0.2s ease-in 0.0s;
	}
		#middleware-link .mask p{
			height: auto;
		}
	.view-first:hover h2,
	.view-first:hover p,
	.view-first:hover a.info {
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	   filter: alpha(opacity=100);
	   opacity: 1;
	   -webkit-transform: translateY(20px);
	   -moz-transform: translateY(20px);
	   -o-transform: translateY(20px);
	   -ms-transform: translateY(20px);
	   transform: translateY(20px);

	}
	.view p{
		padding:3%;
	}
	#middleware-link{
		padding-top:50px;
		padding-bottom:50px;
	}
	.view .mask, .view .content{
		position:relative;
	}
	.view-first .mask{
		height:auto;
		opacity:1;
		margin-top:0 !important;
	}
	.view-first p{
		opacity:1;
		transform:none !important;
	}
	#middleware-link .view-first:hover .logo{
		transform:none !important;
	}
	#middleware-link .view span{
		padding:10px 20px 10px 35px;
	}
/* Contact */
	.document-page #contact,.news-page #contact{
		padding-bottom: 100px;
	}
	.contact-tel-title,
	.contact-title{
		font-size: 22px;
		text-align:center;
		margin: 30px 5%;
		padding-bottom: 0;
	}
	.contact-wrapper{
		font-size: 14px;
	}
	.contact-mail p{
		text-align:center;
		width: 90%;
		margin: 0 auto;
		font-size: 18px;
	}	
	.ja .contact-mail-btn a span{
		padding: 15px 20%;
		font-size: 18px;		
	}
	.en .contact-mail-btn a span{
		padding: 15px 28%;
		font-size: 18px;		
	}
	.contact-mail-btn a span img{
		margin-bottom: 0;
		height: 16px;
		width: 21.5px;
		margin-right: 5px;
	}
	.contact-tel p{
		text-align: center;
	}
	.contact-tel-btn a span{
		font-size: 20px;
	}
/* Download BTN */
	.btn-dl-catalog{
		bottom: 0px;
		right: auto;
		left: 0px;
		width: 25%;
		height: 80px;
		/*background-color: #000;*/
	}
	.en .btn-dl-catalog{
		height: 60px;
		width: 20%;
	}
	.btn-dl-catalog:hover{
		bottom: 0px;
	}
	.btn-dl-catalog p{
		width: 100%;
	}
	.btn-dl-catalog p img{
		width: 80%;
		margin: 0 auto;	
	}
	.en .btn-dl-catalog p img{
		width: auto;
		height: 60px;
		margin: 0 auto;	
	}
	#canvas-basic2{
		border-radius: 0;
		width: 99.5%;
		height: 100%;
		margin-top: 0;
	}
	.btn-dl{
		position: fixed;
		bottom: 0px;
		right: 0px;
		height: 80px;
		width: 75%;
		transition: all 0.3s ease-in-out 0s;
	}
	.en .btn-dl{
		height: 60px;
		width: 80%;
	}
	.btn-dl:hover{
		right: 0px;
		transition: all 0.3s ease-in-out 0s;
	}
	#canvas-basic{
		border-radius: 0;
	}
	.btn-dl p{
		position: relative;	
		width: 100%;
		text-align: center;
	}
	.btn-dl p img{
		height: auto;
		width: 100%;
		margin: 0 auto;
	}
	.en .btn-dl p img{
		width: 100%;
		height: 60px;
	}
/* Footer */
	#footer ul{
		height: auto;
	}
	.foottop ul li{
		padding:0 30px 0 0;
	}
	.corp_sns ul li:first-child{
		width: 100%;
	}
	.corp_sns ul li p{
		padding-left: 0;
	}
	.footbottom{
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.footbottom .copyright{
		width: 100%;
		text-align: left;
	}
	
}

/*------- SMART PHONE ------*/
@media only screen and (max-width : 450px) {
	
section.first{
	padding-top: 100px;
}
.en section.first{
	padding-top: 100px;
}
/* Contact 
	.ja .contact-mail-btn a span{
		padding: 15px 15%;	
	}
	.en .contact-mail-btn a span{
		padding: 15px 20%;	
	}
	._br{
		display: block;
	}
	.contact-tel p{
		margin-left: 5%;
		margin-right: 5%;
	}	
	#popup .popup-bg{
		background-size: 350px 286px;
		background-position: center 40%;
	}
*/
	.contactWrapper{
		margin-bottom: 100px;
	}
	.contactWrapper .titTx {
    	font-size: 20px;
		margin-bottom: 10px;
	}
	.contactWrapper .lineT {
		margin: 15px 0px 0;
		padding-top: 15px;
		padding-left: 0;
	}
	.contactWrapper .tableColumn .col{
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 25px
	}
	.contactWrapper .tableColumn .col:first-child{
		margin-top: 15px;
	}
	.contactWrapper .titTx02{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.contactWrapper .inner .bt01 a{
		font-size: 18px;
	}
	.contactWrapper .inner .inq a{
		/*background-position: 7% center;*/
		background-size: 25px auto;
	}
	.contactWrapper .inner .cat a{
		/*background-position: 10% center;*/
		background-size: 25px auto;
	}
	.contactWrapper .tel .number, .contactWrapper .tel .number a{
		font-size: 24px;
	}
/* Platform */
.platformLogo img{
	height: auto;
	width: 100%;
}
	
	#toPageTop{
	top: auto;
		right: 20px;
		bottom: 20px;
}
}

/*------- SMART PHONE ------*/
@media only screen and (max-width : 400px) {
	
	.btn-dl,.btn-dl-catalog{
		height: 70px;
	}
}
/*------- SMART PHONE ------*/
@media only screen and (max-width : 360px) {
	#top_menu nav li p{
		padding: 10px 5%;
	}
/* Contact */
	.ja .contact-mail-btn a span{
		padding: 15px 9%;	
	}
	.en .contact-mail-btn a span{
		padding: 15px 15%;	
	}
	#popup .popup-bg{
		background-size: 300px 245px;
	}
	.btn-dl,.btn-dl-catalog{
		height: 60px;
	}
	.en .btn-dl-catalog p img{
		width: 100%;
		height: auto;
		margin: 0 auto;	
	}
}