@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	background:url(../img/common/bg.jpg);
	background-position:top;
	font-size:small;
	line-height:1.5;
	color:#444;
}

a:link {
	outline:none;
	color: #497091;
	text-decoration:none;
}

footer div a:link {
	color:#FFF;
}

dd a:link {
	outline:none;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#006699;
	text-decoration: none;
}

a:visited {
	
	outline:none;
}

a:active {
	color:#999999;
	text-decoration: none;
}


img {
	border:0;
}

#wrapper {
	width:950px;
	margin:0 auto;
	padding:0;
	background:#ffffff;
box-shadow:0 0 7px #fff, 0 0 7px #ccc, 0 0 3px #aaa;
-webkit-box-shadow:0 0 7px #fff, 0 0 7px #ccc, 0 0 3px #aaa;
-moz-box-shadow:0 0 7px #fff, 0 0 7px #ccc, 0 0 3px #aaa;
}

div {
    display: block;
}

div.top{
width:95%;
margin:0 auto;
font-size: 0.8rem;
}

div.top h3 {
margin:0 auto;
line-height:13px;
}

/* ヘッダー
--------------------------------------------------*/
header {
	width:950px;
	height:120px;
	margin:0 auto;
	padding:0;
	background:url(../img/common/header1.jpg) no-repeat;
	font-size:12px;
}

header #logo{
	width:350px;
	margin:30px 0 0 0px;
	padding:0;
	float:left;
}

h1 {
	margin:0;
	padding:0;
}

div#contents h1{
		font-size: 25px;
    width: 100%;
    height: 60px;
    padding-top: 25px;
    padding-left: 3%;
	}

div#contents h1 span{
		font-size: 17px;
		margin-left:1%;
	}

h1#sitemaph2{
		background:url(../img/h2/h2_sitemap.jpg) no-repeat left bottom;
	}

h1#company{
		background:url(../img/h2/h2_company_.jpg) no-repeat left bottom;
		margin-bottom:5%;
	}
h1#jigyo{
		background:url(../img/h2/h2_jijyo_.jpg) no-repeat left bottom;
	}
h1#jisseki{
		background:url(../img/h2/h2_jisseki_.jpg) no-repeat left bottom;
	}
h1#saiyo{
		background:url(../img/h2/h2_saiyo_.jpg) no-repeat left bottom;
	}
h1#news{
		background:url(../img/h2/h2_news.jpg) no-repeat left bottom;
	}

h1#products{
		background:url(../img/h2/h2_products.jpg) no-repeat left bottom;
	}
	
header #company-info{
	width: 450px;
	margin:0 auto;
	float:right;
	color: #497091;
}


header #company-info p.tel{
	padding-left: 35px;
	margin-left: 35px;
    font-size:20px;
	float: left;
	background:url(../img/common/tel.png) no-repeat left bottom;
}

header #company-info p.mail{
	margin-left:25px;
	float: left;
}

header #company-info p.ad{
	margin-left:35px;
	clear:both;
}


/* ヘッダーナビ
--------------------------------------------------*/
nav ul {
	margin:0;
	padding:0;
	width:950px;
	clear:both;
	background:#597e9b;
}

nav li {
	list-style:none;
	float:left;
	display: inline;
	width:158.3px;
	height:55px;
}

nav a:link {
    display: block;
    background: linear-gradient(#32516f, #add8e6);
    height: 55px;
    text-align: center;
    color: white;
    line-height: 55px;
    font-size: 1rem;
    font-weight: 700;
    border-left: 1px white dotted;
}

nav a:visited {
    color: white;	
	outline:none;
}

.h-navi03t a:visited ,.h-navi02t a:visited ,.h-navi01t a:visited ,.h-navi04t a:visited ,.h-navi05t a:visited ,.h-navi06t a:visited{
color:grey;
}


.h-navi03t a:link,.h-navi02t a:link,.h-navi01t a:link,.h-navi04t a:link,.h-navi05t a:link,.h-navi06t a:link{
background:white;
color:grey;
}

header .sp_navi_li a{
    color:#003366;
}

/* MAP
--------------------------------------------------*/
.tec{
background:url(../map/top.jpg) no-repeat;  
width:950px; 
padding:0; 
margin:0 auto; 
background-position:bottom;
}

.tec img{
height:748px;
padding:0;
vertical-align:bottom;
}

/* コンテンツエリア
--------------------------------------------------*/
#contents-area {
	margin-bottom:0;
	padding:0px 0;
}

