@charset "UTF-8";
/* CSS Document */

/*ここから共通設定*/

 html {  
 background-color:#ffffff; 
 color:#222;  
 overflow-y:scroll;  
 height:100%;
 } 

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:0.9em;
	line-height:1.4em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
	-webkit-text-size-adjust: 100%;

}

a img {
    border-style:none;
}

a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

a:link { color: #3c3389; text-decoration: none; }
a:hover { color: #d21b00; text-decoration:underline; }
a:visited { color: #3c3389; text-decoration: none; }

ul{
  list-style: none;
}

 blockquote, dd, div, dl, dt,  
 h1, h2, h3, h4, h5, h6,  
 li, ol, p, pre, span, ul {  
 margin:0;  
 padding:0;  
 }  
   
 abbr, acronym {  
 border:0;  
 }  
   
 address, caption, cite, code, dfn, em,  strong, var {  
 font-style:normal;  
 font-weight:normal;  
 }  
   
   
 code, kbd, pre, samp, tt {  
 font-family:monospace;  
 line-height:1em;  
 } 
 
/*ここから各パーツ*/

#wrapper{
	width:980px;
	margin:auto;
	padding-bottom: 10px;
	background-color:#FFFFFF;
}

#wrapper2{
	width:980px;
	margin:auto;
	padding-top:10px;
	padding-bottom: 50px;
	background-color:#FFFFFF;
}

#header{
	width:930px;
	margin:auto;
}

#header .left{
	width:393px;
}

#header .right{
	width:408px;
	text-align:right;
}

#header .right .subnav{
	width:408px;
	margin:40px 0 15px;
}

#header .gnav{
	width:930px;
	margin:0 auto;
	text-align:left;
}

#pankuzu{
	width:930px;
	margin:5px auto;
	font-size:0.8em;
}

#pankuzu .left{
	width:393px;
}

#pankuzu .right{
	width:308px;
	text-align:right;
}

/*ここからTOPページ2パターン*/

#mainvisual_index{
	width:100%;
	height:414px;
	background-color:#fff;
	background-image:url(img/index/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}

#mainvisual_index .inner{
	width:980px;
	height:364px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/index/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_index .inner .body{
	width:430px;
	line-height:2em;
	margin-left:25px;
	margin-top:20px;
	text-align:left;
}

#mainvisual_index2{
	width:100%;
	height:361px;
	background-color:#fff;
	background-image:url(img/index/mainsisual_shadow2.gif);
	background-repeat:repeat-x;
}

#mainvisual_index2 .inner{
	width:980px;
	height:311px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/index/main2.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_index2 .inner .body{
	width:530px;
	line-height:2em;
	margin-left:25px;
	margin-top:20px;
	text-align:left;
}

/*ここまでTOPページ2パターン*/

#mainvisual_savingenergy{
	width:100%;
	height:191px;
	background-color:#fff;
	background-image:url(img/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}

#mainvisual_savingenergy .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/savingenergy/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_savingenergy .inner .body{
	width:525px;
	text-align:left;
	margin-left:25px;
}

#mainvisual_business{
	width:100%;
	height:191px;
	background-color:#fff;
	background-image:url(img/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}

#mainvisual_business .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/business/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_business .inner .body{
	width:525px;
	text-align:left;
	margin-left:25px;
}

#mainvisual_shanetsu{
	width:100%;
	height:191px;
	background-color:#fff;
	background-image:url(img/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}

#mainvisual_shanetsu .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/shanetsumix/main.png);
	background-repeat:no-repeat;
	background-position:right;
	background-size:50%;
}

#mainvisual_shanetsu .inner .body{
	width:525px;
	text-align:left;
	margin-left:25px;
}


#mainvisual_results{
	width:100%;
	height:191px;
	background-color:#fff;
	background-image:url(img/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}

#mainvisual_results .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/results/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_results .inner .body{
	width:525px;
	text-align:left;
	margin-left:25px;
}

#mainvisual_company{
	width:100%;
	height:191px;
	background-color:#fff;
	background-image:url(img/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}

#mainvisual_company .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/company/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_company .inner .body{
	width:525px;
	text-align:left;
	margin-left:25px;
}

#mainvisual_media{
	width:100%;
	height:191px;
	background-color:#fff;
	background-image:url(img/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}

#mainvisual_sbt{
	width:100%;
height:191px;
background-color:#fff;
background-image:url(img/mainsisual_shadow.gif);
background-repeat:repeat-x;
}


#mainvisual_media .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/media/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_sbt .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/sbt/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_sdsc{
	width:100%;
height:191px;
background-color:#fff;
background-image:url(img/mainsisual_shadow.gif);
background-repeat:repeat-x;
}

#mainvisual_sdsc .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/sdsc/main3a.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_media .inner .body{
	width:525px;
	text-align:left;
	margin-left:25px;
}

.media_flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
}

.media_flex div.mfc{
	width: 48%;
	margin-right: 4%;
	margin-top: 2rem;
}

.media_flex div.mfc:nth-of-type(2n){
	margin-right: 0;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

#mainvisual_recruit{
	width:100%;
	height:191px;
	background-color:#fff;
	background-image:url(img/mainsisual_shadow.gif);
	background-repeat:repeat-x;
}


#mainvisual_recruit .inner{
	width:980px;
	height:141px;
	margin:auto;
	padding:25px 0;
	background-image:url(img/recruit/main.png);
	background-repeat:no-repeat;
	background-position:right;
}

#mainvisual_recruit .inner .body{
	width:525px;
	text-align:left;
	margin-left:25px;
}


#contents{
	width:930px;
	margin:auto
}

