@charset "utf-8";

/*****************************
	common
******************************/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo,"メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #333333;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	text-decoration: none;
}
ul li a {
	display: block;
}
img {
	vertical-align: top;
}
.flt_l {
	float: left;
}
.flt_r {
	float: right;
}
.clear {
	clear: both;
}
.w_half {
	width: 50%;
}
.w_1000 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
h1 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:32px;
	font-size:3.2rem;
	font-weight: 800;
}
h2 {
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:16px;
	font-size:1.6rem;
	margin-bottom:10px;
	font-weight: 700;
	margin-bottom:0.75rem;
}
@media all and (min-width: 1024px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/*****************************
	header
******************************/
header {
	background: #000000;
	height: 50px;
}


/* ハンバーガーメニュー部分 */
.top {
	background: #000000;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
	height: 50px;
	display: table;
	padding-left: 3.333%;
}
header #logo {
	display: table-cell;
	vertical-align: middle;
	width: 63px;
	height: 19px;
}
a.menu {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 3;
	text-decoration: none;
	top: 0;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 10.4px;
	font-size: 1.04rem;
	padding: 5px 0.7em 0 0.7em;
	text-align: center;
	display: table;
	line-height: 17px;
}
a.menu span {
	font-size:35.6px;
	font-size:3.56rem;
	vertical-align: middle;
	display: table-cell
}
a.menu span p {
	font-size: 10px;
}
a.tel_sp {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 3;
	text-decoration: none;
	top: 0;
	right: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10.4px;
	font-size: 1.04rem;
	text-align: center;
	display: table;
	line-height: 17px;
}
a.tel_sp #dashed {
	margin: 6px 0;
	border-right: 1px dashed #FFFFFF;
	height: 38px;
	padding-top: 6px;
}
nav.pc {
	display: none;
}
.hide_txt {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
/* ハンバーガーメニュー(ドロワートップタイプ) */
.drawer {
	position: absolute;
	top: -250px;
	width: 100%;
/*
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	-o-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
*/
	-webkit-transition:-webkit-transform 0.25s linear;
	-moz-transition:-moz-transform 0.25s linear;
	-o-transition:-o-transform 0.25s linear;
	transition:transform 0.25s linear;
}
.drawer.active {
	-webkit-transform: translate3d(0,300px,0);
	-moz-transform: translate3d(0,300px,0);
	-o-transform: translate3d(0,300px,0);
	transform: translate3d(0,300px,0);
}
nav ul {
	list-style:none;
}
/* ハンバーガーメニューli */
nav.sp ul li {
	height: 49px;
	background: rgba(0,0,0,0.3);
	margin-bottom: 1px;
}
nav.sp ul li a {
	color: white;
	width: 100%;
	height: 100%;
	line-height: 49px;
	padding-left: 3.333%;
}
/* PC版グローバルメニュー */
/* PC版はハンバーガーメニュー非表示 */
@media all and (min-width: 1024px) {
	.top {
		position: static;
		padding-left: 0;
	}
	a.menu, 
	a.tel_sp {
		display: none;
	}
	header {
		height: 120px;
	}
	#header {
		padding-top: 10px;
		height: 80px;
	}
	/* グローバルメニュー切替 */
	nav.pc {
		display: block;
	}
	/* スマホ版は非表示 */
	/* ドロワー解除 */
	.drawer {
		position: relative;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	.drawer.active {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;
	}
	nav.sp {
		display: none;
	}
	/* PC版表示用 */
	header #application {
		width: 150px;
		height: 33px;
		background: url(/img/h_btn_convirsion.png);
		background-repeat: no-repeat;
		margin-right: 10px;
	}
	header #application:hover {
		background-position: 0 -33px;
	}
	header #mail {
		width: 150px;
		height: 33px;
		background: url(/img/btn_contact.png);
		background-repeat: no-repeat;
	}
	header #mail:hover {
		background-position: 0 -33px;
	}
	header #logo {
		float: left;
		width: 126px;
		height: 38px;
	}
	header #header_contact {
		float: left;
	}
	#header_contact #contact_img {
		margin-bottom: 10px;
	}
	#header_contact li {
		float: left;
	}
	#gnav {
		height: 40px;
		background: #434343;
	}
	nav {
		height: 40px;
	}
	nav ul {
		width: 100%;
		height: 40px;
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
	}
	nav li {
		height: 40px;
		float: left;
	}
	nav li#top {
		width: 122px;
	}
	nav li#top:hover {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: 0 -40px;
	}
	nav li.active1 {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: 0 -80px !important;
	}
	nav li#function {
		width: 158px;
	}
	nav li#function:hover {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -122px -40px;
	}
	nav li.active2 {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -122px -80px !important;
	}
	nav li#price {
		width: 176px;
	}
	nav li#price:hover {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -280px -40px;
	}
	nav li.active3 {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -280px -80px !important;
	}
	nav li#faq {
		width: 194px;
	}
	nav li#faq:hover {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -456px -40px;
	}
	nav li.active4 {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -456px -80px !important;
	}
	nav li#flow {
		width: 175px;
	}
	nav li#flow:hover {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -650px -40px;
	}
	nav li.active5 {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -650px -80px !important;
	}
	nav li#contact {
		width: 175px;
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: 825px -40px;
	}
	nav li#contact:hover {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -825px -40px;
	}
	nav li.active6 {
		background: url(/img/gnav.png);
		background-repeat: no-repeat;
		background-position: -825px -80px !important;
	}
	nav li a {
		height: 40px;
	}
}