#contents {
    padding: 2%;
    font-size: 0.9rem;
    line-height: 1.6;
}

#contents h2{
padding:0;
	
}

#contents h2{
margin-top:3%;
margin-bottom:3%;
}


#contents h2 a{
  padding-top:1%;
  padding-left:1%;
  padding-bottom:1%;
  border-left: 6px solid #3498db;
  font-size:25px;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to left, #fff 0%, #f0f0f0 100%);
}


#main {
	width:100%;
}


/* 共通
--------------------------------------------------*/

#titleimg{
	margin:20px 0 30px 0;
	width:750px;
	height:80px;
	padding:0;
}
#titleimg h2 img{
	border-top: 1px solid #597e9b;
	border-bottom: 1px solid #597e9b;
}

iframe {
	border:none;
	margin:0; 
	overflow-y:scroll;
	overflow-x:hidden;
}

p.kaisou{
margin-top:4em;
	
	}

p.kaisou a{
color:#333333;
text-decoration:none;	
	}

p.kaisou :hover{
color:#FF9933;	
	}


p.redcenter{
text-align:center;
color:red;
	}

p.big{
font-weight:bold;
font-size:18px;
	}
p.bigcenter{
font-weight:bold;
font-size:18px;
text-align:center;
	}

p.mid{
font-weight:bold;
font-size:13px;
padding:0;
	}
	
h5.news{
font-size:14px;
font-weight:bold;	
padding:0;
margin-top:0;
margin-bottom:5px;
color:#F60;
	}
div.border{
border:#FF6600 thin dashed;
width:90%;
padding:2%;	
margin:2.5%;
border-radius: 1em;	
	}

h4.border{
  padding: .5em .75em;
  background-color: #f6f6f6;
  border: 3px double #ccc;
  width:97%;	
  margin:0 auto;
  text-align:center;
  font-size:14px;
	}
p.blank{
  padding-bottom: 1%;
  padding-top: 1%;
	}

#results p.blank{
  text-align:center;
  clear:both;
	}

h5.sekou{
font-size:16px;
	}

div.sitemap{
    text-align:right;
	width:95%;
	margin:2% auto 1%;
	clear:both;
}

div.sitemap a{
	width:95%;
	margin:0 auto;
	color: #444;
	margin-top:1%;
}

div.sitemap a i {
    margin-right: 0.5%;
    display: block;
    color: #444;
    font-weight: bold;
    font-size: 13px;
}

/*
div.sitemap a{
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
    font-size: 17px;
}
div.sitemap a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e8";
    margin-right: 0.5%;
    color: #3399cc;
}*/
/* トップページ
--------------------------------------------------*/
/*メイン画像*/
#topimg {
	clear:both;
	margin:0px 0 100px 0;
	padding:0;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#topimg #slide{
	width: 10000px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topimg #slide li{
	float: left;
}

#paging{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 10px;
}


/* お知らせ お問合せタイトル */

div.news {
     overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}

.ifrm {
  width:100%;
  height:100%;
  border:none;
  display:block;
}

p.news-ttl,
p.contact-ttl-top {
	margin:0 auto;
	padding:0;
}

p.contact-ttl {
	margin:15px 0 0 0;
	padding:0;
}


#news-text {
	font-size:11px;
	background:#FFFFFF;
}

#news-text h1{
	font-size:11px;
	width:360px;  
	margin:0 auto; 
}


#news-text dl {
	border-bottom:1px dotted #666666;
	margin:0 auto;
	overflow-x:hidden;
}

#news-text dt {  
	float:left;  
	width:50px;  
	padding:5px 0 5px 10px;  
	clear:both;  
} 
 
#news-text dd {  
	padding:5px 5px 10px 10px;  
} 

#news-text dd p{  
	width:360px;  
	margin:0 auto; 
	padding-top:10px;  
	padding-left:15px; 
} 

