@charset "UTF-8";

/* 基本色 */
:root {
	--main-color: #5D9AB2;
	--accent-color: #BF6A7A;
	--dark-main-color: #2B5566;
    --text-bright-color:#fff;
    --icon-color:#fff;
    --icon-bk-color:#ddd;
    --gray-color: #ddd;
    --large-width: 1000px;
    --middle-width: 800px;
}
.news_emphasis{
	color:#2ce23b;
	}
	

/* 基本設定：　フォントサイズ */
@media (max-width: 499px) {
    :root {
		font-size: 12px;
    }
}

@media(min-width: 500px)and(max-width: 799px) {
    :root {
        font-size: 16px;
    }
}

@media(min-width: 800px) {
    :root {
        font-size: 18px;
    }
}
body {font-size: 16px;}


/*基本設定 ページ全体 */
body {
    margin:0px 0px 0px 0px;
    font-family:'メイリオ',
        'Hiragino kaku Gothic Pro',
        sans-serif;
}

/*ジャンプ先にanchor設定した場合に余白を持たせる。 */
a.anchor{
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}

/*マウスカーソルを合わせた際のカラー指定 */
a.illustrepo:hover {
	opacity: 0.3 ;
}

a.example-eng:hover {
	opacity: 0.3 ;
}

a.decarbonizationlink {
	text-decoration: none;
	font-size: 70% ;
}

a.decarbonizationlink:hover {
	background: #bbff3d;
}

a.Lineupdecarbonization:hover {
	outline: 2px solid #387be0;
}

a.Lineup:hover {
	outline: 2px solid #387be0;
}

a.Lineupname {
	text-decoration: none;
}
a.Lineupname:hover {
	background: #bbff3d;
}

a.Todoufukenmodoru {
	text-decoration: none;
	font-size: 0.85em ;
}
a.Todoufukenmodoru:hover {
	background: #bbff3d;
}

a.Seihinbetsumodoru {
	text-decoration: none;
	font-size: 0.85em ;
}
a.Seihinbetsumodoru:hover {
	background: #bbff3d;
}

a.Example:hover {
	background: #bbff3d;
}

a.news:hover {
	background: #fcff3d;
}

/* illustrepo：水辺と石のお話index-TOP*/
div .illustrepo {
	display: flex ;
	height: auto ;
}

/* illustrepo：水辺と石のお話index-TOPの小さい画面用 */
@media(max-width: 750px){
div .illustrepo {
	flex-direction: column ;
	width: 98% ;
	height: auto ;
}
}

/* illustrepo：水辺と石のお話index-TOPのアイテム */
div .illustrepo-box {
	padding: 5px 10px ;
}
/* illustrepo：水辺と石のお話index-TOPのアイテム内の画像 */
div .illustrepo-box img {
	margin: 5% ;
	width:　95% ;
	height: auto;
	align-self: flex-start;

}
/* illustrepo：各サイトのアイテム内の画像 */
.illustrepo-photo-right img {
	float: right ;
	margin: 2% ;
	padding-top: 2% ;
	padding-left: 2% ;
	width: 50%;
	height: auto;
}

.illustrepo-photo-left img {
	float: left ;
	margin: 2% ;
	padding-top: 2% ;
	padding-left: 2% ;
	width: 50%;
	height: auto;
}

.illustrepo-text {
	font-size: 1.1em ;
	line-height: 1.1em;
}

.illustrepo-photo-float-end {
	clear: both ;
}

.illustrepo-text-emphasis {
	font-size: 150% ;
}

/* illustrepo：エネのページで使用される文中オレンジハイライト文字指定 */
.fukusya {
	font-weight: 800 ;
	color: #ff4500 ;
}

/* illustrepo：小さい画面用 */
@media screen and (max-width: 750px){
.illustrepo-photo-right img {
	float: clear ;
	width: 97%;
	height: auto;
}
.illustrepo-photo-left img {
	float: clear ;
	width: 97%;
	height: auto;
}
.illustrepo-text-emphasis {
	font-size: 120% ;
}
.illustrepo-text {
	font-size: 1.4em ;
	line-height: 1.8em;
}
}


/* illustrepo：クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.illustrepo-photo img{
		padding: 3% ;
		width: 40% ;
		height: auto;
		position: relative;
	}
	.illustrepo-box img  {
		padding: 0px ;
		width:　80% ;
		height: auto;
		align-self: flex-start;
    }
	.illustrepo-top img  {
		padding: 3% ;
		width: 55% ;
		height: auto;
		position: relative;
	}
}

.morinaga-syokai {
		font-size: 95% ;
}


/* 未公開：用途別導入事例－まだ-工事中:ボタン設定*/
table.usecase_table {
	width:100%;
	border-right:#86bd7e solid 1px;
	border-collapse: collapse;
	table-layout: fixed ;
}
table.usecase_table thead th {
	background:#86bd7e;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.usecase_table thead th:last-child {
	border-right:#86bd7e solid 1px;
}
table.usecase_table tbody th {
	background:#86bd7e;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align: middle;
}
table.usecase_table th:first-child {
	width: 6% ;
	padding: 2% 1% ;
}
table.usecase_table tbody tr:last-child th {
	border-bottom:#86bd7e solid 1px ;
}
table.usecase_table tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#86bd7e solid 1px;
	border-bottom:#86bd7e solid 1px;
	vertical-align:top;
}



/* 未公開：用途別導入事例－まだ-工事中:小さい画面用*/
@media screen and (max-width: 750px) {
table.usecase_table thead {
	display:none;
}
table.usecase_table th:first-child {
	width :auto ;
}
table.usecase_table tbody th {
	display:block;
}
table.usecase_table tbody td {
	display:block;
}
table.usecase_table tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.usecase_table tbody td p {
	padding-top: 1em ;
	padding-left: 4em ;
}
}

.Usecase {
  display: flex;
  padding: 100px 10px;
  position: relative;
  }


.Usecase_left {
  display: inline;
  padding: 100px 10px;
  position: relative;
  }

.Usecase_left a {
  text-decoration: none;
  }

.Usecase_left p {
  position: absolute;
  top: 0px; /*画像の○○に配置*/
  left: 210px ;
  text-align: left ;
  text-decoration: none;
  margin: 0; /*余計な隙間を除く*/
  color: darkblue;/*文字を黒に*/
  font-size: 15px;
  line-height: 15px;/*行高は1に*/
  }

.Usecase_right {
  display: inline;
  padding: 100px 10px;
  position: relative;
  float: right;
  }

.Usecase_right a {
  text-decoration: none;
  }

.Usecase_right p {
  position: absolute;
  top: 0px; /*画像の○○に配置*/
  left: 210px;
  text-align: left ;
  text-decoration: none;
  margin: 0; /*余計な隙間を除く*/
  color: darkblue;/*文字を黒に*/
  font-size: 15px;
  line-height: 15px;/*行高は1に*/
  }



/* indexTOP:電光掲示板の表示領域 */
.top-topix {
	text-decoration: none;
}	
.messagebord {
	position: center ;
	
}

.area {
    overflow: hidden;
}
/* indexTOP:電光掲示板の表示領域に合わせてサイズと余白を設定 */
.marquee {
    width: auto ;
    white-space: nowrap;
    animation-name: marquee; /*アニメーションのクラス名*/
    animation-duration: 25s; /*アニメーションの速度*/
    animation-timing-function: ease-out; /*アニメーションのタイミング・進行割合の指定*/
    animation-iteration-count: infinite; /*アニメーションの回数指定*/
	animation-fill-mode: none; /*アニメーション開始前と開始後を指定*/
	font-size: 1.3vw;
	position: relative;　right:　100vw;
}
.marquee a {
    text-decoration: none ; /*電光掲示板のリンク下線を消す*/
}
.marquee:hover {
    animation-play-state: paused; /*電光掲示板の文字にマウスを置いたら止まる*/
}

@media(max-width: 750px){/*電光掲示板小さい画面用*/
    .area {
		width: auto ;
		white-space: pre-wrop ;
    }
	.marquee {
		width: auto;
		animation-name: marquee; /*アニメーションのクラス名*/
		animation-duration: 5s; /*アニメーションの速度*/
		animation-timing-function: ease-out; /*アニメーションのタイミング・進行割合の指定*/
		animation-iteration-count: infinite; /*アニメーションの回数指定*/
		animation-fill-mode: forwards; /*アニメーション開始前と開始後を指定*/
		font-size: 3.8vw;
		line-height: 5vh ;
	}
	.marquee:hover {
    animation-play-state: paused; /*マウスを置いたら止まる*/
}
}
@-webkit-keyframes marquee {
	from   { -webkit-transform: translate(0%);} /*webkitはchromeとsafariに対応*/
	99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
	from   { -ms-transform: translate(0%);} /*msはIEに対応*/
	99%,to { -ms-transform: translate(-100%);}
}
@-moz-keyframes marquee {
	from   { -moz-transform: translate(0%);} /*msはfirefoxに対応*/
	99%,to { -moz-transform: translate(-100%);}
}
@keyframes marquee {
    from   { transform: translate(0%); } 
    99%,to { transform: translate(-100%); }
}


