@charset "utf-8";
/* CSS Document */

/*ベースの設定*/
*,body, li, ul, div, address, form, blockquote, p, dl, dd, dt, h1, h2, h3, img {
  padding: 0;/* margin&padding reset */
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #686868;
    line-height:none;
}
h1 {
  font-size: 100%;
  }
li {
  list-style: none;
  }
img {
  border-style: none;
  }
dl,dt,dd{
  line-height : 1;  
}
a:hover {
  text-decoration: underline;
}

#wrapper {
  margin: 0 auto;
  width: 1080px;
}
#contents {
  width: 1080px;
  padding: 0;
  margin: 0;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

section {
  width: 1080px;
  height: 800px;
  position:relative;
}
section p {
  color: #fff;
}

a{
   color: #40b7ea; }
.content {
  height: 800px;
  position: relative;
}

/*各セクションの背景画像*/
#first {
background: url( ../image/section1.jpg) 50% 50% no-repeat fixed;
height:1000px;
}
#second {
  background: url( ../image/section2.jpg) 50% 0 no-repeat fixed;
  height:800px;
}
#third {
  background: url( ../image/section3.jpg) 50% 0 no-repeat fixed;
}
#fourth {
  background: url( ../image/section4.jpg) 50% 0 no-repeat fixed;
}
#fifth {
  background: url( ../image/section5.jpg) 50% 0 no-repeat fixed;
}
#sixth {
  background-color:#FFFFFF;}


/*次へのボタン*/
.next {
display:block;
width:1080px;
}

.next a {
  display:block;
  margin:0 auto 0 auto;
  width: 100px;
  height: 100px;
  opacity: 0.5;
   filter: alpha(opacity=50);
  -moz-opacity:0.5;
    transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s; 
}
.next a:hover {
  opacity: 1.0;
   filter: alpha(opacity=100);
  -moz-opacity:1.0;
}
.next img {
  width: 100px;
  height: 100px;
}


/*navigation*/

#navi{
    background-image:url(../image/navi_back.png);
    background-position:bottom;
    }

#navi li {
  display: inline-block;
  margin: 30px 22px 30px 22px;
  vertical-align: middle;
}
#navi li #logo {
  width: 250px;
  display: inline-block;
  position: relative;
  margin-bottom:4px;
}

#navi a{
    color:#686868;
    text-decoration:none;

  }
#navi a:hover{
    color:#ffa62b;
  }
 
/*一番右上のボタン*/
.top{
  display:inline-block;
	font-size: 14px;
  text-decoration: none;

	padding: 10px;
	background: -moz-linear-gradient(top,	#a3d617 0%,	#62b800 50%, #47aa00);
	background: -webkit-gradient(	linear, left top, left bottom,	from(#a3d617),	color-stop(0.50, #62b800),	to(#47aa00));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a3d617, endcolorstr=#47aa00));  /*IE6 IE7 */
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a3d617, endcolorstr=#47aa00));/* IE8 IE9 */
  zoom: 1;
  background: linear-gradient(to bottom, #a3d617, #47aa00);/* IE10+, W3C */

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #5a8e16;
	-moz-box-shadow:	0px 1px 1px rgba(000,000,000,0.3),	inset -2px 0px 0px rgba(169,216,030,0.2);
	-webkit-box-shadow:	0px 1px 1px rgba(000,000,000,0.3),	inset -2px 0px 0px rgba(169,216,030,0.2);
	box-shadow:	0px 1px 1px rgba(000,000,000,0.3),	inset -2px 0px 0px rgba(169,216,030,0.2);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s; 
}

#navi .top a{
  	color: #ffffff;
    text-decoration: none;
    }

#navi .top a:hover{
    font-weight:normal;
    }

.top:hover{
  opacity:0.6;
   filter: alpha(opacity=60);
  -moz-opacity:0.6;
}

.top:active{
  box-shadow:#2C7639 0px 0px 1px 1px;
  -webkit-box-shadow:#2C7639 0px 0px 1px 1px;
  -moz-box-shadow:#2C7639 0px 0px 1px 1px;
  opacity:0.8;
   filter: alpha(opacity=80);
  -moz-opacity:0.8;
  }

/* section first */
#first article {
  margin-left: 100px;
  padding: 10px 20px;
  width: 445px;
}
#first h1 {
  display: block;
  height: 100px;
  width: 800px;
  margin: 30px auto 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:50px;
  font-weight:bold;
  text-align: center;
    color: #FFFFFF;
  text-shadow: 1px 0px 0px #ffa62b, -1px 0px 0px #ffa62b, 0px 1px 0px #ffa62b, 0px -1px 0px #ffa62b,0 0 10px #ffa62b;
}
#first h3 {
  display: block;
  margin: 60px auto 0 auto;
  text-align: center;
  font-size:32px;
}

#movie iframe {
  display: block;
  margin: 0 auto;
}

#first p {
  font-size: 18px;
  width: 640px;
  height: 110px;
 display:block;
  margin: 10px auto;
    text-shadow: 0 0.5px 1px #000;
}

