@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i');
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 100%;
 margin: 0;
 padding: 0;
 color:#333333;
 font-size: 12px;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
 
 background-color:#ffffff;
 /*
 min-width:1000px;
 */
 
}
a {
 text-decoration:none;
 outline:none;
}

a:focus{
	outline: none;
}

a:hover{
	opacity:0.7;	
}

ul {
 margin: 0;
 padding: 0;

}

li{
	list-style:none;	
}

/* ベースレイアウト */

#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
 opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
	
	overflow-x: hidden;

}

.contents{
	width:100%;
	position:relative;
	
}


header{
	overflow: auto;
	position: relative;
}

header h3{
	display:block;
	font-size: 12px;
	padding: 0;
	color: #1e47a4;
	margin: 10px 0 10px 40px;
}

header .logo{
	position: relative;
	display: block;
	float: left;
	margin: 0 80px 0 40px;
}

header .menu{
font-weight: 700;
font-style: normal;
	font-size: 14px;
	letter-spacing: 0.02em;
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;

	
}

header .menu li{
	display: inline-block;
	margin: 20px 40px 0 0;
	text-align: center;
	padding: 0;
}

header .menu li a{
	color: #000000;
}

header .menu li .mt{
	font-size: 12px;
	color: #1e47a4;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 12px;
	
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}


header .rmenu{
	display: block;
	position: absolute;
	top:0;
	right: 0;
	margin: 0 0 0 0;
	padding: 0;
	
}

header .rmenu div{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.tel p{
	display: block;
	font-size: 22px;
	color: #ff9600;
	font-weight: 700;
	padding: 0;
	margin: 40px 40px 0 0;
}
.mail{
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	background: #1e47a4;
	display: inline-block;
}

.mail img{
	display: block;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	margin: 44px auto 0 auto;
}


.menubtn{
	display:none;
		
}

.spmenu{
	display: none;
}

.spmenu{
	position:absolute;
	top:120px;
	clear:both;
	width:100%;
	padding:0 0 0 0;
	z-index:10015;
	display:none;
	background-color: rgba(233,233,233,0.9); 
}

.spmenu ul li{
	width:100%;
	line-height:60px;
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
	font-weight:bold;
}
.spmenu ul li a{
	color:#000000;	
}

.spmenu ul li:first-Child{
		border-top:1px solid #e6e6e6;	
}

	
	

.topmain{
	overflow: auto;
	position:relative;
	clear:both;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	background-image: url("../images/top_bg.png");
	background-repeat: repeat-x;
	background-position: center;
	height: 664px;
}

.topmain .inner{
	width: 1000px;
	display: block;
	margin: 0 auto;
}



.topmain .inner .topleft{
	display: block;
	float: left;
	width: 475px;
	margin: 0 25px 0 0;
	padding: 0;
}

.topmain .inner .topleft h2{
	font-size: 40px;
	font-weight: 700;
	color: #ff9600;
	line-height: 1.4em;
	padding: 0;
	margin: 130px 0 30px 0;
}

.topmain .inner .topleft h4{
	font-size: 15px;
	font-weight: 700;
	line-height: 2em;
	padding: 0;
	margin: 0;
}

.topmain .inner .topright{
	display: block;
	float: left;
}

.topmain .inner .topright img{
	margin: 100px 0 0 0;
}

.scrolltop{
	position: absolute;
	top:250px;
	right: 30px;
}

.slick-initialized{
	opacity: 1
}






#concept{
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;

	
}

#concept .inner{
		background: #ff9600;
	
}


 .foo.delighter {
      transition: all .4s ease-out;
      transform: translateY(40px);
      opacity: 0;
   }


.foo.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      
   }


.foo2.delighter {
      transition: all .6s ease-out;
      transform: translateY(60px);
      opacity: 0;
   }


.foo2.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo2.delighter.started.ended {
      
   }

.foo3.delighter {
      transition: all .6s ease-out;
      transform: translateX(60px);
      opacity: 0;
   }


.foo3.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo3.delighter.started.ended {
      
   }

.foo4.delighter {
      transition: all .6s ease-out;
      transform: translateX(-60px);
      opacity: 0;
   }


.foo4.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo4.delighter.started.ended {
      
   }