#main iframe {
    border: 1px solid #7ca3c5;
    padding: 5px 0 7px 0;
    margin-bottom: 20px;
}

/*バナーエリア*/

#main p.gyosya {
width:185px;
background:url(../img/gyosya.jpg) no-repeat;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
float:left;
padding-left:1%;
display:block;
text-align:center;
line-height:35px;
}

#main p.dr {
width:185px;
background:url(../img/dr.jpg) no-repeat;
font-size:13px;
color:#FFFFFF;
font-weight:bold;
float:left;
height:35px;
padding-left:2%;
display:block;
text-align:center;
line-height:35px;
}


/*採用情報
--------------------------------------------------*/
#staff{
	margin:0 auto 0;
	padding:0 0 30px 0;
	width:850px;
}

#careers{
	margin:0 auto 0;
}

#careers p.b{
	margin:20px 0 0 0;
	padding:0;
	width:560px;
	color:#337489;
	font-weight: bold;
	text-decoration : underline;
}


#careers p.ttl{
	margin:20px 0 0 0;
	padding:0;
	width:560px;
	font-weight: bold;
}

/*--------ここからtable---------------*/
#careers table{
	margin:0 auto 0;
	width:900px;
	/*border-spacing: 0px;*/
	border-collapse: collapse;
}

#careers td{
	line-height: 1.6;
	border:1px solid #4EA7C4;
}

#careers .list{
	width:120px;
	background:#CEDFE6;
}

#careers .list_content{
	width: 440px;
}

/* 会社概要
--------------------------------------------------*/
#company{
	margin:0 auto;
	padding:0 0 30px 0;
}
#company p{
	margin:0;
	padding:0;
}
#company table{
	margin:0 auto;
	width:90%;
	border-spacing: 0px;
	border-collapse: separate;
	table-layout: fixed;
}
#company td{
	border-bottom:1px solid #4EA7C4;
	padding:10px 0px 10px 10px;
	box-sizing: border-box;
}

#company td.top{
	border-top:1px solid #4EA7C4;
}
#company td.list{
	background:#CEDFE6;	
}
#company td.listtop{
	width:120px;
	background:#CEDFE6;	
	border-bottom:1px solid #4EA7C4;
	border-top:1px solid #4EA7C4;
}
#company ul{
	margin:0;
	padding: 0;
	list-style: none;
}
#company .list_left{
	width: 210px;
	float: left;
}
#company .list_right{
	width: 210px;
	float: right;
}
#company h4{
	text-decoration: underline;
}
#company #zigyou dt{
	margin:0;
	padding: 0;
	padding-top: 10px;
	font-weight: normal;
	text-indent: 1em;
}
#company #zigyou dd{
	margin:0;
	padding: 0;
	line-height: 1.6;
	text-indent: 2em;
}
#company dl{
	margin: 0;
	padding: 0;
	overflow: hidden
}
#company dt{
	font-weight: bold;
	margin: 20px 0 10px;
}
#company table.text{
	margin:0;
	padding:0;
	width:440px;
	border:none;
}
#company table.text tr{
	margin:0;
	padding:0;
}

#company td.text{
	margin:0;
	border:none;
	width: 20%;
}

#company td.text2{
	margin:0;
	border:none;
}
#company table.gp{
	width:560px;
	margin:50px auto;
}

#company td.bn{
	text-align:left;
	width:130px;
}
#company td.gp{
	text-align:left;
	width:420px;
}


/* 事業内容
--------------------------------------------------*/
.seihin_box2 {
    width: 100%;
    background: url(../img/common/dot.png);
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 5%;
}

.seihin_box2 .wthite {
    background: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 5px;
    overflow: hidden;
}

#pic_box .pic_box_wrapper .seihin_box2 .wthite p {
    margin-left: 2.5%;
}
.seihin_box {
    width: 100%;
    background: url(../img/common/dot.png);
    padding-top: 2%;
    padding-bottom: 2%;
    margin-bottom: 5%;
}

.seihin_box .wthite {
    background: #FFFFFF;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 5px;
	overflow:hidden;
}

