@charset "utf-8";
/* CSS Document */
/* GDPR */
.cc-banner .cc-message,.cc-window .cc-message{text-align: left;}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

/* ### レイアウト ### */
body {
	font-family: "メイリオ","Meiryo","Arial","ＭＳ Ｐゴシック","MS PGothic",Osaka;
	line-height: 1.7;
	color: #FFF;
	font-size: 80%;
	text-align: center;
	background-color:#000;
	min-width:1200px;
}
a img{
	border:none;
	outline:none;
}

#wrapper{
	position:relative;
	background:#000;
	min-width:1100px;
	width:100%;
	opacity:1;
}
li{
	list-style:none;
}

header,footer,nav,
orochi{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}
/* The clearfix hack to clear the floats: */
.clearfix_:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix_             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix_ { zoom: 1; } /* IE7 */

/* Hyperlink Styles: */

a, a:visited {
	color:#eb6100;
	text-decoration:none;
	border:none;
	outline:none;
}

a:hover{
	text-decoration:none;
	color:FC6;
}

/*loading -----------------------------------------:*/
#loading {
	position:fixed;
	z-index:99999;
	width:100%;
	height:200%;
	background-image:url(../images/new_top/bg.gif);
	top:0;
}
#loading .bg img{
}

#loading .loading_anime{
	position:fixed;
	top:30%;
	width:100%;
	text-align:center;
}
#loading .logo{
	width:500px;
	margin-bottom:30px;
	
}
#loading .icon{
	width:40px;
	z-index:999999999999999999;
}


/*Top -----------------------------------------:*/
header{
	width:100%;
	min-width:1100px;
	padding-bottom:70px;
}
.line_top{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	border:#333333 solid 1px;
}
#top_logo{
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:80px;
	margin-bottom:55px;
}
#top_logo img{
	width:100%;
	max-width:400px;
}
#top_title{
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-bottom:65px;
	padding-top:50px;
}

#top_title img{
	width:90%;
	max-width:680px;
}

h1 {
	font-size:12px;
	font-weight:normal;
	float:left;
	padding-top:5px;
}

h2 {
	float:left;
	margin-top:15px;
	margin-right:40px;
	width:318px;
}
h2 img{
	width:100%;
}

#top_menu{
	width:100%;
	padding-top: 20px;
}

#top_menu #global{
	margin:0 auto;
	float:none;
}
#global ul{
	margin-top:70px;
}
#global li img{
	height:15px;
}
#global li{
	margin-right:50px;
	margin-top:0px !important;
	cursor:pointer;
}
#global li img{
	padding:10px 15px;
}
#global li:last-child{
	margin-right:0px;
}


/*Slider --------------------------------------: */
#my_slider{
	opacity:0;
}

.slider1{
	width:50%;
	float:left;
}
.slider2{
	width:50%;
	float:right;
	text-align:right;
}
.slider3{
	width:25%;
	float:left;
	text-align:right;
}
.slider1 img{
	width:100%;
}
.slider2 img{
	width:100%;
}
.slider3 img{
	width:99%;
}


/* menu Styles------------------------------: */
#menu{
	background-color:#000;
	width:100%;
	display:none;
	position:fixed;
	top:0;
	border-bottom:#333333 solid 1px;
	z-index:999;
}
#menu #global{
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	float:none;
	width:90%;
	max-width:1200px;
}

#menu .submenu_logo{
	float:left;
	margin-top:5px;
}
#menu .submenu_logo img{
	max-width:250px;
}
#menu ul{
	float:right;
	margin-top:10px;
}
#menu_content{
	width:980px;
	margin: 0 auto;
}
#orochi{
	float:left;
	width:980px;
}

/* global Nav styles: */

nav{
	float:left;
	width:422px;
}

#global	{
	z-index:7;
}

#globalNavi, #globalNavi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#globalNavi	{
	position:relative;
	z-index:6;
}
#globalNavi li	{
	float:left;
	position:relative;
	margin-top:50px;
}
#globalNavi li img{
	opacity:1;
	transition: all 0.4s ease-in-out 0s;
}
#globalNavi li:hover img{
	opacity:0;
	transition: all 0.4s ease-in-out 0s;
}
#globalNavi li#menu4:hover img{
	opacity:1;
	background-color:#ff952a;
	transition: all 0.4s ease-in-out 0s;
}