.stitle{
	font-size: 32px;
font-weight: 700;
font-style: normal;
	color: #333333;
	letter-spacing: 0.02em;
	display:block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.subtitle{
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	font-size: 24px;
font-weight: 700;
font-style: normal;
	color: #ff9600;
	letter-spacing: 0.04em;
	display:block;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}

.contbox{
	width: 1000px;
	position: relative;
	display: block;
	overflow: auto;
	padding: 0;
	margin: 0 auto 40px auto;
}

.lbox{
	width: 246px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 100px 0 0;
}

.lbox img{
	margin: 120px 0;
}

.rbox{
	width: 646px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.titles{
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	letter-spacing: 0.04em;
}



.infotxt{
	font-size: 15px;
	line-height: 2em;
	font-weight: 700;
	margin: 90px 0 0 0;
	padding: 0 0 0 0;
	letter-spacing: 0.02em;
	color: #ffffff;
}



#process{
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	
	
}

.pointarea{
	overflow: auto;
	border: 1px solid #1e47a4;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	
	background-image: url("../images/area_bg.png");
	background-repeat: repeat-x repeat-y;
	width: 960px;
	margin: 30px auto 10px auto;
	padding: 0 0 0 0;
	box-shadow: 10px 10px 0 rgba(30,71,164,1);
	
}

.pnum{
	display: block;
	position: absolute;
	top:0;
	left:0;
}

.pointarea .pleft{
	width: 660px;
	display: block;
	float: left;
}

.pointarea .pright{
	display: block;
	float: right;
}

.pointtxt{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
	padding: 0;
	margin: 50px 0 0 40px;
}

.pointtxt2{
	font-size: 15px;
	font-weight: 500;
	line-height: 2em;
	padding: 0;
	margin: 20px 0 40px 40px;
}

.more{
	display: block;
	margin: 0 0 40px 40px;
}

.pointarea .pright img{
	display: block;
	margin: 40px 60px 0 0;
}


.pointarea .pleft2{
	width: 610px;
	display: block;
	float: left;
}

.pointarea .pright2{
	display: block;
	float: right;
}
.pointarea .pright2 img{
	display: block;
	margin: 210px 30px 0 0;
}

.linkbox{
	position: relative;
	display: block;
	overflow: auto;
	margin: 0 0 30px 80px;
}

.linkbox li{
	display: block;
	width: 218px;
	margin: 0 10px 10px 0;
	float: left;
}
.more2{
	display: block;
	margin: 0 0 40px 170px;
}

#message{
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	
	
}

.instabox{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.insta{
	display: inline-block;
	vertical-align: bottom;
}

.insta img{
	vertical-align: bottom;
}

.instatxt{
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	color: #1e47a4;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}

.instatxt a{
	color: #1e47a4;
}

#message .inner{
	width: 100%;
	background: #fef7ee;
	margin: 40px 0 0 0;
	padding: 40px 0 20px 0;
}


.instaimgbox{
	width: 840px;
	margin: 0 auto;
	overflow: auto;
}

.instaimgbox ul{
	
}

.instaimgbox ul li{
	width: 240px;
	margin: 0 60px 20px 0;
	display: block;
	float: left;
}

.instaimgbox ul li:nth-child(3n){
	margin: 0 0 20px 0;
}



#profile{
	width: 840px;
	margin: 40px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	
	
}


.contleft{
	display: block;
	float: left;
}

.contright{
	display: block;
	float: right;
}

.contright img{
	display: block;
	margin: 0 50px 0 0;
}

.more3{
	display: block;
	margin: 40px 0 40px 150px;
}


#footer{
	width: 100%;
}

.footer{
	margin: 0;
	padding: 40px 0;
	width: 100%;
	background: #1e47a4;
}

