@charset "utf-8";

/**
 *
 *  SiteSP CSS
 *
 */


/* SP Only
------------------------------------------------------------*/
/* commmon */
table { width: 100%; }
tr, th, td {
	display: block;
	text-align: left;
	}
	td {
		padding-top: 2px;
		padding-bottom: 25px;
	}
.news, #service, #company, #contact {
	padding: 0px 5px;
}

.hvr-grow:hover {
	-webkit-transform: none;
	transform: none;
}

/* header */
#header h1 {
	margin-left: 10px;
	}
	h1 img {
		width: 240px;
	}

/* global-menu */
/* メニュートリガー */
#modal-overlay {
	background-color: rgba(0,0,0,0.75);
	display: none;
	height: 120%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
#global-menu nav p {
	float: right;
	position: relative;
	width: 50px;
	height: 50px;
	z-index: 200;
}
#global-menu nav p:before {
	content: "";
	width: 50px;
	height: 50px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: all 0.2s ease 0s;
}
#global-menu nav p a {
	display: block;
	height: 50px;
	position: relative;
}
#global-menu nav p a span {
	background-color: #011627;
	height: 4px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 23px;
	transition: all 0.2s ease 0s;
}
#global-menu nav p a span:before, #global-menu nav p a span:after {
	background-color: #011627;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 0;
	transform-origin: 50% 50% 0;
	transition: all 0.2s ease 0s;
}
#global-menu nav p a span:before {
	top: -9px;
}
#global-menu nav p a span:after {
	top: 9px;
}
#global-menu.open nav p:before {
	opacity: 1;
}
#global-menu.open nav p a span {
	background-color: transparent;
}
#global-menu.open nav p a span:before, #global-menu.open nav p a span:after {
	background-color: #011627;
	top: 0;
}
#global-menu.open nav p a span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
		transform: rotate(45deg);
}
#global-menu.open nav p a span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
}

/* グローバルメニュー */
#global-menu nav .gnav {
	background: none repeat scroll 0 0 #FFFFFF;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: 100;
}
#global-menu.open nav .gnav {
	overflow: visible;
	top: 70px;
}
#global-menu.open nav .gnav {
	height: auto;
	border-top: 1px solid #999999;
}
#global-menu.open nav .gnav li {
	opacity: 1;
	transform: scale(1, 1);
	padding: 8px 0px;
	border-top: 1px solid #999;
	}
	#global-menu.open nav .gnav > li > a{
		position: relative;
	}
	#global-menu.open nav .gnav  li > a:after{
		width: 10px;
		height:10px;
		display: inline-block;
		content: "";
		border-top: 1px solid #3D7E1F;
		border-right: 1px solid #3D7E1F;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0.6;
		position: absolute;
		top: 25%;
		right: 20px;
	}
	
	#global-menu.open nav .gnav > li:first-child {
		border-top: none;
	}
	
#global-menu.open nav .gnav li a {
	display: block;
	color: #3D7E1F;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 20px;
	}
	
/* main-visual */

#mainvisual{
	background: url(../img/bg-mainvisual-sp3.jpg) no-repeat;
	/*background-position: 50% 50%;*/
	background-size: cover;
	}
	#mainvisual > img {
		width: 140px;
	}
	#mainvisual p img {
		padding-top: 240px;
	}

.news {
	padding: 0 10px 0;
}
.news dl {
	width: 100%;
	line-height: 1.2;
	padding: 10px 15px 40px 15px;

	}
	.news dl dd{
		margin-bottom: 10px;
		/*border-bottom: 1px dotted #CCC;*/
	}
	.news p {
		position: absolute;
		bottom: 10px;
		right: 20px;
	}

/* about */
#about .inner {
	margin: 20px;
}

/* omics */
#omics .circle {
	width: 80%;
	margin-top: -30px;
	margin-bottom: 30px;
}

#omics dl {
	margin-bottom: 30px;
}
#omics dl dd {
	text-align: center;
}
/* service */
[class^="service-box-0"] {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	}
	[class^="service-box-0"] ul {
		height: auto;
	}
[class^="service-box-wide-0"] {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	}
	[class^="service-box-wide-0"] ul {
		height: auto;
	}

#service .service-block-bottom {
	padding: 20px;
}
#service .service-block-bottom ul li {
	margin-bottom: 10px;
}

/* company */
#company {
	background: url(../img/bg-company-sp.jpg) no-repeat;
	/*background-position: 50% 50%;*/
	background-size: cover;
	height: 800px;
	padding: 0 15px;
}
	
#company h2 {
	padding-top: 40px;
	margin-bottom: 30px;
}

#company table {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
	
/* contact */
#contact dl {
	width: 100%;
	margin: 0 auto;
}
#contact .info dd {
	padding: 20px 0px;
}
#contact .tel {
	text-align: center;
}
#contact #mailformpro dl dt {
	padding-top: 20px;
	padding-bottom: 2px;
}
#contact #mailformpro dl dd {
	padding: 0;
}

/* contact form */
/* サイズ */
input {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px;
	}
	input[type="checkbox"] {
		width: 20px;
	}
textarea {
	width: 100%;
	height: 200px;
}


/* page-top */
#page-top {
	width: 50px;
	height: 50px;
	padding: 10px 0px;
	position: fixed;
	right: 0;
	bottom: 5px;
	}
	.top:before {
		width: 10px;
		height: 10px;
	}

/* footer */
#footer > .inner {
	padding: 20px;
}
#footer > .inner p {
	margin-bottom: 30px;
}
#footer > .inner ul {
	display: none;
}
.copyright {
	font-size: 1rem;
}



/* -----------------------------------------

   Second Page
	 
------------------------------------------*/
/* thanks Page */
#thanks dl {
	width: 100%;
	padding: 5px;
	}
	#thanks dt {
		width: 100%;
	}


/* news Page */
#news .news-block {
	width: 95%;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 10px;
	}
	.news-block dl dt {
		font-size: 18px;
		font-size: 1.8rem;
	}

/* Privacy Page */
#privacy {
	padding: 10px;
	}
	#privacy h3 {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 50px 0px 0px 0px;
	}
	#privacy ul,
	#privacy p {
		padding: 0;
	}
	
.gnav .pc-dsp-no {
	display: none;
}