div.wthite_inner{
    width: 100%;
    margin: 0 auto 2% auto;
	display:-webkit-box;
  	display:-ms-flexbox;
	-ms-flex-wrap: wrap;
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

div.wthite_inner p.col{
    width: 45%;
	margin:0 auto;
}

div.wthite_inner h5{
    font-size: 15px;
    width: 95%;
    margin: 1% auto 1% auto;
    border-bottom: 1px dotted #ccc;
}

div.wthite_inner img{
    width: 45%;
	margin:0 2.5% 0 2.5%;
}

.seihin_box div.wthite p.col{
    width: 45%;
	margin:0 auto;
}

.seihin_box div.wthite p.col img{
    width: 100%;
	height:auto;
}

.seihin_box .wthite::after {
  content: "";
  display: block;
  clear: both;
}

#pic_box .pic_box_wrapper h3 {
    margin: 2%;
    padding-left: 1%;
    padding-bottom: 0px;
    font-size: 20px;
    color: #333333;
    text-decoration: none;
    background: url(../img/common/h4_point.jpg) no-repeat;
	background-position: left;
}

.seihin_box div.wthite p.left {
    float: left;
    width: 33%;
    margin: 2.5%;
}

.seihin_box div.wthite div.line_box{
    border-bottom: 1px dotted #CCC;
    width: 95%;
    margin: 0 auto 10% auto;
	clear: both;
}

.seihin_box div.wthite div.line_box::after {
  content: "";
  display: block;
  clear: both;
}


.line_box table.type02 {
    margin: 0 auto 5% auto;
    border: #ccc thin solid;
    width: 95%;
	border-collapse:separate;
    border-spacing: 0;
}

.line_box p.left{
    float:left;
	width:45%;
	margin:2.5%;
}

.line_box table.type02 td.grey{
    background:#EEEEEE;
	font-weight:bold;
}

.line_box table.type02 td.gray{
    background:#EEEEEE;
	font-weight:bold;
}

.line_box table.type02 td{
    border:#ccc solid thin;
}

.line_box table.type02 td.blue{
    background:#D9E5FF;
	font-weight:bold;
}


.line_box table.type02 td grey{
    background:#CCC;
	font-weight:bold;
}

.seihin_box div.wthite div.dr{
    border-bottom: none;
    width: 85%;
    margin: 0 auto 5% auto;
	padding-bottom: 5%;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.seihin_box div.wthite div.line_box div.dr a{
    width:35%;
   margin:2% auto;
}

.seihin_box div.wthite div.line_box div.dr a img{

}

.seihin_box div.wthite div.dr img{
margin:0;
}

.seihin_box div.wthite div.dr div.dr_btn a{
    margin: 0 auto;
}

.seihin_box div.wthite div.dr div.dr_btn {
	display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
    margin-left: 5%;
}

.seihin_box div.wthite div.dr div.dr_btn p{
	width:100%;
}


.seihin_box div.wthite div.line_box img{
    height: auto;
	width:100%;
    margin:0 auto;
}

div.line_box h4 {
    font-size: 15px;
    color: #666;
    margin-left: 3%;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 90%;
	clear:both;
}

div.line_box ul {
    list-style: block;
    width: 100%;
    margin: 0 auto 5% auto;
}

div.line_box div.mv video{
    width: 90%;
    margin:2% 5%;
}

div.line_box ul li {
    margin: 2% 1%;
    list-style:disc;
	
}

.seihin_box div.wthite p{
    width: 95%;
    margin:2% auto 2% auto;
}

.hinmoku_img2 {
    float: left;
    margin: 0;
    height: auto;
    text-align: center;
}

.up2 {
    clear: both;
    text-align: right;
    width: 95%;
    padding-top: 15px;
    padding-bottom: 5px;
}

#content_wrp_tb_c h3.dot {
    width: 97%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 27px;
    padding: 8px;
    color: #000000;
    background: url(../img/common/dot.png);
    border-left: solid 8px #3399CC;
}