.fimg{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.fbox{
	margin: 0 auto;
	width: 450px;
	overflow: auto;
}

.fbox img{
	display: block;
	float: left;
}

.ftxt{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color:#ffffff;
	margin: 40px 0 0  30px;
	padding:0;
	line-height:1em;
	float: left;
	
}

/*inspection*/
.inslbox{
	display: block;
	float: left;
	width: 270px;
	margin: 0 20px 0 0;
}
.insrbox{
	display: block;
	float: left;
}

.instxt{
	font-size: 24px;
	color: #1e47a4;
	padding: 0;
	margin: 50px 0 0 0;
	font-weight: 700;
}

.instxt2{
	font-size: 36px;
	color: #1e47a4;
	padding: 0;
	margin: 0;
	font-weight: 700;
	line-height: 1.4em;
	background: linear-gradient(transparent 70%, yellow 30%);
}
.instxt3{
	font-size: 18px;
	color: #333333;
	padding: 0;
	margin: 10px 0 10px 0;
	font-weight: 700;
}

.instxt4{
	font-size: 15px;
	color: #333333;
	line-height: 1.7em;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.instxt5{
	width: 650px;
	font-size: 15px;
	color: #333333;
	line-height: 1.8em;
	padding: 0;
	margin: 40px 0 10px 0;
	font-weight: 500;
}

#inspection{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#inspection .inner{
	width: 1000px;
	margin: 0 auto;
}

.inspebox{
	position: relative;
	display: block;
	width: 1000px;
	margin: 60px auto 20px auto;
	padding: 50px 0 0 0;
}

.inspewrap{
	position: relative;
	display: block;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	
	background-image: url("../images/area_bg.png");
	background-repeat: repeat-x repeat-y;
}

.inspewrap2{
	position: relative;
	display: block;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 0 80px 0;
	
	background-image: url("../images/area_bg2.png");
	background-repeat: repeat-x repeat-y;
}


.institle{
	position: absolute;
	top:0;
	left: 0;
}


.iwtxt01{
	padding: 40px 0 0 0;
	margin: 0 0 0 240px;
	font-size: 24px;
	color: #1e47a4;
	font-weight: 700;
	line-height: 1.7em;
}
.iwtxt02{
	padding: 40px 0 0 0;
	margin: 0 50px 0 240px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
}

.iwtxt02R{
	padding: 40px 30px 0 0;
	margin: 0 70px 0 220px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
	color: #0e2862;
}

.iwtxt02S{
	padding: 20px 0 0 0;
	margin: 0 50px 0 240px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
}

.bbold{
	font-weight: 700;
	color: #1e47a4;
}

.iwbox{
	overflow: auto;
	display: block;
	margin: 40px 0 0 240px;
}

.iwl{
	display: block;
	float: left;
	margin: 0 20px 0 0;
}

.iwr{
	display: block;
	float: left;
}



.iwtxt03{
	padding: 0 0 0 0;
	margin: 40px 50px 30px 50px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7em;
	color: #1e47a4;
}


.iwtxt03R{
	padding: 0 0 0 0;
	margin: 100px 50px 10px 38px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7em;
	color: #1e47a4;
}

.iwtxt03RR{
	padding: 0 0 0 0;
	margin: 40px 50px 10px 38px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7em;
	color: #1e47a4;
}

.iwtxt04{
	font-size: 18px;
	line-height: 1.8em;
	margin: 20px 0 0 40px;
	padding: 0;
}

.graph01{
	width: 800px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

.gl01{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	width: 398px;
	border-left: 1px solid #1e47a4;
	border-right: 1px solid #ffffff;
	background: #1e47a4;
	text-align: center;
	padding: 14px 0 14px 0;
	margin: 0;
	float: left;
}

.gr01{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	width: 399px;
	border-right: 1px solid #1e47a4;
	background: #1e47a4;
	text-align: center;
	padding: 14px 0 14px 0;
	margin: 0;
	float: left;
}


.gl01S{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	width: 800px;
	
	background: #1e47a4;
	text-align: center;
	padding: 14px 0 14px 0;
	margin: 0;
	
}

.gr01S{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	width: 798px;
	border-right: 1px solid #1e47a4;
	border-left: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	background: #ffffff;
	text-align: left;
	padding: 24px 0 24px 0;
	margin: 0;
	
}

.gr01S p{
	margin: 0 0 0 20px;
}


.gl02{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	width: 398px;
	height: 100px;
	border-left: 1px solid #1e47a4;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	background: #ffffff;
	margin: 0;
	float: left;
}

.gl02 p{
	margin: 35px 0 0 20px;
}

.gl02 .grtxt01{
	margin: 28px 0 0 20px;
}
.gl02 .grtxt02{
	margin: 14px 4px 0 20px;
}

.gl03{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	width: 398px;
	height: 135px;
	border-left: 1px solid #1e47a4;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	background: #ffffff;
	margin: 0;
	float: left;
}
.gl03 .grtxt02{
	margin: 14px 4px 0 20px;
}


.gr02{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	width: 399px;
	height: 100px;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	margin: 0;
	background: #ffffff;
	float: left;
}

.gr02 p{
	margin: 15px 0 0 14px;
}


.gr03{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	width: 399px;
	height: 135px;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	margin: 0;
	background: #ffffff;
	float: left;
}

.gr03 p{
	margin: 15px 0 0 14px;
	letter-spacing: -0.02em;
}

.orange{
	color: #de6a0b;
}

.insptxt01{
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #666666;
	padding: 0;
	margin: 20px 0 50px 50px;
	font-weight: 700;
}

.insptxt02{
	display: block;
	font-size: 22px;
	line-height: 1.6em;
	color: #de6a0b;
	padding: 0;
	margin: 0 0 0 50px;
	font-weight: 700;
}


.insptxt03{
	display: block;
	font-size: 15px;
	line-height: 1.8em;
	color: #333333;
	padding: 0;
	margin: 20px 0 40px 50px;
	font-weight: 700;
}

.instimg{
	display: block;
	margin: 30px 0 0 38px;
}


.contactbox{
	position: relative;
	display: block;
	overflow: auto;
	margin: 20px 0 0 20px;
	padding: 0;
}
.more4{
	display: block;
	position: absolute;
	top:250px;
	left: 130px;
}


/*maintenance*/
.menteimg{
	box-shadow: 10px 10px 0 rgba(30,71,164,1);
	display: block;
	margin: 36px 20px 0 0;
}

.mentenum{
	font-size: 200px;
	font-style: italic;
	font-weight: 500;
	color: #ff9600;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	position: absolute;
	top:-60px;
	right: 20px;
	
}


/*company*/
.instxt5R{
	width: 650px;
	font-size: 15px;
	color: #333333;
	line-height: 1.8em;
	padding: 0;
	margin: 10px 0 50px 0;
	font-weight: 500;
}

.iwtxt02RR{
	padding: 40px 20px 50px 0;
	margin: 0 40px 0 220px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7em;
	color: #0e2862;
}

.companyinfo{
	display: block;
	clear: both;
	width: 860px;
	margin: 80px auto 0 auto;
	border: 1px solid #1e47a4;
	
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
	
	box-shadow: 10px 10px 0 rgba(30,71,164,1);
}

.companyinfo .wrap{
	width: 650px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	
}

.ctitle{
	padding: 0;
	margin: 35px 0 35px 0;
	text-align: center;
	display: block;
	font-size: 24px;
	color: #1e47a4;
	font-weight: 700;
}

.cp01{
	display: block;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
}

.cps01{
	font-size: 18px;
	width: 135px;
	text-align: right;
	font-weight: 700;
	display: inline-block;
	padding: 0;
	margin: 0 60px 0 0 ;
	
}

.cps02{
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	display: inline-block;
}

.cps02 a{
	color: #333333;
}

.gmap{
	display: block;
	margin: 40px auto 20px auto;
	width: 600px;
}

.glink{
	width: 40%;
	padding: 12px 0;
	margin: 20px 30% 60px 30%;
	
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #1e47a4;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  

}

.glink a{
	display: block;
	color: #ffffff;
	width: 100%;
	height: 100%;
}


/*contact*/

.contactform{
	width: 900px;
	display: block;
	margin: 0 auto;
	
}

.cotxt{
	font-size: 18px;
	font-weight: 700;
}



#contact{
	margin:0;
	padding:0;
	width:900px;
	overflow:auto;
}

#formtable {
	margin:40px 0 0 0;
	padding:0 0 0 0;
	position:relative;
	width:890px;/*横幅*/
}