/*****************************
	content
******************************/
.container {
	background: #eee;
	padding: 20px 3.3333% 3.3333% 3.3333%;
}
@media all and (min-width: 30em) {
	.experiment-number {
		float: left;
		margin-right: 0.9em;
		border-right: 1px solid;
		padding-right: 1em;
		padding-left: 0.9em;
		padding-bottom: 0.6em;
		margin-bottom: 0;
	}
/*
	.drawer {
		-webkit-transform: translate3d(0, -197px, 0);
		-moz-transform: translate3d(0, -197px, 0);
		-o-transform: translate3d(0, -197px, 0);
		transform: translate3d(0, -197px, 0);
	}
	.drawer.active {
		-webkit-transform:translate3d(0,87px,0);
		-moz-transform:translate3d(0,87px,0);
		-o-transform:translate3d(0,87px,0);
		transform:translate3d(0,87px,0);
	}
*/
	h1 {
		text-align: left;
	}
}



/*****************************
	footer
******************************/
footer {
	background: #000000;
	overflow: hidden;
	margin: 0 auto;
	clear: both;
}
footer #maintenance {
}
footer .flt_r, 
footer .flt_l {
	float: none;
	width: 93.75%;
	margin: 3.906% auto;
}
#footerlogo {
	margin-bottom: 20px;
}
footer table {
	margin-right: 20px;
}
footer th {
	width: 20px;
	height: 27px;
}
footer td {
	width: 220px;
}
footer td a {
	color: #FFFFFF;
	font-size: 12px;
}

footer #maintenance_ttl {
	height: 30px;
	background: #7D7D7D;
	font-size: 12px;
	line-height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
}
footer #maintenance_detail {
	height: 170px;
	background: #313131;
	color: #FFFFFF;
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}
footer #maintenance .maintenance_info {
	margin-bottom: 5px;
}
footer #maintenance .text a {
	text-decoration: underline;
	color: #FFFFFF;
}
@media all and (max-width: 1023px) {
	footer table .pc_table {
		display: none;
	}
}

@media all and (min-width: 1024px) {
	footer {
		height: 260px;
		padding: 30px 0;
	}
	footer #maintenance {
		width: 480px;
		margin-left: 20px;
	}
	footer .flt_l {
		width: 50%;
		margin: 0;
		float: left;
	}
	footer .flt_r {
		width: 50%;
		margin: 0;
		float: right;
	}
}
/*****************************
	contact
******************************/
#contacts {
	width: 100%;
	height: 90px;
	background: -webkit-gradient(linear, left top, right bottom, from(#808080), color-stop(0.25, #808080), color-stop(0.25, #737373), color-stop(0.5, #737373), color-stop(0.5, #808080), color-stop(0.75, #808080), color-stop(0.75, #737373), to(#737373));
	background: -moz-linear-gradient(-45deg, #808080 25%, #737373 25%, #737373 50%, #808080 50%, #808080 75%, #737373 75%, #737373);
	background: linear-gradient(-45deg, #808080 25%, #737373 25%, #737373 50%, #808080 50%, #808080 75%, #737373 75%, #737373);
	background-size: 6px 6px;
	clear: both;
}
#contacts .center {
	width: 100%;
	max-width: 310px;
	height: 100%;
	margin: 0 auto;
	clear: both;
}
#contacts .simulation3 {
	background: url(/img/header_btn_simuration_sp.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 140px;
	height: 32px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}
#contacts .application_bottom {
	width: 140px;
	height: 72px;
	background: url(/img/header_btn_convirsion_sp.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
}
#contacts #contact_detail {
	width: 153px;
	height: 32px;
	float: right;
	margin-top: 5px;
}
#contacts li#tel {
	display: none;
}
#contacts li#mail2 {
	display: block;
	width: 140px;
	height: 32px;
	background: url(/img/header_btn_contact_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-left: 10px;
}
@media all and (min-width: 1024px) {
	#contacts {
		max-width: 1000px;
		height: 185px;
		padding: 2.5% 3.5%;
		background: #808080;
		margin: 0 auto;
	}
	#contacts .center {
		width: 1000px;
		max-width: 1000px;
	}
	#contacts .simulation3 {
		width: 382px;
		height: 135px;
		background: url(/img/btn_simulation.png);
		background-repeat: no-repeat;
		margin-top: 0;
		margin-right: 36px;
		float: left;
	}
	#contacts .simulation3:hover {
		background-position: 0 -135px;
	}
	#contacts .application_bottom {
		width: 472px;
		height: 69px;
		background: url(/img/btn_convirsion.png);
		background-repeat: no-repeat;
		float: left;
		margin-top: 0;
		margin-bottom: 13px;
		margin-left: 0;
	}
	 #contacts .application_bottom:hover {
		background-position: 0 -69px;
	}
	 #contacts li#tel {
		display: block;
		width: 245px;
		height: 54px;
		margin-top: 6px;
		margin-right: 25px;
		background: url(/img/txt_tel.png);
		background-repeat: no-repeat;
		float: left;
	}
	#contacts #contact_detail {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 0;
	}
	#contacts li#mail2 {
		display: block;
		width: 202px;
		height: 54.5px;
		background: url(/img/btn_conta.png);
		background-repeat: no-repeat;
		float: left;
		margin-left: 0;
	}
	#contacts li#mail2:hover {
		background-position: 0 -54.5px;
	}
	#contacts li#mail2 a {
		height: 100%;
	}
}


/*****************************
	other
******************************/
/* ぱんくずリスト */
#section_1 #pankuzu {
	font-family: Meiryo;
	color: #888888;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	margin-bottom: 25px;
}
.sp {
	display: block;
}
.tablet {
	display: block;
}
.pc {
	display: none;
}
.pc2 {
	display: none;
}
.text_hide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media all and (min-width: 1024px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
@media all and (min-width: 1025px) {
	.tablet {
		display: none;
	}
	.pc2 {
		display: block;
	}
}