/* section second 概要説明*/
#second_h2{
  padding-top:200px;}
#second_h2 h2 {
  color: #FFFFFF;
  font-size: 35px;
  width:100%;
  text-align: center;
  display:block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  margin-bottom:100px;
}

#second_tile {
     margin: 0;
     height:250px;
 overflow : hidden;
  }

dl.tile {
       margin: 0;
float:left;
  border-color: rgb(200, 200, 200);
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 2px 0px rgba(31, 20, 17, 0.48);
  width: 280px;
  height: 220px;
}
#left {
       margin: 0 0 0 90px;
  background-size: 115px 115px;
  background-image: url(../image/one.png);
  background-repeat: no-repeat;
  background-position: center;
}
#center {
       margin: 0 0 0 27px;
  background-size: 115px 115px;
  background-image: url(../image/two.png);
  background-repeat: no-repeat;
  background-position: center;
}
#right {
       margin: 0 0 0 27px;
  background-size: 115px 115px;
  background-image: url(../image/three.png);
  background-repeat: no-repeat;
  background-position: center;
}

  
.tile dd, dt {
  display: block;
}
.tile dt {
 margin:25px 0 0 0;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.tile dd {
  margin: 25px 0 0 0;
  padding:0 15px;
  font-size: 17px;
}

#second .next 
{margin-top: 56px;}

/* section third 自動タイム計測業務*/

#third section {
    display:block;
  position: relative;
    top: 50px;
  width: 1080px;
  
}
#third_h2{
  padding:50px 0 0 100px;}
#third_h2 h2 {
  color: #FFFFFF;
  font-size: 35px;
  width:100%;
  text-align: left;
  display:block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);

}
#third h3 {
  color: #FFFFFF;
  font-size: 17px;
  width:100%;
  text-align: center;
  display:block;
  margin:44px auto 0 auto;
}

#third .pict{
  display:inline-block;
  margin:40px 0 0 120px;
  width:400px;
  height:500px;}
  
  
#third .pict img{
  display:block;
  width:400px;
  height:500px;
}

#third .tile { 
  margin:40px 0 0 107px;
  display: inline-block;
  background-image:url(../image/grayback.png);
  background-repeat:no-repeat;
  background-size:contain;
  color: white;
  position: absolute;
  width:360px;
  height:444px;
}

#third .tile img{ 
  margin:15px 0 0 15px;
  position: absolute;
  width :330px;}

#third p {
  display:block;
  margin:18px 50px 0 50px;
  font-size: 14px;
  width:260px;
  height:180px;
  text-align:left;
  
}

.pict img{
  position: absolute;
}

#third .next 
{  margin-top:18px;}

/* section fourth 計測関連業務*/
#fourth section {
    display:block;
  position: relative;
    top: 50px;
  width: 1080px;
  
}
#fourth_h2{
  padding:50px 0 0 100px;}
  
#fourth_h2 h2 {
  color: #FFFFFF;
  font-size: 35px;
  width:100%;
  text-align: left;
  display:block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

#fourth h3 {
  color: #FFFFFF;
  font-size: 17px;
  width:100%;
  text-align: center;
  display:block;
  margin:44px auto 0 auto;
}
#fourth .pict {
  display:inline-block;
  margin:40px 0 0 100px;
  width:496px;
  height:445px;
}

#fourth .pict img{
  display:block;
  height:445px;
}

#fourth .tile { 
  margin:40px 0 0 20px;
  display: inline-block;
  background-image:url(../image/grayback.png);
  background-repeat:no-repeat;
  background-size:contain;
  color: white;
  width:360px;
  height:444px;
    position: absolute;
}

#fourth .tile img{ 
  margin:15px 50px 0 50px;
    position: absolute;
  width :260px;}

#fourth p {
  display:block;
  margin:18px 50px 0 50px;
  font-size: 14px;
  width:260px;
  height:180px;
  text-align:left;
}
#fourth .next {
  margin-top: 72px;}
  
/* section fifth 導入実績 */
#fifth section {
    display:block;
  position: relative;
    top: 50px;
  width: 1080px;
  
}

#fifth_h2{
  padding:50px 0 0 100px;}
#fifth_h2 h2 {
  color: #FFFFFF;
  font-size: 35px;
  width:100%;
  text-align: left;
  display:block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);

}
#fifth h3 {
  color: #686868;;
  font-size: 15px;
  font-weight:bold;
  width:100%;
  text-align: center;
  display:block;
  margin:44px auto 0 auto;
}

#fifth .pict{
  display:inline-block;
  margin:40px 0 0 120px;
  width:400px;
  height:500px;}
  
  
#fifth .pict img{
  display:block;
  width:400px;
  height:500px;
}

#fifth .tile { 
  margin:40px 0 0 126px;
  display: inline-block;
  background-repeat:no-repeat;
  background-size:contain;
  line-height: 1.5em;
  position: absolute;
  width:360px;
  height:444px;
  background-color: rgb(255, 255, 255);
  opacity: 0.85;
   filter: alpha(opacity=85);
  -moz-opacity:0.85;
  position: absolute;
}