#formtable tr{
	display: block;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
}
#formtable td{

	width:220px;
	
	
	color:#333333;
	font-weight: 700;
	padding:0 0 20px 0;

}

input.iarea{
	width: 670px;
	height: 28px;
}

.radio label{
	display: block;
	margin: 0 0 10px 0;
}
input[type=radio]{
	
}

textarea{
	width: 670px;
}

#formtable td .input{
	width: 670px;
}

.hissu{
	color: #ffffff;
	padding: 4px 8px;
	background: #ff9600;
	display: inline-block;
	margin: 0 10px 0 0 ;
}

#formbtn{
	width:181px;
	position:relative;
	margin:0 auto;
	padding:40px 0 0 0;
}


#contactlist{
	font-size:14px;
	color:#434242;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","Helvetica Neue","Helvetica Neue Bold", Helvetica,Hiragino Kaku Gothic Pro,平成明朝, ＭＳ Ｐ明朝, MS PMincho, sans-serif;
	line-height:2.2em;
	
}



.button{
	display: block;
	width: 182px;
	margin: 40px auto 0 auto;
}
.button2{
	display: block;
	width: 380px;
	margin: 40px auto 0 auto;
}

.button2 img{
	margin: 0 5px 0 0;
}



.pc{
	display: block;
}

.sp{
	display:none;
}


@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 1025px) {
	
	
.sp{
	display: block;
}

.pc{
	display:none;
}


/* ベースレイアウト */

#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
 opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	

}

.contents{
	width:100%;
	position:relative;
	
}


	
header{
	overflow: auto;
	position: relative;
}

header h3{
	display:none;
	font-size: 12px;
	padding: 0;
	color: #1e47a4;
	margin: 10px 0 10px 5%;
}

header .logo{
	position: relative;
	display: block;
	float: left;
	margin: 20px 80px 0 5%;
	width: 20%;
}
	
	header .logo img{
		width: 100%;
		height: auto;
	}
	


header .menu{
font-weight: 700;
font-style: normal;
	font-size: 14px;
	letter-spacing: 0.02em;
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	display: none;
	
}

header .menu li{
	display: inline-block;
	margin: 20px 40px 0 0;
	text-align: center;
	padding: 0;
}

header .menu li a{
	color: #000000;
}

header .menu li .mt{
	font-size: 12px;
	color: #1e47a4;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 12px;
	
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}


header .rmenu{
	display: none;
	position: absolute;
	top:0;
	right: 0;
	margin: 0 0 0 0;
	padding: 0;
	
}