/*conA: indexTOP1段目：緑豊かなイメージ画像部分*/
.conA {
    display:flex;
    align-items: center;
    justify-content:center;
    height:100vh;
    min-height:50px;
	max-height:400px;
    background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../img/top_river_denen.jpg);
    background-position: center;
    background-size:cover;
    color:#fff;
    color:var(--text-bright-color);
    text-align: center;
}

.conA h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 6vw;
    letter-spacing: 0.2em;
    margin-left:0.2em;
}

.conA p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vw;
	word-break: keep-all;
}


.conA a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conA a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}
.conA .container{
    padding-top: 80px;
    padding-bottom: 20px;
	max-width: 100%;
}
.test_span{
	color:#354DFF;
}

.panel{
	color:#26AA75;
}

.eco{
	color:#D4768E;
}

/*conA: indexTOP1段目の緑豊かなイメージ画像部分-画面サイズ対応*/
@media(min-width: 751px){
    .conA h1 {
        font-size: 2vw;
    }   
    .conA p {
        font-size: 1.8vw;
    }
}

@media(max-width: 750px){
    .conA h1 {
        font-size: 4.2vw;
		padding: 0.5vw;
    }   
    .conA p {
        font-size: 3.3vw;
		padding: 0.5vw;
    }
}
/*conA：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conA {
		width: 60% ;
	}
}

/* conB:TOP2段目のアイコン付各サイトへの誘導部分-防災TOPとエネTOPの両方で使用*/
.conB .container{
    padding-top: 80px;
    padding-bottom: 20px;
}

.conB .text{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    text-align:center;
}

.conB h1 {
    margin-top:0;
    margin-bottom:5px;
    font-size:20px;
}
.conB h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:18px;
}

.conB p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
}

.conB a{
    color:#5D9AB2;
    color:var(--main-color);
    text-decoration:none;
}

.conB a:hover{
    text-decoration:underline;
}

.conB .icon{
    display:inline-block;
    margin-bottom:20px;
    font-size:40px;
    width:2em;
    line-height:2em;
    border-radius:50%;
    text-align:center;
    background-color:#ddd;
	background-color:var(--icon-bk-color);
	color:#fff;
	color:var(--icon-color);
}

/* conB:indexTOP2段目のアイコン付各サイトへの誘導部分-防災TOPとエネTOPの両方で使用－大きい画面の設定*/
@media(min-width: 750px) {
    .conB .container {
        display: flex;
        max-width: 100% ;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right:auto;
    }
    
    .conB .text {
        flex: 1;
    }
}
/* conB：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conB {
		width: 60% ;
	}
}

/* conX:　TOP画面の脱炭素部分*/
.conX {
    background-color:#5D9AB2;
    background-color:var(--main-color);
    color:#fff;
    color:var(--text-bright-color);
}

.conX .text{
    padding: 20px;
}

.conX h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
}

.conX p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
}

.conX a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conX a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conX .photo{
    min-height: 300px;
    background-image: url(../img/top_carbonization_conX.png);
    background-position: center;
    background-size: cover;
}

/* conX:TOP画面の脱炭素部分-大きい画面用*/
@media (min-width: 750px){
    .conX .container{
        display:flex;
        max-width: 100%;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conX .photo{
        flex: 3;
    }
    .conX .text{
        flex: 2;
        padding:50px;
    }
}

/* conX：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conX {
		width: 60% ;
	}
}

/* conC:　新潟お幕場海岸のエスタロック画像部分部分*/
.conC {
    background-color:#5D9AB2;
    background-color:var(--main-color);
    color:#fff;
    color:var(--text-bright-color);
}

.conC .text{
    padding: 20px;
}

.conC h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
}

.conC p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
}

.conC a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conC a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conC .photo{
    min-height: 300px;
    background-image: url(../img/top_ER_conC.jpg);
    background-position: center;
    background-size: cover;
}

/* conC:indexTOP3段目の製品一覧表誘導部分-大きい画面用*/
@media (min-width: 750px){
    .conC .container{
        display:flex;
        max-width: 100%;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conC .photo{
        flex: 3;
    }
    .conC .text{
        flex: 2;
        padding:50px;
    }
}
/* conC：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conC {
		width: 60% ;
	}
}

/* conD:　indexTOP4段目の輻射くん誘導部分 */
.conD .container {
    padding-top: 0;
}

.conD .text {
    padding: 20px;
}

.conD h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conD p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conD a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conD a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conD .photo {
    min-height: 300px;
    background-image: url(../img/top_illustrepo_title2.jpg);
    background-position: center;
    background-size: cover;
}

/* conD:　indexTOP4段目の輻射くん誘導部分－大きい画面用 */
@media(min-width: 750px) {
    .conD .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conD .photo {
        flex: 1.5;
    }
    
    .conD .text {
        flex: 1;
        padding: 50px;
    }
}
/*conD：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conD {
		width: 60% ;
	}
}
/* conE:　indexTOP4段目の環境エネルギーTOP誘導部分*/
.conE {
    background-color:#5D9AB2;
    background-color:var(--main-color);
    color:#fff;
    color:var(--text-bright-color);
}

.conE .text{
    padding: 20px;
}

.conE h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
}

.conE p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
}

.conE a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conE a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conE .photo{
    min-height: 300px;
    background-image: url(../img/top_ene_conE.jpg);
    background-position: center;
    background-size: cover;
}
/* conE:　indexTOP4段目の環境エネルギーTOP誘導部分－大きい画面用*/
@media (min-width: 750px){
    .conE .container{
        display:flex;
        max-width: 100%;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conE .photo{
        flex: 3;
    }
    .conE .text{
        flex: 2;
        padding:50px;
    }
}
/*conE：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conE {
		width: 60% ;
	}
}

/* conL:　indexTOP5段目のモリナガヨウさん誘導部分*/
.conL .container {
    padding-top: 0;
}

.conL .text {
    padding: 20px;
}

.conL h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conL p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conL a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conL a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conL .photo {
    min-height: 300px;
    background-image: url(../img/top_illustrepo_title.jpg);
    background-position: center;
    background-size: cover;
}
/* conL:　indexTOP5段目のモリナガヨウさん誘導部分－大きい画面用*/
@media(min-width: 750px) {
    .conL .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conL .photo {
        flex: 1.5;	
    }
    
    .conL .text {
        flex: 1;
        padding: 50px;
    }
}
/* conL：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conL {
		width: 60% ;
	}
}


/* conF:energyTOP先頭のecowinHYBRID画像部分*/
.conF {
    display:flex;
    align-items: center;
    justify-content:center;
    height:70vh;
	max-height:70vh;
    background-image:linear-gradient(rgba(102,153,51,0.3),rgba(102,153,51,0.3)),url(../img/top_EW_conF.jpg);
    background-position: center;
    background-size:cover;
    color:#fff;
    color:var(--text-bright-color);
    text-align: center;
}

.conF h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 9vw;
    letter-spacing: 0.2em;
    margin-left:0.2em;
	color: #316745 ;
}

.conF p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9vw;
    word-break: keep-all;
	color: #316745 ;
}


.conF a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conF a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}
.conF .container{
    padding-top: 80px;
    padding-bottom: 20px;
	max-width: 100%;
}

.test_span{
	color:#354DFF;
}

.panel{
	color:#26AA75;
}

.eco{
	color:#D4768E;
}
/*コンテンツF:energyTOP先頭のecowinHYBRID部分画面サイズに応じて */
@media(min-width: 751px){
    .conF h1 {
        font-size: 50px;
    }
    
    .conF p {
        font-size: 20px;
    }
}
@media(max-width: 750px){
	.conF {
		height:50vh;	
	}
    .conF h1 {
        font-size: 6vw;
		padding: 0.5vw;
    }   
    .conF p {
        font-size: 4vw;
		padding: 0.5vw;
    }
}
/*conF：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conF {
		width: 60% ;
	}
}

/* conG:energyTOP概要（アイコン＋テキスト）の2段目*/
.conG .container{
    padding-top: 80px;
    padding-bottom: 20px;
}

.conG .text{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    text-align:center;
}
.conG h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:18px;
}

.conG p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
}

.conG a{
    color:#5D9AB2;
    color:var(--main-color);
    text-decoration:none;
}

.conG a:hover{
    text-decoration:underline;
}

.conG .icon{
    display:inline-block;
    margin-bottom:20px;
    font-size:40px;
    width:2em;
    line-height:2em;
    border-radius:50%;
    text-align:center;
    background-color:#ddd;
	background-color:var(--icon-bk-color);
	color:#fff;
	color:var(--icon-color);
}
/* conG:概要（アイコン＋テキスト）の2段目大きい画面用*/
@media(min-width: 750px) {
    .conG .container {
        display: flex;
        max-width: 100% ;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right:auto;
    }
    
    .conG .text {
        flex: 1;
    }
}
/*conG：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conG {
		width: 60% ;
	}
}
/* conH:energyTOPにあるラインナップへの誘導部分*/
.conH {
    background-color: #a8bf93;
    color:#fff;
    color:var(--text-bright-color);
}

.conH .text{
    padding: 20px;
}

.conH h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
	color: #2e2930 ;
}

.conH p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
	color: #2e2930 ;
}