div.wthite_inner a{
    margin:0 auto;
}
div.wthite_inner a div.btn-flat-stripe {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color:white;
    width: 250px;
    margin: 4% auto;
    font-weight: bold;
    padding: 0.5em 1em;
    border: double 4px white;
    border-radius: 6px;
    padding: 0.5em 2em;
    background: linear-gradient(135deg, #036ED9 0%, #3D99B5 100%);

}

div.wthite_inner a div.btn-flat-stripe:hover {
    background: linear-gradient(135deg, #0099cc 0%, #33ccff 100%);
}

/* 事業内容:工務部
--------------------------------------------------*/

.pic_list ul{
	width: 100%;
	margin:0 auto;
	padding-left: 2%;
	}

.pic_list ul li img{
	width:100%;
	}

.pic_list ul li {
    display: inline-block;
    width: 21.5%;
    margin:1%;
}

.pic_list ul li img{
	width:100%;
	}

.pic_list ul li h5{
    margin:1% auto 4% auto;
}

/* 技術開発部：提案製品
--------------------------------------------------*/
.pic_list h5 {
    margin: 0 auto;
	width:92%;
	border-bottom: 1px dotted #CCC;
}

/* 工事実績
--------------------------------------------------*/
/*モーダルウィンドウ*/

#glayLayer{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	/*background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);*/
}
#overLayer{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -480px;

}
.modal_close{
	width: 313px;
	position: fixed;
	bottom: 1%;
	left: 50%;
	/*margin-top: -400px;*/
	margin-left: -156px;
	/*margin: auto;*/
}

#results {
	margin:0 auto 0;
	width:900px;
	overflow: hidden;
}
#results h3{
	margin:0;
	padding: 0;
	margin-bottom:10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
	line-height: 1.8;
	text-shadow: 1px 1px 1px #000;
	box-sizing: border-box;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfecfc+0,bfecfc+50,abe1f2+50,abe1f2+100 */
background: rgb(191,236,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(191,236,252,1) 0%, rgba(191,236,252,1) 50%, rgba(171,225,242,1) 50%, rgba(171,225,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,236,252,1)), color-stop(50%,rgba(191,236,252,1)), color-stop(50%,rgba(171,225,242,1)), color-stop(100%,rgba(171,225,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(191,236,252,1) 0%,rgba(191,236,252,1) 50%,rgba(171,225,242,1) 50%,rgba(171,225,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(191,236,252,1) 0%,rgba(191,236,252,1) 50%,rgba(171,225,242,1) 50%,rgba(171,225,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(191,236,252,1) 0%,rgba(191,236,252,1) 50%,rgba(171,225,242,1) 50%,rgba(171,225,242,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(191,236,252,1) 0%,rgba(191,236,252,1) 50%,rgba(171,225,242,1) 50%,rgba(171,225,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfecfc', endColorstr='#abe1f2',GradientType=0 ); /* IE6-9 */
}
.kouzi_image{
	width:420px;
	margin:15px;
	float:left;
	overflow: hidden;
}
.clear{
	clear: both;
}
#results .image_1{
	float: left;
}

#results .image_2{
	float: right;
}
.expand{
	color: #597e9b;
	font-weight: bold;
	float:left;
	text-align:left;
	padding-left: 10px;
}

.sekourei{
	color:#333333;
	float:left;
	text-align:center;
	margin-left:60px;
	padding:0;
	margin-bottom:8%;
}

.sekoureip{
	margin:0 auto;
	width:410px;
	color:#333333;
	float:left;
	text-align:left;
	padding:1%;

}

.sekoureiback{
	margin:0 auto;
	width:400px;
	color:#333333;
	clear:both;
	text-align:center;
	padding-top:20px;
}


/* 営業部～各部門ページ
--------------------------------------------------*/
/*TOP*/

#content_wrp_tb_c {
    width: 700px;
    margin-bottom: 3%;
    float: left;
}

#mov {
    margin: 0 auto;
	width:460px;
}

#mov iframe{
    margin: 0 auto;
    border: none;
    width: 100%;
    height: 400px;

}

.seihin_box div.wthite p.left{
    float: left;
    width: 36%;
}

div.wthite div.left {
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-bottom: 5%;
}

.hinmoku_img {
    float: right;
    width: 355px;
    height: 195px;
}

