@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	background-color: #FFF;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
li {
	list-style-type: none;
}
a {
	color: #0096B0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
}

strong {
	color: #FF4701;
}

table {
	border-collapse: collapse;
}
table td,
table th {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_center {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

img.img_right {
	float: right;
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
}
img.img_left {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 50px;
}

img.img_pr {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	z-index: 100;
}

header .head_in {
	display: block;
}
header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	color: #888;
}


/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-size: 16px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}

#g_navi li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
メインイメージ
-------------------------------------------*/

.top_img {
	width: 100%;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(img/top_img.jpg)
}

.top_factory_img {
	width: 100%;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(img/top_factory_img.jpg)
}

.top_shop_img {
	width: 100%;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(img/top_shop_img.jpg)
}

.top_apartment_img {
	width: 100%;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(img/top_apartment_img.jpg)
}

.top_building_img {
	width: 100%;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(img/top_building_img.jpg)
}

.top_mansion_img {
	width: 100%;
	background-color: #EEE;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	background-image: url(img/top_mansion_img.jpg)
}

/*
パン屑
-------------------------------------------*/
#pankuzu {
	background-color: #F9F9F9;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#pankuzu ul li {
	display: inline-block;
}
#pankuzu ul li::after {
	content: "＞";
	padding-left: 10px;
	padding-right: 10px;
	color: #BFA996;
}
#pankuzu ul li:last-child::after {
	content: "";
	padding-left: 0px;
	padding-right: 0px;
}
#pankuzu ul li a {
	text-decoration: none;
}

/*
メインコンテンツ
-------------------------------------------*/

.wrap {
	clear: both;
	position: relative;
}
.content {

}

.content p {
	line-height: 26px;
	font-size: 15px;
	margin: 20px;
}


h2 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	display: block;
	letter-spacing: 1px;
	clear: both;
}

.pickup {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #222;
}

.pickup ul.pickup_list {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.pickup_list li a {
	display: block;
	float: left;
	background-color: #FFF;
	color: #222;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #000;
}

.pickup_list li a:hover {
	color: #000;
	box-shadow: rgba(0, 0, 0, 1.0) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 1.0) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 1.0) 0px 0px 10px 0px;
	border: 2px solid #FFF;
}

.pickup_list li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF8000;
	border-left-color: #FFF;
}
.pickup_list li a img {
	display: block;
	background-color: #FFF;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	float: left;
}

.pickup_list li a .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 5px;
}

