@charset "utf-8";

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html{ font-size: 62.5% } /*初期値16pxの62.5%でルートが10px*/
body{
	line-height: 1.5;
	font-size:90%;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
 -webkit-text-size-adjust: 100%;
 background:#333333;
}



/*全てをクリア*/
.clear {clear: both;} 

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* リンク設定
------------------------------------------------------------*/
a,a:visited{
margin:0;
padding:0;
text-decoration:underline;
outline:0;
vertical-align:baseline;
background:transparent;
 color: #0033cc;}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#930;}

 a:hover img{opacity:.7; }
/**** Clearfix ****/



/* レイアウト
------------------------------------------------------------*/
.inner{margin:0 auto; max-width:1200px; width:98%;}
.inner2{margin:0 auto; max-width:1100px;width:95%;}

#wrapper{margin:0 auto 0px;font-size: 14px; font-size: 1.4rem;background:#fff;padding:0 0 0px; background-size:100% auto; background-repeat:no-repeat; width:100%; background-attachment:fixed; }
.alignleft{ float:left;}
.alignright{ float:right;}
.center{ text-align:center;}

/*btn*/



/* header
----------------------------------*/
#glovalheader{ text-align:center; padding:50px 0 0; position: relative;}
#glovalheader h1{ margin:0px;}
#glovalheader h1 img{ margin:0px auto; display: block; width:90%; max-width: 443px;height: auto;}
#glovalheader nav{ background:rgba(50,50,51,0.8); width:100%; margin:10px 0 0; }
#glovalheader nav li{ display:inline-block; margin:10px 20px;  }
#glovalheader nav li a{ display:block;  position: relative;
  display: inline-block;
  padding: .4em;
  text-decoration: none; color:#fff; text-decoration:none;  }
#glovalheader nav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#glovalheader nav li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#company #glovalheader nav li#headcompany a::after,#declaration #glovalheader nav li#headpoint a::after,#fq #glovalheader nav li#headfq a::after,
#reform #glovalheader nav li#headre a::after ,#roof #glovalheader nav li#headroof a::after ,#wall #glovalheader nav li#headwall a::after ,
.page-template-page-voice-php  #glovalheader nav li#headvoice a::after ,
.page-template-page-ex-php  #glovalheader nav li#headex a::after
{
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.hamburger {
  display: none;
}
/*============================
mobile style
============================*/
@media screen and (max-width:1000px) {

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 1000;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center; background: rgba( 255,255,255,0.5);
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 8px;
}
.hamburger span:nth-child(2) {
  top: 18px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}
	.hamburger b{display : block;
  position: absolute;
  left    : 10px; bottom: -2px; font-size:10px;}
	
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active b{display : none}
/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
   z-index : 999;
  top  : 0;
  left : 0;
  color: #fff;
  background: #000;
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s; margin: 0; padding: 20px 0;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%; max-width: 600px;
}

nav.globalMenuSp ul li {
  list-style-type: none; display: inline-block; width:40%;
  padding: 0; position: relative;
  transition: .4s all; text-align: left;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover a{
  background :#000;
}
nav.globalMenuSp ul li:before {
  font-family: FontAwesome;
  content: "\f105 " !important; position: absolute; left:2px;
 }
	
nav.globalMenuSp ul li a {
  display: block;
  color: #fff; margin-left: 1em; 
  padding: 1em 0;width: 100%;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}

}

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

.telbtn{background:#333333; margin:20px 0 0 auto; padding:15px 0 0px; width:470px; border-radius: 20px 20px 0px 0px; text-align:center;}
.telbtn li{ display:inline-block; vertical-align:middle; margin:0 10px; }
.telbtn a { display:block; border:1px solid #fff; padding:5px 8px 2px;}
#footer  { color:#fff; padding:20px 0px 0;font-size: 14px; font-size: 1.4rem; background:#333333;}
#footer nav{ border-bottom:1px solid #fff; padding:0 10px 5px; text-align:center;}
#footer a  { color:#fff;font-size: 13px; font-size: 1.3rem; text-decoration:none;  }
#footer a:hover  { text-decoration:underline;  }
#footer  ul li { display:inline-block;  margin:0px; padding:5px 20px; text-align:center; border-left:1px solid rgba(255,255,255,0.6);  }
#footer  ul  li:first-child { border:none; padding:5px 20px 5px 0; }
#footer ul li:last-child { padding:5px 0px 5px 20px; }

#footer  dl,#footer ol { margin:15px 0px ; display:inline-block;  vertical-align:top; }
#footer  dl { width:550px;  }
#footer  dl dt{font-size: 18px; font-size: 1.8rem;  font-weight:bold; }
#footer  dl dd { margin:5px 0px ;}
#footer ol {width:600px;}
#footer ol li { display:inline-block;  margin:0px; padding:5px 5px; vertical-align:top;  }
#footer ol li.ss {  width:138px; height: auto; }
#footer ol li.ss img {  width:100%; height: auto; }

#page-top1{
  display: block;
  background:#666666;
  position: fixed;
  z-index: 9999;
  bottom: -0px;
  right: 40px;
  width: 50px;
  height:50px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
	vertical-align:middle;}
a#page-top1 {  color:#fff !important;}
#page-top1 span {display: block; margin:10px auto 0;  font-size: 20px; font-size: 2.0rem; }

address#copy{ text-align:right; padding:10px 0; font-size: 12px; font-size: 1.2rem;color:#fff;}


/*sub共通*/
.sub #contents { margin:10px auto;  max-width:1100px; width:90%;  }
.sub #contents #subtitle{ margin:40px auto ; background:url(../img/common/titleback.png) no-repeat; padding:20px 50px 0px ; }
.sub #contents #subtitle h1{ color:#fff; font-weight:bold; font-size: 27px; font-size: 2.7rem; }
.sub #contents h2 { font-weight:bold; font-size: 18px; font-size: 1.8rem; margin:0 0 20px; }
.sub #contents h2 span {font-family: 'Fjalla One', sans-serif;font-size: 36px; font-size:3.6rem; margin-right:1em; }
.sub #contents h3{ font-weight:bold; font-size: 20px; font-size: 2.0rem; margin:0 0 35px; }

.sub #contents .pagenai{ text-align:right; margin:0 0 50px;   }
.sub #contents .pagenai li{ display:inline-block; margin:0 10px; border-left:1px solid #000; padding:0 0 0 10px;  font-size: 12px; font-size: 1.2rem;}
.sub #contents .pagenai li:first-child{border:none;  }
.sub #contents .pagenai a{ color:#000; }
.sub #contents .pagenai a:hover{ color:#930; }
.sub #contents #subtitle .pagenai{ margin:-1em 0 0 ;   }
.sub #contents article{ margin:0 10px 80px; padding:30px 40px;  background:rgba(255,255,255,0.6); border-radius:20px; }

.page-template-page-ex #contents,.page-template-page-voice #contents { margin:10px auto;  width:1100px;  }
.page #contents #subtitle{ margin:40px auto ; background:url(../img/common/titleback.png) no-repeat; padding:20px 50px 0px ; }
.page-template-page-ex #contents h1,.page-template-page-voice #contents  h1{ color:#fff; font-weight:bold; font-size: 27px; font-size: 2.7rem; }
.page-template-page-ex #contents h2,.page-template-page-voice #contents  h2 { font-weight:bold; font-size: 18px; font-size: 1.8rem; margin:0 0 20px; }
.page-template-page-ex #contents h2 span ,.page-template-page-voice #contents  h2 span {font-family: 'Fjalla One', sans-serif;font-size: 36px; font-size:3.6rem; margin-right:1em; }
.page-template-page-ex #contents h3,.page-template-page-voice #contents  h3{ font-weight:bold; font-size: 20px; font-size: 2.0rem; margin:0 0 35px; }

.page #contents .pagenai{ text-align:right; margin:0 0 50px;   }
.page #contents .pagenai li{ display:inline-block; margin:0 10px; border-left:1px solid #000; padding:0 0 0 10px;  font-size: 12px; font-size: 1.2rem;}
.page #contents .pagenai li:first-child{border:none;  }
.page #contents .pagenai a{ color:#000; }
.page #contents .pagenai a:hover{ color:#930; }
.page #contents #subtitle .pagenai{ margin:-1em 0 0 ;   }
.page-template-page-ex #contents  article,.page-template-page-voice #contents article{ margin:0 10px 80px; padding:30px 40px;  background:rgba(255,255,255,0.6); border-radius:20px; }
.button {
	display: inline-block;
	width: 200px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	position: relative;
	z-index: 2;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height:45px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: #fff;
	border-color: #284683;
	color: #284683;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #333;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #284683;
}

/*チェックリスト*/
.checklist { margin:20px;}
.checklist li{
	position:relative;
	padding-left:20px;	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 15px 0px !important;

}
 
.checklist li:after, .checklist li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#f35e4c; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.checklist li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

/*カウントリスト*/

.countlist
,.countlist li{
	padding:0px;
	margin:0px;
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
 
.countlist{
	counter-reset:li;   
}
 
.countlist li{
	position:relative;
	display: block;
	padding:15px 0px 10px 40px; 
	margin-left:0px !important;
}
 
.countlist li:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}


/*サブサブタイトル*/

.sub2 #contents h3{
  margin:40px auto 20px;
  position: relative;
  padding: .5em .75em;
  background: #f4f4f4;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
}
.sub2 h3::after {
  position: absolute;
  bottom: -9px;
  right: 10%;
  content: '\002702';
  color: #aaa;
  font-size: 18px;
  line-height: 1;
}

.sub2 #contents article  p,.sub2 #contents article  ul{ margin:10px 20px;}
.sub2 h3 span{ margin:0 0 0 0.5em; font-size:14rem;  font-size: 18px;}

/*リフォーム*/
#reform #wrapper{ background-image:url(../img/reform/header.jpg) }
#reform #wrapper article ul  {
  position: relative;
}