/*サイドナビ*/
#side_s {
    float: left;
    width: 190px;
    margin-left: 2%;
    margin-top: 5px;
}

#side_s h3{
    display:none;
}


#side_s ul {
    padding: 0;
}

 #side_s h5 {
    display:none;
}

#side_s ul li {
    list-style: none;
    padding: 13%;
    margin-bottom: 1%;
    border-bottom: #CCCCCC thin dotted;
    border-left: solid 8px #3399CC;
    font-size: 16px;
    color: rgba(14,75,124,1.00);
    font-weight: bold;
    background: rgba(235,241,245,1.00);
}

#side_s ul li a {
    list-style: none;
    margin-bottom: 1%;
    border-left: none;
    font-size: 16px;
    text-decoration: none;
    color: rgba(14,75,124,1.00);
}

#side_s ul li a i{
    display:none;
}

#side_s ul li ul li.hinmoku {
    padding: 3px;
    margin-bottom: 1%;
    border-bottom: none;
    border-left: none;
    font-size: 13px;
    color: rgba(47,56,59,1.00);
    font-weight: normal;
}

#side_s ul li ul li.hinmoku a {
    padding: 2px;
    margin-bottom: 1%;
    border-bottom: none;
    border-left: solid 2px #CBC3C3;
    font-size: 13px;
    color: rgba(47,56,59,1.00);
    font-weight: normal;
    background: none;
    text-decoration: none;
}

#side_s ul.kaihatu {
    border: none;
    padding: 0;
}

#side_s ul.kaihatu li.k01 {
    padding: 0;
    border: none;
    color: #FFFFFF;
    display: block;
    background: none;
    margin-bottom: 5%;
}

#side_s ul.kaihatu li.k01 a {
    padding: 0;
}

#side_s ul.kaihatu li.k01 a img {
    border: #CCC thin solid;
    box-shadow: 0 0 7px #fff, 0 0 7px #ccc, 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 7px #fff, 0 0 7px #ccc, 0 0 3px #aaa;
    -moz-box-shadow: 0 0 7px #fff, 0 0 7px #ccc, 0 0 3px #aaa;
}


/* アクセス
--------------------------------------------------*/

div#map {
	width:80%;
	margin:0 auto;
}

#map iframe {
	padding:5px 0 7px 0;
    width: 100%;
    height: 400px;
}

#map p.b{
	margin:20px 0 5px 30px;
	color:#34B3D1;
	font-weight: bold;
}

#map p{
	margin:5%;
	clear:both;
}

#map p.ad{
	margin:0 0 15px 15px;
	text-align:left;
	float:right;	
}

#map p.text{
	margin:0 0 15px 30px;
}

/* お問い合わせ
--------------------------------------------------*/

#inquiry {
	margin:0 auto;
	text-align:left;
}

#mail {
	margin-left:2%;
	margin-top:2%;
	margin-bottom:2%;
	width:46%;
	float:left;
	border: 1px #337489 solid;
	padding:10px 5px;
}

#mail2 {
	margin:0 auto;
	padding:10px 5px;
}

#mail p.text{
	margin:17px 0 0 80px;
}

#form {
	margin-left:2%;
	margin-top:2%;
	margin-bottom:2%;
	float:left;
	width:46%;
	border: 1px #337489 solid;
	padding:10px 0px 1px 0px;
}

#inquiry p.b{
	margin:0;
	padding:0;
	color:#337489;
	font-weight: bold;
	text-align:center;
}

#inquiry ul{
	list-style-type:disc;
	text-align:left;
}


#inquiry #text{
	margin:0px 0 0 0;
	padding:20px;
	clear:both;
	border-top: 1px #337489 dashed;
}

#inquiry ul.text{
	list-style-type:none;
	text-align:left;
	margin:10px 0 0px 0;
}

#inquiry table {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 0.9rem;
    width: 95%;
    height: 100%;
    margin: 0 auto 0 5%;
}

#inquiry input,#inquiry select,#inquiry textarea{
	width:90%;

}

#inquiry td {
border-top: 4px solid #ffffff;
border-bottom:  4px solid #ffffff;
border-left: none;
border-right: none;
height:30px;
margin: 10px 4px;
padding: 1px 10px;
text-align:left;
font-size: 0.9rem;
}

