/*------------------------------------------------------------
	FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:768px){

/*------------------------------------------------------------
	BODY BASIC
------------------------------------------------------------*/
body{
background:#000;
color:#fff;
font-size:14px;
line-height:1.7;
letter-spacing:0.06em;
}

/*------------------------------------------------------------
	RESPONSIVE
------------------------------------------------------------*/
.pconly{ display:block; }
.sponly{ display:none; }


/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
header{
padding:15px 0;
}
.siteName{
width:325px;
margin:0 auto;
font-size:36px;
line-height:60px;
height:60px;
padding-left:100px;
background:url(img/oribit-mark.svg) no-repeat;
background-size:80px;
}



/*------------------------------------------------------------
	TOPPAGE
------------------------------------------------------------*/
.mov-wrap{
width:1000px;
margin:40px auto 40px;

}
.mov-bg{
width:100%;
position: relative;
width:100%;
height: 0;
padding:0 0 56.25%;
overflow: hidden;
}

.mov-bg video{
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
overflow:hidden;
}

#content{
width:1000px;
margin:0 auto;
padding:40px 0;
}

.cc{
text-align:center;
font-size:16px;
line-height:32px;
margin:1em 0 2.5em;
}


.comT{
width:500px;
margin:0 auto;
}
.comT th{
border-bottom:1px solid #ccc;
padding:15px;
font-weight:normal;
text-align:left;
white-space:nowrap;
}
.comT td{
padding:15px;
border-bottom:1px solid #ccc;
}

.cont-md{
text-align:center;
font-size:20px;
line-height:30px;
margin-bottom:10px;
}

.busiList li{
padding-left:1em;
position:relative;
}
.busiList li::before{
content:'';
width:6px;
height:6px;
border-radius:50%;
background:#fff;
position:absolute;
top:8px;
left:2px;
}

/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/


.copy{
font-size:11px;
line-height:22px;
text-align:center;
padding:10px 0;
}



/*------------------------------------------------------------
	END PC LAYOUT CSS
------------------------------------------------------------*/
}