#reform #wrapper article ul.li  li {
  line-height: 1.5; 
  padding: 0.5em 0 0.5em 2.5em;
  list-style-type: none!important;/*ポチ消す*/
}

#reform #wrapper article ul.li li:before {
  font-family: FontAwesome;
  content: "\f05d";/*アイコン種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #a64847; /*アイコン色*/
}


#reform #wrapper article .ki{ margin:20px 20px 0 ;  }
#reform #wrapper article .ki img,#reform #wrapper article .to img{  float:right;  }
#reform #wrapper article .ba{ margin:0px 20px 0 ;}
#reform #wrapper article .ba img{float:left; margin:0 20px 0 0; }
#reform #wrapper article .to{ margin:0px 20px 20px ;   }
 #reform #wrapper article .set{background:#666; color: #fff; }
 #reform #wrapper article .set h4{ border-bottom: 1px dashed #ccc; margin:0 20px; padding:20px 0 5px; font-weight:bold; font-size: 18px; font-size: 1.8rem;} 
#reform #wrapper article .set ul li:before {
  font-family: FontAwesome;
  content: "\f05d";/*アイコン種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #fff; /*アイコン色*/
}
#reform #wrapper article .set ul li{
  line-height: 1.5; 
  padding: 0.5em 0 0 2.5em;
  list-style-type: none!important;/*ポチ消す*/
}
#reform #wrapper article .ba ul li:before {
  left : 420px; /*左端からのアイコンまで*/
}
#reform #wrapper article .ba ul li{
  padding: 0.5em 0 0 440px;
}


#reform ol.co{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
   text-align:center; 
}
#reform ol.co li{ display:inline-block; 
  position: relative;
  padding-left: 30px;
  line-height: 1.5em; 
  padding: 0.5em 0.5em 0.5em 30px; margin:20px;
 font-weight:bold; font-size: 18px; font-size: 1.8rem;} 

#reform ol.co li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

#reform ol.co2{
  padding:0.5em;
   text-align:left; 
}
#reform ol.co2 li{ display:inline-block; 
 
 padding: 0.5em 0.5em 0.5em 30px; margin:20px;} 
 #reform ol.co2 li h4{  padding: .5em .75em;font-size: 18px; font-size: 1.8rem; margin:5px 0 0px; font-weight:bold; color:#f35e4c; 
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
 }
 
 #reform ol.co2 li dt,#reform ol.co2 li dd{ display:inline-block; vertical-align:top; margin:0 0 15px;}
 #reform ol.co2 li dt{  padding:0  0 0 4em ; }
 #reform ol.co2 li dl { position: relative;}
 #reform ol.co2 li dt:before {
  font-family: FontAwesome;
  content: "\f05d";/*アイコン種類*/
  position: absolute;
  left : 3em; /*左端からのアイコンまで*/
  color: #666; 
}
 #reform dl.arrow               {
width:70%; margin:20px auto 20px; 
padding:0;
position:relative;
}
/*子*/
 #reform dl.arrow dt{background:#666; padding:20px; text-align:center; margin:20px 0 0; color:#fff; font-size: 18px; font-size: 1.8rem; 
  overflow: hidden;
  text-align: center;
}
#reform dl.arrow dt span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
#reform dl.arrow dt span::before,
#reform dl.arrow dt span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
#reform dl.arrow dt span::before {
  right: 100%;
}
#reform dl.arrow dt span::after {
  left: 100%;
}
 #reform dl.arrow dd       {
background:#666;
position:relative;
/*テキストの補正*/
color:#fff;
padding:10px 20px; margin:0 0 20px;
}
/*擬似要素:after*/
 #reform dl.arrow dd.a:after  {
content: ' ';
width:0;
height: 0;
position:absolute;
border:10px solid transparent;
border-top-color:#666;
top:100%;
left:50%;
}

 #reform .fa-chevron-down { text-align:center; font-size:4rem;   }

/*flow*/
.nagare article ol {counter-reset: titleNum; margin:0 auto; width:90%;}
.nagare article ol li {counter-increment: titleNum;
	position: relative;
	background: #ffffff;
	border: 2px solid #3a2421; border-radius:10px; margin:50px auto; padding:20px;
}
.nagare article ol li:after, .nagare article ol li:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nagare article ol li:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #3a2421;
	border-width: 30px;
	margin-left: -30px;
}
.nagare article ol li:before {
	border-color: rgba(40, 70, 131, 0);
	border-top-color: #3a2421;
	border-width: 36px;
	margin-left: -36px;
}.nagare article ol li:last-child:after, .nagare article ol li:last-child:before { display:none;}
.nagare article ol li:last-child:after {
	borderr: none
}
.nagare article ol li:last-child:before {borderr: none}
.nagare article ol li li {counter-increment:none;	position:static;
	border: none; margin:3px auto; padding:0px;
}
.nagare article ol li  ul{ list-style-position:inside; list-style-type:disc; max-width:600px;}
.nagare article ol li  li{
	list-style-image:none !important;
	margin: 5px 0px 5px 15px !important;
	line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em; border-radius:0;
  border-bottom: dashed 1px silver;
   }

.nagare article ol li strong{ font-size:20px; font-size:2.0rem; font-weight:bold;}

.nagare article ol li:after, .nagare article ol li:before {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nagare article ol li:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #3a2421;
	border-width: 30px;
	margin-left: -30px;
}
.nagare article ol li:before {
	border-color: rgba(40, 70, 131, 0);
	border-top-color: #3a2421;
	border-width: 36px;
	margin-left: -36px;
}
.nagare article ol li:last-child:after, .nagare article ol li:last-child:before { display:none;}


.nagare article ol li  img{ float:right; margin:8px;}
.nagare article ol li h4{
	position: relative; color:#3a2421;
	padding: 0.2em 0 .5em 2em;font-size: 18px; font-size:1.8rem; font-weight:bold;
}
.nagare article ol li h4 span{ background:rgba(231,210,165,1.00); color:#000; padding: 5px 10px;font-size: 16px; font-size:1.6rem; font-weight:bold; margin:0 0 0 1em; border-radius:3px;}
.nagare article ol li h4::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(titleNum);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #3a2421;
	border-radius:3px;
	color: #fff;
	font-size: 16px; font-size:1.6rem; 
	text-align: center;
}
.nagare article ol li p{ margin:0 0 10px 40px !important;}
.btn1{ text-align:center; background:#000; max-width:500px; padding:10px; margin:20px auto; width:90%; border-radius: 5px;}
.btn1 a{ color:#fff; text-decoration:none;}
.btn-2 {letter-spacing: 0;  }
    
    .btn-2:after,
    .btn-2:before {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border: 1px solid rgba(255, 255, 255, 0);
        bottom: 0px;
        content: " ";
        display: block;
        margin: 0 auto;
        position: relative;
        -webkit-transition: all 280ms ease-in-out;
        transition: all 280ms ease-in-out;
        width: 0;
    }
    .btn-2:hover:after,
    .btn-2:hover:before {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-color: #fff;
        -webkit-transition: width 350ms ease-in-out;
        transition: width 350ms ease-in-out;
        width: 90%;
    }
    .btn-2:hover:before {
        bottom: auto;
        top: 0;
        
    }


/*ここから屋根*/
#roof #wrapper{ background-image:url(../img/roof/header.jpg) }
#roof #contents  #subtitle .pagenai a{ color:#fff; }
#roof header#contenthead{ background-image:url(../image/roof/title.jpg); }
#roof header#contenthead h1{ color:#fff;}
#roof article strong{ font-weight:bold; }
#roof article .red{ color:#ae3624;  }
#roof article dl { margin:20px auto; width:90%;}

#roof  article dl dt  {　
border-bottom:solid 3px #cce4ff;
position: relative;padding: 0.5em;font-size:18px; font-size:1.8rem; font-weight:bold; margin:20px auto 0;
background: rgba(255,255,255,0.3);
}

#roof  article dl dt:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5472cd;
bottom: -3px;
width: 20%;
}