#globalNavi li#menu1{
	background-image:url(../images/new_top/top_menu1_on.png);
	background-repeat:no-repeat;
	background-size:66px 15px;
	background-position:15px 10px;
}
#globalNavi li#menu2{
	background-image:url(../images/new_top/top_menu2_on.png);
	background-repeat:no-repeat;
	background-size:66px 15px;
	background-position:15px 10px;
}
#globalNavi li#menu3{
	background-image:url(../images/new_top/top_menu3_on.png);
	background-repeat:no-repeat;
	background-size:99px 15px;
	background-position:15px 10px;
}


#globalNavi li.sub_menu	{
	float:left;
	position:relative;
	margin:0;
}

#globalNavi li.trial{
	float:right;
	width:114px;
	margin:0;
}
#globalNavi li.trial a{
	float:right;
	width:114px;
	margin:0;
}

#globalNavi li.line{
	float:left;
	margin-top:30px;
	width:1px;
}
#globalNavi ul {
	padding-top:20px;
	position:absolute;
	top:20px;
	left:0px;
	display:none;
}
#globalNavi ul li a	{
	width:170px;
	display:block;
	/*background:url(../common/images/icon.png) no-repeat;*/
	padding:7px 5px 8px 10px;
	border-bottom:1px dotted #FFF;
	color:#FFF;
	text-decoration:none;
	background-color:#f60;
}
#globalNavi ul li a:hover	{
	/*background:#FFF url(../common/images/icon_on.gif) no-repeat;*/
	color:#F60;
	background-color:#FFF;
}

#globalNavi ul li ul {
	top:0px;
	left:175px;
}
#globalNavi ul ul{
display:none;
}

#globalNavi li.trial img{

}

.title{
	font-size:2.4rem;
	font-size:24px;
	text-align:center;
}

/* content1 ------------------------------------:*/
#content1{
	margin:90px 0px;
}
#content1 p{
	width:90%;
	max-width:800px;
	margin:0 auto;
	margin-bottom:45px;
	font-size:1.5rem;
	font-size:15px;
	line-height:40px;
	text-align:left;
}

#content1 ul{
	width:100%;
	max-width:500px;
	margin:0 auto;
}
#content1 li{
	float:left;
	width:33.333%;
	text-align:center;
}
#content1 li img{
	width:85%;
	border:1px #ff7300 solid;
	border-radius:5px;
}
	

/* content2 ------------------------------------:*/
#content2{
	background-color:#141414;
	color:#FFF;
	text-align:left;
}
.content_l{
	width:50%;
	float:left;
}
#content2 .content_l div{
	float:right;
	width:100%;
	max-width:600px;
	margin-top:130px;
}
.content_l span{
	font-size:2.4rem;
	font-size:24px;
}
.content_l p{
	margin-top:30px;
	width:85%;
	line-height:30px;
}
.content_r{
	width:50%;
	float:right;
}
.content_r .content2_slider{
	width:100%;
}
.content_r .content2_slider ul{
	width:100%;
	line-height:0;
}
.content_r .content2_slider img{
	width:100%;
}

.content2_onslide{
	position:absolute;
	z-index:99;
	background-color:rgba(0,0,0,0.5);
	width:50%;
	height:100px;
	margin-top:-100px;
}


.content2_slide_title{
	position:absolute;
	text-align:left;
	z-index:99;
	margin-left:15px;
	margin-top:15px;
}
.content2_copyright{
	position:absolute;
	bottom:0;
	z-index:99;
	margin-bottom:5px;
	margin-left:15px;
	color:#CCC;
	font-size:0.9rem;
	font-size:9px;
}

/* content3 ------------------------------------:*/
#content3{
	background-image:url(../images/new_top/bg_content3.png);
	background-position:center -70px;
	background-size:100%;
	background-repeat:no-repeat;
	height:700px;
	color:#FFF;
	text-align:left;
}
.content3_title{
	width:100%;
	padding-top:110px;
	margin-bottom:70px;
}
.content3_content{
	margin:0 auto;
	width:90%;
	max-width:1200px;
}

