@charset "UTF-8";

/* --------------------------------------------------
 Base
-------------------------------------------------- */
body,ol,ul,dl,li,dt,dd,table,th,td,input,textarea,select,h1,h2,h3,h4,h5,h6,input,textarea,submit,reset{
color:#222;
font-weight:normal;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-text-size-adjust: none;
}

body{
background-color:#fff;
min-width:320px;
font-size:85%;
line-height:1.5;
text-align:center;
word-wrap:break-word;
}

input,
textarea,
select{
color:#222;
}

ol{
margin:0 0 0 2em;
}

ol > li{
list-style:decimal outside;
margin:0 0 5px;
}

a:link,
a:visited{
color:#222;
text-decoration:underline;
}

a:hover,
a:active{
color:#222;
text-decoration:none;
}

em{
font-style:normal;
font-weight:bold;
color:#d30;
}

strong{
font-style:normal;
font-weight:bold;
}


/* --------------------------------------------------
 Wrapper
-------------------------------------------------- */
#wrapper{
max-width:640px;
min-width:320px;
margin:0 auto;
}


/* --------------------------------------------------
 Header
-------------------------------------------------- */
header{
position:fixed;
width:100%;
max-width:640px;
background:#326315;
z-index:10;
}

/* ロゴ --------------- */
header .logo{
display:block;
float:left;
width:40%;
padding:5% 2% 0;
}

/* アイコン --------------- */
header .tel{
display:block;
float:right;
width:43%;
padding:2%;
}


/* --------------------------------------------------
 Contents
-------------------------------------------------- */
#contents{
clear:both;
position:relative;
padding-top:16.5%;
text-align:left;
}


/* --------------------------------------------------
 Box
-------------------------------------------------- */
.blcComm{
margin:0 5% 5%;
}


/* --------------------------------------------------
 Other Classes
-------------------------------------------------- */
/* クリアーフィックス --------------- */
.clearFix:after{
content: "";
clear: both;
display: block;
}

/* クリアー --------------- */
.clear{
clear:both;
}

/* 非表示 --------------- */
.hidden{
position:absolute;
text-indent:-9999px;
overflow:hidden;
}


/* --------------------------------------------------
 catchBlc
-------------------------------------------------- */
#catchBlc section{
box-shadow:rgba(0,0,0,0.2) 0 2px 5px;
}

#catchBlc section h1{
padding:1%;
background:#557939;
border-top-left-radius:3px;
border-top-right-radius:3px;
text-align:center;
font-size:140%;
font-weight:bold;
color:#fff;
}

#catchBlc section dl{
padding:2% 5%;
}

#catchBlc section dt{
float:left;
font-weight:bold;
}

#catchBlc section dd{
padding:0 0 2% 4.5em;
}


/* --------------------------------------------------
 followBlc
-------------------------------------------------- */
#followBlc section{
box-shadow:rgba(0,0,0,0.2) 0 2px 5px;
text-align:center;
}

#followBlc h1.office{
margin:0 0 3%;
padding:1%;
background:#0b354f;
border-top-left-radius:3px;
border-top-right-radius:3px;
text-align:center;
font-size:140%;
font-weight:bold;
color:#fff;
}

#followBlc section p{
padding:0 3%;
}

#followBlc section dl{
padding:2% 5%;
}

#followBlc section dt{
float:left;
font-weight:bold;
text-align:left;
}

#followBlc section dd{
padding:0 0 2% 4.5em;
text-align:left;
}


/* --------------------------------------------------
 contactBlc
-------------------------------------------------- */
.contactBlc{
margin-top:10px;
}

.contactBlc p{
display:block;
position:relative;
padding-top:58.6206%;
background:url(../img/contact_base.png) no-repeat;
background-size:100%;
}

.contactBlc img{
display:block;
position:absolute;
left:50%;
bottom:6%;
margin-left:-45%;
}


/* --------------------------------------------------
 attentionBlc
-------------------------------------------------- */
#attentionBlc{
}


#attentionBlc .catch{
margin-top:1%;
text-align:center;
}

#attentionBlc .txt{
width:85%;
margin:22% auto 0;
}

#attentionBlc .txt img{
padding:3% 0 5%;
}


/* --------------------------------------------------
 partBlc
-------------------------------------------------- */
#partBlc{
margin-top:3%;
}

#partBlc .txt{
margin:-3% 5% 0;
padding:7%;
background-image:url(../img/frm.png), url(../img/frm.png),  url(../img/frm_bg.png);
background-repeat:no-repeat, no-repeat, repeat-y;
background-position:left top, left bottom, left top;
background-size:100%, 100%, 100%;
}
#partBlc .txt span{
background:#ffea3c;
}