header .rmenu div{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.tel p{
	display: block;
	font-size: 22px;
	color: #ff9600;
	font-weight: 700;
	padding: 0;
	margin: 40px 40px 0 0;
}
.mail{
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	background: #1e47a4;
	display: inline-block;
}

.mail img{
	display: block;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	margin: 44px auto 0 auto;
}


.menubtn{
	display:block;
	position:relative;
	float: right;
	padding: 0;
	margin: 20px 5% 0 0;
	width:50px;
	
}
	.menubtn img{
		width: 100%;
		height: auto;
	}
	



.spmenu{
	position:absolute;
	top:90px;
	clear:both;
	width:100%;
	padding:0 0 0 0;
	z-index:10015;
	display:none;
	background-color: rgba(244,244,244,0.95); 
}

.spmenu ul li{
	width:100%;
	line-height:1.5em;
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
	font-weight:bold;
	padding: 15px 0;
}
.spmenu ul li a{
	color:#000000;
	display: block;
	width: 100%;
	height: auto;
}

.spmenu ul li:first-Child{
		border-top:1px solid #e6e6e6;	
}

	.spmenu ul li .mt{
	font-size: 12px;
	color: #1e47a4;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 12px;
	
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}

	

.topmain{
	overflow: auto;
	position:relative;
	clear:both;
	width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	background-image: url("../images/top_bg.png");
	background-repeat: repeat-x repeat-y;
	background-position: center;
	height: 100%;
}

.topmain .inner{
	width: 90%;
	display: block;
	margin: 0 auto;
}



.topmain .inner .topleft{
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}

.topmain .inner .topleft h2{
	font-size: 32px;
	font-weight: 700;
	color: #ff9600;
	line-height: 1.4em;
	padding: 0;
	margin: 40px 0 30px 0;
}

.topmain .inner .topleft h4{
	font-size: 15px;
	font-weight: 700;
	line-height: 2em;
	padding: 0 10% 0 0;
	margin: 0;
}
	
	.topmain .inner .topleft img{
		width: 90%;
		height: auto;
	}

.topmain .inner .topright{
	display: block;
	float: none;
}

.topmain .inner .topright img{
	margin: 40px 0 0 0;
	width: 100%;
	height: auto;
}

.scrolltop{
	position: absolute;
	top:150px;
	right: 5%;
}

.slick-initialized{
	opacity: 1
}






#concept{
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;

	
}

#concept .inner{
		background: #ff9600;
	
}


 .foo.delighter {
      transition: all .4s ease-out;
      transform: translateY(40px);
      opacity: 0;
   }


.foo.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo.delighter.started.ended {
      
   }


.foo2.delighter {
      transition: all .6s ease-out;
      transform: translateY(60px);
      opacity: 0;
   }


.foo2.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo2.delighter.started.ended {
      
   }

.foo3.delighter {
      transition: all .6s ease-out;
      transform: translateX(60px);
      opacity: 0;
   }


.foo3.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo3.delighter.started.ended {
      
   }

.foo4.delighter {
      transition: all .6s ease-out;
      transform: translateX(-60px);
      opacity: 0;
   }


.foo4.delighter.started {
      transform: none;
      opacity: 1;
   }
  
/* エンド時のスタイル */
   .foo4.delighter.started.ended {
      
   }



.stitle{
	font-size: 28px;
font-weight: 700;
font-style: normal;
	color: #333333;
	letter-spacing: 0.02em;
	display:block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.subtitle{
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	font-size: 24px;
font-weight: 700;
font-style: normal;
	color: #ff9600;
	letter-spacing: 0.04em;
	display:block;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}

.contbox{
	width: 90%;
	position: relative;
	display: block;
	overflow: auto;
	padding: 0;
	margin: 0 auto 40px auto;
}

.lbox{
	width: 50%;
	display: block;
	float: none;
	padding: 0;
	margin: 0 25%;
}

.lbox img{
	width: 100%;
	height: auto;
	margin: 40px 0 20px 0;
}

.rbox{
	width: 100%;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
}

.titles{
	font-size: 24px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	letter-spacing: 0.04em;
}



.infotxt{
	font-size: 15px;
	line-height: 2em;
	font-weight: 700;
	margin: 20px 0 40px 0;
	padding: 0 0 0 0;
	letter-spacing: 0.02em;
	color: #ffffff;
}



#process{
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	
	
}

.pointarea{
	overflow: auto;
	border: 1px solid #1e47a4;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	
	background-image: url("../images/area_bg.png");
	background-repeat: repeat-x repeat-y;
	width: 92%;
	margin: 30px 3% 10px 5%;
	padding: 0 0 0 0;
	box-shadow: 10px 10px 0 rgba(30,71,164,1);
	
}

.pnum{
	display: block;
	position: absolute;
	top:0;
	left:0
}

.pointarea .pleft{
	width: 90%;
	margin: 0 5% 0 5%;
	display: block;
	float: none;
}