#pagenav{
	width:902px;
	text-align: center;
	margin:10px auto 0;
}

#pagenav_business{
	width:902px;
	text-align:left;
	margin:20px auto 0;
}

#contents .block{
	margin:2rem auto 0;
}

#contents .block .left{
	width:520px;
}

#contents .block .right{
	width:390px;
	margin-left:20px;
}

#contents .block .left .heading{
	width:520px;
	border-top: dotted 2px;
	border-bottom: dotted 2px;
	margin-top:20px;
	margin-left:0;
	padding:15px 0;
	font-size:2em;
	line-height:0;
}

#contents .block .left  .block_mid{
	font-size:1.3em;
	color:#d21b00;
	margin:20px 0 10px;
}

#contents .block .block_mid2 {
  color: #020202 ;
  background: #f4f4f4;
  font-size: 1.1em;
  font-weight:bold;
  line-height: 1;
  margin:15px 0px;
  padding: 10px 5px 10px 5px;
    box-shadow:1px 1px 4px 0px #6d6d6d ;
    border-radius: 1px ;
}

/* 遮熱ミックス */

#contents .block002{
	margin:2rem auto 0;
}

#contents .block002 .left{
	width:470px;
}

#contents .block002 .right{
	width:440px;
	margin-left:20px;
}

#contents .block002 .left .heading{
	width:470px;
	border-top: dotted 2px;
	border-bottom: dotted 2px;
	margin-top:20px;
	margin-left:0;
	padding:15px 0;
	font-size:2em;
	line-height:0;
}

#contents .block002 .left  .block_mid{
	font-size:1.3em;
	color:#d21b00;
	margin:20px 0 10px;
}

#contents .block002 .block_mid2 {
  color: #020202 ;
  background: #f4f4f4;
  font-size: 1.3em;
  font-weight:bold;
  line-height: 1;
  margin:1rem 0px 1.5rem;
  padding: 17px 5px 17px 10px;
    box-shadow:1px 1px 4px 0px #6d6d6d ;
    border-radius: 1px ;
}

.picw{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 2rem;
}

.picw div{width: 450px;}

.picw div.r30{margin-right: 15px; width: 465px;}

.picw div img{width: 100%;}


h3.awesome {
font-size: 18px;
color: #fb5168;
}


/* 遮熱ミックス */


#index_nav{
	width: 960px;
	margin:15px auto 30px;
	text-align: left;
}

#index_nav ul{
	list-style:none;
	margin: 5px auto;
	width: 960px;
	text-align:center;
}

#index_nav ul li{
	display:inline-block;
	text-align:center;
	font-size:0.8em;
	line-height:1.5em;
	color:#544836;
}

#index_block1{
	width:811px;
	margin:100px auto;
	padding:0;
}

#index_block1 .left{
	width:424px;
	line-height:2em;
}

#index_block1 .right{
	width:328px;
	margin-left:59px;
}

#index_block2{
	width:883px;
	line-height:2em;
	margin:auto;
	padding:0;
}

#index_block3{
	width:892px;
	line-height:2em;
	margin:100px auto;
	padding:0;
}

#index_block3 .left{
	width:270px;
}

#index_block3 .right{
	width:598px;
	margin-left:24px;
	line-height:2em;
}

#company_block{
	width:930px;
	margin:30px auto;
}

#company_block2{
	width:930px;
	margin:40px auto;
}

/*表組みCSS*/
table {
    border-collapse:collapse;
    width:99%;
    margin:0 0 0 1px;
}
table, th, td {
    border:1px solid #d4e0ee;
}

td, th {
    padding:10px;
}
thead th {
    text-align:center;
    background:#e6edf5;
    color:#4f76a3;
}
tbody tr { background:#fcfdfe; }
tbody tr.odd { background:#f7f9fc; }
table a:link {
    color:#718abe;
    text-decoration:none;
}
table a:visited {
    color:#718abe;
    text-decoration:none;
}
table a:hover {
    color:#718abe;
    text-decoration:underline !important;
}
/*表組みCSSここまで*/

#footer{
	width:930px;
	margin:20px auto;
	text-align:center;
	font-size:0.9em;
	line-height:2em;
}

#copy{
	width:930px;
	margin:auto;
	text-align:center;
	font-size:0.7em;
}

/*--------------*/
.flL { float: left; }
.flR { float: right; }

/*--------------*/
.picshadow {
	display: inline-block;
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.4);
}

/*--------------*/
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

/*--------------*/
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt23 { margin-top: 23px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt62 { margin-top: 62px; }
.mt75 { margin-top: 75px; }

.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr18{margin-right: 18px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

.mb05{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb18{margin-bottom: 18px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb70{margin-bottom: 70px;}

.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml660{margin-left: 610px;}

.pb70{padding-bottom: 70px;}

.auto{margin: auto;}

.clear {
    clear:both;
}

.zeh_table {
  border-collapse: collapse;
  width:100%;
}
table.zeh_table tbody th.t_top {
	border-top: #be1309 4px solid;
}
table.zeh_table tbody  tr {
  border-bottom: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
  border-right: #e3e3e3 1px solid;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}

.zeh_w1{
  border-top: #e3e3e3 1px solid;
  background-color: #f7f7f1;
  font-weight: bold;
}

.zeh_h1{
  font-weight: bold;
  text-align: center;
}

.border1{background-color: #f7f7f1;}

table.zeh_table{
  width: 100%;
  font-size: 1em;	
}

table.zeh_table tbody tr td {
  border-left: #e3e3e3 1px dotted;
  padding: 1%;
}
table.zeh_table tbody td:hover {
	background: #fff0f0;
}