.checklist {
	width:95%;
	margin:0 auto;
	border:3px solid #eee;
	padding:10px;
}
.checklist ul li {
	background-image: url(../img/ico_check.png) ;
	background-position:left center;
	background-size:13px auto;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-top:5px;
	font-size:12px;
}
.checklist ul li:first-child {
	margin-top:0;
}
.checklist ul li span {
background:#ffea3c;
}

/* --------------------------------------------------
 itemBlc
-------------------------------------------------- */
#itemBlc{
margin-top:3%;
}

#itemBlc .flow{
padding:3% 0 5%;
background:url(../img/item_bg.png);
}

#itemBlc .flow li{
width:92%;
margin:-2% auto 0;
}

#itemBlc .flow li:first-child{
margin-top:0;
}

#itemBlc .flow li:last-child p{
padding:0 10%;
background:url(../img/item04_bg.png);
background-size:100%;
}

#itemBlc .flow li:last-child .att{
padding:3% 10% 8%;
font-size:85%;
box-shadow:rgba(0,0,0,0.2) 0 10px 8px -4px;
}


/* --------------------------------------------------
 pointBlc
-------------------------------------------------- */
#pointBlc{
background:url(../img/point_bg.png) no-repeat center 5%;
background-size:100%;
}

#pointBlc ul{
margin:5% 5% 0;
}

#pointBlc ul{
margin-bottom:5%;
}

#pointBlc .img{
width:30%;
margin:-3% auto 0;
}

#pointBlc .txt{
margin:-5% 5% 0;
padding:7%;
background-image:url(../img/frm.png), url(../img/frm.png), url(../img/frm_bg.png);
background-repeat:no-repeat, no-repeat, repeat-y;
background-position:left top, left bottom, left top;
background-size:100%, 100%, 100%;
box-shadow:rgba(0,0,0,0.2) 0 10px 8px -4px;
}
#pointBlc .txt span{
display:block;
font-size:110%;
font-weight:bold;
color:#2a5706;
margin-bottom:5px;
}


/* --------------------------------------------------
 demeritBlc
-------------------------------------------------- */
.demeritBlc > p{
	text-align:center;
}
.demerit {
	margin-top:-5%;
	background-image: url(../img/demerit_bg2.png), url(../img/demerit_bg.png);
    background-repeat: repeat-x, repeat;
	background-size: 50% auto , 50%;
    background-position: center top, center center;
	padding:20px 10px 10px;
}


/* --------------------------------------------------
 resultsBlc
-------------------------------------------------- */
#resultsBlc{
margin-bottom:4%;
padding:3%;
background:url(../img/item_bg.png);
text-align:center;
}


/* --------------------------------------------------
 greetingBlc
-------------------------------------------------- */
#greetingBlc {
margin-top:3%;
}
#greetingBlc .blcComm{
margin-left:0;
margin-right:0;
padding:5%;
box-shadow:rgba(0,0,0,0.2) 0 10px 8px -4px;
}


/* --------------------------------------------------
 introBlc
-------------------------------------------------- */
#introBlc h1{
width:95%;
margin-left:1%;
}

#introBlc > div{
margin-top:-15%;
padding:5%;
background:url(../img/intro_bg.jpg);
}

/* お客様の声 --------------- */
#introBlc .voice li{
position:relative;
margin-bottom:3%;
padding:3% 0;
background-image:url(../img/frm.png), url(../img/frm.png), url(../img/frm_bg.png);
background-repeat:no-repeat, no-repeat, repeat-y;
background-position:left top, left bottom, left top;
background-size:100%, 100%, 100%;
box-shadow:rgba(0,0,0,0.2) 0 10px 8px -4px;
}

#introBlc .voice li > img{
display:block;
margin:0 auto 3%;
border:#fff solid 5px;
box-shadow:rgba(0,0,0,0.2) 0 2px 5px;
}

#introBlc .voice p{
padding:0 5%;
}

#introBlc .voice .name{
text-align:right;
}

/* 雨どい工事事例 --------------- */
#introBlc .case h1{
width:107.6388%;
margin-left:-3.7%;
}

#introBlc .case .case_wrap{
margin:-5% auto 0;
padding:5%;
background:url(../img/case_bg.gif);
box-shadow:rgba(0,0,0,0.2) 0 0 7px;
}

#introBlc .case li{
text-align:center;
}