#content3 .content_l{
	width:55%;
	float:left;
}
#content3 .content_l img{
	width:100%;
}
#content3 .content_r{
	width:40%;
	float:right;
	padding-top:30px;
}
#content3 .content_r span img{
	max-width:200px;
}
#content3 .content_r span{
	font-size:16px;
	font-size:1.6rem;
}
#content3 .content_r p{
	margin-top:50px;
	line-height:30px;
}
#content3 .content_r a div{
	width:96%;
	border:solid 1px #FFFFFF;
	text-align:center;
	padding:2%;
	color:#FFF;
	margin-top:20px;
	transition: all 0.4s ease-in-out 0s;
}
#content3 .content_r a:hover div{
	border:solid 1px #ff7300;
	background-color:#ff7300;
	transition: all 0.4s ease-in-out 0s;
	
}

/* content4 ------------------------------------:*/
#content4{
	background-color:#141414;
	color:#FFF;
	text-align:left;
	padding:110px 0;
}
#content4 .content4_content{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
.content4_title{
	width:100%;
	margin-bottom:70px;
}
#content4 p{
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	max-width:800px;
	line-height:30px;
}

#content4 .content_l p,#content4 .content_r p{
	margin:0 auto;
	margin-top:10px;
	margin-bottom:0px;
	max-width:none;
	line-height:30px;
}
#content4 .content_l{
	width:49%;
	float:left;
}
#content4 .content_r{
	width:49%;
	float:right;
}
#content4 img{
	width:100%;
}
#content4 .copyright{
	color:#666666;
	font-size:0.9rem;
	font-size:9px;
}



/* content5 ------------------------------------:*/
#content5{
	color:#FFF;
	text-align:left;
	padding:110px 0;
}
#content5 .content5_content{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
.content5_title{
	width:100%;
	margin-bottom:70px;
}
#content5 p{
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	max-width:800px;
	line-height:30px;
}
#content5 .sub_content{
	text-align:center;
	background-color:#141414;
	padding:25px 0;
	line-height:30px;
}
#content5 .sub_content span{
	font-weight:bold;
}
#content5 .content_l{
	width:50%;
	float:left;
}
#content5 .content_r{
	width:50%;
	float:right;
}
#content5 img{
	width:100%;
}
#content5 div.befor_after{
	margin:0;
	position:absolute;
	margin-top:0;
	padding:10px 25px;
	background-color:rgba(255,115,0,0.7);
	width:auto;
	font-weight:bold;
	font-size:1.6rem;
	font-size:16px;
}

/* content6 ------------------------------------:*/
#content6{
	color:#FFF;
	text-align:center;
	padding:110px 0;
}
#content6 .content6_content{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
#content6 p{
	margin-top:60px;
	margin-bottom:30px;
}
.content6_title img{
	max-width:770px;
}

#content6 .effect_d1{
	width:32%;
	margin: 0 auto;
	margin-top: 30px;
}
#content6 .effect_d1 a{
	margin:0 auto;
	background-color:#141414;
	color:#aaaaaa;
	height:100px;
	display:table-cell;
	vertical-align: middle;
	font-size:1.6rem;
	font-size:16px;
	padding-left:35px;
	width:400px;
	
	
	background-repeat:no-repeat;
	background-size:40px 41.5px;
	background-position:55px center;
	transition: all 0.4s ease-in-out 0s;
}
#content6 .effect_d1 a{
	background-image:url(../images/new_top/orochi_btn1_off.png);
	background-repeat:no-repeat;
	background-size:40px 42px;
	background-position:20px center;
	padding-left:35px;
	transition: all 0.4s ease-in-out 0s;
}
#content6 .effect_d1 a:hover{
	background-image:url(../images/new_top/orochi_btn1_on.png);
	background-color:#ff7300;
	color:#fff;
	transition: all 0.4s ease-in-out 0s;
}

/* content7 ------------------------------------:*/
#content7{
	color:#FFF;
	text-align:center;
	padding:110px 0;
}
#content7 .content7_content{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
.content7_title{
	width:100%;
	margin-bottom:40px;
}
.news_content{
    /*width: 95%;*/
    max-width: 1500px;
    text-align: center;
    margin: 0px auto;
}