.conH a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conH a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conH .photo{
    min-height: 300px;
    background-image: url(../img/top_EW_conH.jpg);
    background-position: center;
    background-size: cover;
}
/*　conH:energyTOPにあるラインナップへ誘導部分－大きい画面用 */
@media (min-width: 750px){
    .conH .container{
        display:flex;
        max-width:100% ;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conH .photo{
        flex: 3;
    }
    .conH .text{
        flex: 2;
        padding:50px;
    }
}
/* conH：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conH {
		width: 60% ;
	}
}

/* conJ:energyTOPにある輻射くんへ導入する部分*/
.conJ .container {
    padding-top: 0;
}

.conJ .text {
    padding: 20px;
}

.conJ h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conJ p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conJ a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conJ a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conJ .photo {
    min-height: 300px;
    background-image: url(../img/top_illustrepo_conJ.jpg);
    background-position: center;
    background-size: cover;
}
/* conJ:energyTOPにある輻射くんへ導入する部分－大きい画面用*/
@media(min-width: 750px) {
    .conJ .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100% ;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conJ .photo {
        flex: 1.5;
    }
    
    .conJ .text {
        flex: 1;
        padding: 50px;
    }
}
/* conJ：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conJ {
		width: 60% ;
	}
}

/* conI:energyTOPにある輻射式冷暖房事例へ導入する部分*/
.conI {
    background-color: #a8bf93;
    color:#fff;
    color:var(--text-bright-color);
}

.conI .text{
    padding: 20px;
}

.conI h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
	color: #2e2930;
}

.conI p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
	color: #2e2930;
}

.conI a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conI a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conI .photo{
    min-height: 300px;
    background-image: url(../img/top_EW_conI.jpg);
    background-position: center;
    background-size: cover;
}
/* conI:energyTOPにある輻射式冷暖房事例へ導入する部分－大きい画面用*/
@media (min-width: 750px){
    .conI .container{
        display:flex;
        max-width:100%;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conI .photo{
        flex: 3;
    }
    .conI .text{
        flex: 2;
        padding:50px;
    }
}
/* conI：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conI {
		width: 60% ;
	}
}

/* conK:　energyTOPにあるecowin体感ルームへの誘導部分*/
.conK .container {
    padding-top: 0;
}

.conK .text {
    padding: 20px;
}

.conK h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conK p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conK a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conK a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conK .photo {
    min-height: 300px;
    background-image: url(../img/top_solar_conK.png);
    background-position: center;
    background-size: cover;
}
/* conK:　energyTOPにあるecowin体感ルームへの誘導部分－大きい画面用*/
@media(min-width: 750px) {
    .conK .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conK .photo {
        flex: 1.5;
    }
    
    .conK .text {
        flex: 1;
        padding: 50px;
    }
}
/*conK：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conK {
		width: 60% ;
	}
}

/* conR:energyTOPにある自家消費型発電への誘導部分*/
.conR {
    background-color: #a8bf93;
    color:#fff;
    color:var(--text-bright-color);
}

.conR .text{
    padding: 20px;
}

.conR h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
	color: #2e2930;
}

.conR p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
    line-height:1.8;
    opacity:0.8;
	color: #2e2930;
}

.conR a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conR a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conR .photo{
    min-height: 300px;
    background-image: url(../img/top_solar_conR.jpg);
    background-position: center;
    background-size: cover;
}
/* conR:energyTOPにある自家消費型発電への誘導部分－大きい画面用*/
@media (min-width: 750px){
    .conR .container{
        display:flex;
        max-width:100%;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conR .photo{
        flex: 3;
    }
    .conR .text{
        flex: 2;
        padding:50px;
    }
}
/*conR：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conR {
		width: 60% ;
	}
}

/* conS:energyTOPにある防球格子等その他への誘導部分*/
.conS .container {
    padding-top: 0;
}

.conS .text {
    padding: 20px;
}

.conS h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conS p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conS a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conS a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conS .photo {
    min-height: 300px;
    background-image: url(../img/top_boukyu_conS.jpg);
    background-position: center;
    background-size: cover;
}
/* conS:energyTOPにある防球格子等その他への誘導部分－大きい画面用*/
@media(min-width: 750px) {
    .conS .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100% ;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conS .photo {
        flex: 1.5;
    }
    
    .conS .text {
        flex: 1;
        padding: 50px;
    }
}
/*conS：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conS {
		width: 60% ;
	}
}


/* conM:civilTOPにある先頭画像（製品並んだ）部分*/
.conM {
    display:flex;
    align-items: center;
    justify-content:center;
    height: 60vh;
	max-height:90%;
    background-image:linear-gradient(rgba(168,191,147,0.3),rgba(168,191,147,0.3)),url(../img/top_products_conM.jpg);
    background-position: center;
    background-size:cover;
    color:#fff;
    color:var(--text-bright-color);
    text-align: center;
}

.conM h1 {
    margin-top: 0;
    margin-bottom: 10px;
	color: #393e4f ;
    font-family: 'Montserrat', sans-serif;
    font-size: 9vw;
    letter-spacing: 0.2em;
    margin-left:0.2em;
}

.conM p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9vw;
    word-break: keep-all;
}


.conM a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conM a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}
.conM .container{
    padding-top: 80px;
    padding-bottom: 20px;
	max-width: 100%;
}

.test_span{
	color:#354DFF;
}

.panel{
	color:#26AA75;
}

.eco{
	color:#D4768E;
}
/* conM:civilTOPにある先頭画像（製品並んだ）部分－画面サイズで調整*/
@media(min-width: 751px){
    .conM h1 {
        font-size: 3vw ;
    }
    
    .conM p {
        font-size: 20px;
    }
}
@media(max-width: 750px){
	.conM {
		height: 45vh;
	}
    .conM h1 {
        font-size: 7vw;
		padding: 0.5vw;
    }   
    .conM p {
        font-size: 4vw;
		padding: 0.5vw;
    }
}
/*conM：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conM {
		width: 60% ;
	}
}

/* conN:civilTOPにある「景観の美しさを損なわない」という部分*/
.conN {
    background-color: #a8bf93;
    color:#fff;
    color:var(--text-bright-color);
}

.conN .text{
    padding: 20px;
}

.conN h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
	color: #16160e;
}

.conN p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
	color: #16160e;
    line-height:1.8;
    opacity:0.8;
}

.conN a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conN a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conN .photo{
    min-height: 300px;
    background-image: url(../img/top_products_conN.jpg);
    background-position: center;
    background-size: cover;
}
/* conN:civilTOPにある「景観の美しさを損なわない」という部分－大きい画面用*/
@media (min-width: 750px){
    .conN .container{
        display:flex;
        max-width:100% ;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conN .photo{
        flex: 3;
    }
    .conN .text{
        flex: 2;
        padding:50px;
    }
}
/* conN：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conN {
		width: 60% ;
	}
}

/* conO:civilTOPにある「製品別多彩な実績」という部分*/
.conO .container {
    padding-top: 0;
}

.conO .text {
    padding: 20px;
}

.conO h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conO p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conO a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conO a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conO .photo {
    min-height: 300px;
    background-image: url(../img/top_LS_conO.jpg);
    background-position: center;
    background-size: cover;
}
/* conO:civilTOPにある「製品別多彩な実績」という部分－大きい画面用*/
@media(min-width: 750px) {
    .conO .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conO .photo {
        flex: 1.5;
    }
    
    .conO .text {
        flex: 1;
        padding: 50px;
    }
}
/* conO：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conO {
		width: 60% ;
	}
}

/* conP:civilTOPにある「都道府県あらゆる場所で活躍する土木製品」部分*/
.conP {
    background-color:#a8bf93;
    color:#fff;
    color:var(--text-bright-color);
}

.conP .text{
    padding: 20px;
}

.conP h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
	color: #16160e;
}

.conP p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
	color: #16160e;
    line-height:1.8;
    opacity:0.8;
}

.conP a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conP a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conP .photo{
    min-height: 300px;
    background-image: url(../img/top_products_conP.jpg);
    background-position: center;
    background-size: cover;
}
/* conP:civilTOPにある「あらゆる場所で活躍する土木製品」部分－大きい画面用*/
@media (min-width: 750px){
    .conP .container{
        display:flex;
        max-width:100% ;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conP .photo{
        flex: 3;
    }
    .conP .text{
        flex: 2;
        padding:50px;
    }
}
/* conP：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conP {
		width: 60% ;
	}
}

/* conQ:civilTOPにある「水辺と石のお話」部分*/
.conQ .container {
    padding-top: 0;
}

.conQ .text {
    padding: 20px;
}

.conQ h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conQ p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conQ a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conQ a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conQ .photo {
    min-height: 300px;
    background-image: url(../img/top_illustrepo_title.jpg);
    background-position: center;
    background-size: cover;
}
/* conQ:civilTOPにある「水辺と石のお話」部分－大きい画面用*/
@media(min-width: 750px) {
    .conQ .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conQ .photo {
        flex: 1.5;
    }
    
    .conQ .text {
        flex: 1;
        padding: 50px;
    }
}
/*conO：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conQ {
		width: 60% ;
	}
}

/* conT:decarbonizationTOPにある先頭画像（●●）部分*/
.conT {
    display:flex;
    align-items: center;
    justify-content:center;
    height: 60vh;
	max-height:90%;
    background-image:linear-gradient(rgba(168,191,147,0.3),rgba(168,191,147,0.3)),url(../img/decarbonization/top_decarbonization_conT.jpg);
    background-position: center;
    background-size:cover;
    color:#fff;
    color:var(--text-bright-color);
    text-align: center;
}

.conT h1 {
    margin-top: 0;
    margin-bottom: 10px;
	color: #003399 ;
    font-family: 'Montserrat', sans-serif;
    font-size: 9vw;
    letter-spacing: 0.2em;
    margin-left:0.2em;
}

.conT p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9vw;
    word-break: keep-all;
}