#introBlc .case li.arrow:after{
content:url(../img/case_arrow.png);
}

#introBlc .case li img:nth-child(1){
display:block;
margin:0 auto;
}

#introBlc .case li img:nth-child(2),
#introBlc .case li img:nth-child(3){
display:block;
width:68%;
margin:2% auto;
border:#fff solid 5px;
box-shadow:rgba(0,0,0,0.2) 0 2px 5px;
}

#introBlc .case .before{
width:25%;
max-width:96px;
}

#introBlc .case .after{
width:25%;
max-width:79px;
}
#introBlc .case .after_image{
display:block;
width:70%;
margin:2% auto;
border:#fff solid 5px;
box-shadow:rgba(0,0,0,0.2) 0 2px 5px;
}

/* レポート --------------- */
#introBlc .report{
margin-bottom:3%;
padding:5%;
background-image:url(../img/frm.png), url(../img/frm.png), url(../img/frm_bg.png);
background-repeat:no-repeat, no-repeat, repeat-y;
background-position:left top, left bottom, left top;
background-size:100%, 100%, 100%;
box-shadow:rgba(0,0,0,0.2) 0 10px 8px -4px;
}


#introBlc .report h1{
margin-bottom:3%;
padding-left:3%;
border-left:#2b5807 solid 5px;
font-size:140%;
line-height:1;
}

#introBlc .report dl{
margin:0 0 2% 5%;
}

#introBlc .report dt{
float:left;
padding-bottom:2%;
}

#introBlc .report dd{
padding:0 0 2% 6em;
}

#introBlc .report dd li{
display:inline-block;
}

#introBlc .report dd li:before{
content:"・";
}

#introBlc .pdf{
display:block;
width:80%;
max-width:356px;
margin:0 auto;
}

/* 推薦 --------------- */
 .recommend{
	 width:90%;
	 margin:0 auto;
padding:1% 5% 5%;
background-image:url(../img/frm.png), url(../img/frm.png), url(../img/frm_bg.png);
background-repeat:no-repeat, no-repeat, repeat-y;
background-position:left top, left bottom, left top;
background-size:100%, 100%, 100%;
box-shadow:rgba(0,0,0,0.2) 0 10px 8px -4px;
}

 .recommend > img{
display:block;
width:60%;
max-width:240px;
margin:0 auto;
}

 .recommend h1{
width:100%;
margin:3% 0 0;
}
 .recommend .name{
margin:2% 0;
color:#2b5807;
}


/* --------------------------------------------------
 discountBlc
-------------------------------------------------- */
#discountBlc{
padding:5% 0;
background:url(../img/discount_bg.jpg) no-repeat center top;
background-size:100%;
text-align:center;
}

#discountBlc > img{
margin-top:3%;
}

#discountBlc h1{
width:85%;
margin:0 auto;
}

#discountBlc h1+img{
width:30%;
max-width:179px;
}




/* --------------------------------------------------
 companyBlc
-------------------------------------------------- */
#companyBlc table{
border:#ccc solid 1px;
border-top:none;
}

#companyBlc th{
display:block;
padding:3%;
background:#ededed;
border-top:#ccc solid 1px;
vertical-align:middle;
}

#companyBlc td{
display:block;
padding:3%;
border-top:#ccc solid 1px;
vertical-align:middle;
}


/* --------------------------------------------------
 anchorToPcInSp
-------------------------------------------------- */
#anchorToPcInSp{
display:block;
margin:5%;
padding:3%;
background:#fff;
border-radius:3px;
box-shadow:rgba(0, 0, 0, 0.3) 0 0 7px 0;
text-align:center;
text-decoration:none;
color:#6e6e6e;
}

#anchorToPcInSp img{
padding-right:3%;
}


/* --------------------------------------------------
 Footer
-------------------------------------------------- */
footer{
clear:both;
margin-top:5%;
padding-top:3%;
background:#000;
font-size:85%;
color:#fff;
}

#btmPageTop{
display:block;
text-align:center;
text-decoration:none;
color:#999;
}

#btmPageTop span{
	margin-top:-6px;
display:block;
padding:5%;
background:#444;
}


/* --------------------------------------------------
 confirmBlc
-------------------------------------------------- */
#confirmBlc{
margin:5%;
}

#confirmBlc h1{
text-align:center;
font-size:140%;
font-weight:bold;
color:#2b5807;
}

#confirmBlc .txt{
margin:3% 0;
text-align:center;
}

#confirmBlc table{
margin-top:3%;
border:#ccc solid 1px;
border-top:none;
}