.pointarea .pright{
	display: block;
	width: 90%;
	margin: 0 5%;
	float: none;
}

.pointtxt{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
	padding: 0;
	margin: 40px 0 0 0;
}

.pointtxt2{
	font-size: 15px;
	font-weight: 500;
	line-height: 2em;
	padding: 0;
	margin: 20px 0 40px 0;
}

.more{
	display: block;
	width: 80%;
	margin: 0 10% 40px 10%;
}
	.more img{
		width: 100%;
		height: auto;
	}

.pointarea .pright img{
	width: 50%;
	height: auto;
	display: block;
	margin: 0 25% 0 25%;
}


.pointarea .pleft2{
	width: 90%;
	margin: 0 5%;
	display: block;
	float:none;
}

.pointarea .pright2{
	width: 90%;
	margin: 0 5%;
	display: block;
	float:none;
}
.pointarea .pright2 img{
	width: 60%;
	height: auto;
	display: block;
	margin: 0 25% 0 20%;
}

.linkbox{
	position: relative;
	display: block;
	overflow: auto;
	margin: 0 0 20px 0;
}

.linkbox li{
	display: block;
	width: 46%;
	margin: 0 8% 10px 0;
	float: left;
}
	
	.linkbox li:nth-child(2n){
		margin: 0 0 10px 0;
	}
	
	.linkbox li img{
		width: 100%;
		height: auto;
	}
.more2{
	display: block;
	width: 80%;
	margin: 0 10% 40px 10%;
}
	
	.more2 img{
		width: 100%;
		height: auto;
	}

#message{
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	
	
}

.instabox{
	width: 100%;
	text-align: center;
	display: inline-block;
}

.insta{
	display: inline-block;
	vertical-align: bottom;
}

.insta img{
	vertical-align: bottom;
}

.instatxt{
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	color: #1e47a4;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}

#message .inner{
	width: 100%;
	background: #fef7ee;
	margin: 40px 0 0 0;
	padding: 40px 0 20px 0;
}


.instaimgbox{
	width: 90%;
	margin: 0 auto;
	overflow: auto;
}

.instaimgbox ul{
	
}

.instaimgbox ul li{
	width: 48%;
	margin: 0 4% 20px 0;
	display: block;
	float: left;
}
	
	.instaimgbox ul li img{
		width: 100%;
		height: auto;
	}

.instaimgbox ul li:nth-child(3n){
	margin: 0 4% 20px 0;
}

.instaimgbox ul li:nth-child(2n){
	margin: 0 0 20px 0;
}


#profile{
	width: 90%;
	margin: 40px auto 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	
	
}


.contleft{
	display: block;
	float: left;
	width: 72%;
	margin: 0 2% 0 0;
}
	
	.contleft img{
		width: 100%;
		height: auto;
	}

.contright{
	display: block;
	float: right;
	width: 26%;
}

.contright img{
	display: block;
	width: 100%;
		height: auto;
	margin: 0 0 0 0;
}

.more3{
	display: block;
	margin: 20px 0 20px 0;
}
	
	


#footer{
	width: 100%;
}

.footer{
	margin: 0;
	padding: 40px 0;
	width: 100%;
	background: #1e47a4;
}

