@charset "utf-8";

/*
Blocks    -  block
Elements  -  block__element
Modifiers -  block-modifier
						 block__element--modifier
*/

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

 header/footer/copyright

--------------------------------------------------------------------*/
/*- footer ---------------*/
.footerWrap {
  background-image: url(../images/footer_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footerWrap_inner {
  padding: 60px 24px;
}
.footerWrap_ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.625em;
  line-height: 1em;
  color: #FFF;
}
.footerWrap_ttl-subttl {
  font-size: 0.538em;
  display: block;
  line-height: 1em;
  margin-top: 10px;
}
.footerList_box {
  color: #FFF;
  text-align: center;
  padding: 20px;
  width: 32%;
  margin-right: 2%;
  float: left;
  border: 1px solid #FFF;
}
.footerList_box:nth-child(3n) {
  margin-right: 0;
}
.footerList_box_h3 {
  margin-bottom: 20px;
}
.footerList_box_tel {
  font-size: 1.750em;
  line-height: 1em;
  color: #FFF;
  display: block;
  vertical-align: middle;
}
.footerList_box_tel i {
  font-size: 0.8em;
  vertical-align: top;
  line-height: 1em;
}
.footerList_box_data {
  font-size: 0.875em;
  margin-top: 10px;
}
.footerList_box_btn {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
}
.footerList_box_btn-fax {
  padding: 5px;
  margin-top: 10px;
}
.footerList_box_btn-form {
  padding: 20px;
}
/*- copyright ---------------*/
.copyright{
	padding:10px;
	text-align:center;
	background-color:#000;
	font-size:0.625em;
	color:#FFF;
}
@media only screen and (max-width:768px){
/*- footer ---------------*/
.footerWrap_inner {
  padding: 30px 0px;
}
.footerWrap_ttl {
  margin-bottom: 24px;
	}
.footerWrap_ttl-subttl {
  font-size: 0.538em;
  display: block;
  line-height: 1em;
  margin-top: 10px;
}
.footerList_box {
  padding:12px;
  width: 100%;
  margin-right:0;
	margin-bottom:2%;
  float:none;
}
.footerList_box_h3 {
  margin-bottom: 12px;
}
.footerList_box_btn-fax {
  padding: 10px;
  margin-top: 10px;
}
.footerList_box_btn-form {
  padding: 10px;
}
	}
@media only screen and (max-width:480px){
/*- footer ---------------*/
.footerWrap_inner {
  padding: 30px 0px;
}
.footerWrap_ttl {
	font-size:1.625em;
	}
.footerWrap_ttl-subttl {
	font-size:0.3em;
}
}

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

 トップページ

--------------------------------------------------------------------*/
/*- mainVisual ---------------*/
.mainVisualWrap {
  background-image: url(../images/mainVisual_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*- aboutWrap ---------------*/
.aboutWrap {
  background-image: url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.aboutWrap_deco {
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutWrap_inner {
  padding: 60px 24px;
}
.aboutWrap_ttl {
  text-align: center;
  font-size: 2.125em;
  line-height: 1em;
  position: relative;
  margin-bottom: 40px;
}
.aboutWrap_ttl-subttl {
  color: #00984a;
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 0.529em;
}
.aboutWrap_ttl:before {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 2px;
  background: #F89174;
}
.aboutWrap_ttl_img{
	display:inline;
	}
.aboutWrap_txt {
  width: 100%;
  display: table;
}
.aboutWrap_list_box {
  display: table-cell;
  width: 50%;
}
.aboutWrap_list_box:nth-child(1) {
  padding-right: 12px;
}
.aboutWrap_list_box:nth-child(2) {
  padding-left: 12px;
}
.aboutWrap_list_box p {
  line-height: 1.6em;
}


#introduction_video{
	border:1px solid #CCC;
	}
.introductionVideo{
	margin:32px 0 32px 0;
	text-align:center;
	}
	.introductionVideo img{
		display:inline-block;
		margin:0 auto;
		}
		
.aboutNav {
  width: 100%;
  padding: 24px;
  background-image: url(../images/aboutframe_top.png), url(../images/aboutframe_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, left bottom;
  background-size: contain;
}
.aboutNav_box {
  width: 32%;
  margin-right: 2%;
  float: left;
  max-height: 80px;
}
.aboutNav_box:nth-child(3n) {
  margin-right: 0;
}
.aboutNav_box:nth-child(n+4) {
  margin-top: 2%
}
.aboutNav_box a {
  position: relative;
  width: 100%;
  display: table;
  height: 80px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3f3f3), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #f3f3f3);
	background: -moz-linear-gradient(#fff, #f3f3f3);
	background: -o-linear-gradient(#fff, #f3f3f3);
	background: -ms-linear-gradient(#fff, #f3f3f3);
	background: linear-gradient(#fff, #f3f3f3);
  border: 1px solid #CCC;
}
.aboutNav_box a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #F89174;
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 0;
}
.aboutNav_icon,
.aboutNav_ttl{
  display: table-cell;
  vertical-align: middle;
}
.aboutNav_icon {
  width: 80px;
	text-align: left;
	min-width: 80px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.aboutNav_ttl {
  padding: 10px;
}
.aboutNav_icon-01 {
  background-image: url(../images/abouttmb01.png);
}
.aboutNav_icon-02 {
  background-image: url(../images/abouttmb02.png);
}
.aboutNav_icon-03 {
  background-image: url(../images/abouttmb03.png);
}
.aboutNav_icon-04 {
  background-image: url(../images/abouttmb04.png);
}
.aboutNav_icon-05 {
  background-image: url(../images/abouttmb05.png);
}
.aboutNav_icon-06 {
  background-image: url(../images/abouttmb06.png);
}
		
/*- resultWrap ---------------*/
.resultWrap {
  background-image: url(../images/resultbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.resultWrap_inner {
  padding: 60px 0;
}
.resultWrap_box {
  margin-bottom: 24px;
  width: 100%;
  padding: 0 24px;
  display: table;
}
.resultWrap_box_ttl, .resultWrap_box_btn {
  display: table-cell;
  vertical-align: middle;
}
.resultWrap_box_ttl {
  text-align: left;
  color: #FFF;
  font-size: 1.625em;
  line-height: 1em;
}
.resultWrap_box_ttl-subttl {
  font-size: 0.538em;
  display: block;
  margin-top: 10px;
  line-height: 1em;
}
.resultWrap_box_btn {
  text-align: right;
}
.resultWrap_box_btn a {
  display: inline-block;
  background-color: #ffffff;
  font-size: 0.750em;
  padding: 10px;
  line-height: 1;
  border: 1px solid #CCC;
}
.resultList_box_ttl {
  padding: 30px 10px;
	line-height:1.4em;
  background-color: #FFF;
  text-align: center;
}

/*- newsWrap ---------------*/
.newsWrap_inner {
  padding: 60px 0;
}
.newsWrap_box {
  margin-bottom: 24px;
  width: 100%;
  padding: 0 24px;
  display: table;
}
.newsWrap_box_ttl {
  text-align: left;
  font-size: 1.625em;
  line-height: 1em;
  vertical-align: middle;
}
.newsWrap_box_ttl-subttl {
  font-size: 0.538em;
  color: #00984a;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1em;
}
.newsList {
  width: 100%;
/*  height: 300px;
  overflow-y: auto;*/
}
.newsList_box{
  display: table;
	width:100%;
  border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom:-1px;
  padding: 24px;
}
.newsList_box_h3, .newsList_box_txt {
  display: table-cell;
	vertical-align:middle;
}
.newsList_box_h3 {
  width: 10%;
}
.newsList_box_h3_data {
  color: #00984a;
  display: block;
}
.newsList_box_txt{
  width: 90%;
	color:#666;
}
.newsList_box_txt a:hover{
	text-decoration:underline;
}

@media only screen and (max-width:768px){
/*- mainVisual ---------------*/
.mainVisual{
	padding:20px 0;
}

.introductionVideo{
	margin:24px 0 24px 0;
	}
/*- aboutWrap ---------------*/
.aboutWrap_deco {
  left: 0;
	right:0;
  bottom: 0;
	margin:0 auto;
}
.aboutWrap_deco img{
	width:100%;
	height:auto;
	}
	
.aboutWrap_inner {
  padding:30px 0;
}
.aboutWrap_txt {
	display:block;
}
.aboutWrap_list_box {
	display:block;
	font-size:0.875em;
  width: 100%;
}
.aboutWrap_list_box:nth-child(1) {
  padding-right:0px;
	margin-bottom:10px;
}
.aboutWrap_list_box:nth-child(2) {
  padding-left:0px;
}
.aboutNav {
  padding: 12px;
}
.aboutNav_box {
  width: 49%;
	font-size:0.875em;
}
.aboutNav_box:nth-child(2n) {
  margin-right: 0 !important;
}
.aboutNav_box:nth-child(3n) {
  margin-right: 2%;
}
.aboutNav_box:nth-child(n+3) {
	margin-top:2% !important;
}
.aboutNav_box:nth-child(n+4) {
  margin-top: 0%
}
/*- resultWrap ---------------*/
.resultWrap_inner {
  padding:30px 0 100px;
	position:relative;
}
.resultWrap_box {
  margin-bottom: 24px;
  padding: 0px;
	display:block;
}
.resultWrap_box_ttl, .resultWrap_box_btn {
  display:block;
}
.resultWrap_box_ttl {
	text-align:center;
}
.resultWrap_box_btn {
	text-align:center;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}
.resultWrap_box_btn a {
  display:block;
	font-size:0.875em;
	padding:15px;
}
.resultList_box_ttl {
  padding: 10px 10px;
}
/*- newsWrap ---------------*/
.newsWrap_inner {
	padding: 30px 0 100px;
}
.newsWrap_box {
  margin-bottom: 24px;
  padding: 0;
	display:block;
}
.newsWrap_box_ttl {
	text-align:center;
}
.newsWrap_box_ttl-subttl {
  margin-left: 0px;
	margin-top:10px;
	display:block;
}

.newsList_box{
	display:block;
	padding: 12px 0px;
}
.newsList_box_h3, .newsList_box_txt {
	display:block;
}
.newsList_box_h3 {
  width: 100%;
	line-height:1em;
	padding-right:0;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}
.newsList_box_h3_data {
  font-size: 0.875em;
	display:inline;
	margin-right:10px;
  margin-bottom: 0;
}
.newsList_box_txt{
  width: 100%;
	line-height:1.4em;
}
	}
@media only screen and (max-width:480px){
.introductionVideo{
	margin:16px 0 16px 0;
	}
/*- aboutWrap ---------------*/
.aboutWrap_ttl {
  font-size:1.625em;
  line-height: 1em;
  margin-bottom: 24px;
}
.aboutWrap_ttl:before {
  bottom: -12px;
  width: 100px;
  height: 1px;
}
.aboutNav {
  padding: 6px;
}
.aboutNav_box {
  width: 100%;
  margin-right: 0%;
  float:none;
}
.aboutNav_box:nth-child(n+2),
.aboutNav_box:nth-child(n+3),
.aboutNav_box:nth-child(n+4) {
	margin-top:2% !important;
}
.aboutNav_box a {
  height: 60px;
}
/*- resultWrap ---------------*/
.resultWrap_inner {
  padding:30px 0 80px;
}
.resultWrap_box_ttl {
  font-size:1.625em;
}
.resultWrap_box {
  margin-bottom: 24px;
}
.resultWrap_box_btn a {
  display:block;
	font-size:0.875em;
	padding:10px;
}
/*- newsWrap ---------------*/
.newsWrap_box {
  margin-bottom:24px;
}
.newsList {
}
.newsWrap_box_ttl {
  font-size:1.625em;
}
.newsWrap_box_ttl-subttl {
  margin-left: 0px;
	font-size:0.3em;
}
.newsList_box_h3 {
	padding-bottom:5px;
	margin-bottom:5px;
}
.newsList_box_h3_data {
	font-size:0.750em;
	line-height:1.6em;
}
	}






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

 下層ページ

------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*下層ページ見出し - h2*/
.secondttlwrap{
	background-image:url(../images/common/second_bg_01.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	display:table;
	width:100%;
	height:300px;
	}
	.secondttlwrap_box{
		display:table-cell;
		vertical-align:middle;
		height:300px;
		color:#FFF;
		}
		.secondttlwrap_box_ttl{
			line-height:1em;
			padding:12px 0 12px 24px;
			font-size:1.625em;
			border-left:3px solid #FFF;
			}
			.secondttlwrap_box_ttl span{
				display:block;
				line-height:1em;
				margin-top:10px;
				font-size:0.462em;
				}

/*ページ説明*/
.secondttlbt{
	background-color:#f3f3f3;
	padding:60px 0;
	}
	.secondttlbt_txt{font-size: 1.125em; line-height:1.6em;}
	.secondttlbt_txt a:hover{ text-decoration:underline;}

/*下層ページ下余白*/
.pageGarter{padding:60px 0 80px;}
.pageGarter-t{padding-top:60px;}
.pageGarter-b{margin-bottom:80px;}
	
/*下層ページ見出し - h3*/
.ttl_module{
	margin-bottom:30px;
	display:table;
	width:100%;
	}
	.ttl_module-mt40{ margin-top:40px;}
	.ttl_module-mt60{ margin-top:60px;}
	.ttl_module_ttl,
	.ttl_module_nav{
		display:table-cell;
		vertical-align:middle;
		}	
		.ttl_module_ttl{
			padding:24px 0 24px 24px;
			border-left:3px solid #00984a;
			font-size:1.5em;
			white-space:nowrap;
			line-height:1em;
			}
			/*下層ページ見出し - 施工会社ナビ*/
			.ttl_module_nav{
				text-align:right;
				}
				.ttl_module_nav_child{
					text-align:center;
					font-size:0.875em;
					line-height:1em;
					margin-left:10px;
					display:inline-block;
					}
					.ttl_module_nav_child span{
						line-height:1em;
						color:#00984a;
						display:block;}	
/*下層ページ見出し - h4*/
.ttlh4{
	background-color: #00984a;
	padding: 10px 15px;
	margin: 30px 0 20px 0;
	font-weight: normal;
	color: #fff;
	}

/*注目背景*/
.creambg{
	padding:24px;
	background-color:#e1fff0;
	}
	img.creambg-tc{margin:0 auto;}

/*余白空白*/
.mB24{ margin-bottom:24px;}
.mB48{ margin-bottom:48px;}

/*ナビゲーション*/
.subNavWrap{
	width:100%;
	background-color:#00984a;
	}
	.subNavWrap li{
		float:left;
		width:16.666%;
		border-left:1px solid #00813f;
		}
		.subNav_active a{background-color:#00813f;}
		.subNavWrap li:last-child {border-right:1px solid #00813f;}
		.subNavWrap li a{
			line-height:1em;
			display:block;
			padding:15px;
			text-align:center;
			color:#FFF;
			}
			.subNavWrap li a:hover{
				background-color:#00813f;
				}
			.subNavWrap li a span{
				line-height:0;
				display:block;
				margin-top:10px;
				}
				.subNavWrap li a span i{
					line-height:0;}
@media only screen and (max-width:768px){
/*下層ページ見出し - h2*/
.secondttlwrap{
	height:200px;
	}
	.secondttlwrap_box{
		height:200px;
		}
		.secondttlwrap_box_ttl{
			padding:12px 0 12px 12px;
			font-size:1.5em;
			}
			.secondttlwrap_box_ttl span{
				margin-top:10px;
				}	
/*ページ説明*/
.secondttlbt{
	padding:24px 0;
	}
	.secondttlbt_txt{
		font-size:1em;
		line-height:1.4em;
		}
		.secondttlbt_txt br{ display:none;}
	
/*下層ページ下余白*/
.pageGarter{padding:30px 0 40px;}
.pageGarter-t{padding-top:30px;}
.pageGarter-b{margin-bottom:40px;}
/*下層ページ見出し - h3*/
.ttl_module{
	margin-bottom:20px;
	display:block;
	}
	.ttl_module-mt40{ margin-top:20px;}
	.ttl_module-mt60{ margin-top:30px;}
	.ttl_module_ttl,
	.ttl_module_nav{
		display:block;
		width:100%;
		}
/*下層ページ見出し - 施工会社ナビ*/
.ttl_module_nav{
	margin-top:15px;
	text-align:center;
	}
.ttl_module_nav_child{
	float:left;
	width:50%;
	padding:5px;
	border:1px solid #eaeaea;
	margin-left:0px;
	display:block;
	margin-left:-1px;
	margin-bottom:-1px;
	}
/*注目背景*/
.creambg{
	padding:2%;
	}
	img.creambg-tc{margin:0 auto;}
/*ナビゲーション*/
.subNavWrap .inner{ width:100%;}
.subNavWrap li{width:50%;border-left:none;}
.subNavWrap li:last-child {border-right:none;}
.subNavWrap li:nth-child(2n) {border-left:1px solid #00813f;}	
.subNavWrap li:nth-child(n+3) {border-top:1px solid #00813f;}
.subNavWrap li a{padding:10px 5px;}
.subNavWrap li a span{margin-top:5px;}
}
@media only screen and (max-width:480px){
/*下層ページ見出し - h2*/
.secondttlwrap{
	height:150px;
	}
	.secondttlwrap_box{
		height:150px;
		}
		.secondttlwrap_box_ttl{
			font-size:1.375emem;
			}
			.secondttlwrap_box_ttl span{
				margin-top:5px;
				}	
/*下層ページ下余白*/
.pageGarter{padding:30px 0 30px;}
.pageGarter-t{padding-top:30px;}
.pageGarter-b{margin-bottom:30px;}
/*下層ページ見出し - h3*/
.ttl_module_ttl{
	padding:12px 0 12px 12px;
	font-size:1.5em;
	white-space:normal;
	}
.ttl_module_nav{margin-top:15px;}

/*下層ページ見出し - h4*/
.ttlh4{
	margin: 15px 0 10px 0;
	}
/*ナビゲーション*/
.subNavWrap li a{font-size:0.875em;}
.subNavWrap li a span{ display:none;}
}

/*----------------------------------------------------------- ■　■　■　Kframe*/
/*about*/
.introWrap{
	background-image:
	url(../images/ktype/about/aboutbg.png), 
	linear-gradient(to bottom, #4a88c2 0%, #4a88c2 50%, #fff 100%);
	background-repeat:
	no-repeat, 
	no-repeat;
	background-position:
	top left,
	top center;
	background-size:
	100%,
	100%;
	text-shadow:0px 1px 3px rgba(0,0,0,0.5);
	padding-bottom:24px;
	margin-bottom:48px;
	}
.intro_catchcopy{
	text-align:center;
	font-size:2.750em;
	line-height:1.6em;
	color:#FFF;
	margin-bottom:24px;
	}
.intro_list_box {
	line-height: 1.6em;
	color:#FFF;
	margin-bottom:24px;
	}
@media only screen and (max-width:1000px){.intro_catchcopy br{display:none;}}
@media only screen and (max-width:768px){
.introWrap{padding-bottom:0px;}
.intro_catchcopy{
	font-size:2em;
	margin-bottom:12px;
	line-height:1.4em;
	}
.introimglist li:nth-child(3) { width:100%; text-align:center;}
.introimglist li:nth-child(3) img{ display:inline;}
}
@media only screen and (max-width:480px){
.intro_catchcopy{
	font-size:1.5em;
	line-height:1.4em;
	}
.intro_list_box {
	font-size:0.875em;
	margin-bottom:12px;
	}
}

/*----------------------------------------------------------- 特徴*/

/*----------------------------------------------------------- 実績*/
.workslist p{
	background-color:#FFF;
	padding:10px;
	text-align:center;
	}
.makerMapWrap{
	background-color:#f3f3f3;
	padding:24px 0 48px;
	}
	.makerMapWrap .inner{
		position:relative;
		}
.worksinfo{
	width:400px;
	position:absolute;
	left:0;
	top:0;
	}
.worksinfo table{
	margin-bottom:10px;
	}
	.worksinfo th,
	.worksinfo td{
		padding:5px;
		border:1px solid #f3f3f3;
		text-align:center;
		}
		.worksinfo th{
			background-color:#00984a;
			color:#FFF;
			width:40%;
			}
			.worksinfo td{
				background-color:#fff;
				width:60%;
				}
				.worksinfo p{
					font-size:0.875em; 
					font-weight:bold;
					white-space:nowrap;
					line-height:1.4em;
					}
.maparea{
	position:relative;
	display:block;
	margin:0 auto;
	max-width:645px;
	}
	.mapareaImg{
		margin:0 auto;
		text-align:center;
		}
		.maparea p{
			font-size:0.875em;
			font-weight:bold;
			line-height:1em;
			color: #ed1c24;
			position:absolute;
			}
			.shinetsu{left: 380px;top: 180px;}
			.tohoku{left: 588px;top: 232px;}
			.kanto01{left: 349px;top: 292px;}
			.kanto02{left: 547px;top: 355px;}
			.tokai01{left: 257px;top: 339px;}
			.tokai02{left: 460px;top: 538px;}
			.kansai01{left: 145px;top: 363px;}
			.kansai02{left: 339px;top: 580px;}
			.chugoku{left: 44px;top: 410px;}
			.shikoku{left: 227px;top: 633px;}
			.kyuusyu01{left: 18px;top: 550px;}
			.kyuusyu02{
	left: 84px;
	top: 660px;
}

.makerMapWrap .colm2_mr2{
	display:none;
	margin-top:20px;
	}
	.makerMapWrap .colm2_mr2 table{
		width:100%;
		table-layout:fixed;
		}
		.makerMapWrap .colm2_mr2 table th,
		.makerMapWrap .colm2_mr2 table td{
			border:1px solid #CCC;
			padding:5px;
			font-size:0.875em;
			text-align:center;
			}
			.makerMapWrap .colm2_mr2 table th{
				color:#FFF;
				background-color:#00984a;
				}
				.makerMapWrap .colm2_mr2 table td{
					background-color:#FFF;}
@media only screen and (max-width:768px){
.makerMapWrap{
	background-color:#fff;
	padding:0px 0 40px;}
.maparea{ display:none;}
.makerMapWrap .inner{ position:static;}
.worksinfo{ width:100%; position:static;}
.worksinfo table{ margin-bottom:5px;}
.worksinfo th,.worksinfo td{border:1px solid #ccc;}
.worksinfo th{ width:50%;}
.worksinfo td{ width:50%;}
.worksinfo p{ font-size:0.875em; font-weight:bold; white-space:normal; line-height:1.4em;}
.makerMapWrap .colm2_mr2{ display:block;}
}
/*----------------------------------------------------------- 製品案内*/
.spectbl{
	width:100%;
	table-layout:fixed;
	}
	.spectbl-mTB14{ margin:14px 0;}
	.spectbl th,
	.spectbl td{
		border:1px solid #c2c2c2;
		padding:5px;
		}
		.spectbl th{background-color:#e1fff0;}
		.spectbl td{font-size:0.875em;}
		.spectbl .center{text-align:center;}
		.spectbl td img{ display:inline-block;}
		.spectbl td span{
			color:#FFF;
			background-color:#000;
			width:100px;
			font-size:0.875em;
			text-align:center;
			margin-right:10px;
			display:inline-block;
			}
.products_box .ttl{
	color:#FFF;
	background-color:#00984a;
	padding:10px;}
.products_box .tmb{}
.products_box .txt{
	padding:14px;
	font-size:0.875em;
	border:#CCC 1px solid;}
.products_box .txt span{
	background-color:#ed1c24;
	color:#FFF;
	padding:5px;
	line-height:1em;
	display:inline-block;
	margin-bottom:5px;
	}
@media only screen and (max-width:480px){
.spectbl td span{
	margin-right:0;
	padding:4px;
	line-height:1em;
	display:block;
	}
.products_box .txt{
	padding:12px;}
	}
/*----------------------------------------------------------- よくあるご質問*/
#qalist{
	margin-bottom:20px;
	}
#qalist li{
	position:relative;
	}
.qalist_q {
	padding:24px 14px 24px 55px;
  background-color: #00984a;
	color: white;
  cursor: pointer;
	}
.qalist_a {
	padding:14px 14px 14px 55px;
	background-color:#f3f3f3;
	}
#qalist li span{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:100%;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	}
	.qalist_q span{
		background-image:url(../images/ktype/qa/qicon.png);
		background-color:#00813f;
		}
	.qalist_a span{
		background-image:url(../images/ktype/qa/aicon.png);
		background-color:#efeaea;
		}
.qalist_q h4{line-height:1em;}
.qalist_a p{font-size:0.875em;}
@media only screen and (max-width:768px){
#qalist{
	margin-bottom:15px;
	}
.qalist_q {
	padding:14px 14px 14px 40px;
	}
.qalist_a {
	padding:14px 14px 14px 40px;
	}
#qalist li span{
	width:30px;
	background-size:10px auto;
	}
.qalist_q h4{line-height:1.4em;}
.qalist_a p{font-size:0.875em;}	
	}
@media only screen and (max-width:480px){}
/*----------------------------------------------------------- スケジュール*/
.flowlist{
	width:100%;
	}
	.flowlist li{
		width:100%;
		margin-right:5%;
		width:30%;
		float:left;
		position:relative;
		}
		.flowlist li:nth-child(3n){ margin-right:0;}
		.flowlist li:nth-child(n+4) {margin-top:48px;}
.flowlist li span{
	position:absolute;
	}
.flowlist_icon{
	left:-15px;
	top:-15px;
	}
.flowlist_arrow{
	right:-10%;
	top:50%;
	margin-top:-1em;
	color:#00984a;
	font-size:2.2em;
	line-height:0em;
	}
.flowlist_tmb{
	width:100%;
	height:auto;
	}		
.flowlist li p{
	color:#000;
	text-align:center;
	line-height:1em;
	background-color:#FFF;
	padding:15px 10px;
	}
@media only screen and (max-width:768px){
.flowlist li{
	margin-right:2%;
	width:32%;
	}
.flowlist li:nth-child(n+4) {
	margin-top:25px;
}
.flowlist_arrow{display:none;}
.flowlist_icon{
	left: 50%;
	right: 0;
	top: -20px;
	margin-left: -20px;
	}
.flowlist_icon img{ width:40px; height:auto;}
}
@media only screen and (max-width:480px){
.flowlist li{
	margin-right:0;
	width:100%;
	float:none;
	margin-bottom:15px;
	}
.flowlist li:nth-child(n+4) {
	margin-top:0;
}
.flowlist_icon{
	left: 10px;
	top:10px;
	margin-left:0;
	}
}

/*----------------------------------------------------------- 設計事務所・工務店案内*/
.officeWrap{
	width:100%;
	display:table;
	table-layout:fixed;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #eaeaea;
	}
	.officeWrap_box{
		border-left:1px solid #eaeaea;
		display:table-cell;
		padding:24px;
		text-align:center;
		}
		.officeWrap_box:last-child {
			border-right:1px solid #eaeaea;
			}
			.officeWrap_box_child{
				text-align:left;
				}
				.officeWrap_box_child a:hover{
					color:#00984a;
					}
					.officeWrap_box_child_ttl{
						margin-bottom:10px;
						line-height:1em;
						}
						.officeWrap_box_child_ttl i{
							vertical-align: top;
							font-size:0.667em;
							}	
							.officeWrap_box_child_txt{
								font-size:0.750em;
								line-height:1.4em;
								}
@media only screen and (max-width:768px){
.officeWrap{
	padding-bottom:12px;
	margin-bottom:12px;
	}
.officeWrap_box{
	padding:12px;
	}
.officeWrap_box_child_ttl{
	line-height:1.4em;
	}
.officeWrap_box_child_ttl i{
	vertical-align:middle;
	}	
}
@media only screen and (max-width:480px){
.officeWrap{
	display:block;
	table-layout:auto;
	padding-bottom:0;
	margin-bottom:0;
	border:none;
	}
.officeWrap_box{
	display:block;
	width:100%;
	border-left:none;
	border-bottom:1px solid #eaeaea;
	}
.officeWrap_box:last-child {
	border-right:none;
	}
.officeWrap_box_child_ttl{
	line-height:1.4em;
	margin-bottom:5px;
	}
.officeWrap_box_child_ttl i{
	vertical-align:middle;
	}	
.officeWrap_box_child_txt{}
.officeWrap_box--none{
	display:none;}
}
/*----------------------------------------------------------- 施工･竣工事例紹介*/
/*施工事例紹介*/
.picgallery{
	}
	.picgallery_child{
		border:3px solid #f3f3f3;
		}
		.picgallery_child a{
			position: relative;
			overflow: hidden;
			display:block;
			opacity: 1;
			-webkit-transition: 0;
			-o-transition: 0;
			transition: 0;
			filter: alpha(opacity=100);
			}
			.picgallery_child_tmb{
				-webkit-transform: scale(1);
				-ms-transform: scale(1);
						transform: scale(1);
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
				}
				.picgallery_child a:hover .picgallery_child_tmb {
					-webkit-transform: scale(1.2);
					-ms-transform: scale(1.2);
							transform: scale(1.2);
					}
					.picgallery_child_p {
						color:#FFF;
						position: absolute;
						top: 0;
						left: 0;
						z-index: 2;
						width: 100%;
						height: 100%;
						background: rgba(0,153,74,0.9);
						-webkit-transition: 0.4s;
						-o-transition: 0.4s;
						transition: 0.4s;
						opacity: 0;
						}
						.picgallery_child a:hover .picgallery_child_p {
							opacity: 1;
							}
							.picgallery_child_icon{
								font-size:1.8em;
								line-height:0;
								text-align: center;
								display: block;
								top: 50%;
								position: absolute;
								margin: 0 auto;
								left: 0;
								right: 0;
								margin-top: -0.5em;
								}
/*竣工事例紹介 - 一覧*/
.cardBox{
	display:block;
	background-color:#FFF;
	box-shadow: 0 3px 10px #f5f5f5;
	}
	.cardBox:hover{
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
		box-shadow: 0 6px 20px #f5f5f5;
		}
		.cardBox_child{
			width:100%;
			}
			.cardBox_child_tmb{
				}
				.cardBox_child_tmb_img{
					width: 100%;
					height: auto;
					}
					.cardBox_child_content {
						padding: 20px;
						}
						.cardBox_child_content_ttl {
						text-align: center;
						line-height:1em;
						color: #333;
						}
/*竣工事例紹介 - 詳細*/
.detailWrap{
	background-image:url(../images/company/stripe_bg.png);
	padding:30px 0;
	}
.detailbtn{
	background-color:#ed1c24;
	color:#fff;
	width:100%;
	display:block;
	padding:15px;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align:center;
	font-size:1.2em;
	}
.infoWrap{
	width:100%;
	display:table;
	table-layout:fixed;
	margin-bottom:40px;
	}
	.infoWrap_box{
		border-left:1px solid #eaeaea;
		display:table-cell;
		padding:24px;
		text-align:center;
		}
		.infoWrap_box:last-child {
			border-right:1px solid #eaeaea;
			}
			.infoWrap_box_child_ttl{
				font-size:1.250em;
				font-weight:bold;
				margin-bottom:10px;
				color: #00984a;
				}
				.infoWrap_box_child_txt{
					line-height:1.4em;
					font-size:0.875em;
					}
					.infoWrap_box_child_txt a{
						text-decoration:underline;
						}
@media only screen and (max-width:768px){
/*竣工事例紹介 - 詳細*/
.detailWrap{
	padding:24px 0;
	}
.infoWrap{
	display:block;
	margin-bottom:20px;
	}
	.infoWrap_box{
		padding:12px;
		text-align:left;
		display:block;
		border-left:none;
		border-bottom:1px solid #eaeaea;
		}
		.infoWrap_box:last-child {
			border-right:none;
			}
		.infoWrap_box_child_ttl{
			font-size:1em;
			}
			.infoWrap_box_child_txt{
				font-size:0.750em;
				}
	}
@media only screen and (max-width:480px){}
/*----------------------------------------------------------- 求人情報･協力業者募集*/
.strongRed{
	margin-bottom:10px;
	font-size:1.5em;
	color:#ed1c24;}
/*----------------------------------------------------------- 会社案内*/
.moduleTbl_add{margin-bottom:10px;}
.moduleTbl_add span{
	line-height:1em;
	background-color:#00984a;
	color:#FFF;
	max-width:100px;
	text-align:center;
	display:block;
	margin-bottom:5px;
	padding:8px 5px;
	}
.moduleTbl_add a{color: #ed1c24;}
.permitlist{
	width:100%;
	margin-top:30px;
	padding:40px;
	background-image:url(../images/company/stripe_bg.png);
	text-align:center;
	font-size:0;
	}
	.permitlist_child{
		width:27%;
		margin-right:8%;
		float:left;
		}
		.permitlist_child:last-child {
			margin-right:0;
			}
			.permitlist_child img{
				box-shadow:0px 3px 6px 0px rgba(0,0,0,0.05);
				text-align: center;
				display: inline;
				}
@media only screen and (max-width:768px){
.permitlist{
	padding:20px;
}
.permitlist_child{
	width:30.6666667%;
	margin-right:4%;
}
}
@media only screen and (max-width:480px){
.permitlist{
	padding:10px;
}
.permitlist_child{
	width:32%;
	margin-right:2%;
}
}

/*----------------------------------------------------------- ニュース*/
.newsdate{
	font-size:0.875em;
	float:right;
	}
.newskiji{
	border:1px solid #f3f3f3;
	padding:12px;
	}
.newskiji h1{
	border-left:3px solid #00984a;
	padding:0px 0px 12px 12px;
	}
.newskiji h2{
	border-bottom:1px solid #00984a;
	padding:0px 0px 12px 12px;
	}
.newskiji h3{
	color:#00984a;
	font-weight:bold;
	}
.newsbtn{
	display:block;
	background-color: #ed1c24;
	padding:10px;
	color:#FFF;
	text-align:center;}


/*----------------------------------------------------------- お問い合わせ*/

/*Form注意*/
.form_notes {
  padding:15px;
 	background-color:#f3f3f3;
  font-size: 0.875em;
  line-height: 1.4em;
  margin-bottom: 20px;
	}
/*Formテーブル*/
.fromTbl{
	width:100%;
	border-collapse:collapse;
	}
	.fromTbl tr{
		width:100%;
		}
		.fromTbl th,
		.fromTbl td{
			border:1px solid #eaeaea;
			padding:15px;
			}
			.fromTbl th{
				text-align:left;
				background-color:#f3f3f3;
				width:25%
				}
				.fromTbl td{
					width:75%;
					}			
/*Form赤文字*/
.requiredItem_txt{ color:#ed1c24;}
/*必須項目*/
.requiredItem_bg { background: #FFFFCC; }
/*必須タグ*/
.required_tag {
	margin-left:5px;
	color: #FFF;
	font-weight:800;
	background-color:#ed1c24;
	padding:5px;
	line-height:1em;
	display:inline-block;
	font-size: 0.625em;
	border-radius: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
/*ボタン*/
.fromTblBtn{
	width:100%;
	margin-top:30px;
	}
	.fromTblBtn td{
		text-align:center;
		width:50%;
		}
		input[type="submit"]{ background-color:#ed1c24;}
		input[type="reset"] { background-color: darkgray;}
		input[type="button"] { background-color: darkgray;}

.formreBtn{
	display:block;
	color:#FFF;
	background-color:#ed1c24;
	text-align:center;
	padding:15px;
	}
	



/*-お問い合わせフォーム　-------------------------------------------------------------------  完全に分ける*/
/* label */
label {
	display:inline-block;
  cursor: pointer;
	background-color:#f5f5f5;
	padding:5px 10px;
	margin-bottom:5px;
	border-radius: 5px;
	}
	label:hover {
   background-color:#f1f1f1;
	 }
/* radio - checkbox */
input[type="radio"],
input[type="checkbox"]{
	width:20px;
	height:20px;
	margin-right:8px;
	vertical-align:middle;
}
/* submit - reset - button */
input[type="submit"] ,
input[type="reset"] ,
input[type="button"] {
	padding:20px;
	width:100%;
	color:#FFF;
	cursor:pointer;
}
/* select */
select{
	width:100%;
	border-radius: 5px;
	padding:10px;
	border:1px solid #eaeaea;
	vertical-align: middle;
	-webkit-appearance:menulist;
	-moz-appearance:menulist;
  appearance:menulist;
}
/* text - password */
input[type="text"],
input[type="password"]{
	padding: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #eaeaea;
}
/*textarea*/
textarea{
	width:100%;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	height:200px;
	padding:10px;
}
@media only screen and (max-width:768px){
.form_notes {
  padding: 10px;
  margin-bottom: 10px;}
.form_notes p {margin-bottom: 5px;}
.fromTbl th,
.fromTbl td {
	margin-bottom: -1px;
	padding: 10px;
	font-size: 0.875em;
	display: block;
	width: 100%;
	}
.fromTblBtn {
  margin-top: 10px;
	}
	.fromTblBtn td {
		padding: 10px 0 0;
		display: block;
		width: 100%;
		}
input[type="submit"], input[type="reset"], input[type="button"] {
  padding: 10px;
  max-width: 200px;
	}
}







	
	
	
	
	
	