#confirmBlc th{
display:block;
padding:3%;
border-top:#ccc solid 1px;
vertical-align:middle;
}

#confirmBlc .required{
background:url(../img/form_icon_required.png) no-repeat 95% center #ededed;
}

#confirmBlc .option{
background:url(../img/form_icon_option.png) no-repeat 95% center #ededed;
}

#confirmBlc td{
display:block;
padding:3%;
background:#fff;
border-top:#ccc solid 1px;
vertical-align:middle;
}

#confirmBlc #formSubmit{
margin:5% auto;
text-align:center;
}

#confirmBlc #formSubmit input[type="image"],
#confirmBlc #formSubmit img{
width:90%;
max-width:360px;
}

#confirmBlc .error{
padding:3%;
box-shadow:rgba(0, 0, 0, 0.3) 0 0 7px 0;
border-radius:3px;
text-align:left;
}

#confirmBlc .error li{
margin-left:20px;
list-style-type:disc;
}

#confirmBlc .tel{
padding:5%;
box-shadow:rgba(0, 0, 0, 0.3) 0 0 7px 0;
border-radius:3px;
text-align:center;
}

#confirmBlc .tel img{
width:67%;
max-width:362px;
}

#confirmBlc > ol{
margin-top:5%;
}

.acordion_contents .trigger {
	background:#2a5706;
	color:#fff;
	text-align:center;
    padding: 10px;
    display: block;
	margin-top:10px;
	font-weight:bold;
    border-bottom: 4px solid #183303;
	font-weight:bold;
}
.acordion_contents .trigger p {
	font-weight:bold;
}
.acordion_contents .acordion_tree {
	box-sizing:border-box;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing:border-box;
	width:100%;
	padding:10px;
    border: 1px solid #ddd;
	background:#fff;
}
.acordion_contents.single .acordion_tree {
	background:transparent;
	border:none;
	margin-top:0;
}
.acordion_contents .open-close{
	float:left;
	display:block;
	margin-top:0;
	height:20px;
	width:20px;
	background-image: url(../img/ico_close.png) ;
	background-position:left center;
	background-size:20px auto;
	background-repeat:no-repeat;
}
.acordion_contents .trigger.active .open-close {
	background-image: url(../img/ico_active.png) ;
	background-position:left center;
	background-size:20px auto;
	background-repeat:no-repeat;
}

.aboutBlc {
	padding:20px 0;
	background:#f5f5f5;
}
.aboutBlc ul {
	background:#f5f5f5;
	padding:0 10px 10px;
}
.aboutBlc ul li {
	background:#fff;
	border:5px solid #e8e7e5;
	padding:15px;
	margin-top:20px;
}
.aboutBlc ul li:nth-child(1) {
	background-image: url(../img/about1.png) ;
	background-position:97% 50px;
	background-size:123px auto;
	background-repeat:no-repeat;
	background-color:#fff;
}
.aboutBlc ul li:nth-child(2) {
	background-image: url(../img/about2.png) ;
	background-position:97% center;
	background-size:119px auto;
	background-repeat:no-repeat;
	background-color:#fff;
}
.aboutBlc ul li:nth-child(4) {
}
.aboutBlc ul li:nth-child(5) {
	background-image: url(../img/about4.png) ;
	background-position:93% center;
	background-repeat:no-repeat;
	background-color:#fff;
	min-height:242px;
}
.aboutBlc ul li h3 {
	color:#f27e2f;
	font-size:120%;
	font-weight:bold;
	margin-top:20px;
}
.aboutBlc ul li .attention {
	color:#c40909;
}
.point ul {
	margin-top:10px;
	background:#f2f6fa;
	padding:10px;
}
.point ul li {
	margin-top:20px;
	background:#f6f3f3;
	padding:10px;
	box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
}
.point li span {
	color:#f85b09;
}
.section6 {
	margin-top:50px;
	background:#f9f7f7;
	position:relative;
	padding:40px 0 30px;
}
.section6 h2 {
	text-align:center;
	position:absolute;
	top:-25px;
	left: 0;
	right: 0;
	width:310px;
	margin:0 auto;
}
.section6 ul {
	padding:0 20px;
}
.section6 ul li {
	margin-top:10px;
	text-align:center;
}
.section6 ul li img {
	width:100%;
	max-width:100%;
	height:auto;
}
/* section4
------------------------------------------------------------*/

#section4 img {
	max-width: 100%;
	height: auto;
}