.fimg{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.fbox{
	margin: 0 auto;
	width: 100%;
	overflow: auto;
}

.fbox img{
	display: block;
	float: none;
	width: 40%;
	margin: 40px auto 0 auto;
}

.ftxt{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color:#ffffff;
	margin: 40px 0 40px  0;
	padding:0;
	line-height:1em;
	float: none;
	text-align: center;
	
}

/*inspection*/
.inslbox{
	display: none;
	float: none;
	width: 90%;
	margin: 0 20px 0 0;
}
.insrbox{
	display: block;
	float:none;
	width: 100%;
}

.instxt{
	font-size: 16px;
	color: #1e47a4;
	padding: 0;
	margin: 40px 0 0 0;
	font-weight: 700;
}

.instxt2{
	font-size: 18px;
	color: #1e47a4;
	padding: 0;
	margin: 0;
	font-weight: 700;
	line-height: 1.4em;
	background: linear-gradient(transparent 60%, yellow 40%);
}
.instxt3{
	font-size: 16px;
	color: #333333;
	padding: 0;
	margin: 10px 0 10px 0;
	font-weight: 700;
}

.instxt4{
	font-size: 14px;
	color: #333333;
	line-height: 1.7em;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.instxt5{
	width: 90%;
	font-size: 14px;
	color: #333333;
	line-height: 1.8em;
	padding: 0;
	margin: 40px 5% 10px 5%;
	font-weight: 500;
}

#inspection{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#inspection .inner{
	width: 100%;
	margin: 0 auto;
}

.inspebox{
	position: relative;
	display: block;
	width: 100%;
	margin: 60px auto 20px auto;
	padding: 50px 0 0 0;
}

.inspewrap{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
	
	background-image: url("../images/area_bg.png");
	background-repeat: repeat-x repeat-y;
}

.inspewrap2{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 0 0 80px 0;
	
	background-image: url("../images/area_bg2.png");
	background-repeat: repeat-x repeat-y;
}


.institle{
	position: absolute;
	top:0;
	left: 2%;
}
	
	.institle img{
		width: 60%;
		height: auto;
	}


.iwtxt01{
	padding: 100px 0 0 0;
	margin: 0 5% 0 5%;
	font-size: 20px;
	color: #1e47a4;
	font-weight: 700;
	line-height: 1.7em;
}
.iwtxt02{
	width: 90%;
	padding: 20px 0 0 0;
	margin: 0 5% 0 5%;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
}

.iwtxt02R{
	width: 90%;
	padding: 120px 0 0 0;
	margin: 0 5% 0 5%;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
	color: #0e2862;
}

.iwtxt02S{
	width: 90%;
	padding: 20px 0 0 0;
	margin: 0 5% 0 5%;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
}

.bbold{
	font-weight: 700;
	color: #1e47a4;
}

.iwbox{
	overflow: auto;
	display: block;
	width: 90%;
	margin: 40px 5% 30px 5%;
}

.iwl{
	display: block;
	float: left;
	width: 60%;
	margin: 0 2% 0 0;
}
	
	.iwl img{
		width: 100%;
		height: auto;
	}

.iwr{
	display: block;
	float: left;
	width: 38%;
	margin: 0 0 0 0;
}

.iwr img{
		width: 100%;
		height: auto;
	}

.iwtxt03{
	padding: 0 0 0 0;
	margin: 40px 5% 30px 5%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7em;
	color: #1e47a4;
}


.iwtxt03R{
	padding: 0 0 0 0;
	margin: 40px 5% 10px 5%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7em;
	color: #1e47a4;
}

.iwtxt03RR{
	padding: 0 0 0 0;
	margin: 40px 50px 10px 5%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.7em;
	color: #1e47a4;
}

.iwtxt04{
	font-size: 13px;
	line-height: 1.8em;
	margin: 0px 5% 0 5%;
	padding: 0;
	letter-spacing: -0.02em;
	
}

.graph01{
	width: 98%;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

.gl01{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	width: 49%;
	border-left: 1px solid #1e47a4;
	border-right: 1px solid #ffffff;
	background: #1e47a4;
	text-align: center;
	padding: 14px 0 14px 0;
	margin: 0;
	float: left;
	height: 40px;
	line-height: 40px;
}

.gr01{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	width: 49%;
	border-right: 1px solid #1e47a4;
	background: #1e47a4;
	text-align: center;
	padding: 14px 0 14px 0;
	margin: 0;
	float: left;
	
	height: 40px;
}


.gl01S{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	width: 98%;
	background: #1e47a4;
	border-right: 1px solid #1e47a4;
	border-left: 1px solid #1e47a4;
	text-align: center;
	padding: 14px 0 14px 0;
	margin: 0 auto;
	
}

.gr01S{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	width: 98%;
	border-right: 1px solid #1e47a4;
	border-left: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	background: #ffffff;
	text-align: left;
	padding: 24px 0 24px 0;
	margin: 0 auto
	
}

.gr01S p{
	margin: 0 0 0 0;
	padding: 0 2%;
}


.gl02{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	width: 49%;
	height: 130px;
	border-left: 1px solid #1e47a4;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	background: #ffffff;
	margin: 0;
	float: left;
}

.gl02 p{
	margin: 35px 0 0 20px;
}

.gl02 .grtxt01{
	margin: 28px 0 0 20px;
}
.gl02 .grtxt02{
	margin: 14px 4px 0 20px;
}

.gl03{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	width: 49%;
	height: 150px;
	border-left: 1px solid #1e47a4;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	background: #ffffff;
	margin: 0;
	float: left;
}
.gl03 .grtxt02{
	margin: 14px 4px 0 20px;
}


.gr02{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	width: 49%;
	height: 130px;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	margin: 0;
	background: #ffffff;
	float: left;
}

.gr02 p{
	margin: 15px 2% 0 14px;
}


.gr03{
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: #333333;
	width: 49%;
	height: 150px;
	border-right: 1px solid #1e47a4;
	border-bottom: 1px solid #1e47a4;
	padding: 0;
	margin: 0;
	background: #ffffff;
	float: left;
}

.gr03 p{
	margin: 15px 0 0 14px;
	letter-spacing: -0.02em;
}

.orange{
	color: #de6a0b;
}

.insptxt01{
	display: block;
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	padding: 0;
	margin: 20px 5% 50px 5%;
	font-weight: 700;
}

.insptxt02{
	display: block;
	font-size: 16px;
	line-height: 1.6em;
	color: #de6a0b;
	padding: 0;
	margin: 0 5% 0 5%;
	font-weight: 700;
}


.insptxt03{
	display: block;
	font-size: 14px;
	line-height: 1.8em;
	color: #333333;
	padding: 0;
	margin: 0px 5% 40px 5%;
	font-weight: 700;
}

.instimg{
	width: 98%;
	display: block;
	margin: 30px 0 0 2%;
}
	
	.instimg img{
		width: 100%;
		height: auto;
	}


.contactbox{
	position: relative;
	display: block;
	overflow: auto;
	width: 98%;
	margin: 20px 1% 0 1%;
	padding: 0;
}

	.contactbox img{
		width: 100%;
		height: auto;
	}
	
	
.more4{
	display: block;
	position: absolute;
	top:100px;
	left: 5%;
}
	.more4 img{
		width: 70%;
		height: auto;
		
	}


/*maintenance*/
.menteimg{
	width: 100%;
	height: auto;
	box-shadow: 10px 10px 0 rgba(30,71,164,1);
	display: block;
	margin: 0px 20px 0 0;
}

.mentenum{
	font-size: 200px;
	font-style: italic;
	font-weight: 500;
	color: #ff9600;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

	position: absolute;
	top:-60px;
	right: 20px;
	
}


/*company*/
.instxt5R{
	width: 90%;
	font-size: 14px;
	color: #333333;
	line-height: 1.8em;
	padding: 0;
	margin: 10px 5% 30px 5%;
	font-weight: 500;
}

.iwtxt02RR{
	width: 90%;
	padding: 120px 0 50px 0;
	margin: 0 5% 0 5%;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
	color: #0e2862;
}

.companyinfo{
	display: block;
	clear: both;
	width: 92%;
	margin: 80px auto 0 auto;
	border: 1px solid #1e47a4;
	
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
	
	box-shadow: 10px 10px 0 rgba(30,71,164,1);
}

.companyinfo .wrap{
	width: 98%;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
	
}

.ctitle{
	padding: 0;
	margin: 35px 0 35px 0;
	text-align: center;
	display: block;
	font-size: 24px;
	color: #1e47a4;
	font-weight: 700;
}

.cp01{
	display: block;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
}

.cps01{
	font-size: 13px;
	width: 22%;
	text-align: right;
	font-weight: 700;
	display: inline-block;
	padding: 0;
	margin: 0 2% 0 0 ;
	
}

.cps02{
	font-size: 13px;
	text-align: left;
	font-weight: 500;
	display: inline-block;
}

.gmap{
	display: block;
	margin: 40px auto 20px auto;
	width: 90%;
}

.glink{
	width: 40%;
	padding: 12px 0;
	margin: 20px 30% 60px 30%;
	
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #1e47a4;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  

}

.glink a{
	display: block;
	color: #ffffff;
	width: 100%;
	height: 100%;
}


/*contact*/

.contactform{
	width: 92%;
	display: block;
	margin: 0 auto;
	
}

.cotxt{
	font-size: 15px;
	font-weight: 700;
}



#contact{
	margin:0;
	padding:0;
	width:100%;
	overflow:auto;
}

#formtable {
	margin:40px 0 0 0;
	padding:0 0 0 0;
	position:relative;
	width:100%;/*横幅*/
	font-size: 16px;
}