#roof  article dl dd{margin:10px 10px 60px;} 
#roof  article p{margin:10px 20px;} 

/*悩み*/
.nayami .page_menu01 a, .sindan .page_menu02 a, .flow .page_menu04 a,.teian  .page_menu03 a ,.shohin  .page_menu06 a ,.koji  .page_menu05 a   {border-bottom:2px solid #Fff; }
.nayami .subnav .page_menu01 a ,.sindan .subnav .page_menu02 a , .flow .subnav .page_menu04 a ,
.teian .subnav  .page_menu03 a ,.shohin .subnav  .page_menu06 a ,.koji  .subnav .page_menu05 a  {border:none; background:#ae3624; }

.nayami  article ul { text-align:center;}
.nayami  article ul li{ display:inline-block; vertical-align:top; margin:5px;}


.chui{ margin:0 0 0 1em;}
.chui:before{ content:"※" ; margin:0 0 0 -1em;}


.sindan article .chui{background:#fafad2; 
	padding:20px 30px; margin:2em  auto;
	border:1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
                0 0 2px rgba(255, 255, 255, 0.3) inset,
                0 0 10px rgba(0, 0, 0, 0.1) inset,
                0 1px 20px rgba(0, 0, 0, 0.1);
} 

.flow ul.handicon{ margin:20px; background:#f0f0f0; padding:15px;}
.flow  article.made h4{font-size:18px; font-size:1.8rem; font-weight:bold;
 margin:40px auto 20px; 
}
.flow  article.made h4 a{font-size:14px; font-size:1.4rem; font-weight:normal; margin:0 0 0 1em;}
.flow article.made p.sport{ margin:20px auto 20px !important;  width:80%!important;}
ul.handicon li { margin:10px 0 0 3em;}
ul.handicon li:before {
  font-family: FontAwesome;
  content: "\f0a4  " !important; margin:0 0 0 -1.1em;
   font-size:16px; font-size:1.6rem;  color:#ae3624;}
   
   /*提案*/
.teian section#teian  {
	counter-reset: titleNum;
}
.teian .sub-nav{ text-align:center; margin:10px 30px;}
.teian .sub-nav li{ display:inline-block; text-align:left; vertical-align:top; margin:10px 5px !important;}
.teian .sub-nav li a{ padding:10px;  background:#000; color:#fff; margin:0 0 5px 0 ; display:block; }

.teian section#teian article {
	counter-increment: titleNum;
}
.teian section#teian article h4{
	position: relative;
	padding: 0 0 .5em 2em;background:none; 
	color:#000;font-size:25px; font-size:2.5rem; font-weight:bold;
}
.teian section#teian article h4::before {
	position: absolute;
	left: 0;
	content: counter(titleNum); padding:0;
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 40px;
	color:#fff;
	font-family:'Goudy Bookletter 1911',Georgia,serif;
	width:42px;
	height: 42px;
	line-height: 42px;
	background-color: #3a2421; border-right:10px;
}
.teian section#teian article h4 b{ border-bottom:1px solid #999; padding:0 0 2px; margin:0 0 0 5px;}
.teian section#teian article h5{  margin:10px 20px ; font-size:22px; font-size:2.2rem; color:#284683;}
.teian section#teian article h6{ margin:20px ; padding:10px 10px 5px;font-size:18px; font-size:1.8rem; 
position: relative;
	padding: 1em 0;
}
.teian section#teian article h6::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.teian section#teian article h6::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.teian section#teian article h7{ color:#284683; font-size:18px; font-size:1.8rem;  margin:20px 20px 0 !important ;position: relative;
	padding:0.2em.5em .5em 1.7em;
}
.teian section#teian article h7::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #284683;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.teian section#teian article p.side{margin:20px 40px 0 !important; text-align:center;}
ul.zu{ text-align:center;}
ul.zu li{ display:inline-block; vertical-align:top; margin:10px; width:260px;}
ul.zu li p{ text-align:left; margin:5px auto; width:90% ; font-size:12px; font-size:1.2rem; }
.teian section#teian article img.alignleft{ margin: 0 10px 10px !important; }
.teian ul.check { margin:5px auto; width:90% ;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.teian ul.check li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.teian ul.check li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
.teian article .ie img{max-width:90%; width:auto;  height:auto;}
.teian article  .widthl img{ width:90%; max-width:800px; height:auto;}

.koji article ul b,.koji article ul span{ margin:0 5px;}
.koji article ol img{ width:auto; max-width:100%; height:auto;}

.koji ul li.btn1 { display:inline-block; min-width:300px; width:45%; display:inline-block; }
.koji ul li.btn1:hover{ background:#999; }


.koji article h3 u{ display:block; text-align:right; text-decoration:none; font-size:14px; font-size:1.4rem; border-top:1px dotted #fff; margin:3px 0; padding:3px 0 0 0;}
.koji article h3 b,.koji article h3 span{ margin:0 10px !important;}
.koji article h3 span{ font-size:16px; font-size:1.6rem !important;}
.koji article ol li{ display:inline-block; vertical-align:top;}
.koji article ol{
	counter-reset: titleNum; text-align:center;
}
.koji article ol li { width:45%; text-align:center; margin:10px 5px; }
.koji article li p { margin:10px auto !important; text-align:left; width:270px; padding:0; }

.koji article li h5{font-size:16px; font-size:1.6rem; text-align:left; margin:10px 0;
	padding: 10px 20px;background:#000; color:#fff; 
}
.koji article li h6{font-size:16px; font-size:1.6rem; text-align:left; margin:10px auto; width:70%;
	padding: 10px 20px;background:#284683; color:#fff; text-align:center;}
.koji article li.sizel {width:90%; }
.koji article li.sizel p {  width:70%; padding:0; text-align:center; }

.koji article li.arrows { width:30px; text-align:center; margin:150px 0 0; vertical-align:middle; }
.koji article li.arrows2 { width:90%; text-align:center; margin:20px;}
.koji article li.arrows2 .fa-arrow-right {transform: rotate(45deg);}
.koji article li.arrows2 .fa-arrow-left {transform: rotate(-45deg);}
.shohin article ol li{ margin:20px auto; width:90%; background:#fff;  padding: 0 40px 40px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
                0 0 2px rgba(255, 255, 255, 0.3) inset,
                0 0 10px rgba(0, 0, 0, 0.1) inset,
                0 1px 20px rgba(0, 0, 0, 0.1); border-radius:20px;}
.shohin article ol li h3{ background:none !important; color:#000 !important; padding: .5em 0;
	border-bottom: 1px solid #ccc; border-radius:0  !important; }
.shohin article ol li h3 span{display: block;
	margin-bottom: .2em;
	color: #999;
	font-size:1.4rem; font-size:14px;}
.shohin article ol li h3:after,.shohin article ol li h3:before{ display:none;}
.shohin article ol li h4{ margin:10px 20px 0;}
.shohin article ol li h5{ margin:10px 20px; font-size:1.8rem; font-size:18px;color: #666;}
.shohin article ol li img.alignright{ margin:0 0 20px 20px;}

/*壁*/

#wall #wrapper{ background-image:url(../img/wall/header.jpg) }
#wall header#contenthead h1{ color:#fff; }

#wall article strong{ font-weight:bold; }
#wall article .red{ color:#ae3624;  }

#wall  div.end{ margin:20px auto; width:90%; border-top:1px solid #999; border-bottom:1px solid #999; padding:20px 0;} 
#wall  div.end p{font-weight:bold;font-size:1.6rem; font-size:16px; }
#wall  div.end ul{ margin:20px auto; text-align:center;}
#wall  div.end ul li { display:inline-block; margin:5px 3px; }
#wall  div.end ul li a {color:#fff;  }
#wall  div.end ul li a:hover {color: #284683;  }

#wall article dl { margin:20px auto; width:90%;}
#wall  article dl dd{margin:20px 10px 60px;} 
#wall  article p{margin:10px 20px;} 
.about  article dl dt{ background:#fff;} 
.about article ol { margin:0 0 0 3em;}
.about article ol li { margin:0 0 5px 1em;}
.about article  ol li:before { content:"＊"; color:rgba(219,84,86,1.00); margin:0 0 0 -1em; }
.about article  dd ol li:before { content:none; }
.about article  dd ol  { content:none; list-style-type: upper-roman}
.about article h4 { font-size:1.6rem; font-size:16px; font-weight:bold; margin:20px 0 0;}
.about article .grade{ background:url(../img/wall/tokucho.gif) 0 50% no-repeat; padding:0 0 0 30px}
.about article table  { background:#fff; border-collapse:collapse; border:1px solid #999;font-size:1.2rem; font-size:12px; }
.about article table th, .about article table td { border:1px solid #999; padding:5px 10px; vertical-align:middle;}
.about article table th{ text-align:center; background:#fffaf0; width:8em;}
.about article table td { text-align:center;}
.about article table td.tokucho { text-align:left; color:#DD181B;}
.about div.nurikae dl dt{border:2px solid #ae3624;font-size:1.6rem; font-size:16px; font-weight:bold; }
.about div.nurikae dl dt span{background: #ae3624; color:#fff; padding:5px 10px; margin-right:5px;}
.about div.nurikae  dl dd ol { margin: 0.5em 0 0 2em}

.about div.timing dl dd img{ background:#fff;   padding:10px 10px 5px !important;}

.about div.timing dl dt{border:2px solid  #284683;font-size:1.6rem; font-size:16px;}
.about div.timing dl dt span{background: #284683;  color:#fff; padding:5px 10px; margin-right:5px;}
#wall  article p a{ display:block; text-align:right}
.chuiten  article ol.ex,.chuiten  article ol.chuijiko {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative; margin:20px auto; width:90%;
}



.chuiten  article ol.ex li ,.chuiten  article ol.chuijiko li{
  line-height: 1.5;
  padding: 0.5em 0 !important; display:block;
  list-style-type: none!important; margin:0; height:auto !important;
}
.chuiten  article ol.ex li h4,.chuiten  article ol.chuijiko h4{ color: #ae3624; /*アイコン色*/
  font-size:16px; font-size:1.6rem;
}
.chuiten ol.ex  li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f06a";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #ae3624; /*アイコン色*/
  font-size:16px; font-size:1.6rem;
}

article ol.chuijiko  li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f046";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #ae3624; /*アイコン色*/
  font-size:16px; font-size:1.6rem;
}

.menu ul.menu{ text-align:center; }

.menu ul.menu li{ display:inline-block;background:#5b423d; width:280px; margin:10px 5px; text-align:left; padding:10px; border-radius:5px; text-align:center;   }
.menu ul.menu li a{ text-decoration:none; color:#fff;  }
.menu ul.menu li a:hover{ text-decoration:none; color:rgba(252,245,204,1.00);  }
.menu ul.menu li h4{ font-size:1.8rem; font-size:18px; font-weight:bold;    }
.menu .waku{ background:#fffaf0; border:#5b423d 2px solid; padding:20px; margin:20px; } 
.menu .waku h5{ font-size:1.8rem; font-size:18px; font-weight:bold;  color:#284683;  }
.menu .waku  img{ margin:0 20px 10px;}
.menu .waku ol
,.menu .waku ol li{
	padding:0px;
	margin:0px;
}
.menu .waku ol li strong{color: #ae3624;font-size:16px; font-size:1.6rem;}
 
.menu .waku ol li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important; 
	position:relative;
	display: block;
	padding:15px 0px 10px 40px; 
	margin-left:0px !important;
}
.menu .waku ol{
	counter-reset:li;   
	text-align:left; margin:10px auto;  width:90%;
}
 
.menu .waku ol li:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color:#5b423d;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}

.toiawasekara ul.menu{ text-align:center; margin:20px auto; }
.toiawasekara ul.menu li{ display:inline-block;}
.toiawasekara ul.menu li a{  background:#FBF4B8;  margin:10px 5px; text-align:left; padding:10px; border-radius:5px; border:1px solid #ae3624;   }
.toiawasekara .waku{ border:#284683 2px solid; padding:20px 15px 0 !important; margin:10px auto; width:90%; } 
.toiawasekara  .waku h4{ font-size:1.8rem; font-size:18px; font-weight:bold;  color:#284683; margin:0px 0 0; }
.toiawasekara div.a{ margin:0px auto !important;  width:90%;  } 
.toiawasekara .arrow{ color:#284683 2px solid; margin:0px 10px!important; font-size:2.5rem; font-size:25px; color:#284683;  } 
.toiawasekara  .waku dl{ margin:20px auto 0 !important; padding:0!important; width:100% !important;}
.toiawasekara  .waku dl dt:before{ content:"● " ; margin:0 0 0 -0.6em; color:#284683;}
.toiawasekara  .waku dl dt{  margin:0em 0 0 20px !important; padding:0!important;  color:#284683; font-size:1.8rem; font-size:18px; font-weight:bold;  border-left:3px solid #284683; }
.toiawasekara  .waku dl dd{   border-left:3px solid #284683; margin:0 0 0 20px !important; padding:20px ; }



/*会社概要*/
#company #wrapper{ background-image:url(../img/company/header.jpg) }
#company #contents .point { border:1px solid #333; background:#fff; margin:30px auto; padding:40px 20px 30px; text-align:center;  }
#company #contents .point dl{ display:inline-block; margin:10px; width:30%; vertical-align:top; }
#company #contents .point dl dt{ font-size: 20px; font-size: 2.0rem; color:#333; }
#company #contents .point dl dd{ margin:15px 0;  }
#company #contents .point dl li{ text-align:left; margin:0 0 0.5em 1em; }
#company #contents .point dl li:before{ content:"■";  color:#a44847; margin:0 0 0 -1em;}
#company #contents .point ul li{ display:inline-block; margin:20px 10px 0}
dl.staff { display:inline-block; vertical-align:top; margin:20px; width:45%; }
dl.staff dt,dl.staff dd{ display:inline-block;  vertical-align:top;}
dl.staff dt{ width:60px; padding:20px;  background:#efefef;}
dl.staff dd{ padding:20px 0px 0 20px;  }
dl.staff dd li{ border-bottom:1px dotted #333; margin:0 0 10px; padding:0 0 5px;}
dl.staff dd li span{ width:20em; display:inline-block;}
#company #contents  dl.com{ width:455px;display:inline-block; margin:0 0 20px;}
#company #contents iframe{ width:500px;display:inline-block; vertical-align:top; margin:0 0 0 20px;}

#company #contents .no02 dt,#company #contents .no02 dd{ display:inline-block;  vertical-align:top; border-bottom:1px dotted #333; margin:0 0 0px; padding:10px 10px 10px;}
#company #contents .no02 dt{  width:100px;   background:#efefef;}
#company #contents .com dd{  width:300px;}
#company #contents  dl.his { width:750px;display:inline-block;margin:0 0 20px;}
#company #contents  dl.his dd{ width:calc( 100% -  150px );}



/*安心*/
#declaration #wrapper{ background-image:url(../img/declaration/header.jpg) }
#declaration #contents p{ margin:10px 15px;}
#declaration #contents  h3{ font-size: 16px; font-size: 1.6rem; margin:50px 0 30px;
  position: relative;
  padding: 0.6em;
  background: #333;
  color:#fff;
}

#declaration #contents  h3:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #333;
width: 0;
height: 0;
}

#declaration #contents dl{margin:20px 0 40px 2em;}
#declaration article dl dt{ font-size: 16px; font-size: 1.6rem; margin:5px 0; font-weight:bold;position: relative;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
}

#declaration article   dl dt:before{ 
 content: "●";  /*アイコンの種類*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 2px;/*アイコンの位置*/
top:1px;/*アイコンの位置*/
color: #a64847; /*アイコン色*/
}
#declaration article dl dd{ margin:10px 0 3em 1.2em}

#declaration article  dl dd li:before{
 content: "■";  /*アイコンの種類*/
font-size: 1em;/*サイズ*/
left: 2px;/*アイコンの位置*/
top: 3px;/*アイコンの位置*/
color: #333; /*アイコン色*/
}
#declaration article  dl dd li{ margin:0 0 0 1em;}
#declaration article  .checklist li h4{ font-size: 16px; font-size: 1.6rem; margin:5px 0 0px; font-weight:bold; color:#f35e4c; }
#declaration .ill{ background:url(../img/declaration/illu2.gif) 100% 80% no-repeat; }
#declaration article h4{ font-size: 16px; font-size: 1.6rem; margin:20px 0 0px; font-weight:bold; color:#5191fd; }
#declaration article h5{ text-align:center; }
.yokohama2{ text-align:center; }.yokohama2 li{ display:inline-block; margin:10px; }
#towelve2{ margin:20px auto; background:#faf0e6;  padding:1px 30px 20px;  border-radius:20px; width:60%; }
#towelve2 .countlist { margin:20px 0 0 0px;}


/*qa*/
#fq #wrapper{ background-image:url(../img/fq/header.jpg) }
#fq article  dl {margin:20px 20px 0; }
#fq  article  dl dt { font-weight:bold;font-size: 16px; font-size: 1.6rem; margin:0 0 10px; border-bottom:1px dotted #999;  }
#fq  article  dl dt strong{font-family: 'Fjalla One', sans-serif;font-size: 36px; font-size:3.6rem; margin-right:0.5em; color:#f35e4c; }
#fq article  dl dd {margin:10px 36px 20px 50px; }
#fq article  dl dl  dt,#fq article  dl dl   dd  { font-size: 14px; font-size: 1.4rem; margin:0 0 10px; border:none; display:inline-block;   }
#fq article  dl dl  dt{ width:20%;}
#fq article  dl dl   dd {margin:0 0 0 10px; width:60%;  }


/*個人情報保護方針*/
#privacy #wrapper{ background-image:url(../img/privacy/header.jpg) }
#privacy #contents  dl{ margin:10px;  vertical-align:top; }
#privacy #contents  dl dt{ font-size: 18px; font-size: 1.8rem;
position: relative;
line-height: 1.4;
padding:0.25em 1em;
display: inline-block;
top:0; }
#privacy #contents  dl dt:before,#privacy #contents  dl dt:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
#privacy #contents  dl dt:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
#privacy #contents  dl dt:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
#privacy #contents dl dd{ margin:15px 30px 60px;  }

#privacy #contents dl dd .adress h3{ font-size: 16px; font-size: 1.6rem; margin:0 0 5px; font-weight:normal; display:inline-block; vertical-align:top;  }
#privacy #contents dl dd .adress{  margin:10px; border:1px solid #333; padding:12px;  width:50%; }
#privacy #contents dl dd .adress p{ display:inline-block; vertical-align:top; margin:0 0 0 1em;  }
#privacy #contents dd  ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
#privacy #contents dd  ol li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

#privacy #contents dd ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}

/*お役立ち*/
#info #wrapper{ background-image:url(../info/img/back.jpg) }
#info .data{  text-align: right;}
#info .info h4{font-weight:bold; margin:0 0 0 2em ;font-size:18px; font-size:1.8rem; color: #C1171A;  }
#info .info .news01 ,#info .info .news02{ margin: 2em 1em ; padding: 20px;}
#info .info .news01 {border-bottom: 1px dotted #999;}
#info .info .news01 img{ float: right; }
#info .info .news02 img{ float:left; }
#info .info h4:before {
  font-family: FontAwesome;
  content: "\f1b3";
   margin-right: 0.5em;

}
#info .info .honbun{ margin:1em auto 2em; width:90%;}
#info .info h5{font-weight:bold; margin:2em  2em 1em;font-size:18px; font-size:1.8rem;  }
#info .info h6{font-weight:bold; margin-bottom: 0.5em;   }

#info .info .backno{ margin: 1em; border: 1px dotted #999; padding: 15px; }
#info .info .backno a{  display: block; }
#info .info .backno a:before {
  font-family: FontAwesome;
  content: "\f105";
   margin-right: 0.5em;

}
#info .info .backno a.next{
  margin:1.5em 0 0 0;

}
#info .info .backno a.next:before {
 font-family: FontAwesome;
  content: "\f107";
   margin-right: 0.5em;
}


/*お問い合わせ*/
#contact #wrapper{ background-image:url(../img/contact/header.jpg) }
#contact #contents h2 { font-weight:bold; font-size: 18px; font-size: 1.8rem; margin:0 0 20px; }
#contact #contents h2 span {font-family: 'Fjalla One', sans-serif;font-size: 36px; font-size:3.6rem; margin-right:1em; }
 #contact  #contents span.hissu2{
	margin:0px;
	padding-right:12px;
	background:url(../contact/mark2.gif) no-repeat right;
}

#contact  #contents span{
	color:#000000;
	font-size:100%;
}


#contact  #contents  dl{
	margin:20px auto;
	 max-width:750px; width:95%;
}
#contact  #contents  dt,#contact  #contents  dd{
	text-align:left;
	font-weight:normal;padding:8px 1em;
	border-top:1px solid #999999;
	 display:inline-block; vertical-align:top;
}
#contact  #contents  dd{ max-width:500px; width:100%;
	 background:#fff;
}


#contact  #contents dt{ width:150px;
	vertical-align:middle; font-size:16px; 
}


#contact  #contents  strong{
 color:#660000;
}
#contact  #contents  ul{ margin:0; padding:0;}
#contact  #contents  ul li{
	margin:0 0 5px; display:inline-block;
} 

#contact  #contents  .hissukomoku{
 margin:0 0 0 0.5em;
 color:#990000;font-size:90%;
}


#contact  #contents  .button{ font-size:20px; }





.page-template-page-voice-php #wrapper{ background-image:url(../img/voice/header.jpg) }

.page-template-page-voice-php ul.voice{  margin:20px auto; width:930px; }
.page-template-page-voice-php ul.voice li{ display:inline-block; vertical-align:top; border:1px dotted #333; background:rgba(255,255,255,0.8); padding:20px; text-align:left; width:400px; margin:10px;}
.page-template-page-voice-php  ul.voice li h2{ font-size:18px !important; font-size:1.8rem !important; margin:0 0 10px;}
.page-template-page-voice-php  ul.voice li h2 span{ font-size:14px !important; font-size:1.4rem !important; margin:0 0 0 10px;}
.page-template-page-ex-php #wrapper{ background-image:url(../img/ex/header.jpg) }
.page-template-page-ex-php #contents ul  { margin:20px auto 40px;}
.page-template-page-ex-php #contents ul li  { margin:0 auto; border:1px solid #333;  padding:40px 40px !important;  width:900px; background:rgba(255,255,255,0.7); }
.page-template-page-ex-php #contents ul li:nth-child(even)  { background:rgba(230,230,230,0.7);  border:none; border-left:1px solid #333; border-right:1px solid #333;}

.page-template-page-ex-php #contents  li h2{ font-size:28px !important; font-size:2.8rem !important; margin:0 0 10px; font-weight:normal;}
.page-template-page-ex-php #contents  li h2 span{ font-size:20px !important; font-size:2.0rem !important;}

.page-template-page-ex-php #contents ul li div.setumei { float:left; width:360px;}
.page-template-page-ex-php  #contents ul li div.photo { float:right; width:480px; }
.page-template-page-ex-php #contents ul li:nth-child(even) div.setumei { float:right;}
.page-template-page-ex-php  #contents ul li:nth-child(even)  div.photo { float:left;  }
.page-template-page-ex-php #contents ul li div.setumei img { width:360px; height:auto;  }
.page-template-page-ex-php #contents ul li figcaption{font-family: 'Fjalla One', sans-serif;}
.page-template-page-ex-php #contents ul li div.setumei  figure{ margin:20px 0 0; font-size: 20px; font-size:2.0rem;  } 
.page-template-page-ex-php  #contents ul li dl{}
.page-template-page-ex-php  #contents ul li dl dt{ float:left; clear:both;}
.page-template-page-ex-php  #contents ul li dl dd{ margin:0 0 0 4.5em;}

.page-template-page-ex-php  #contents ul li div.photo img { width:480px; height:auto;  }
.page-template-page-ex-php  #contents ul li div.photo figure{ margin:0;font-size: 36px; font-size:3.6rem;  } 
 

.tablenav {
	color: #666;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #666;
	text-decoration:none;
	font-size:smaller;
	background:white;
}

a.page-numbers:hover {
	color:white;
	background: #666;
}

.tablenav .current {
	color: white;
	background: #666;
	border-color: #666;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}



/*home*/
.home #wrapper{ background-image:url(../img/index/main.jpg); background:#ececec;}

.slide{
	z-index:10000;
	width:100%; background-size:100% auto; background-repeat:no-repeat;
	position:relative;
	margin:0 auto;
	background-position:50% 0;
	background-repeat:no-repeat;
	}

	.home .headimg{ text-align:center; color:#fff; padding:80px 0 0px; text-shadow: 2px 4px 3px rgba(0,0,0,0.3); height:430px; }
	.home .headimg h1{ font-weight:bold; font-size:40px; font-size:4.0rem; }
	.home .headimg h1 span{ display:block; font-size:25px; font-size:2.5rem; margin:15px 0 ; }

	.home .headimg h2{ text-align:center; color:#fff;
  overflow: hidden; background:rgba(188,28,31,0.7); 
  text-align: center; width:50%; margin:0 auto;
}
.home .headimg h2 span {
  position: relative;
  display: inline-block;
  padding:  0.5em  1em;
  text-align: left; font-size:25px; font-size:2.5rem; font-weight:bold;
}
	
/*ここからトップ工事*/
	#maincontets a{ text-decoration:none;}
	#maincontets{background:#ececec; padding:0px 0; margin:0px auto 0;}
	#maincontets .navi1,#maincontets .navi2{ text-align:center;}
	#maincontets .navi1 li,#maincontets .navi2 li{ display:inline-block; vertical-align:top;vertical-align:middle;  }
	#maincontets .navi1 li{ border:1px solid #333; padding:8px;}
	#maincontets .navi1 li h3{ font-size:26px; font-size:2.6rem; text-align:left; color:#fff; background:#5191fd; padding:3px 10px; width:330px;}
	#maincontets .navi1 li span{ display:block; font-size:14px; font-size:1.4rem; margin:-32px 0 0 115px; line-height:1.2;}
	#maincontets .navi1 li:nth-child(2) h3{ background:#a64847; }
	#maincontets .navi1 li:last-child h3{ background:#f35e4c; }
	#maincontets .navi2{ margin:20px 0 0;}
		#maincontets .navi1 li a:hover h3{ background:#1863d1;}
	#maincontets .navi1 li:nth-child(2):hover h3{ background:#822b2b; }
	#maincontets .navi1 li:last-child:hover h3{ background:#cc392e; }
	
	#maincontets .navi2 li{ background:url(../img/index/back.gif) no-repeat; color:#fff;  height:80px; width:388px; margin:0 -15px; font-size:16px; font-size:1.6rem; line-height:1.2;  }
#maincontets .navi2 li a{ color:#fff; display:table-cell; height:80px; vertical-align:middle;width:380px; margin: auto;}
#maincontets .navi2 li a:hover{ color:rgba(247,242,174,1.00); }
#maincontets .navi2 li h3{font-size:20px; font-size:2.0rem;  }

#maincontets .navi2 li h3 span{ font-size:12px; font-size:1.2rem; margin:0 0 0 1em;   }
#maincontets .navi2 li:nth-child(2) h3 span{  display:block; margin:0;  }


/*挨拶*/
#maincontets  #aisatu { background:#333;  color:#fff; margin:0px 0; }
#maincontets  #aisatu img{ float:right; margin:0 0 0 20px; }
#maincontets  #aisatu h3{ font-size:20px; font-size:2.0rem; text-align:left; color:#fff; padding:40px 20px 10px; }
#maincontets  #aisatu p{ padding:8px 20px 10px; }
#maincontets  #aisatu dl{ margin:10px 20px 0px; background:#fff; border-radius:5px; color:#000; padding:8px; width:400px;}
#maincontets  #aisatu dl dt,#maincontets  #aisatu dl dd{ display:inline-block; margin:0 5px;}

/*ここからトップ施工事例*/
#maincontets  #ex 	,#maincontets  #topnav  { text-align:center;  background:#fff; padding:80px 0;}
#maincontets  #ex  h3{ font-size:28px; font-size:2.8rem; margin:20px 0 30px; font-weight:bold;  }
	
	
	.home #wrapper #carousel {
    margin: 20px auto;
    max-width: 1200px; width:100%;
    height: 220px;
    text-align: left;
    position: relative;
}
 
.home #wrapper #carousel_prev,
.home #wrapper #carousel_next {
    top: 0;
    width: 20px;
    height: 100px;
    background: #000;
    cursor: pointer;
    position: absolute;
}
.home #wrapper #carousel_prev {
    left: -20px;
    background:transparent url(../img/prev.jpg) no-repeat top left;
}
.home #wrapper #carousel_next {
    right: -20px;
    background:transparent url(../img/next.jpg) no-repeat top left;
}
 
.home #wrapper #carousel ul li {
    width: 240px;
    float: left;
    display: inline;
}
 
/* =======================================
    ClearFixElements
======================================= */
.home #wrapper #carousel ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.home #wrapper #carousel ul {
    display: inline-block;
    overflow: hidden;
}


#maincontets  #ex .button {
	background-color: #333 !important;
	border: 2px solid #333;
	color: #333;
	line-height:45px;
}


#maincontets  #ex .button:hover {
	background-color: #333;
	border-color: #000;
	color: #fff !important;
}
#maincontets  #ex .button::before,
#maincontets  #ex .button::after {
	background-color:  #ececec;
}
#maincontets  #ex .button:hover::before,
#maincontets  #ex .button:hover::after {
	width: 0;
	background-color: #333;
}



/*ここからトップニュース*/
#maincontets  #news	 { text-align:center; margin:0px 0; padding:40px 0 40px; border:1px dotted #333; background:#fff; }
#maincontets  #news  h3{ font-size:24px; font-size:2.4rem; margin:20px; font-weight:bold;  }
	#maincontets  #news  h4{font-weight:bold; margin:0 0 0 2em ;font-size:16px; font-size:1.6rem; }
	#maincontets  #news  h4 span{font-weight:normal; margin-right:10px;  font-size:14px; font-size:1.4rem; }
	#maincontets  #news  p{margin:0 0 0 2em ;  }
	#maincontets  #news ul{ margin:20px auto; width:600px; }
		#maincontets  #news ul li{ margin:3px 0; border-bottom:1px dotted #999; padding:3px; text-align:left;
  color: black;
  position:relative;
  line-height: 1.5;
  padding: 0.5em ;
  margin-bottom: 4px;
  list-style-type: none!important;
}
	#maincontets  #news ul  li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