.conT a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conT a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}
.conT .container{
    padding-top: 80px;
    padding-bottom: 20px;
	max-width: 100%;
}

.test_span{
	color:#354DFF;
}

.panel{
	color:#26AA75;
}

.eco{
	color:#D4768E;
}
/* conT:decarbonizationTOPにある先頭画像（製品並んだ）部分－画面サイズで調整*/
@media(min-width: 751px){
    .conT h1 {
        font-size: 3vw ;
    }
    
    .conT p {
        font-size: 20px;
    }
}
@media(max-width: 750px){
	.conT {
		height: 45vh;
	}
    .conT h1 {
        font-size: 7vw;
		padding: 0.5vw;
    }   
    .conT p {
        font-size: 4vw;
		padding: 0.5vw;
    }
}
/*conT：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conT {
		width: 60% ;
	}
}

/* conU:decarbonizationTOPにある「環境工学の土木製品が、CO2排出を抑えられる理由」という部分*/
.conU {
    background-color: #38b48b;
    color:#fff;
    color:var(--text-bright-color);
}

.conU .text{
    padding: 20px;
}

.conU h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:20px;
	color: #16160e;
}

.conU p{
    margin-top:0;
    margin-bottom:20px;
    font-size:14px;
	color: #16160e;
    line-height:1.8;
    opacity:0.8;
}

.conU a {
    display:inline-block;
    margin-top:20px;
    padding:10px 30px;
    border:solid 3px currentColor;
    border-radius:6px;
    background-color:#BF6A7A;
    background-color:var(--accent-color);
    color:#fff;
    color:var(--text-bright-color);
    font-size:14px;
    text-decoration:none;
}

.conU a:hover{
    background-image:linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conU .photo{
    min-height: 300px;
    background-image: url(../img/decarbonization/top_decarbonization_conU.jpg);
    background-position: center;
    background-size: cover;
}
/* conU:decarbonizationTOPにある「景観の美しさを損なわない」という部分－大きい画面用*/
@media (min-width: 750px){
    .conU .container{
        display:flex;
        max-width:100% ;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .conU .photo{
        flex: 3;
    }
    .conU .text{
        flex: 2;
        padding:50px;
    }
}
/* conU：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conU {
		width: 60% ;
	}
}

/* conV:decarbonizationTOPにある「電気は「使う」から「創る」へ」部分*/
.conV .container {
    padding-top: 0;
}

.conV .text {
    padding: 20px;
}

.conV h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.conV p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.8;
}

.conV a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    box-shadow: 0 0 0 1px #888;
    border:solid 3px currentColor;
    border-radius: 6px;
    background-color: #BF6A7A;
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
}

.conV a:hover {
    background-image: linear-gradient(
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.2)
    );
}

.conV .photo {
    min-height: 300px;
    background-image: url(../img/decarbonization/top_decarbonization_conV.jpg);
    background-position: center;
    background-size: cover;
}
/* conV:decarbonizationTOPにある「電気は「使う」から「創る」へ」部分－大きい画面用*/
@media(min-width: 750px) {
    .conV .container {
        display: flex;
        flex-direction: row-reverse;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
    
    .conV .photo {
        flex: 1.5;
    }
    
    .conV .text {
        flex: 1;
        padding: 50px;
    }
}
/* conO：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.conV {
		width: 60% ;
	}
}

/*decarbonizationの比較一覧表のデザインの一部*/
.decarbonization_link {
	font-size: 80% ;
}

/*decarbonization_summarysの比較一覧表のデザイン*/

.decarbonization_summarys a {
	text-decoration: none ; /*リンクの下線を消す*/
	}

.decarbonization_summarys {
	width: 80% ; 
	font-size: 80% ;
	white-space: nowrap ;
	table-layout: fixed ;
	}
	
.decarbonization_summarys th {
	background: #c7ebc9 ;
	border: solid 1px #ccc;
	color: #000000 ;
	padding: 1em;
	
}
.decarbonization_summarys td {
	background: #fcfff5 ;
	border: solid 1px #bdbdbd;
	padding: 1em;
	text-decoration: none ;
}
.decarbonization_summarys td.decarbonization_summarys_reductionrate{
	background-color: #a0d8ef ;
}

/*decarbonization_summarys：-小さい画面用*/
@media screen and (max-width: 750px) {
  .decarbonization_summarys {
    width: 95%;
  }
  .decarbonization_summarys th,
  .decarbonization_summarys td {
	border-bottom: solid 0.5px #bdbdbd;
	display: block;
	width: 98%;
  }
  .decarbonization_link {
	font-size: 110% ;
}
}

/*decarbonization_summarys：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.decarbonization_summarys  {
		width: 60% ;
	}
}

/*decarbonization_solarsummarysの比較一覧表のデザイン*/
.decarbonization_solarsummarys a {
	text-decoration: none ; /*リンクの下線を消す*/
	}

.decarbonization_solarsummarys {
	width: 95% ; 
	font-size: 80% ;
	white-space: wrap ;
	table-layout: fixed ;
	}
	
.decarbonization_solarsummarys th {
	background: #c7ebc9 ;
	border: solid 1px #ccc;
	color: #000000 ;
	padding: 1em;
	
}
.decarbonization_solarsummarys td {
	background: #fcfff5 ;
	border: solid 1px #bdbdbd;
	padding: 1em;
	text-decoration: none ;
}

/*decarbonization_solarsummarys：-小さい画面用*/
@media screen and (max-width: 750px) {
  .decarbonization_solarsummarys {
    width: 95%;
  }
  .decarbonization_solarsummarys th,
  .decarbonization_solarsummarys td {
	border-bottom: solid 0.5px #bdbdbd;
	display: block;
	width: 98%;
  }
  .decarbonization_link {
	font-size: 110% ;
}
}

/*decarbonization_solarsummarys：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.decarbonization_solarsummarys  {
		width: 60% ;
	}
}

/* フッター　*/
footer {
    color: #fff;
    color:  var(--text-bright-color);
    background-color: #2B5566;
    background-color: var(--dark-main-color);
	
}

footer .container {
    padding: 40px 20px;
   
}
/* フッター－大きい画面用　*/
@media (min-width: 750px) {
    footer .container {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
        
        }
    
    .footA {
        flex: 0 0 40%;
    }

    .footB {
        flex: 0 0 60%;
    }
        
    .footC {
        flex: 0 0 100%;
    }
}


/* footA：　会社住所等が記載されているfooter　*/
.footA {
	margin-bottom:  30px;
}
.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;    
	font-size: 30px;
	letter-spacing: 0.2em;
    
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size:  14px;
	text-decoration: none;
    
}


.footA a {
	color: inherit;
	text-decoration: none;
}

/* footB：　フッターメニュー　*/
.footB div {
    margin-bottom:  20px;
}

.footB h3 {
   margin-top: 0;
   margin-bottom: 10px;
   border-bottom: solid 1px currentColor;
   font-size:  14px;
    
}

.footB ul {
    margin: 0;
    padding: 0;
    list-style:  none;
    
}

.footB a {
    display: block;
    padding: 5px;
    color:  inherit;
    font-size: 12px;
    text-decoration: none;
    
}

.footB a:hover {
    background-color: rgba(0,0,0,0.3);
    
}


@media (min-width: 750px) {
    .footB {
        display: flex;
        
    }
    
    .footB div {
        flex: 1;
        
    }
    
    .footB div:not(:first-child) {
        margin-left: 40px;
        
    }
    
}

/* footC：　コピーライト部分　*/
.footC {
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    
}

/* footD：　SNSメニュー　*/
.footD {
    margin-top: 20px ;
    
}

.footD ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    
}

.footD a {
    display: block;
    margin-right: 8px;
    padding: 0;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px currentColor;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
}

.footD a:hover {
    background-color:  rgba(0,0,0,0.3);
}
/*footer container：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	footer .container {
		width: 60% ;
	}
}

/*ヘッダー*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
}

.nohero header { 
    position: fixed;
    border-bottom:  solid 1px #ddd;
    border-bottom:  solid 1px var(--gray-color);
    
}

/* headA: 青色背景に白文字で「環境工学株式会社」とある部分 */
.headA {
    display: inline-block;
    line-height: 6.5vh;
    padding-left: 1vw ;
    padding-right: 1vw ;
    background-color: #5D9AB2;
    background-color: var(--main-color);
    color: #fff;
    color: var(--text-bright-color);
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    word-break: keep-all;
}

