@charset "utf-8";

/**
 *
 *  SitePC or SiteTABLET CSS
 *
 */


/* PC or Tablet
------------------------------------------------------------*/
.inner {
	width: 1020px;
	margin: 0 auto;
}

h1 img {
	width: 280px;
}

/* header */
/*
.gnav li {
	float: left;
	text-align: center;
	}
	.gnav li a {
		display: block;
		text-decoration: none;
	}
	.gnav li a:before {
		display: block;
		font-family: 'Open Sans Condensed'; 
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		color: #F6AA00;
		padding: 0px 20px;
	}
	.gnav li:nth-child(1) a:before { content: 'SERVICE'; }
	.gnav li:nth-child(2) a:before { content: 'COMPANY'; }
	.gnav li:nth-child(3) a:before { content: 'CONTACT'; }
	
	.gnav li a:hover {
		color: #F6AA00;
	}	
*/
.gnav .pc-dsp-no {
	display: none;
}
.gnav .pc-dsp {
	float: left;
	text-align: center;
	padding-top: 8px;
	}
	.gnav .pc-dsp a {
		display: block;
		text-decoration: none;
	}
	.gnav .pc-dsp a:before {
		display: block;
		font-family: 'Open Sans Condensed'; 
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: bold;
		color: #4f8c31;
		padding: 0px 20px;
	}
	.gnav .pc-dsp:nth-child(2) a:before { content: 'SERVICE'; }
	.gnav .pc-dsp:nth-child(3) a:before { content: 'COMPANY'; }
	.gnav .pc-dsp:nth-child(4) a:before { content: 'CONTACT'; }
	
	.gnav .pc-dsp a:hover {
		color: #4f8c31;
	}	
	
/* main-visual */
#mainvisual{
	background:url(../img/bg-mainvisual3.jpg) no-repeat;	
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	/* object-fit: cover; */
}	
/* #mainvisual > img {
	padding-bottom: 50px;
	}
	.news dl {
		width: 600px;
		overflow: hidden;
		line-height: 2.0;
		padding: 25px 25px 40px 25px;
	}
	.news dl dt {
		width: 35%;
		clear:left;
		float: left;
		text-align: right;
		padding-bottom: 5px;
	}
	.news dl dd{
		width: 65%;
		float: left;
		padding-left: 30px;
	}
	.news p {
		position: absolute;
		bottom: 10px;
		right: 225px;
	} */
	
/* about */
#about p {
	text-align: center;
}

/* omics */
#omics dl {
	width: 33.33%;
	padding: 0 5px;
	float: left;
}
#omics dl {
	margin-bottom: 50px;
}
#omics dl dd {
	text-align: center;
}


/* service */
#service {
	background: url(../img/bg_service.jpg) no-repeat;
	background-position: 60% -20%;
}
#service .inner {
	width: 840px;
}

#service .service-block {
	margin: 0 -10px;
}
/* #service .service-block:after {
	width: 100%;
	height: 49px;
	content: "";
	display: block;
	background: url(../img/arrow_down.png) no-repeat;
	background-size: contain;
	background-position: center bottom;
	margin-bottom: 20px;
} */

#service .service-block-bottom {
	margin-bottom: 100px;
}
#service .service-block-bottom ul li{
	width: calc(100%/3 - 10px);
	float: left;
	margin: 0 5px;
}

[class^="service-box-0"] {
	width: 50%;
	float: left;
	padding: 15px;
}

[class^="service-box-wide-0"] {
	width: 50%;
	float: left;
	padding: 5px;
}


.contact-link-btn a:hover {
	text-decoration: none;
}


/* company */
#company {
	background: url(../img/bg-company.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;

}

#company table {
	width: 80%;
	}
	#company table th {
		width: 30%;
		text-align: left;
		vertical-align: top;
		padding-top: 10px;
		padding-left:50px;
	}
	#company table td {
		width: 70%;
		padding: 5px 0px;
	}

/* contact */

#contact dl dt{
	width: 312px;
}

#contact .info dd {
	width: 50%;
	text-align: center;
	/*padding: 50px 0px;*/
	padding-top: 50px;
}

/* contact form */
#contact #mailformpro dl {
	overflow: hidden;
	}
	#contact #mailformpro dl dt {
		float: left;
		padding-left: 70px;
	}
	#contact #mailformpro dl dd {
		margin-bottom: 20px;
		/*background-color: #EEE3DB;*/
		}
	
textarea, input, select {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
textarea {
	width: 660px;
	height: 200px;
}
input {
	width: 400px;
	font-size: 18px;
	font-size: 1.8rem;
	}
	label > input {
		width: 50px;
	}
	
.address {
	width: 660px;
}


/* footer */
#footer > .inner p {
	width: 30%;
	line-height: 2.4;
	float: left;
	border-right: 1px dotted #444;
}
#footer > .inner ul {
	width: 70%;
	float: left;
	padding-top: 10px;
	padding-left: 50px;
	}
	#footer > .inner ul li {
		margin-bottom: 15px;
	}
		


/* thanks Page */
#thanks dt {
	width: 500px;
}
#thanks dd {
	width: 800px;
	text-align: center;
}

/* news Page */
#news .news-block {
	padding: 30px 80px;
}

/* tablet */
@media screen and (max-width:1024px) {
#mainvisual, #company{
	background-attachment: scroll;
	background-size: contain;
	background-position: 0 0;
}
#mainvisual .news dl {
	margin-top: 0px;
}
#news .news-block {
	margin: 0px 10px;
	margin-bottom: 10px;
	}
	
}