#inquiry th {
border-top:  4px solid #ffffff;
border-bottom:  4px solid #ffffff;
border-left: none;
border-right: none;
background-color: #b3c9db;
font-weight: bold;
margin: 10px 4px;
padding: 1px 10px;
width:40%;
height:30px;
text-align:left;
}

#inquiry th.must {
border-left-color: #EA0000;
}

#inquiry th em {
font-style: normal;
color: #FF0000;
padding-left: 2px;
vertical-align: middle;
}

#inquiry td em {
font-style: normal;
color: #FF0000;
vertical-align: middle;
}

 /* 新お問い合わせ
--------------------------------------------------*/
div.contact{
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    width: 100%;
    margin: 15% auto 2%;
    border-top: inset lightgrey 1px;
}

div.contact p.info{
    width: 100%;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    margin: 6% auto;
}

div.contact div i{
    font-size: 3rem;
    margin: 5% auto;
}

div.contact div.tell{
    background:linear-gradient(135deg, #54bdc4 0%, #3D99B5 100%);
    width: 47%;
    margin: 0.5%;
	border: double 4px white;
	border-radius: 13px;
}

div.contact a.mail{
    background:linear-gradient(135deg, #fad961 0%,#eb932f 100%);
    width: 47%;
    margin: 0.5%;
	border: double 4px white;
	border-radius: 13px;
}

div.contact a.mail:hover{
    background:linear-gradient(135deg, #fad961 30%,#eb932f 70%);
}

div.contact p.contact{
font-size: 1.7em;
    border-top: 1px white dotted;
    border-bottom: 1px white dotted;
    width: 70%;
    margin: 0 auto;
    padding: 2.5%;
    font-weight: bold;
}

div.contact div p{
    font-size: 1.4em;
    line-height: 1;
    padding: 0;
    margin: 2% auto 0;
}

div.contact p a{
	color:#FFF;
    
}

div.contact div div {
    text-align: center;
    color: #FFFFFF;
    padding-bottom:4%;
}


 /* お問い合わせ
--------------------------------------------------*/
#otoiawase{
	padding-top:10px;
	padding-bottom:20px;
	text-align:center;
	width: 98%;
	margin:0 auto;
	clear:both;

   /* background: #fff;
    border: 1px #66cdaa dotted;
	
	 border-radius 
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;*/
}

#otoiawase p{
	margin-bottom:10px;
    font-size:16px;
}

#otoiawase p.tell{
	margin-bottom:10px;
    font-size:23px;
	font-weight:bold;
}


#space{
clear:both;
padding-bottom:70px;
}



.up a{
display:block;
padding-right:3%;
text-align:right;
clear:both;

}

.up a:hover{
color:#000000;
}

/*---------------------sitemap---------------------*/
div#sitemap ul li{
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
	font-size:17px;
}

div#sitemap ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f359";
    margin-right: 0.5%;
    color: #3399cc;
}

div#sitemap ul li ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f358";
    margin-right: 0.5%;
    color: #3399cc;
}

div#sitemap ul li ul li ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f15b";
    margin-right: 0.5%;
    color: #3399cc;
}

div#sitemap ul li ul li ul{
    margin-left: 3%;
}

div#sitemap ul li ul li ul li {
    /*border-left: 1px #3399cc solid;*/
    padding-left: 1%;
}
/* フッター
--------------------------------------------------*/

footer {
	clear:both;
	padding:20px 0 0px 0px;
	font-size:90%;
	color:#FFF;
	background:#497091;
	height:170px;
}

footer div.left {
	float:left;
	width:320px;
}

footer div.right {
	float:left;
	width:490px;
    line-height:1;
	border-left: #999 2px dotted;
	padding-left:1%;
}

footer div.right p{
font-size:11px;
}


p.company {
	margin:0 0 0 40px;
	float:left;
	height:100px;
}


p.copyright {
    bottom: 0;	
	float:left;
	margin:50px 20px 0 15px;
	text-align:right;
}

p.line {
	margin:0px 0px 20px 0px;
	clear:both;
}