.news_content ul li{
	float:left;
	width:32%;
	background-color:#1E1E1E;
}
.news_content ul li .mask{
	overflow:hidden;	
}
.news_content ul li:nth-child(2){
	margin:0 2%;
}
.news_content ul li a p.info{
	float:left;
	text-align:left;
	color:#fff;
	margin:0 auto;
	padding:10px;
	background-color:rgba(255,115,0,0.7);
	position:absolute;
	z-index:9;
}
.news_content ul li a p.day{
	text-align:left;
	width:90%;
	color:#ff7300;
	margin:0 auto;
	padding-top:10px;
	margin-right:5%;
	padding-bottom:10px;
}
.news_content ul li a p.content{
	width:90%;
	text-align:left;
	margin:0 auto;
	color:#999;
	padding-bottom:15px;
	font-size:12px;
}
.news_content ul li a:hover p.content{
	color:#ccc;

}
.news_content img{
	width:100%;
}

a .kuwashiku{
	position:absolute;
	margin-top:90px;
	z-index:5;
	opacity:0;
}
a:hover .kuwashiku{
	opacity:1;
}
.kuwashiku img{
	width:50%;
	max-width:140px;
	opacity:1;
	border:1px #FFFFFF solid;	
}
.news_content ul li a:hover img.top_news{
	opacity:0.6;
}

/* content8 ------------------------------------:*/
#content8{
	color:#FFF;
	text-align:center;
	padding:110px 0;
}
#content8 .content8_content{
	width:90%;
	margin:0 auto;
	max-width:1200px;
}
.content8_title{
	width:100%;
	margin-bottom:40px;
}
#content8 li{
	overflow:hidden;
	cursor:pointer;
}
#content8 li:first-child{
	float:left;
	width:48%;
}
#content8 li:last-child{
	float:right;
	width:48%;
}
#content8 li img{
	width:100%;
}
#content8 .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;
   
}
#content8 .view-first:hover .logo{
	/*margin-top:70px;*/

   -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;
}
#content8 .logo img{
	max-width:250px;
	margin:0 auto;
}
#content8 .message{
	position:absolute;
	color:#FFF;
	text-align:left;
	overflow:hidden;
}
#content8 .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;
}
#content8 .message_detail p{
	margin-bottom:15px;
}
#content8 .view span{
	padding:5px 10px;
	padding-left:25px;
	background-image:url(../images/new_top/arrow.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:6px 12px;
}
#content8 .view .yebis span{
	background-color:#989b33;
}
#content8 .view .mizuchi span{
	background-color:#004484;
}
#content8 .mask p{
	line-height:24px;
	background-color:rgba(0,0,0,0.7);
	height:120px;
}
/* solution-link -----:*/
#solution-link{
	color:#FFF;
	text-align:center;
	padding:110px 0;
	padding-bottom:200px;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
#solution-link .title_text{
	font-size: 28px;
	margin-bottom: 50px;
	color: #ff7300;
}
#solution-link .threeColumn .col {
    width: 32%;
	background-color: #1E1E1E;
}
#solution-link .col:first-child {
    margin-left: 0 !important;
}
#solution-link .col{
    float: left;
    margin-left: 2%;
}
#solution-link .solutionTxt{
	padding: 20px 15px;
}
#solution-link .titleSolution{
	font-size: 16px;
	color: #ff7300;
	text-align: left;
    background: url(/middleware/orochi/images/icon_arrow.png) no-repeat 0 0.35em;
    background-size: 8px 15px;
    padding-left: 20px;
	transition: all 0.2s ease-in-out 0s;
}
#solution-link img{
	width: 100%;
}
#solution-link a:hover img{
	opacity: 0.8;
}
#solution-link a:hover .titleSolution{
	background-position: 3px 0.35em;
	transition: all 0.2s ease-in-out 0s;
}
#solution-link .content{
	font-size: 15px;
	margin-top: 15px;
	color:#ccc;
	text-align: left;
}
#solution-link a:hover .content{	
	color: #fff;
}
/* solution-link -----:*/

/* Topics Styles------------------------------: */

#topics {
	margin:20px 0 0px 0;
}

#topics img {
	border:1px solid #151515;
}

#topics article {
	width:470px;
	float:left;
	text-align:left;
}

#topics article.last {
	margin-left:40px;
}

#topics article li {
	list-style-type: none;
	padding:5px 0;
}

#topics article li.hhight {
	height:80px;
	display:block;
}