#maincontets  #greeting	 { text-align:left; margin:0px auto; padding:30px;  background:#fff; }
#maincontets  #greeting  h3{ font-size:20px; font-size:2.0rem; margin:20px 0; font-weight:bold;  }
#maincontets  #greeting  div{background:#fafad2; 
	padding:20px 30px; margin:2em  auto; width:70%; max-width: 800px;
	border:1px solid #bbb;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
                0 0 2px rgba(255, 255, 255, 0.3) inset,
                0 0 10px rgba(0, 0, 0, 0.1) inset,
                0 1px 20px rgba(0, 0, 0, 0.1);
} 

#maincontets  #topansin .inner3{margin:0 auto; width:1000px;}
#maincontets  #topansin{ text-align:center; margin:40px 0; padding:10px 0 20px; background:#ececec;  }
#maincontets  #topansin  h3{ font-size:24px; font-size:2.4rem; margin:20px; font-weight:bold;  }
#maincontets  #topansin .inner3 div{ background:url(../img/index/white.gif) 100% 0 repeat-y; width:610px; padding:15px 0; float:left;}
#maincontets  #topansin .inner3 div .setumei{ float:right; width:260px !important; text-align:left; margin:0 30px 0 0;}
#maincontets  #topansin  .inner3 div img { float:left; }