#formtable tr{
	display: block;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 20px 0;
}
#formtable td{
display: block;
	width:100%;
	
	
	color:#333333;
	font-weight: 700;
	padding:0 0 20px 0;

}

input.iarea{
	width: 98%;
	height: 32px;
	border: 1px solid #cccccc;
}

.radio label{
	display: block;
	margin: 0 0 10px 0;
}
input[type=radio]{
	
}

textarea{
	width: 98%;
	border: 1px solid #cccccc;
}

#formtable td .input{
	width: 98%;
}

.hissu{
	color: #ffffff;
	padding: 4px 8px;
	background: #ff9600;
	display: inline-block;
	margin: 0 10px 0 0 ;
}

#formbtn{
	width:181px;
	position:relative;
	margin:0 auto;
	padding:40px 0 0 0;
}


#contactlist{
	font-size:14px;
	color:#434242;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","Helvetica Neue","Helvetica Neue Bold", Helvetica,Hiragino Kaku Gothic Pro,平成明朝, ＭＳ Ｐ明朝, MS PMincho, sans-serif;
	line-height:2.2em;
	
}



.button{
	display: block;
	width: 182px;
	margin: 40px auto 0 auto;
}
.button2{
	display: block;
	width: 380px;
	margin: 40px auto 0 auto;
}

.button2 img{
	margin: 0 5px 0 0;
}



	
	
}