/* headB:　ナビゲーションメニュー　*/
.headB ul {
    margin: 0;
    padding: 0;
    list-style: none;
	white-space: nowrap;
}
.headB a {
    display: inline-flex;
    padding: 10px;
    color: inherit;
    text-decoration: none;
    
    }
.headB a:hover {
    background-color: rgba(0,0,0,0.3);
}



/* headB:　ナビゲーションメニュー－大きい画面用　*/
@media (min-width: 751px) {
    header .container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 100%;
        max-width: var(--large-width);
        margin-left: auto;
        margin-right: auto;
    }
	.container-ul {
		margin-left: 3vw ;
	}
    .headB ul {
        display: flex;
    }
	.headB li {
		margin-left: 0.7vw ;
	}
    .headC {
        display: none;
    }
    .headB {
        display: block;
    }
}

/* headB&headC:　ナビゲーションメニューが小さい画面ではボタンに変化する部分－小さい画面用　*/
@media (max-width: 750px) {
    header .container-small {
        display: flex;
        align-items: center;
        justify-content: space-between ;
    }
	.headA {
		font-size: 3vw ;
		max-width: 100%;
		padding-left: 1.5vw ;
		padding-right: 1.5vw ;
	}
    .headC {
        margin-right: 10px;
        padding: 0;
        border:none;
        outline: none;
        font-size: 6vw;
        opacity: 0.5;
        cursor: pointer;
    }
    .headC:hover {
        opacity: 0.3;    
    }
    .headB {
        display: none ;
		
    }
	.headB li a{
		font-size: 1em ;
	}
}


/* アレンジ: ヘッダーの色*/
.head-color {
    background-color: #5D9AB2;
    background-color: var(--main-color);
    color: #fff;
    color: var(--text-bright-color);
}

.head-color .headA {
    background-color: transparent;
    color: inherit;
}

.head-color .headC{
    color: inherit;
}

/* アレンジ: ヘッダーとヒーローイメージを一体化*/
.head-hero {
    background-color: #5D9AB2;
    background-color: var(--main-color);
    color: #fff;
    color: var(--text-bright-color);
}

.head-hero .headA {
    background-color: #5D9AB2;
    background-color: var(--main-color);
    color: #fff;
    color: var(--text-bright-color);
}

.head-hero .headC{
    background-color: #5D9AB2;
    background-color: var(--main-color);
    color: #fff;
    opacity: 1;
}

@media (max-width:750px){
    .head-hero .headB .headC {
        background-color: rgba(0,0,0,0.2)
    }
}

/* アレンジ: ヘッダーを画面上部に固定 */
.head-fixed,
.nohero .head-fixed{
    position: :fixed;
}

.nohero .head-fixed + *{
    margin-top: 70px;
}
/* アレンジ: 印刷時に邪魔なヘッダー部分を印刷させない */
@media print{
    .head-fixed{
        display: none;
    }
}
/* header：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	header  {
		width: 60% ;
	}
}

/* コンテンツページ：　記事 */
.post .container {
    max-width: var(--middle-width);
    margin-left: auto;
    margin-right: auto;
    padding: 1px 10px 20px 10px;
}

.post h1 {
    padding-left: 0.5rem;
	margin-top: 5%;
	margin-bottom: 1%;
    border-left: solid 0.75rem #BF6A7A;
    border-left: solid 0.75rem var(--accent-color);
    font-size: 1.5rem;
}

.post p {
    font-size: 1rem;
    line-height: 2; 
}

.post img {
    max-width: 100%;
}



/* 沿革 */
.history {
    background-color:#5D9AB2;
    background-color:var(--main-color);
    color:#fff;
    color:var(--text-bright-color);
}

.history .text{
    padding: 20px;
}

.history h2 {
    margin-top:0;
    margin-bottom:10px;
    font-size:1.5rem;
}

.history .photo{
    min-height: 300px;
    background-image: url(../img/plant.jpg);
    background-position: center;
    background-size: cover;
}
.history table {
    border-collapse: collapse;
    border-top: solid 1px #ddd;
    border-top: solid 1px var(--gray-color);
    font-size: 0.875rem;
}

.history th,
.history td {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: solid 1px #ddd;
    border-bottom: solid 1px var(--gray-color);
}

.history th {
    padding-right: 1rem;
    text-align: left;
    word-break: keep-all;
}

@media (min-width: 750px){
    .history .container{
        display:flex;
        max-width:1000px;
        max-width:var(--large-width);
        margin-left:auto;
        margin-right:auto;
    }
    
    .history .photo{
        flex: 3;
    }
    .history .text{
        flex: 2;
        padding:50px;
    }
}

/* contact/index： 問い合わせ先 */
.contact {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px #ddd;
    border: solid 1px var(--gray-color);
    text-align: center;
}

.contact span {
    display: inline-block;
    margin-bottom: 20px;
    font-size:2.2rem;
    width: 2em;
    line-height: 2em;
    border-radius: 50%;
    text-align: center;
    background-color: #5D9AB2;
    background-color: var(--main-color);
    color: #fff;
    color: var(--icon-color);
}
.contact span:hover {
	background-color: #57e038;
}


.contact h2 {
    margin-top: 0;
    font-size: 1.2rem;
}

.contact a{
    font-size: 1.4rem;
    color: inherit;
    text-decoration: none;
}

@media(min-width:750px){
    .contact-wrap{
        display: flex;
    }
    .contact {
        flex:1;
    }
    .contact:first-child {
        margin-right: 20px;
    }
}

/* conpany/index： 地図 */
.location iframe {
    width: 100%;
    height: 500px;
    vertical-align: bottom;
}

.location h2{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5D9AB2;
    background-color: var(--main-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 1.5rem;
    text-align: center;
}

/*パンくずリストデザイン*/
.breadcrumb {
  margin: 2em 0 -1em -3em ;
  padding: 0;
  list-style: none;
  font-size: 85%;
}

.breadcrumb li {
  display: inline-block;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #72a1f7;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: 0;
  border-radius: 15px;
  text-decoration: none;
  color: #111111;
  background: #c7ebc9;
  font-size: 0.9em;
}

.breadcrumb li a:hover {
  background: #c9dbfb;
}

/*パンくずリストデザイン－小さい画面用*/
@media screen and (max-width: 750px) {
	.breadcrumb {
	font-size: 70%;
	}
	.breadcrumb li {
	font-weight: normal;/*普通の太さの字*/
}
	.breadcrumb li a {
	padding: 0.5em 0.8em;
	margin: 0.5em;
	font-size: 0.8em;
}
}

/*lineup_ecowinサマリ表示*/
table.lineup_ecowin_summary {
	width: 100%;
	table-layout: auto ;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.lineup_ecowin_summary span{
	display: inline-block;
	}
table.lineup_ecowin_summary img{
	width: 90%;
	}
table.lineup_ecowin_summary tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.lineup_ecowin_summary tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.lineup_ecowin_summary th {
	background: #c7ebc9;  /*th（見出し）背景色*/
	}
table.lineup_ecowin_summary caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.lineup_ecowin_summary td {
	background: #fcfff5;
	font-size: 85%;
	}
table.lineup_ecowin_summary td.kouzo {
	background: #fcfff5;
	font-size: 70%;
	}
table.lineup_ecowin_summary tfoot tr {
	background: #86bd7e ;
	color:#f04 ;
	}

@media screen and (max-width: 750px) {
	table.lineup_ecowin_summary thead tfoot {
	display: flex ;
	}
}

/*table1：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.lineup_ecowin_summary  {
		width: 60% ;
	}
}

/*ecowin_lineup_picture（エコウィン製品一覧）テーブル*/
table.ecowin_lineup_picture {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.ecowin_lineup_picture img{
	width: 88%;
	}
	
table.ecowin_lineup_picture tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.ecowin_lineup_picture tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.ecowin_lineup_picture th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます*/
	white-space:nowrap; /*th（見出し）の折り返しを禁止*/
	text-align:left;
	}
table.ecowin_lineup_picture caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.ecowin_lineup_picture td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 80%;
	}
table.ecowin_lineup_picture td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}
table.ecowin_lineup_picture tfoot tr {
	background: #86bd7e;
	color:#fff;
	}


/*table.ecowin_lineup_picture：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.ecowin_lineup_picture  {
		width: 60% ;
	}
}

/*table.ecowin_lineup_picture：-小さい画面用*/
@media screen and (max-width:750px){
    .ecowin_lineup_picture th,
    .ecowin_lineup_picture td{
    width: 98%;
    display: block;
    border-top: none;
	font-size: 80%;
    }
	.ecowin_lineup_picture th{
	display: none;
	}
	.ecowin_lineup_picture tr{
	font-size: 100%;
    }
	.ecowin_lineup_picture tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}

/*lineup_Sonota.html内の（防球格子等）テーブル*/
table.ecowin_sonota {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.ecowin_sonota img{
	width: 88%;
	}
	
table.ecowin_sonota tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.ecowin_sonota tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.ecowin_sonota th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます*/
	white-space:nowrap; /*th（見出し）の折り返しを禁止*/
	text-align:left;
	}
table.ecowin_sonota caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.ecowin_sonota td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 90%;
	}
table.ecowin_sonota td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}
table.ecowin_sonota tfoot tr {
	background: #86bd7e;
	color:#fff;
	}