/* 挨拶
--------------------------------------------------*/
.aisatsu{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	position: relative;
	top: 30px;
	left: auto;
}
.aisatsu a{
	color: #000;
}

.aisatsu-img{
	width: 597px;
	margin: auto;
}


.info{
	font-size: 12px;
	text-align: center;
	top: 30px;
	bottom: 10px;

}


/* リフォーム
--------------------------------------------------*/

div.wthite div.rf {
    text-align:left;
    margin: 0 auto;
}

#pic_box .pic_box_wrapper .seihin_box .wthite div.rf h5{
  position: relative;
  padding: .5em .75em;
  background-color: #f0f0f0;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
  padding-left:0;
  border-top:none;
  margin:5% auto 3% auto;
  text-align:center;
  color:#09C;
  width:85%;
  font-size:16px;
}

#pic_box .pic_box_wrapper .seihin_box .wthite div.rf h5::before {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}




#pic_box p.rf a{
    text-align:center;
    margin: 0 auto;
}

#pic_box div.pic_box_wrapper div.seihin_box div.wthite p.rf {
    text-align: center;
    margin: 2%;
}

/* mail fin
--------------------------------------------------*/
div.fin{
	padding:2%;
	border:dotted 1px #CCC;
	margin-top:5%;
	}

/* news&info
--------------------------------------------------*/
#news{
  width:95%;
	margin:0 auto;
	padding:0 0 30px 0;
}

p.center{
text-align:center;
}

#news h3{
  padding: .5em .75em;
  background: -webkit-linear-gradient(top, #69b4e6 0%, #3498db 100%);
  background: linear-gradient(to bottom, #69b4e6 0%, #3498db 100%);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}



#news h4{
padding: .25em 0 .25em .75em;
    border-left: 6px solid #3399CC;
    margin-top: 3%;
    border-bottom: 1px solid #ccc;
}

.news_left {
	display:block;
	width:50%;
	float:left;
	}

.news_left h4{
	width:95%;
	}

.news_left p img{
	display:block;
	width:200px;
	height:133px;
	float:left;
	margin:1%;
	}

.newscf {
	display:block;
	height:100%;
	overflow:hidden;
	clear:both;
	}

.newscf:before, .newscf:after {content:' '; display:table;}
.newscf:after {clear:both;}
.newscf {*zoom: 1;} /* For IE 6/7*/

#news table{
width:100%;
border:1px solid #CCC;
}


#news td{
	line-height: 2;
border:1px solid #CCC;
}

#news th{
	line-height: 3.7;
	background:#999;
	color:#FFF;
}

.toibtn{
float:left;
padding:1%;
}

div.related h3{
    width: 97%;
    margin: 0 auto;
    font-size: 1rem;
    padding: 8px;
    color: #000000;
    background: url(../img/common/dot.png);
    border-top: solid 8px #3399CC;
}

 div.related h4,#news div.related h4{
    border: none;
    color: #696969;
    font-size: 0.75rem;
    line-height: 1.2;
}

div.related{
    margin-top:5%;
  	/*display:-webkit-box;
  	display:-ms-flexbox;*/
  	display:flex;
  	/*-ms-flex-wrap: wrap;*/
  	flex-wrap: wrap;
	word-wrap: break-word;
	width:100%;
}


div.related a {
    width: 48%;
    margin: 1% 1% 0 1%;
    text-decoration: none;
}

 div.related a article{
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	word-wrap: break-word;
	width:100%;
	height: auto;
	border-top: 1px solid #CCC;
}

 div.related a article:last-child{
	border-top: none;
	border-bottom: 1px solid #CCC;	
	}

div.related a article div {
    width: 76%;
    margin: 1%;
    height: 90px;
}

div.related a article img {
    width: 50px;
    height: 50px;
    margin: 2.5%;
    box-shadow: 1px 1px 1px #CCC;
    border: 2px white solid;
}

div.related a article div time{
    width: 100%;
    height: auto;
	display:block;
    text-align: right;
}

/* ページトップ
--------------------------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
   right: 4px;
    bottom: 4px;
    background: #3D99B5;
    opacity: 0.8;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;}