#maincontets  #topansin  .inner3 div.koji{ background:url(../img/index/white.gif) 0 0 repeat-y; float:right; margin:-10px 0}
#maincontets  #topansin  .inner3 div.koji .setumei{ float:left; width:260px !important; text-align:left; margin:0 0px 0 30px;}
#maincontets  #topansin  .inner3 div.koji img { float:right; }


#maincontets  #topansin  .inner3 div h4 {font-size:24px; font-size:2.4rem;  }
#maincontets  #topansin  .inner3 div ul { float:left; position: relative;}
#maincontets  #topansin  .inner3 div li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f111";
  position: absolute;
  left :0em; /*左端からのアイコンまで*/
  color: #000; /*アイコン色*/
}
#maincontets  #topansin   .inner3 div li {
  padding:0 0 0 1em; margin:3px; }
  
  
#maincontets  #topansin   .inner3 .button {
	background-color: #ececec;
	border: 2px solid #333;
	color: #fff;
	line-height:45px; margin:15px;
}

#maincontets  #topansin   .inner3  .button:hover {
	background-color:  #ececec;
	border-color: #000;
	color: #333 !important;
}
#maincontets  #topansin   .inner3  .button::before,
#maincontets  #topansin   .inner3  .button::after {
	background-color: #333;
}
#maincontets  #topansin .inner3  .button:hover::before,
#maincontets  #topansin .inner3 .button:hover::after {
	width: 0;
	background-color: #fff;
}