#fifth .tile img{ 
  margin:15px 0 0 15px;
  position: absolute;
  width :330px;}

#fifth .tile p {
  color: #686868;
  display:block;
  margin:18px 50px 0 50px;
  font-size: 14px;
  width:260px;
  height:auto;
  text-align:left; 
}
#fifth .pict img{
  width:auto;
  height:444px;
}
#fifth #jitsurei { 
  margin:40px 0 0 627px;
  width:360px;
  height:444px;

}
#fifth #jitsurei h3 { 
margin:0;
  display: block;
  font-size: 25px;
    color: #105da5;
  text-shadow: 2px 0px 2px #FFFFFF, 0px 2px 2px #FFFFFF, -2px 0px 2px #FFFFFF, 0px -2px 2px #FFFFFF;
}

#fifth #jitsurei ul{ 
margin:15px 0 0 0;
line-height:25px;}

#fifth #jitsurei li {
  color: #105da5;
  text-shadow: 2px 0px 2px #FFFFFF, 0px 2px 2px #FFFFFF, -2px 0px 2px #FFFFFF, 0px -2px 2px #FFFFFF;
  display:block;
  font-size: 19px;
  font-weight: bolder;
 text-align:left;
 margin-bottom:20px;}
 
#fifth .next 
{  margin-top:21px;}
  
/*section sixth 問い合わせ先*/

#sixth {
  height: 800pxpx;
  position: relative;
}

#sixth article {
  position: absolute;
    top: 50px;
  width: 1080px;}

#sixth .tile {
  display:block;
  margin:100px 112px 100px 112px;
  border-width: 4.38px;
  border-color: rgb(34, 172, 56);
  border-style: solid;
  border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   
  position: relative;
  width:856px;
  height:350px;

}

#sixth .tile h3 {
  padding:0;
      color: rgb(34, 172, 56);
  display: inline-block;
  margin:25px 0 0 25px;
  font-size: 23px;
  font-weight:normal;
}

#sixth h2{
    padding:0;
 color: rgb(34, 172, 56);
margin:25px 25px 0 0;
  font-size: 33px;
  display: inline-block;
 
}

#sixth p{
  color:#686868;
  font-size:21px;
  font-weight:bold;
  display:block;
  width:100%;
  text-align:center;
  margin:25px 0 15px 0;
}
#number{
  color:#f2610f;
  font-size:50px;
  display:block;
  margin:0;
  width:100%;
  text-align:center;
}

#sixth img{
  width:447px;
  height:80px;
  }
#sixth .next img 
{ margin:0;
  height:100px;
  width: 100px;}


/*一番下の資料請求ボタン*/

.bottom{
  display:block;
  margin:0 auto;
	font-size: 35px;
  	color: #ffffff;
	padding: 25px 72px;
	background: -moz-linear-gradient(
		top,
		#a3d617 0%,
		#62b800 50%,
		#47aa00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#a3d617),
		color-stop(0.50, #62b800),
		to(#47aa00));
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a3d617, endcolorstr=#47aa00));  /*IE6 IE7 */
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#a3d617, endcolorstr=#47aa00));/* IE8 IE9 */
  zoom: 1;
  background: linear-gradient(to bottom, #a3d617, #47aa00);/* IE10+, W3C */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #5a8e16;
	-moz-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset -2px 0px 0px rgba(169,216,030,0.2);
	-webkit-box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset -2px 0px 0px rgba(169,216,030,0.2);
	box-shadow:
		0px 1px 1px rgba(000,000,000,0.3),
		inset -2px 0px 0px rgba(169,216,030,0.2);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px -1px 2px rgba(163,161,163,0.1);
        transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s; 
}
.bottom a{
    text-decoration: none;
    	font-size: 35px;
  	color: #ffffff;
}
.bottom:hover{
  opacity:0.7;
   filter: alpha(opacity=70);
  -moz-opacity:0.7;
  }

.bottom:active{
box-shadow:#2C7639 0px 0px 0px 1px;
-webkit-box-shadow:#2C7639 0px 0px 0px 1px;
-moz-box-shadow:#2C7639 0px 0px 0px 1px;
  }

/*indicator*/
.indicator{
  position: fixed;
  }
/*=======フッター========*/
#footer {
  width:1080px;
  position:relative;
  display:block;
  align: center;
  margin:50px auto 300px auto;
 }
#copylight a, img{
  display:inline-block;}
  
#copylight img{
    height:24px;
  width:240px;}

.footerNavi {
  margin: 0;
  width: 810px;
  height:24px;
  float: right;
}
.footerNavi li {
  float: left;
  margin-right: 10px;
  font-size:12px;
}
.footerNavi a {
  float: left;
  margin-right: 10px;
  font-size:12px;
}
#copylight {
  float: left;
  margin-top: 0px;
  margin-right: 30px;
  left: 0px;
}