#topics a, a:visited {
	text-decoration:none;
	color:#FF6600;
}

#topics a:hover{
	text-decoration:underline;
	color:#FF6600;
}

/* Trademark styles------------------------------: */

#trademark{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	font-size:11px;
	line-height: 1.8;
	padding-bottom: 10px;
	color:#9fa0a0;
	text-align:left;
	border-bottom:1px dotted #333;
}

#trademark li{
	list-style-type: none;
}
#trademark li.bigTxt{
	font-size: 12.8px;
}


/* Footer styles------------------------------: */

footer{
	bottom:0;
	margin-top:50px;
	width:100%;
}

#footernav{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	padding-top:10px;
	height:30px;
}

#footernav li{
	float:left;   
	list-style-type: none;
	margin:0 20px 0 0;  
	padding:0;
	color:#eb6100;
}

#footernav a, a:visited {
	color:#fff;
	text-decoration:none;
}

#footernav a:hover{
	text-decoration:none;
	color:#eb6100;
}

#copyright{
	height:100px;
	background-color:#151515;
	bottom:0;
	width:100%;
}

#copyright ul{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}

#copyright li{
	float:left;   
	list-style-type: none;
	margin:30px 0 0 0;  
	padding:0;  
}

#copyright li:first-child{
	margin-top: 15px;
}
#copyright li.odd{
	
}	
#copyright li.odd a{
	font-size:16px;
	color:#009fe6;
}

#copyright li.copyright{  
	float:right;    
	list-style-type: none;
	margin:45px 0 0 0;
	color:#9fa0a0;
	text-align:right;
	width:300px;
}

#container #toPageTop {
	position: fixed;
	bottom: 100px;
	right: 30px;
}
#container #toPageTop a {
	display: block;
	width: 60px;
	background: url(/middleware/orochi/common/images/btn_to-page-top_ov.gif) no-repeat;
}
#container #toPageTop a:hover img {
	visibility: hidden;
}

/* toPage TOP styles------------------------------: */

#toPageTop {
    bottom: 80px;
    float: none;
    height: 30px;
    position: fixed;
    right: 40px;
    width: 30px;
    z-index: 999999;
	display:none;
}

/* SNS */
#share-sns {
	color: #FFF;
    text-align: center;
    padding-bottom: 50px;
	padding-top: 50px;
}
#share-sns .sp{
	display: none;
}
#share-sns p {
    margin-bottom: 20px;
}
#share-sns li,
#middleware-link #share-sns li{
	float: none;
    line-height: 40px;
    display: inline;
    margin-right: 20px;
}
#share-sns li img {
    height: 45px;
    width: 45px;
	vertical-align: bottom;
}
#share-sns li a:hover img{
    transform: rotateX(360deg);
    transition: .8s ease-in-out;
}
/*#share-sns li a:hover img {
    height: 55px;
    width: 55px;
}*/
#share-sns li span {
	color: #FFF;
    margin-left: 10px;
    font-size: 14px;
}


@media only screen and (max-width: 1800px) {
#content2 .content_l div{
	margin-top:120px;
}	
}
@media only screen and (max-width: 1600px) {
#content2 .content_l div{
	margin-top:90px;
}	
}
@media only screen and (max-width: 1500px) {
#content2 .content_l div{
	margin-top:80px;
}	
}
@media only screen and (max-width: 1400px) {
#content2 .content_l div{
	margin-top:70px;
}	
}
@media only screen and (max-width: 1300px) {
#content2 .content_l div{
	margin-top:40px;
}	
a .kuwashiku{
	margin-top:80px;
}
}
@media only screen and (max-width: 1250px) {
#content6 li a{
	font-size:1.4rem;
	font-size:14px;
}
#content6 li a{
	background-size:35px 36px;
	background-position:55px center;
}
#content6 li:first-child a{
	background-size:35px 37px;
	background-position:20px center;
}
#content6 li:last-child a{
	background-size:32px 23px;
	background-position:95px center;
}

}
@media only screen and (max-width: 1200px) {
#content2 .content_l div{
	margin-top:20px;
}
	
a .kuwashiku{
	margin-top:70px;
}	


#content8 .view-first .logo{
	margin-top:60px;
}

#content2 .content_l div{
	width:95%;
	margin-left:10px;
	margin-top:30px;
}
}