@media screen and (max-width:1200px) {
#glovalheader nav li{ display:inline-block; margin:10px;  }
.home .headimg{ padding:70px 0 30px; height:auto; }
#company #contents  dl.his,dl.staff  { width:95%;display:block;margin:0 auto 20px;}
dl.staff .heightLine-group2{ height: auto !important}
#company #contents  dl.com,#company #contents iframe{ display:block; margin:0 auto 20px; width:100%}
#company #contents .com dd{  width:calc( 100% - 150px );}
	
#maincontets .navi1 li{  vertical-align: top; margin: 0 5px; padding:8px; width: calc( 100% / 3 - 30px ); }	
#maincontets .navi1 li img{  width:100%; height: auto;}	
#maincontets .navi1 li h3{ font-size:20px; font-size:2.0rem;  width: calc( 100% - 10px);padding:10px 0 10px 10px ; position: relative;  }
#maincontets .navi1 li span br{ display: none;}
#maincontets .navi1 li span{ position: absolute;  font-size:12px; font-size:1.2rem; margin:0; left:95px; right: 5px; top:50%;  transform: translateY(-50%);line-height:1.2;}
.page-template-page-ex #contents,.page-template-page-voice #contents { margin:10px auto;  max-width:1100px; width:95%;  }	
.page-template-page-ex-php #contents ul li  { margin:0 auto;  padding:30px !important;  max-width:900px;width: calc( 95% - 60px );  }
	.page-template-page-ex-php #contents ul li div.setumei {width:40%;}
.page-template-page-ex-php  #contents ul li div.photo { width:50%; }
.page-template-page-ex-php  #contents ul li div.photo img{ width:100%; height: auto;}
	.page-template-page-ex-php #contents ul li div.setumei img { width:100%; height: auto;}
}