/*lineup_Sonota.html：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.ecowin_sonota  {
		width: 60% ;
	}
}

/*lineup_Sonota.html：-小さい画面用*/
@media screen and (max-width:750px){
    .ecowin_sonota th,
    .ecowin_sonota td{
    width: 98%;
    display: block;
    border-top: none;
	font-size: 80%;
    }
	.ecowin_sonota th{
	display: none;
	}
	.ecowin_sonota tr{
	font-size: 100%;
    }
	.ecowin_sonota tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}


/*ecowin_tokucho：-ecowin特長説明文章*/
.ecowin_tokucho{
    padding: 1% 2% ;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f0ffcc;
 }
.ecowin_tokucho p {
    margin: 0; 
    padding: 0;
}

/*solar_construction_costsのテーブル要素*/
table.solar_construction_costs {
	width: 100%;
	margin:1em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.solar_construction_costs img{
	width: 90%;
	}
table.solar_construction_costs tr th {  /*「,」で区切って複数のセレクタを指定*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.solar_construction_costs tr td {  /*「,」で区切って複数のセレクタを指定*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	text-decoration: none;
	}
table.solar_construction_costs th {
	background: #c7ebc9;  /*th（見出し）だけ背景色*/
	white-space: nowrap;
	}
table.solar_construction_costs caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	color:#666;
	}
table.solar_construction_costs td {
	background: #fcfff5;
	font-size: 90%;
	text-overflow: ellipsis;
	}


/*table.solar_construction_costs：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.solar_construction_costs  {
		width: 60% ;
	}
}

/*table.solar_construction_costs：-小さい画面用*/
@media screen and (max-width:750px){
    .solar_construction_costs th,
    .solar_construction_costs td{
    width: 97%;
    display: block;
    border-top: none;
	
    }
	.solar_construction_costs tr th {
	font-size: 95%;
    }

	.solar_construction_costs tr td {
	font-size: 100%;
	line-height: 200%;
    }

  .solar_construction_costs tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}



/*lineupの製品写真テーブルデザイン*/

table.lineup_picture {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	table-layout: fixed ; /*セルを等間隔で*/
	}
table.lineup_picture img{
	width: 88%;
	}
	
table.lineup_picture tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/

	}
	
table.lineup_picture tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/

	}
table.lineup_picture th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます*/
	white-space: nowrap; /*th（見出し）の折り返しを禁止*/
	text-align: center;
	font-size: 80%;
	}
table.lineup_picture caption {
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
	text-align: left;
	color: #666;
	}
table.lineup_picture td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 80%;
	text-align: center;
	}
table.lineup_picture td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}
table.lineup_picture tfoot tr {
	background: #86bd7e;
	color:#fff;
	}


/*table.lineup_picture：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.lineup_picture  {
		width: 60% ;
	}
}

/*table.lineup_picture：-小さい画面用*/
@media screen and (max-width:750px){
	.lineup_picture tr td {
	font-size: 130% ;
}
	.lineup_picture tr th {
	font-size: 120% ;
}
    .lineup_picture th{
	width: 98%;
    display: block;
    border-top: none;
	text-align:left;
	}
    .lineup_picture td{
    width: 98%;
    display: block;
    border-top: none;
    }
	.lineup_picture tr:first-child th {
	border-top: 1px solid #ddd; 
	}
}

/*防災製品一覧テーブル（lineup_summaryのデータ表示）*/
	.lineup_summary {
	width: 100%;
	table-layout: auto ;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
	.lineup_summary span{
	display: inline-block;
	}
	.lineup_summary img{
	width: 90%;
	}
	.lineup_summary tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
	.lineup_summary tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	.lineup_summary th {
	background: #c7ebc9;  /*th（見出し）背景色*/
	position: center ;
	white-space: nowrap ;
	font-size: 90%;
	}

	.lineup_summary td {
	background: #fcfff5;
	font-size: 90%;
	
	}
	.lineup_summary td.kouzo {
	background: #fcfff5;
	font-size: 70%;
	}
	.lineup_summary tfoot tr {
	background: #86bd7e ;
	color:#f04 ;
	}

/*lineup_summary：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.lineup_summary  {
		width: 60% ;
	}
}

/*lineup_summary小さい画面用*/
@media screen and (max-width:750px){
    .lineup_summary th,
    .lineup_summary td{
    width: 96%;
    display: block;
    border-top: none;
	font-size: 80% ;
    }
	.lineup_summary tr td {
	font-size: 80%;
	line-height: 120% ;
    }
	.lineup_summary tr:first-child th {
	  border-top: 0.5px solid #ddd; 
	}
	
}


/*lineupページの規格一覧表のデザイン*/
.specifications_summarys a {
	text-decoration: none ; /*リンクの下線を消す*/
	}

.specifications_summarys {
	width: 100% ; 
	font-size: 80% ;
	}
	
.specifications_summarys th {
	background: #c7ebc9 ;
	border: solid 1px #ccc;
	color: #000000 ;
	padding: 1em;
	
}
.specifications_summarys td {
	background: #fcfff5 ;
	border: solid 1px #bdbdbd;
	padding: 1em;
	text-decoration: none ;
}

/*規格一覧specifications_summarys：-小さい画面用*/
@media screen and (max-width: 750px) {
  .specifications_summarys {
    width: 95%;
  }
  .specifications_summarys th,
  .specifications_summarys td {
	border-bottom: solid 0.5px #bdbdbd;
	display: block;
	width: 98%;
  }
}

/*specifications_summarys：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.specifications_summarys  {
		width: 60% ;
	}
}

/*PCなどの大画面では改行し、スマホ上では改行しない仕様*/
@media screen and (max-width: 750px){
.br-sp {display: none; }
}

/*自然石販売の写真テーブル（防災ラインアップとnews内にあり）*/
table.lineup_naturalstone {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.lineup_naturalstone img{
	width: 88%;
	}
	
table.lineup_naturalstone tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.lineup_naturalstone tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.lineup_naturalstone th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます*/
	white-space:nowrap; /*th（見出し）の折り返しを禁止*/
	text-align:left;
	}
table.lineup_naturalstone caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.lineup_naturalstone td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 80%;
	text-align:left;
	}
table.lineup_naturalstone td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}


/*table.lineup_picture：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.lineup_picture  {
		width: 60% ;
	}
}

/*table.lineup_picture：-小さい画面用*/
@media screen and (max-width:750px){
    .lineup_picture th,
    .lineup_picture td{
    width: 98%;
    display: block;
    border-top: none;
	font-size: 80%;
    }
	.lineup_picture tr{
	font-size: 60%;
    }
  .lineup_picture tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}