#section4 {
	background: url("../img/sec4_bg.png");
	padding: 10% 0 4%;
	text-align: center;
	margin: 0 auto 2%;
}

#section4 h2 {
	padding: 0 0 3%;
}

#section4 p {
	width: 95%;
	margin: 0 auto;
	padding: 3% 0 0;
	text-align: left;
}

#section4 .graf {
	margin: 2% 0 0;
}

#section4 h3 {
	padding: 5% 0 0;
}

/* section5
------------------------------------------------------------*/

#section5 img {
	max-width: 100%;
	height: auto;
}

#section5 .bg {
	background: url("../img/sec5_bg.png");
	padding: 5% 0 15%;
}

#section5 .bg .base {
	background: url("../img/sec5_base_top_bg.png") no-repeat top #fff;
	background-size: 100%;
	width: 98%;
	margin: 0 auto;
	padding: 8% 0 3%;
}

#section5 .bg .base h2 {
	width: 96%;
	margin: 0 auto;
}

#section5 .bg .base ul {
	margin: 3% 0 0;
}

#section5 .bg .base ul li {
	background: #f6f4f0;
	border: 1px solid #ebe7dd;
	overflow: hidden;
	width: 95%;
	margin: 0 auto 4%;
	padding: 0 0 1%;
}

#section5 .bg .base ul li div {
	padding: 3% 0 0;
	text-align: center;
}

#section5 .bg .base ul li p {
	width: 94%;
	margin: 3% auto 0;
}

#section5 .bg .base ul li p span {
	float: right;
	font-size: 15px;
}

#section5 .pic {
	margin: -85% auto 0;
	text-align: center;
}
/* cta
-----------------------------------------------------*/

.cta img {
	max-width: 100%;
	height: auto;
}

.cta {
	background: url("../img/cta_base.png");
	background-size: 100%;
	background-repeat:no-repeat;
	margin: 0% auto 2%;
}

.cta div {
	margin: 0 auto;
    padding: 42% 0 3%;
    text-align: center;
    width: 87%;
}
/* section7
------------------------------------------------------------*/

#section7 {
	background: #fff;
	padding: 5% 0 0;
}

#section7 div {
	text-align: center;
}

#section7 h2 {
	margin: 3% 0 0;
}

#section7 h3 {
	margin: 3% 0 0;
}

#section7 .base {
	background: #0b344d;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #0b344d;
	width: 97%;
	margin: 3% auto 0;
	padding: 5% 0 3%;
}

#section7 .base h4 {
	width: 95%;
	margin: 0 auto;
}

#section7 .base form table {
	width: 95%;
	background: #fff;
	margin: 2% auto 0;
	padding: 0 0 3%;
}
#mailformpro {
	width: 100%;
	margin: 5% auto 0;
}

.must-tip {
	margin: 1% 0px;
	color: #fff;
}

#mailformpro table th {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 2% 2%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

#mailformpro table ul li {
	margin: 5px 1% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

#mailformpro table th.hissu {
	border-left: #fb5c0a 8px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

#mailformpro table th.nini {
	border-left: #fb5c0a 8px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

#mailformpro table th.hissu span {
	background: none repeat scroll 0 0 #b90104;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 0 5%;
    padding: 0.5% 2%;
    text-align: center;
}

#mailformpro table th.nini span {
	background: none repeat scroll 0 0 #132f68;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 0 5%;
    padding: 0.5% 2%;
    text-align: center;
}

#mailformpro table td {
	padding: 3% 2%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	  box-sizing: border-box;
}

#mailformpro table tr:hover {
	background: #f6f6f6;
}

#mailformpro table td p {
	color: #aaa;
	font-size: 15px;
}

#mailformpro table tr:hover p {
	color: #888;
}

#mailformpro table td input,
#mailformpro table td textarea {
	border: 1px solid #aaa;
	padding: 1%;
	width:98%;
}

#mailformpro table td textarea {
	width: 90%;
}

#mailformpro .zip {
	border: 1px solid #aaa;
	background: #fff;
}

#mailformpro .zip:hover {
	cursor: pointer;
	background: #def;
}

#mailformpro .submit {
	text-align: center;
}

#mailformpro select {
	width:100%;
}

#mailformpro .submit button {
	display: block;
	background: url("../img/form_button.png") no-repeat;
	width: 100%;
	margin: 3% auto 0 ;
	border: none;
	padding: 0 0 9%;
	text-indent: -9999px;
	background-size: 100%;
}
input#tel1 {
	width:50px !important;
}
input#tel2,
input#tel3 {
	width:90px !important;
}