@media screen and (max-width:1000px) {
.home .headimg{ padding:50px 0; }	
.home .headimg h1{ font-size:30px; font-size:3.0rem; }
.home .headimg h1 span{font-size:20px; font-size:2.0rem; margin:15px 0 ; }
.home .headimg h2{ width:80%; margin:0 auto;}
.home .headimg h2 span { font-size:20px; font-size:2.0rem; }
	#company #contents .point dl{ display:block; margin:10px auto; width:90%; vertical-align:top; text-align: left; }
#company #contents .point dl dt,#company #contents .point dl dd{  display: inline-block; vertical-align: top; margin: 0 ;}
#company #contents .point dl dt{width:8em}
#company #contents .point dl dd{  width: calc( 100% - 14em ); margin:0 0 2em 2em; }
#company #contents .point dl dd img{  margin: 20px auto; display: block; }
#fq article  dl dl {  margin: 1em 0 1em 1em;   }
#fq article  dl dl  dt{ width:10em;}
#fq article  dl dl   dd {margin:0 0 0 10px; width:calc( 100% - 10em - 20px );  }	
#maincontets  #topansin .inner3{margin:0 auto; max-width:1000px; width:95%}
#maincontets  #topansin .inner3 div{ max-width:610px;  width:95%;padding:15px 0; float:none; margin: 5px auto;}
.page-template-page-voice-php ul.voice{  margin:20px auto; max-width:930px; width:90%; }
.page-template-page-voice-php ul.voice li{ max-width:400px; margin:10px auto;width: calc( 100% - 40px ); }
}

@media screen and (max-width:900px) {
#maincontets .navi1 li h3{ font-size:18px; font-size:1.8rem;   }
#maincontets .navi1 li span{ left:90px; }
.sub #contents #subtitle{ margin:40px auto ; background:url(../img/common/titleback.png) no-repeat 0 0; padding:20px 0px 0px ;  }
.sub #contents #subtitle h1{ display: block; margin-left: 50px; }
.sub #contents .pagenai{ text-align:left; margin:20px 0 0 40px !important;    }
.sub #contents .pagenai li,.page #contents .pagenai li,.page #contents .pagenai li:first-child{background: rgba( 255,255,255,0.8);  border: none; margin:2px; padding: 0; border-radius: 5px; }
.sub #contents .pagenai a{  display: block;padding: 8px 10px;  text-decoration: none; }
#roof #contents  #subtitle .pagenai a{ color:#000; }
#roof #contents  #subtitle .pagenai a:hover{ color:#930; }
.sub #contents h2 span {font-family: 'Fjalla One', sans-serif;font-size: 30px; font-size:3.0rem; margin-right:1em; }
.sub #contents article{ margin:0 5px 80px; padding:15px 20px;  background:rgba(255,255,255,0.6); border-radius:20px; }
.page #contents .pagenai{ text-align:left; margin:0 0 50px; width:100% !important   }

.pagenai.f ul{text-align: left;}
.koji ul li.btn1 { display:inline; width:300px; margin: 0 auto 8px; }
	


#reform #wrapper article .ki{ margin:20px 20px 0 ;  }
#reform #wrapper article .ki img,#reform #wrapper article .to img,#reform #wrapper article .ba img{  float:none; display: block; margin: 10px auto; width:auto; max-width: 95%; height: auto;  }
 #reform #wrapper article .set{ padding: 10px; margin-bottom: 5px;}
#reform #wrapper article .ba ul li{
  padding: 0.5em 0 0 2.5em;
}
#reform #wrapper article .ba ul li:before {
  left : 0px; /*左端からのアイコンまで*/
}

#reform ol.co li{margin:20px 0;} 
}
@media screen and (max-width:805px) {
#contact  #contents  dt,#contact  #contents  dd{
	padding:8px 1em; width:100%;
	border:none;
	 display:block; 
}
#contact  #contents  dd{  border-bottom: 1px solid #999;

}
#maincontets .navi1 li{  margin: 5px; width:calc( 95% - 20px ); max-width: 350px; }
#maincontets  #ex ,#maincontets  #topnav  {padding:40px 0;}
}



@media screen and (max-width:750px) {
#glovalheader{ padding:20px 0 0; }
#glovalheader h1 img{ margin:0px auto 0 50px; display: block; width:calc( 90% - 80px ); max-width: 443px;height: auto;}
	
.telbtn{margin:20px auto 0; max-width:470px; width:100%; border-radius: 10px 10px 0px 0px; }
.telbtn li{ display:inline-block; vertical-align:middle; margin:0 10px; }
.telbtn a { display:block; border:1px solid #fff; padding:5px 8px 2px;}

#footer  ul{ text-align: left;}
#footer  ul li,#footer  ul  li:first-child,#footer ul li:last-child  { display:inline-block;margin:10px 0; padding:0 0 0 10px; text-align:left;  width:calc( 100% / 3 - 20px ); border-left:2px solid #fff; line-height: 1; }

#footer  dl,#footer ol { display:block; }
#footer ol {max-width:600px; width:90%; text-align: center; margin: 10px auto;}
#footer ol li { display:inline-block;  margin:0px; padding:5px 5px; vertical-align:top;  }
#footer  dl {max-width:550px; width:90%; margin: 10px auto; }
	
.sub #contents h2 { font-weight:normal; font-size: 16px; font-size: 1.6rem; }
.sub #contents h2 span {font-size: 28px; font-size:2.8rem; }
.sub #contents h3{  font-size: 18px; font-size:1.8rem; margin:0 0 35px; }
.sub2 h3 span{ margin:0 0 0 0.5em; font-size:14rem;  font-size: 14px;}
.nagare article ol {counter-reset: titleNum; margin:0 auto; width:95%;}
.nagare article ol li {border-radius:5px; margin:50px auto; padding:15px 10px;}
.teian .sub-nav{ text-align:left; margin:10px auto;}
.teian .sub-nav li{ margin:5px !important;}
.koji ul li.btn1 { display:block;  }
	
.koji article ol li{ display:block;  margin: 10px auto; width:95%; max-width: 450px; }
.koji article li p { margin:10px auto !important; text-align:left !important; width:100%!important; padding:0;}
.koji article ol li img{ display:block; margin: 0 auto; }	
.koji article li.arrows { width:30px; text-align:center; margin:10px auto; }	
.koji article li.arrows .fa-arrow-right,.koji article li.arrows2 .fa-arrow-right {transform: rotate(90deg); display: block;}
.koji article li.arrows2 .fa-arrow-left {display: none;}
.shohin article ol li{ margin:20px auto; width:calc( 95% - 40px); background:#fff;  padding: 0 20px 40px; border-radius:10px;}
.shohin article ol li img.alignright{ margin:0 auto 20px; display: block;  float: none;  width:187px; height: auto;}
#reform dl.arrow {width:90%;}
#reform dl.arrow dt span {
  margin: 0 .5em;
}
#reform.sub #contents #subtitle h1{font-size: 22px; font-size: 2.2rem; line-height: 1.2; }	
#reform.sub #contents #subtitle{ padding:30px 0px ; }
	
#reform ol.co{   text-align:left; 
}
#reform ol.co li{ display:block; padding: 0.5em 0.5em 0.5em 30px; margin:0px auto 0; width:90%;} 

#reform ol.co2{ width:100%; margin: 0; padding: 0;}
#reform ol.co2 li{ display:block; padding: 0.5em 0.5em 0.5em ; margin:20px auto;} 
#reform ol.co2 li dt,#reform ol.co2 li dd{ display:block; margin:0 0 5px 2em; width:auto;}
#reform ol.co2 li dt{  padding:0 0 0 1em ; position:relative; }
 #reform ol.co2 li dt:before {
  font-family: FontAwesome;
  content: "\f05d";/*アイコン種類*/
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: #666; 
}	
#reform ol.co2 li dd{  margin:0 0 1.5em 2em;}
#company #contents  dl.his { max-width:750px; width:95%;margin:0 auto 20px;}
#company #contents  dl.his dt,#company #contents  dl.his dd{  display: block; width:100%;}
#towelve2{ margin:20px auto;   padding:1px 20px 20px;  border-radius:10px; width:auto; }	
#towelve2 .countlist { margin:0px 0 0 0px;} 

/*カウントリスト*/

.countlist li{
	position:relative;
	display: block;
	padding:5px 0px 0px 25px; 
	margin-left:0px !important;
}
 
.countlist li:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: 0px;
	font-size: 20px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}
	.page-template-page-ex-php #contents ul li div.setumei,.page-template-page-ex-php  #contents ul li div.photo ,.page-template-page-ex-php #contents ul li:nth-child(even) div.setumei ,.page-template-page-ex-php  #contents ul li:nth-child(even)  div.photo { float: none; margin: 20px auto;  width:90%;}