/*新-基本テーブル要素（corporate_informationのデータ表示）*/
table.corporate_information {
	width: 100%;
	table-layout: auto ;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.corporate_information span{
	display: inline-block;
	}
table.corporate_information img{
	width: 90%;
	}
table.corporate_information tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.corporate_information tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.corporate_information th {
	background: #c7ebc9;  /*th（見出し）背景色*/
	}
table.corporate_information caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.corporate_information td {
	background: #fcfff5;
	font-size: 85%;
	}
table.corporate_information td.kouzo {
	background: #fcfff5;
	font-size: 70%;
	}
table.corporate_information tfoot tr {
	background: #86bd7e ;
	color:#f04 ;
	}

@media screen and (max-width: 750px) {
	table.corporate_information thead tfoot {
	display: flex ;
	}
}

/*table1：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.corporate_information  {
		width: 60% ;
	}
}

/*company_historyテーブル*/
table.company_history {
	width: 100%;
	table-layout: auto ;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.company_history span{
	display: inline-block;
	}
table.company_history img{
	width: 90%;
	}
table.company_history tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.company_history tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.company_history th {
	background: #c7ebc9;  /*th（見出し）背景色*/
	}
table.company_history caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.company_history td {
	background: #fcfff5;
	font-size: 85%;
	}
table.company_history td.kouzo {
	background: #fcfff5;
	font-size: 70%;
	}
table.company_history tfoot tr {
	background: #86bd7e ;
	color:#f04 ;
	}

@media screen and (max-width: 750px) {
	table.company_history thead tfoot {
	display: flex ;
	}
}

/*table1：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.company_history  {
		width: 60% ;
	}
}

/*officelistテーブル*/
table.officelist {
	width: 100%;
	table-layout: auto ;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.officelist span{
	display: inline-block;
	}
table.officelist img{
	width: 90%;
	}
table.officelist tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.officelist tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.officelist th {
	background: #c7ebc9;  /*th（見出し）背景色*/
	}
table.officelist caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.officelist td {
	background: #fcfff5;
	font-size: 85%;
	}
table.officelist td.kouzo {
	background: #fcfff5;
	font-size: 70%;
	}
table.officelist tfoot tr {
	background: #86bd7e ;
	color:#f04 ;
	}

@media screen and (max-width: 750px) {
	table.officelist thead tfoot {
	display: flex ;
	}
}

/*table1：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.officelist  {
		width: 60% ;
	}
}

.seihin_future {
	color: #128c48;  /*製品特徴の見出しの色を指定lineupやecowinページで使用*/
	}
.seihin_future2 {
	color: #1f3637; 
	font-size: 115%; /*ecowinとは？ページで使用*/
	}
.seihin_future3 {
	color: #ccb119; 
	font-size: 110%; /*製品特徴の見出しの色を指定ecowinページで使用*/
	}

/*実績一覧のテーブル要素（都道府県別実績一覧表）*/
.prefectures_summarys a {
	text-decoration: none ; /*リンクの下線を消す*/
	}

.prefectures_summarys {
	width: 100% ; 
	}
	
.prefectures_summarys th {
	background: #c7ebc9 ;
	border: solid 1px #ccc;
	color: #2b3d00 ;
	padding: 1em;
	
}
.prefectures_summarys td {
	background: #fcfff5 ;
	border: solid 1px #bdbdbd;
	padding: 1em;
	text-decoration: none ;
}

/*prefectures_summarys：-小さい画面用*/
@media screen and (max-width: 750px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .prefectures_summarys {
    width: 90%;
  }
  .prefectures_summarys th,
  .prefectures_summarys td {
	  border-bottom: none;
	  display: block;
	  width: 100%;
  }
}

/*prefectures_summarys：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.prefectures_summarys  {
		width: 60% ;
	}
}


/* 都道府県実績＆製品実績詳細ページのデータ表示*/
table.example_summary {
	width: 100%;
	table-layout: auto ;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.example_summary span{
	display: inline-block;
	}
table.example_summary img{
	width: 90%;
	}
table.example_summary tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.example_summary tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.example_summary th {
	background: #c7ebc9;  /*th（見出し）背景色*/
	white-space: nowrap ;
	}
table.example_summary caption {
	font-weight: bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.example_summary td {
	background: #fcfff5;
	font-size: 100%;
	}
table.example_summary td.kouzo {
	background: #fcfff5;
	font-size: 70%;
	}
table.example_summary tfoot tr {
	background: #86bd7e ;
	color:#f04 ;
	}

/*table.example_summary：-小さい画面用*/
@media screen and (max-width:750px){
table.example_summary th {
	display: block;
	font-size: 85%;
	width: 95% ;
	}
table.example_summary td {
	display: block;
	font-size: 85%;
	line-height: 200%;
	width: 95% ;
	}
}

/*table.example_summary：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.example_summary  {
		width: 60% ;
	}
}


/*各都道府県実績詳細ページ＆製品実績詳細ページの写真テーブル*/
table.example_picture {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.example_picture img{
	width: 90%;
	}
	
table.example_picture tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.example_picture tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.example_picture th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます*/
	white-space:nowrap; /*th（見出し）の折り返しを禁止*/
	text-align:left;
	}
table.example_picture caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.example_picture td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 70%;
	text-align:center;
	}
table.example_picture td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}
table.example_picture tfoot tr {
	background: #86bd7e;
	color:#fff;
	}


/*table.example_picture：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.example_picture  {
		width: 60% ;
	}
}

/*table.example_picture：-小さい画面用*/
@media screen and (max-width:750px){
    .example_picture th,
    .example_picture td{
    width: 95%;
    display: block;
    border-top: none;
    }
	.example_picture tr td {
	font-size: 80%;
	line-height: 120% ;
    }
  .example_picture tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}

/*製品一覧テーブルlineup_listのデザイン*/
table.lineup_list {
	width: 100%;
	table-layout: auto ;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー*/
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー*/
	border-spacing:0;  /*セル同士の間隔*/
	}
table.lineup_list span{
	display: inline-block;
	}
table.lineup_list img{
	width: 90%;
	}
table.lineup_list tr th {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
	
table.lineup_list tr td {  /*「,」で区切って複数のセレクタを指定しています*/
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー*/
	border-right: 1px solid #ccc; /*セルの「右」ボーダー*/
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく*/
	}
table.lineup_list th {
	background: #c7ebc9;  /*th（見出し）背景色*/
	}
table.lineup_list caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.lineup_list td {
	background: #fcfff5;
	font-size: 85%;
	}
table.lineup_list td.kouzo {
	background: #fcfff5;
	font-size: 70%;
	}
table.lineup_list tfoot tr {
	background: #86bd7e ;
	color:#f04 ;
	}

@media screen and (max-width: 750px) {
	table.lineup_list thead tfoot {
	display: flex ;
	}
}

/*table1：-クソ最悪ブラウザIEのみに適用する*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.lineup_list  {
		width: 60% ;
	}
}

/*自家消費型太陽光発電のイメージ*/
/*Self-consumption内のレイアウト設定*/

p.solar_explanation{
	font-size: 98% ;
	margin-bottom: 2em ;
	
}

img.solar-left {
	float:left;
	margin-right: 25px;
	margin-bottom: 10px;
		}

img.solar-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
		}

img.solar-center {
	margin-bottom: 10px;
		}

/*Self-consumption内のレイアウト設定-画像をフル表示*/
img.solar-full {
	width: 100vw ;
		}

/*Self-consumption内のレイアウト設定-署名用テキスト一部右寄せ */
.solar-sign {
	text-align: right ;
		}

.solar_clear {
	clear: both;
	padding-top: 4vh ;
}

/*Self-consumption：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	.Self-consumption  {
		width: 60% ;
	}
}

/*Self-consumption内のレイアウト設定：小さい画面用の設定 */
@media (max-width: 750px) {
    img.solar {
	width: 100vw;
	}
	p.solar_explanation{
	margin-bottom: 0em;
	}
}


/*自家消費型太陽光発電のイメージテーブル */
table.solar_description {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー */
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー */
	border-spacing:0;  /*セル同士の間隔 */
	}
table.solar_description img{
	width: 88%;
	}
	
table.solar_description tr th {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
	
table.solar_description tr td {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
table.solar_description th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます */
	white-space:nowrap; /*th（見出し）の折り返しを禁止 */
	text-align: center;
	}
table.solar_description caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.solar_description td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 90%;
	text-align: left ;
	}
table.solar_description td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}
table.solar_description tfoot tr {
	background: #86bd7e;
	color:#fff;
	}


/*table.solar_description：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.solar_description  {
		width: 60% ;
	}
}

/*table.solar_description：-小さい画面用 */
@media screen and (max-width:750px){
    .solar_description th,
    .solar_description td{
    width: 98%;
    display: block;
    border-top: none;
	font-size: 80% ;
    }
	.solar_description tr td {
	font-size: 80%;
	line-height: 120% ;
    }
	.solar_description tr th {
	 display: none ;
    }
	.solar_description tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
	
}

/*太陽光パネル性能説明テーブル */
table.solar_details {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー */
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー */
	border-spacing:0;  /*セル同士の間隔 */
	}
table.solar_details img{
	width: 88%;
	}
	
table.solar_details tr th {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
	
table.solar_details tr td {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
table.solar_details th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます */
	white-space:nowrap; /*th（見出し）の折り返しを禁止 */
	text-align:left;
	}
table.solar_details caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.solar_details td {
	background: #fcfff5;
	text-overflow: ellipsis;
	text-align:center;
	}
table.solar_details td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}
table.solar_details tfoot tr {
	background: #86bd7e;
	color:#fff;
	}


/*table.solar_details：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.solar_details  {
		width: 60% ;
	}
}

/*table.solar_details：-小さい画面用 */
@media screen and (max-width:750px){
    .solar_details th,
    .solar_details td{
    width: 98%;
    display: block;
    border-top: none;
	font-size: 80% ;
    }
	.solar_details tr td {
	font-size: 80%;
	line-height: 120% ;
    }
	.solar_details tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
	
}


/*新-エコウィン体感ルームの写真テーブル */
table.experience_room_picture {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー */
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー */
	border-spacing:0;  /*セル同士の間隔 */
	}
table.experience_room_picture img{
	width: 88%;
	}
	
table.experience_room_picture tr th {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
	
table.experience_room_picture tr td {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
table.experience_room_picture th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます */
	white-space:nowrap; /*th（見出し）の折り返しを禁止 */
	text-align:left;
	}
table.experience_room_picture caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.experience_room_picture td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 70%;
	text-align:center;
	}
table.experience_room_picture td#kikaku {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align:left;
	}
table.experience_room_picture tfoot tr {
	background: #86bd7e;
	color:#fff;
	}


/*table.experience_room_picture：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.experience_room_picture  {
		width: 60% ;
	}
}

/*table.experience_room_picture：-小さい画面用 */
@media screen and (max-width:750px){
    .experience_room_picture th,
    .experience_room_picture td{
    width: 98%;
    display: block;
    border-top: none;
	font-size: 80% ;
    }
	.experience_room_picture tr td {
	font-size: 80%;
	line-height: 120% ;
    }
	.experience_room_picture tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}

/*table.eng_example_pictureのテーブル要素（実績写真表示テーブル） */
table.eng_example_picture {
	width: 100%;
	margin:1em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー */
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー */
	border-spacing:0;  /*セル同士の間隔 */
	}
table.eng_example_picture img{
	width: 90%;
	}
table.eng_example_picture tr th {  /*「,」で区切って複数のセレクタを指定しています */ 
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
	
table.eng_example_picture tr td {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
table.eng_example_picture th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます */
	text-align: left; 
	}
table.eng_example_picture caption {
	font-weight:bold;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
	color: #666;
	}
table.eng_example_picture td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	text-align: center; 
	}