.pickup_list li a p {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.wrap .content .cont_box {
	padding-bottom: 20px;
	background-color: #FFF;
	margin-bottom: 30px;
}

.content h2 {
	font-size: 26px;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.0, #EEE), color-stop(0.40, #FFF));
	background: -webkit-linear-gradient(top, #FFF 40%, #EEE 100%);
	background: -moz-linear-gradient(top, #FFF 40%, #EEE 100%);
	background: -o-linear-gradient(top, #FFF 40%, #EEE 100%);
	background: -ms-linear-gradient(top, #FFF 40%, #EEE 100%);
	background: linear-gradient(to bottom, #FFF 40%, #EEE 100%);*/
	background-color: #F9F9F9;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
.content h2::before {
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 98%;
	top: 1%;
	left: 0px;
	background-color: #30B1CD;
}
/*.content h2.h2_bl {
	border-bottom-color: #227488;
}*/
.content h2 span {
	font-size: 16px;
	padding-left: 20px;
	font-weight: normal;
	color: #666;
}

.content h3 {
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	background-color: #333333;
	display: block;
	margin-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	position: relative;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.content h3::before {
	display: block;
	content: "";
	position: absolute;
	width: 3px;
	height: 26px;
	top: 12px;
	left: 15px;
	background-color: #FF8000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h3 a.h3_btn {
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	display: block;
	width: 120px;
	text-align: center;
	background-color: #1B8AA6;
	position: absolute;
	right: 10px;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 3px solid #1B8AA6;
	bottom: 10px;
}
.content h3 a.h3_btn:hover {
	background-color: #FFFFFF;
	color: #1B8AA6;
}

h3 .h3_icon {
	font-size: 12px;
	color: #FFF;
	background-color: #F05400;
	letter-spacing: 1px;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}

h2 img {
	margin-right: 10px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
}

/*
個別　お客様の声トップ
---------------------------------------------------------*/

.content .img_base {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content .img_base img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content .img_base .voice_top {
	background-color: #1B8AA6;
	color: #FFF;
	text-align: left;
	line-height: 2.0;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.content .img_base .voice_top span {
	text-align: right;
	display: block;
	font-size: 18px;
}


/*
施工事例・ギャラリー
-------------------------------------------*/
.content .box_jirei_base,
.content ul.box_sekou,
.content ul.box_gallery {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px;
	background-color: #2C94AD;
}

.content .box_sekou li .sekou_title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #DDD;
	border-left-color: #FFF;
}

.content .box_jirei_base::after,
.content ul.box_gallery::after {
  content:"";
  display: block;
  width:32%;
}

.content .box_jirei,
.content ul.box_gallery li {
	width: 31%;
	margin-bottom: 30px;
	text-align: center;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 2px solid #2C94AD;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
}

.content .box_jirei span.i_con {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	font-size: 10px;
	line-height: 24px;
	color: #FFF;
	background-color: #FF4400;
}

.content .box_jirei span.i_con {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	background-color: #222;
	z-index: 100;
}

.content .box_jirei span.i_con.orange {
	background-color: #FB832B;
}
.content .box_jirei span.i_con.blue {
	background-color: #2C94AD;
}
.content .box_jirei span.i_con.gray {
	background-color: #666666;
}
.content .box_jirei span.i_con.red {
	background-color: #E81E1E;
}
.content .box_jirei span.i_con.green {
	background-color: #128F4E;
}

.content .box_jirei:hover,
.content ul.box_gallery li:hover {
	box-shadow: rgba(0, 0, 0, 1.0) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 1.0) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 1.0) 0px 0px 10px 0px;
	border: 2px solid #FFF;
}

.content .box_jirei img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #DDD;
}

.content ul.box_sekou li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	background-color: #F6F6F6;
	border: 1px solid #DDD;
	margin-right: 5px;
	margin-left: 5px;
}

.content ul.box_sekou li p {
	margin: 10px;
	text-align: left;
}

.content .box_jirei .jirei_title {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
	display: block;
}

.content .box_jirei .btn_syousai {
	padding-bottom: 10px;
}
.content .box_jirei .btn_syousai a {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	display: block;
	width: 140px;
	text-align: center;
	background-color: #FF8000;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border: 3px solid #FF8000;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content .box_jirei .btn_syousai a:hover {
	background-color: #FFFFFF;
	color: #FF8000;
}

.content .box_enq img {
	display: block;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border: 1px solid #CCC;
}

/*
施工前　施工後
---------------------------------------------------------*/
.content .jirei_base {
	background-color: #E6E6E6;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	
}
.content .jirei_base .jirei_bf,
.content .jirei_base .jirei_af {
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 20px;
	font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #F3F3F3;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	border: 1px solid #FFF;
}

.content .jirei_base .jirei_sankaku {
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}

/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin-bottom: 30px;
}
.content .qa dt {
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	background-color: #1B8AA6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.content .qa dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 20px;
	padding-right: 80px;
	background-image: url(img/qa_a.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content .qa.wm dd {
	background-image: url(img/qa_a_wm.png);
}

/*
個別　要約部分
---------------------------------------------------------*/
.content .box_youyaku p {
	line-height: 1.6;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 15px;
}
.content .box_youyaku img {
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
}
.content .box_youyaku {
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
	background-color: #F6F6F6;
}
.content p.p_title {
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FF8000;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
}

/*
目次
-------------------------------------------*/
	 
.content .mokuji {
	background-color: #F6F6F6;
	padding-right: 2px;
	padding-bottom: 30px;
	padding-left: 2px;
	margin-bottom: 30px;
	border: 1px solid #DDD;
}
.content .mokuji h3 {
	margin-top: 2px;
	margin-bottom: 20px;
	background-image: url(img/i_mokuji.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-left: 50px;
}
.content .mokuji h3::before {
	display: none;
}
.content .mokuji ul li {
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 7px 15px;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 26px;
}
.content .mokuji ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/*
リストボックス
-------------------------------------------*/

.content .cont_list {
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
}
.content .cont_list li {
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F9F9F9;
	margin-bottom: 20px;
	border: 1px solid #DDD;
}
.content .cont_list li:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content .cont_list li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list li p {
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.content .cont_list li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCEAF;
	padding-bottom: 10px;
}
.content .cont_list li .btn_syousai a,
.content .cont_list2 li .btn_syousai a {
	color: #FFF;
	text-decoration: none;
	background-color: #05AAD8;
	text-align: center;
	display: block;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 4px solid #EEE;
	font-size: 15px;
	float: right;
}
.content .cont_list li .btn_syousai a:hover,
.content .cont_list2 li .btn_syousai a:hover {
	color: #05AAD8;
	background-color: #FFF;
	border-top-color: #05AAD8;
	border-right-color: #05AAD8;
	border-bottom-color: #05AAD8;
	border-left-color: #05AAD8;
}

.content .cont_list2 {
	margin-bottom: 30px;
}

.content .cont_list2 li {
	display: inline-block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 47%;
	margin-left: 2%;
	border: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #F9F9F9;
}

.content .cont_list2 li::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.content .cont_list2 li img {
	float: left;
	width: 150px;
	margin-right: 20px;
	
}
.content .cont_list2 li p {
	font-size: 15px;
	margin: 0px;
}
.content .cont_list2 li .cont_title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCCEAF;
	padding-bottom: 10px;
}

/*
まとめ
-------------------------------------------*/
	 
.content .matome {
	background-color: #F6F6F6;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border: 2px solid #139A53;
	margin-right: 10px;
	margin-left: 10px;
}
.content .matome h3 {
	margin-bottom: 20px;
	background-image: url(img/i_matome.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding-left: 40px;
	background-color: #139A53;
	border: 3px solid #EEE;
}
.content .matome h3::before {
	display: none;
}


/*
サイド
-------------------------------------------*/
.wrap .side h2 {
	font-size: 16px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	color: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.60, #139A53), color-stop(0.40, #19A757));
	background: -webkit-linear-gradient(top, #19A757 40%, #139A53 60%);
	background: -moz-linear-gradient(top, #19A757 40%, #139A53 60%);
	background: -o-linear-gradient(top, #19A757 40%, #139A53 60%);
	background: -ms-linear-gradient(top, #19A757 40%, #139A53 60%);
	background: linear-gradient(to bottom, #19A757 40%, #139A53 60%);
	background-color: #139A53;
	text-align: center;
	padding-right: 20px;
}
.wrap .side ul {
	background-color: #F3F3F3;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.wrap .side ul li a {
	line-height: 22px;
	color: #222;
	padding-right: 10px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	font-size: 16px;
	padding-top: 11px;
	padding-bottom: 11px;
	display: block;
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.wrap .side ul li a:hover {
	color: #139A53;
	text-decoration: none;
	background-color: #FFF;
}

.wrap .side .side_box h2 {
	color: #333;
	background: -webkit-linear-gradient(top, #EEE 40%, #E5E5E5 60%);
	background: -moz-linear-gradient(top, #EEE 40%, #E5E5E5 60%);
	background: -o-linear-gradient(top, #EEE 40%, #E5E5E5 60%);
	background: -ms-linear-gradient(top, #EEE 40%, #E5E5E5 60%);
	background: linear-gradient(to bottom, #EEE 40%, #E5E5E5 60%);
	background-color: #EEE ;
	border-bottom-color: #333;
}
.wrap .side .side_box {
	background-color: #FFF;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.wrap .side .side_box p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}
/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-bottom: 50px;
	display: block;
	color: #DDD;
	background-color: #222;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer_box h2 {
	font-size: 16px;
	letter-spacing: 2px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	background-image: url(img/li_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 22px;
	float: left;
	margin-right: 16px;
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box .footer_left {
	display: block;
	float: left;
	width: 800px;
}
.footer_box .footer_right {
	display: block;
	float: right;
	width: 280px;
}

.footer_box .footer_right p {
	font-size: 12px;
	line-height: 24px;
}


address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	clear: both;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 50px;
	height: 35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: #0499C4;
}
#to_top a:hover {
	background-color: #05B6E9;
}


/*
テーブル
---------------------------------------------------------*/
.content table.table_01 {
	width: 92%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	margin-top: 30px;
}
.content table.table_01 th,
.content table.table_01 td {
	border: 1px solid #DDD;
	font-size: 14px;
	padding: 10px;
}

.content table.table_01 th {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	letter-spacing: 1px;
	border-right-width: 5px;
	white-space: nowrap;
}
.content table.table_01 td {
	background-color: #F9F9F9;
}

.aisatu .img_syacho {
	float: left;
	border-radius: 140px;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
	margin-left: 10px;
	display: block;
}
.aisatu .title_aisatu {
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.aisatu .aisatu_right {
	float: right;
	width: 540px;
}


/*
フォーム
-------------------------------------------*/
form.contact_form {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #F9F9F9;
}

form.contact_form input {
	width: 92%;
	max-width: 400px;
	font-size: 18px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 28px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
}

form.contact_form table.form_table {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
table.form_table th {
	white-space: nowrap;
	text-align: right;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
table.form_table td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
}
table.form_table th.hissu {
	color: #C00;
}

table.form_table th.hissu span {
	font-size: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	background-color: #C00;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 10px;
}

form.contact_form input.form_btn {
	max-width: 360px;
	width: 94%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

form.contact_form input:focus {
	border-color: #F90;
	background-color: #FFFCEE;
}

@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 200px;
}

header .head_in {
	width: 1100px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

header h1 {
	left: 0px;
	top: 10px;
	position: absolute;
	z-index: 1000;
}

header .logo {
	left: 0px;
	top: 30px;
	position: absolute;
	z-index: 1000;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none !important;
}

header #h_box_pc .h_tel {
	font-size: 24px;
	font-weight: bold;
	background-image: url(img/i_tel_pc.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	white-space: nowrap;
	padding-left: 30px;
	position: absolute;
	top: 25px;
	color: #FF4701;
	left: 600px;
}
header #h_box_pc .h_tel strong {
	font-size: 30px;
}
header #h_box_pc .h_tel_txt {
	font-size: 13px;
	position: absolute;
	top: 70px;
	left: 600px;
}
header #h_box_pc .h_soudan {
	position: absolute;
	top: 20px;
	left: 520px;
}
header #h_box_pc .h_btn {
	position: absolute;
	top: 25px;
	right: 0px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	width: 100%;
	display: block;
	background-color: #EEE;
	position: absolute;
	z-index: 1000;
	left: 0px !important;
	bottom : 0px;
}

#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}

#g_navi ul.navi_base {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi,
#g_navi ul.navi_base,
#g_navi ul li,
#g_navi ul li a {
	height: 80px;
}
#g_navi.nav_fixed,
#g_navi.nav_fixed ul.navi_base,
#g_navi.nav_fixed ul li,
#g_navi.nav_fixed ul li a {
	height: 60px;
}

#g_navi ul li {
	width: 220px;
	float: left;
	display: block;
}

#g_navi li a {
	width: 220px;
	display: table-cell;
	color: #333;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi li:last-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
}

#g_navi li a::before {
	display: block;
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: 10px;
	left: 50%;
	margin-left: -10px;
	background-color: #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

#g_navi li a:hover::before {
	width: 140px;
	margin-left: -70px;
	background-color: #13B0DB;
}

#g_navi li a:hover {
	background-color: #F6F6F6;
	color: #000;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.top_img {
	height: 500px;
}

.top_factory_img {
	height: 500px;
}

.top_shop_img {
	height: 500px;
}

.top_apartment_img {
	height: 500px;
}

.top_building_img {
	height: 500px;
}

.top_mansion_img {
	height: 500px;
}

.top_img_txt {
	position: absolute;
	left: 50%;
	top: 220px;
	margin-left: -400px;
}

.top_factory_img_txt {
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -400px;
}

.top_shop_img_txt {
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -400px;
}

.top_apartment_img_txt {
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -400px;
}

.top_building_img_txt {
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -400px;
}

.top_mansion_img_txt {
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -400px;
}

.wrap {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 40px;
}

.img_8t {
	margin-top: -50px;
}

.pickup ul.pickup_list {
	width: 1100px;
}

.pickup.c5 ul.pickup_list {
	width: 1300px;
}

.pickup_list li a {
	width: 260px;
	margin-left: 20px;
}
.c5 .pickup_list li a {
	width: 250px;
	margin-left: 10px;
}

.pickup_list li:first-child a {
	margin-left: 0px;
}

.wrap .content {
	float: left;
	width: 840px;
}

.wrap .content.c_form {
	float: none;
	width: 1100px;
}

.wrap .side {
	float: right;
	width: 230px;
}

.content .jirei_base {
	height: 370px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}

.content .jirei_base .jirei_af {
	right: 10px;
}


.side .side_bn a img {
	display: block;
	margin-bottom: 30px;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 60px;
	z-index: 150;
}

header .head_in {
	padding-left: 10px;
	height: 60px;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 2000;
	display: block;
	top: 0px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
}

header img.logo {
	height: 38px;
}

header #h_box_pc {
	display: none;
}

/*
グローバルナビ
-------------------------------------------*/

.sp_menu li a,
a.menu_btn {
	display: block;
	float: right;
	height: 40px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 40px;
	width: 20%;
	text-align: center;
}
.sp_menu li a,
a.menu_btn {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1D5B7;
}

.sp_menu {
	position: fixed;
	z-index: 2600;
	top: 0px;
	right: 0px;
	display: block;
	min-width: 130px;
	width: 50%;
}

a.close_btn {
	position: fixed;
	z-index: 5000;
	top: 7px;
	right: 15px;
}

#g_navi {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0px;
	left: 100%;
	overflow: auto;
	z-index: 3000;
	background-color: #222;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #222222;
	background-image: url(img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}
#g_navi ul li a:hover {
	background-color: #666666;
}

.fixed {
	overflow: hidden;
}

/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2500;
	top: 0;
	left: 0;
}

/*
メインコンテンツ
-------------------------------------------*/

#pankuzu ul {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.top_img {
	height: 240px;
}

.top_factory_img {
	height: 240px;
}

.top_shop_img {
	height: 240px;
}

.top_apartment_img {
	height: 240px;
}

.top_building_img {
	height: 240px;
}

.top_mansion_img {
	height: 240px;
}

.top_img_txt {
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -180px;
}

.top_factory_img_txt {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -180px;
}

.top_shop_img_txt {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -180px;
}

.top_apartment_img_txt {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -180px;
}

.top_building_img_txt {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -180px;
}

.top_mansion_img_txt {
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -180px;
}

.top_img_txt img {
	width: 360px;
}

.top_factory_img_txt img {
	width: 360px;
}

.top_shop_img_txt img {
	width: 360px;
}

.top_apartment_img_txt img {
	width: 360px;
}

.top_building_img_txt img {
	width: 360px;
}

.top_mansion_img_txt img {
	width: 360px;
}

.wrap {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 0px;
}

.pickup {
	padding-top: 30px;
	padding-bottom: 20px;
}

.pickup ul.pickup_list {
	width: 100%;
}

.pickup_list li a .title {
	font-size: 18px;
}

.pickup_list li a {
	width: 23%;
	margin-left: 2%;
}

.pickup_list li:first-child a {
	margin-left: 1%;
}

.c5 .pickup_list li a {
	width: 32%;
	margin-left: 1%;
}

img.img_right,
img.img_left {
	max-width: 120px !important;
	margin-right: 20px;
	margin-left: 20px;
}

img.img_pr {
	max-width: 80% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.content h4 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.aisatu .img_syacho {
	width: 30%;
	margin-left: 2%;
}

.aisatu .aisatu_right {
	width: 68%;
}

/*
お客様の声、施工事例
-------------------------------------------*/

.content .jirei_base {
	height: 260px;
}

.content .jirei_base .jirei_bf {
	left: 10px;
}

.content .jirei_base .jirei_af {
	right: 10px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 200px;
}


/*
-------------------------------------------*/
.wrap .side .side_box {
	text-align: center;
}

.side .side_bn a {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	background-color: #1B8AA6;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box .footer_left {
	width: 68%;
}
.footer_box .footer_right {
	width: 30%;
}

}
/*-----（/～1100）-----*/


@media screen and (min-width:840px) {
.content .img_base img {
	float: left;
	width: 63%;
}

.content .img_base .voice_top {
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	float: right;
	width: 36%;
}
}
/*-----（/840～）-----*/


@media screen and (max-width:760px) {
	
.pickup {
	padding-top: 20px;
	padding-bottom: 0px;
}

.pickup_list li a,
.c5 .pickup_list li a {
	width: 47%;
	margin-left: 2% !important;
	margin-bottom: 20px;
}

.content p {
	margin-right: 10px;
	margin-left: 10px;
}

.footer_box .footer_left,
.footer_box .footer_right {
	float: none;
	width: 100%;
}

.footer_box .footer_right {
	text-align: center;
	padding-top: 30px;
	clear: both;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:640px) {
.content .img_base .voice_top {
	font-size: 18px;
	padding: 15px;
}
.content .img_base .voice_top span {
	font-size: 14px;
}

.content ul.box_sekou li {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.top_img {
	background-image: url(img/top_img_sp.jpg);
}

.top_factory_img {
	background-image: url(img/top_factory_img_sp.jpg);
}

.top_shop_img {
	background-image: url(img/top_shop_img_sp.jpg);
}

.top_apartment_img {
	background-image: url(img/top_apartment_img_sp.jpg);
}

.top_building_img {
	background-image: url(img/top_building_img_sp.jpg);
}

.top_mansion_img {
	background-image: url(img/top_mansion_img_sp.jpg);
}


}
/*-----（/～640）-----*/



@media screen and (max-width:560px) {
	

/*
コンテンツ
-------------------------------------------*/

.wrap .content h2 {
	font-size: 22px;
	line-height: 32px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
}


table td,
table th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.content .box_jirei_base::after,
.content ul.box_gallery::after {
  width:49%;
}

.content .box_jirei,
.content ul.box_gallery li {
	width: 49%;
}

.content .cont_list2 li {
	display: block !important;
	width: 96% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.pickup_list li a,
.c5 .pickup_list li a {
	width: 96%;
}

.aisatu .img_syacho,
.aisatu .aisatu_right {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/*
フッター
-------------------------------------------*/


.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}

}
/*-----（/～560）-----*/

@media screen and (max-width:480px) {

.content .img_base .voice_top {
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
}
.content .img_base .voice_top span {
	font-size: 12px;
}
.content .jirei_base {
	height: 210px;
}

.content .jirei_base .jirei_bf {
	left: 5px;
}

.content .jirei_base .jirei_af {
	right: 5px;
}

.content .jirei_base .jirei_bf img,
.content .jirei_base .jirei_af img {
	width: 140px;
}

.content .qa dt {
	font-size: 18px;
	line-height: 26px;
	padding-left: 40px;
	background-position: 15px 8px;
}
.content .qa dd {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	background-image: none !important;
}

}
/*-----（/～480）-----*/
	
@media screen and (max-width:400px) {

header h1 {
	font-size: 8px;
}

.content .box_jirei_base::after{
  width:100%;
}

.content .box_jirei {
	width: 100%;
}

}
/*-----（/～400）-----*/