.page-template-page-ex-php  #contents ul li div.photo img{ width:100%; height: auto;}
	.page-template-page-ex-php #contents ul li div.setumei img { width:60%; height: auto;}
}

@media screen and (max-width:680px) {
.slide{
	width:100%; background-size: auto 450px; background-repeat:no-repeat;
	}
.home .headimg{ padding:30px 0 0px;  height: 300px;}	
.home .headimg h1{ font-size:28px; font-size:2.8rem; margin: 0 auto;  width:80%; }
.home .headimg h1 span{font-size:18px; font-size:1.8rem; margin:15px 0 ; text-align: left; }
.home .headimg h2 span { font-size:18px; font-size:1.8rem;  }
#maincontets  #aisatu { padding: 20px 0 0; }
#maincontets  #aisatu img{ display: block;  float:none; margin:0 auto; max-width: 350px; width:95%; height: auto; }
#maincontets  #aisatu dl{ margin:10px auto 0px;  padding:8px; max-width:400px;width: calc(95% - 20px); }
	#maincontets  #news ul{ margin:20px auto; max-width:600px; width:95% }
	#maincontets  #greeting  div{background:#fafad2; 
	padding:15px; margin:2em auto; max-width:600px; width:95% ;
} 
#maincontets  #topansin  .inner3 div.koji .setumei,#maincontets  #topansin .inner3 div .setumei{ float:none;  text-align:left; margin:0 auto;  max-width: 300px;}
#maincontets  #topansin  .inner3 div.koji img,#maincontets  #topansin  .inner3 div img  {float:none;  display: block; margin: 5px auto}
	#maincontets  #topansin  .inner3 div ul { float:none; }
.page-template-page-ex-php #contents ul li  {  padding:20px !important;  }
}

@media screen and (max-width:620px) {	
.nagare article ol li  img{ float:none; margin:8px auto; display: block; }	
.nagare article ol li p{ margin:0 10px !important;}
.nagare article ol li h4{font-size: 16px; font-size:1.6rem;}
.nagare article ol li h4 span{ font-size: 12px; font-size:1.2rem; display: block; margin:0 ; }
.flow ul.handicon{ margin:20px; background:#f0f0f0; padding:10px;}
.flow  article.made h4{font-size:16px; font-size:1.6rem; }
.flow article.made p.sport{  width:90%!important;}
ul.handicon li { margin:10px 0 0 2em;}
.nagare article ol li  li{
	margin: 5px auto !important;
  padding: 0.5em 0 0.5em; 
   }
	
.toiawasekara ul.menu{ text-align:left; margin:0px auto; }
.toiawasekara ul.menu li{ display:inline-block; margin:10px 0;}
#company #contents .point dl dt,#company #contents .point dl dd{  display:block;  width:100%;}
#company #contents .point dl dd{  margin:1em 0 3em; }
#company #contents .point dl dt {font-size: 18px; font-size: 1.8rem;}
	
#fq article  dl {margin:20px auto 0; }
#fq  article  dl dt { font-weight:bold;font-size: 16px; font-size: 1.6rem; margin:0 0 10px; border-bottom:1px dotted #999;  }
#fq  article  dl dt strong{font-size: 30px; font-size:3.0rem; margin: 0 0.5em 0 0;  }
#fq article  dl dd {margin:10px auto 20px ; width:100%; }
#info .info .news01 ,#info .info .news02{ margin: 2em auto ; padding: 0px;}
#info .info h5{ margin:2em  auto 1em;font-size:18px; font-size:1.8rem;  }
#info .info h4{margin:0 ;  }
}

@media screen and (max-width:520px) {
#glovalheader{ padding:30px 0 0; }
#glovalheader h1 img{ margin:0px auto 0 20px; display: block; width:calc( 90% - 80px ); max-width: 443px;height: auto;}
.telbtn li{ display:inline-block; vertical-align:middle; margin:5px 0; }
.telbtn li img{ max-width: 300px; width:95%; height: auto;}
.telbtn a { display:block;  width:100%; border:1px solid #fff; padding:5px 8px 2px;}
.telbtn li a img{  width:100px; height: auto;}
.sub #contents article{ margin:0 5px 80px; padding:0px;  border-radius:0px; }
.sub #contents .pagenai{ margin:20px 0 0 0px !important;   padding: 0;   }
#roof article dl { margin:20px auto; width:95%;}
.sub #contents .pagenai li,.sub #contents .pagenai li:first-child,.page #contents .pagenai li,.page #contents .pagenai li:first-child{ border: 1px solid #999; }
.sub #contents h2 span { display: block !important;}

.teian .sub-nav{ text-align:left; margin:10px auto;}
.teian .sub-nav li{ margin:0 auto 5px !important; width:95%;}
.teian section#teian article h4{font-size:20px; font-size:2.0rem;padding: 0 0 .5em 1.5em; }
.teian section#teian article h4::before {	font-size: 30px;
	width:32px;
	height:32px;
	line-height: 32px;
}
.teian section#teian article h5{  margin:10px 20px ; font-size:18px; font-size:1.8rem;}
.teian section#teian article h6{ margin:20px ; padding:10px 10px 5px;font-size:16px; font-size:1.6rem; }
.about div.nurikae dl dt{border:2px solid #ae3624;font-size:1.4rem; font-size:14px; font-weight:bold; }	
.about div.nurikae  dl dd ol { margin: 0.5em 0 0 }
	
.about div.timing  dd img.alignright{ margin:0 auto 20px; display: block;  float: none;  width:auto; max-width: 90%; height: auto;}
#wall  div.end img.alignright{ margin:0 auto 20px; display: block;  float: none;  width:auto; max-width: 90%; height: auto;}
	
.menu .waku{ padding:15px 10px; margin:10px; } 
.menu .waku img.alignright{ margin:10px auto 20px; display: block;  float: none;  width:auto; max-width: 90%; height: auto;}
	.menu .waku .center img{margin:0 auto 0px; display: block;  width:100%; height: auto;  }
#page-top1{
  bottom: -0px;
  right: 0px;}
#reform.sub #contents #subtitle h1{font-size: 22px; font-size: 2.2rem; line-height: 1.2; }	
#reform.sub #contents #subtitle{ padding:15px 0px ; }
dl.staff dt{ width:calc( 100% - 20px ); padding:10px;}
dl.staff dd{width:calc( 100% - 20px ); padding:10px;}
dl.staff dd li span{ width:22em; display:inline-block;}
	
#declaration #wrapper img.alignright{ margin:0 auto 20px; display: block;  float: none;  width:auto; max-width: 90%; height: auto;}	
#declaration .ill{ background:url(../img/declaration/illu2.gif) 50% 100% no-repeat; padding: 0 0 200px; }

.page-template-page-ex-php #contents  li h2{ font-size:24px !important; font-size:2.4rem !important; }
.page-template-page-ex-php #contents  li h2 span{ font-size:16px !important; font-size:1.6rem !important;}
}
@media screen and (max-width:430px) {
dl.staff dd li span{ width:17em; }
#company #contents .com dd,#company #contents .com dt{ display: block;  width:95%;}
}
@media screen and (max-width:400px) {
#footer  ul li,#footer  ul  li:first-child,#footer ul li:last-child  { display:inline-block;margin:10px 0; padding:0 0 0 10px; text-align:left;  width:calc( 100% / 2 - 20px ); border-left:2px solid #fff; line-height: 1; }
.shohin article ol li{ margin:20px auto; width:calc( 98% - 20px); background:#fff;  padding: 0 10px 20px; }
.shohin article ol li h5{font-size:1.6rem; font-size:16px;color: #666;}
.about div.nurikae dl dt{border:none; font-weight:bold;  padding:0 ;}
.about div.nurikae dl dt span{ color:#fff; padding:5px ;display: block; margin-bottom: 5px;}
 #reform #wrapper article .set{ padding: 10px 5px; }
.home .headimg h1{ font-size:26px; font-size:2.6rem; margin: 0 auto;  width:90%; }
.home .headimg h1 span{font-size:16px; font-size:1.6rem; margin:15px 0 ; text-align: left; }
.home .headimg h2 span { font-size:16px; font-size:1.6rem;  width:90%; }
#maincontets .navi2 li{ background:url(../img/index/back.gif) no-repeat;  background-size:100% auto; height:auto; max-width:388px; width:95%;  margin:0 auto 5px;  }
#maincontets .navi2 li a{  display: block;  height:auto; width:95%; margin: auto; padding: 15px;  text-align: center;}
	.page-template-page-ex-php #contents ul li  {  padding:10px !important;  }
	.page-template-page-ex-php  #contents ul li dl{ margin: 10px auto; width:90%;}
.page-template-page-ex-php  #contents ul li dl dt{ float:none; clear:both;}
.page-template-page-ex-php  #contents ul li dl dd{ margin:0.5em 0;}
}