table.eng_example_picture tfoot tr {
	background: #86bd7e;
	color:#f04;
	}
@media screen and (max-width: 750px) {
	table.eng_example_picture thead tfoot {
	display: flex ;
	}
}

/*table.eng_example_picture：-小さい画面用 */
@media screen and (max-width:750px){
    .eng_example_picture th,
    .eng_example_picture td{
    width: 98%;
    display: block;
    border-top: none;
	font-size: 95%;
    }
	.eng_example_picture tr{
	font-size: 100%;
    }
	.eng_example_picture tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}

/*table.eng_example_picture：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.eng_example_picture  {
		width: 60% ;
	}
}

/*experience_room_summaryのテーブル要素 */
table.experience_room_summary {
	width: 100%;
	margin:1em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー */
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー */
	border-spacing:0;  /*セル同士の間隔 */
	}
table.experience_room_summary img{
	width: 90%;
	}
table.experience_room_summary tr th {  /*「,」で区切って複数のセレクタを指定 */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
	
table.experience_room_summary tr td {  /*「,」で区切って複数のセレクタを指定 */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	text-decoration: none;
	}
table.experience_room_summary th {
	background: #c7ebc9;  /*th（見出し）だけ背景色 */
	white-space: nowrap;
	}
table.experience_room_summary caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	color:#666;
	}
table.experience_room_summary td {
	background: #fcfff5;
	font-size: 90%;
	text-overflow: ellipsis;
	}


/*table.experience_room_summary：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.experience_room_summary  {
		width: 60% ;
	}
}

/*table.experience_room_summary：-小さい画面用 */
@media screen and (max-width:750px){
    .experience_room_summary th,
    .experience_room_summary td{
    width: 97%;
    display: block;
    border-top: none;
	
    }
	.experience_room_summary tr th {
	font-size: 95%;
    }

	.experience_room_summary tr td {
	font-size: 100%;
	line-height: 250%;
    }

  .experience_room_summary tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}

/*eng_example_summaryのテーブル要素（実績データ表示テーブル） */
table.eng_example_summary {
	width: 100%;
	margin:1em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー */
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー */
	border-spacing:0;  /*セル同士の間隔 */
	}
table.eng_example_summary img{
	width: 90%;
	}
table.eng_example_summary tr th {  /*「,」で区切って複数のセレクタを指定 */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
	
table.eng_example_summary tr td {  /*「,」で区切って複数のセレクタを指定 */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	text-decoration: none;
	}
table.eng_example_summary th {
	background: #c7ebc9;  /*th（見出し）だけ背景色 */
	white-space: nowrap;
	}
table.eng_example_summary caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	color:#666;
	}
table.eng_example_summary td {
	background: #fcfff5;
	font-size: 90%;
	text-overflow: ellipsis;
	}


/*table.eng_example_summary：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.eng_example_summary  {
		width: 60% ;
	}
}

/*table.eng_example_summary：-小さい画面用 */
@media screen and (max-width:750px){
    .eng_example_summary th,
    .eng_example_summary td{
    width: 97%;
    display: block;
    border-top: none;
	
    }
	.eng_example_summary tr th {
	font-size: 95%;
    }

	.eng_example_summary tr td {
	font-size: 100%;
	line-height: 220%;
    }

	.eng_example_summary tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}


/*lineup_Ecowin内の比較用テーブル */
table.ecowin_comparison {
	width: 100%;
	margin:2em 0;
	border-top: 1px solid #ccc;   /*table要素の「上」ボーダー */
	border-left: 1px solid #ccc;  /*table要素の「左」ボーダー */
	border-spacing:0;  /*セル同士の間隔 */
	table-layout: fixed; /*テーブル内幅を均等に */
	}
table.ecowin_comparison img{
	width: 90%;
	}
table.ecowin_comparison tr th {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
	
table.ecowin_comparison tr td {  /*「,」で区切って複数のセレクタを指定しています */
	border-bottom:1px solid #ccc; /*セルの「下」ボーダー */
	border-right: 1px solid #ccc; /*セルの「右」ボーダー */
	padding:0.5em;  /*セルのボーダーとテキストの間をあけて読みやすく */
	}
table.ecowin_comparison tr th {
	background: #c7ebc9;  /*th（見出し）だけ背景色を付けてます */
	white-space:nowrap; /*th（見出し）の折り返しを禁止 */
	}
table.ecowin_comparison caption {
	font-weight:bold;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.5em;
	text-align:left;
	color:#666;
	}
table.ecowin_comparison td {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 85%;
	}
table.ecowin_comparison td.kouzo {
	background: #fcfff5;
	text-overflow: ellipsis;
	font-size: 70%;
	}
table.ecowin_comparison tfoot tr {
	background: #86bd7e ;
	color:#000 ;
	}

/*ecowin_comparison：-クソ最悪ブラウザIEのみに適用する */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, 
	table.ecowin_comparison  {
		width: 60% ;
	}
}
/*ecowin_comparison：-小さい画面用 */
@media screen and (max-width:750px){
    .ecowin_comparison th,
    .ecowin_comparison td{
    width: 98%;
    display: auto;
    border-top: none;
	font-size: 80%;
    }
	.ecowin_comparison tr{
	font-size: 60%;
    }
  .ecowin_comparison tr:first-child th {
	  border-top: 1px solid #ddd; 
	}
}




/*news内のレイアウト設定 */
img.recruitnews {
	float:right;
	margin-right: 20px;
	margin-bottom: 5px;
	width:6vw;
		}

img.news {
	float:left;
	margin-right: 20px;
	margin-bottom: 10px;
		}

/*news内のレイアウト設定-画像をフル表示 */
img.news-full {
	width: 100vw ;
		}

/*news内のレイアウト設定-署名用テキスト一部右寄せ */
.news-sign {
	text-align: right ;
		}

.news_clear {
	clear: both;
}

/*news内のレイアウト設定-テキストリンク先アンダーライン削除 */
a.news_text {
	text-decoration: none;
}

/*news内のレイアウト設定：小さい画面用の設定 */
@media (max-width: 500px) {
    img.news {
	width: 100vw;
	}
}
@media (max-width: 500px) {
    img.recruitnews {
	margin-right: 0px;
	width: 20vw;
	}
}


/*news_topics内のレイアウト設定 */
.news_topics dl {
	padding: 1em 0 ;
	border-bottom: 1px solid #ccc;
}

.news_topics dt {
	padding-bottom: 0.2vh ;
}

.news_topics dd {
	padding-bottom: 0.2vh ;
}

.news_topics a {
    text-decoration: none ; /*リンク下線を消す */
}

/*news_topics内のレイアウト設定：小さい画面用の設定 */
@media screen and (max-width: 750px) {
.news_topics dt {
	clear: left;
	float: left;
	width: 10%;
}
.news_topics dd {
	margin-left: 30%;
}
}

/*注釈の小文字表示 */
span.title-sizedown{
	font-size: 80% ;
}

/*注釈の小文字表示 */
span.Cyusyaku{
	font-size: 70% ;
	line-height: 1.5em;
	display: block;
	text-decoration: none;
}
/*注釈の小文字表示:小さい画面用 */
@media (max-width: 750px) {
span.Cyusyaku{
	font-size: 90% ;
}
}

/*フロートオン左サイド*/
.float_on {
	float: left ;
	padding: 1em;
}

@media screen and (max-width: 750px) {
.float_on {
	width: 100%;
}
}


/*フロートクリア */
.float_none {
	clear: both;
}

/*追っかけページTOPボタンの装飾 */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 20px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #56bd7e; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンを丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #a1fcc7; /*マウスオーバー時の背景色 */
}

/* パソコンで表示する場合のCSS */
@media (min-width: 751px) {
#PageTopBtn {
    font-size: 1em; /*文字のサイズ */
}
#PageTopBtn a {
    width: 150% ; /*ボタンの幅 */
    padding: 24px 0 ; /*文字の配置場所の調整 */
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 750px) {
#PageTopBtn {
    font-size: 0.9em;
}
#PageTopBtn a {
    width: 140% ;
    padding: 20px 0;
	background: #14ad4f; /*ボタンの背景色 */
}
}

/*YouTubeなどの外部リンクサイトへの案内 */
.forecast{
	border: 5px solid #1BFF4A;
	padding: 5px 20px;
}

/*スマホで表示するYouTube画面を可変化 */
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*products製品別実績画面 */
.products-photobox{
	display: flex;
	flex-wrap: wrap;
}

.products-photo{
    width: 30%;
	margin: 0.1em ;
	border:0.1px solid #CCCCCC ;
	text-decoration: none;
}

/*products製品別実績画面スマホ */ 

@media (max-width: 750px) {
	.products-photobox {
		display: block ;
    }
	.products-photo{
		width: 98%;
	}
}

/*products製品別SN実績画面 */
.examplejump {
  background: #c7ebc9; /* 背景色 */
  padding: 0.2em 0.2em; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 30px; /* 角を丸くする */
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

/*products製品別実績画面スマホ */ 

@media (max-width: 750px) {
	.examplejump{
		font-size: 90%;
	}
}