﻿@charset "utf-8";
/* GWP LAST RUN 2021/10/27 09:05:11 AsisRootFontSize:16 TobeRootFontSize:16 */
/* CSS Document */
/* product common style */


/* ----------------Common---------------------- */
.tgw-core-freehtml a{ color:#000;}
/*a:visited {color:#0068B7;}*/
.tgw-core-freehtml a:link{ color:#000;}
.tgw-core-freehtml a:hover{ color:#2D98D0 !important; text-decoration:none;}
.tgw-core-freehtml a:visited{ color:#000;}

/* 青いリンクボタン 追加 */
.tgw-core-freehtml .main-content .bt-pagelink{
  display: inline-block;
  max-width: calc(100% - 30px);
  padding: 10px 15px;
  margin-bottom: 10px;
  text-align: center;
  /*background-color: rgba(0,104,183,0.85);*/
  background-color: #0068B7;
  color: #FFF!important;
  font-weight: bold;
  text-decoration: none;
}
.tgw-core-freehtml .main-content .bt-pagelink.sky_b {
  background-color: #eff4f8;
  color: #0367b3!important;
}

.tgw-core-freehtml .main-content .tc{text-align: center;}

@media only screen and (max-width: 768px) {

  .tgw-core-freehtml .contents-img, .tgw-core-freehtml .product-contents-img {
    /*height: calc(100vw / 1.8);*/
    height: calc(40vw + 10px);
}

  .tgw-core-freehtml .main-content .bt-pagelink{
    width: calc(100% - 30px);
  }
}

.tgw-core-freehtml .main-content .bt-pagelink > label{
  cursor: pointer;
  display: block;
}


@media only screen and (min-width: 769px) {
  
  .tgw-core-freehtml .main-content .bt-pagelink{width: 420px;}
  
  .tgw-core-freehtml .main-content .bt-pagelink:hover{
    background-color: #2261a4;
    text-decoration: underline;
  }
  .tgw-core-freehtml .main-content .bt-pagelink.sky_b:hover {
    background-color: #E2F2FF;
  }
  .tgw-core-freehtml .main-content .bt-pagelink:hover span::before{
    text-decoration: none;
  }
}

.tgw-core-freehtml .main-content a.bt-pagelink span{
  position: relative;
  padding-left: 1em;
}

.tgw-core-freehtml .main-content a.bt-pagelink span::before{
  font-family: FontAwesome;
  /*content: "\f0da ";*/
  content: "\f04b ";
  font-size: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 5px;
  display: block;
  padding-top: inherit;
  padding-bottom: inherit;
  
}

/* GWP comment out */
/* .tgw-core-freehtml .main-content a.bt-pagelink[target="_blank"]:after {
    position: relative;
    content: url(../../../common/image/icon_otherwindow_s.png);*//* GWP Path fix*//*
    display: inline;
    vertical-align: middle;
}
*/

/* END 青いリンクボタン 追加 */



/* ページ上部 ナビ */


.tgw-core-freehtml .main-content-innerwrap .page-nav-block{margin-bottom: 40px;}

.tgw-core-freehtml .main-content-innerwrap .page-nav-block ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  
}

.tgw-core-freehtml .page-nav-block ul .page-nav-list{
  display: block;
  box-sizing: border-box;
  background-color: #eee;
  width: 25%;
  height: 70px;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  margin-bottom: 0;
}

.tgw-core-freehtml .page-nav-block.column-6 ul .page-nav-list{width: 16.6%;}
.tgw-core-freehtml .page-nav-block.column-5 ul .page-nav-list{width: 20%;}
.tgw-core-freehtml .page-nav-block.column-4 ul .page-nav-list{width: 25%;}
.tgw-core-freehtml .page-nav-block.column-3 ul .page-nav-list{width: 33.3%;}
.tgw-core-freehtml .page-nav-block.column-2 ul .page-nav-list{width: 50%;}
.tgw-core-freehtml .page-nav-block.column-1 ul .page-nav-list{width: 100%;}

.tgw-core-freehtml #page-navi .page-nav-list{margin-bottom: 0;}

.tgw-core-freehtml .page-nav-block ul .page-nav-list:last-child{
  border-right: solid 1px rgba(255,255,255,0.00);
}

.tgw-core-freehtml .page-nav-block ul .page-nav-list a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  text-decoration: none;
  color: #0367b3;
  background-color: #eff4f8;
  box-sizing: border-box;
}

.tgw-core-freehtml .page-nav-block ul .page-nav-list a:hover{
  background-color: #E2F2FF;
  text-decoration: underline;
  color: #0367b3!important;
}

.tgw-core-freehtml .page-nav-block ul .page-nav-list a span {
    display: flex;
    padding: 10px 15px;
    position: relative;
    align-items: center;
    line-height: 1.4;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}



.tgw-core-freehtml .page-nav-block ul .page-nav-list a span::before {
    font-family: FontAwesome;
    content: "\f04b ";
    font-size: 0.5em;
    position: absolute;
    top: 50%;
    left: 0;
    padding-right: 5px;
    display: block;
    padding-top: inherit;
    padding-bottom: inherit;
    transform: translateY(-50%);
    height: 14px;
}

.tgw-core-freehtml .page-nav-block .page-nav-list.current a{
  /*color: #2D98D0;*/
  pointer-events: none;
  background-color: #E2F2FF;
}

.tgw-core-freehtml .page-nav-block ul .page-nav-list.current a span::before { display: none;}

@media screen and (max-width: 768px){
  .tgw-core-freehtml #page-navi ul{margin-left: 0; margin-right: 0;}
  .tgw-core-freehtml #page-navi.page-nav-block ul .page-nav-list{width: 50%; height: 50px;}
  .tgw-core-freehtml .page-nav-block ul .page-nav-list a span { line-height: 1.1; }
  
  .tgw-core-freehtml body.en-entransmission.bd-relay .bread_menu_content{ margin-bottom: 0; }
  
  .tgw-core-freehtml .main-content-innerwrap .page-nav-block { margin-bottom: 15px; }
}

/* products table (relay) */
.tgw-core-freehtml table.gr_fdsp_table {
  width: 100%;
  border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.6;
}
.tgw-core-freehtml table.gr_fdsp_table tr:nth-child(odd) {
  background: #F1F1F1;
}
.tgw-core-freehtml table.gr_fdsp_table th {
  background: #E1EAF5;
  padding: 10px 5px;
  border: 1px solid #CCCCCC;
  text-align: center;
}
.tgw-core-freehtml table.gr_fdsp_table td {
  padding: 5px;
  border: 1px solid #CCCCCC;
  text-align: center;
}

/*以下renewable-energy/product.cssから引用*/
.tgw-core-freehtml .scroll{
	margin-left:10px;
}
.tgw-core-freehtml .product_table{
	width:100%;
	border:1px solid #ccc;
}
.tgw-core-freehtml .product_table caption{
	display:none;
}
.tgw-core-freehtml .product_table th{
	background-color:#f5f5f5;
	border:1px solid #ccc;
	padding: 10px;
	font-size:88%;
	box-sizing:border-box;
	width: 20%;
}
.tgw-core-freehtml .product_table td{
	border:1px solid #ccc;
	padding: 10px;
	font-size:88%;
}

.tgw-core-freehtml .product_table thead th{
  background: #E1EAF5;
}
/*end*/

/* products link btn (relay) */
.tgw-core-freehtml .main-content-innerwrap .products-list-block{margin-bottom: 40px;}

@media screen and (max-width: 768px){
  .tgw-core-freehtml .main-content-innerwrap .products-list-block.sub-folder-nav{padding-top: 45px;}
}
@media screen and (min-width: 769px){
  .tgw-core-freehtml .main-content-innerwrap .products-list-block.sub-folder-nav{padding-top: 60px; margin-bottom: 0;}
}

.tgw-core-freehtml .main-content-innerwrap .products-list-block{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 5px 0 0;
}
.tgw-core-freehtml .products-list-block .products-list{
  display: block;
  box-sizing: border-box;
  width: 160px;
  height: auto;
  margin: 0 4px 10px;
  box-shadow: #ccc 0px 0px 5px;
}
.tgw-core-freehtml .products-list-block .products-list:nth-child(4n){
  margin: 0 0 10px 4px;
}

.tgw-core-freehtml .products-list-block .products-list a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
}
.tgw-core-freehtml .products-list-block .products-list a:hover{
  text-decoration: underline;
  color: #0367b3!important;
}

.tgw-core-freehtml .products-list-block .products-list.current a{
  text-decoration: none!important;
  color: #0367b3!important;
  pointer-events: none;
}

.tgw-core-freehtml .products-list-block .products-list.new-icon {
  position: relative;
}
.tgw-core-freehtml .products-list-block .products-list.new-icon a::before {
  content: "NEW";
  position: absolute;
  top: 7px;
  right: 7px;
  margin-left: 0;
  font-size: 0.75rem /* GWP OriginalValue|12.0|PX| */;
  color: #ff0000;
}

.tgw-core-freehtml .products-list-block .products-list img{
  width: auto;
  max-width: 75px;
}
.tgw-core-freehtml .products-list-block .products-list span{
  padding: 5px 0 0 0;
}

/*  ---------------------751px以上の処理------------------- */
@media screen and (min-width: 769px){

  /**/
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .title-l:first-child{
    padding-bottom: 5px;
    margin-bottom: 0!important;
  }

  /* tagの外枠 */
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .tag-area {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  /* tag */
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .tag-area .tag-text {
    margin-bottom: 10px;
  }

  /* slider */
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .slide{
    margin-bottom: 20px;
  }

  /* sliderの次の段落 */
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .slide + p:first-of-type{
    margin-bottom: 50px!important;
  }
/* div.gwp-ess-type-m-fix .main-content .title-m {margin: 50px 0 30px!important ;}*/
  /*
  div.gwp-ess-type-m-fix .main-content :not(.column_1) .title-s,
  div.gwp-ess-type-m-fix .main-content :not(.column_2) .title-s,
  div.gwp-ess-type-m-fix .main-content :not(.column_3) .title-s,
  div.gwp-ess-type-m-fix .main-content :not(.column_4) .title-s{margin: 30px 0 15px;}
  */
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .column_1,
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .column_2{
    margin-left: 30px;
    width: calc(100% - 30px);
    overflow: hidden;
  }
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .column_2 .column.ml {margin-left: 20px;}
  .tgw-core-freehtml div.gwp-ess-type-m-fix .main-content .column_2 .column :first-child{margin-top: 0!important;}
  
  /*
  div.gwp-ess-type-m-fix .main-content .column_1.content-img{
    box-sizing: border-box;
    padding: 0 30px;
  }
  */
  
  .tgw-core-freehtml .article-sec .bx-wrapper {
      -moz-box-shadow: 0 0 0 transparent;
      -webkit-box-shadow:  0 0 0 transparent;
      box-shadow:  0 0 0 transparent;
      border: 0;
      background: #fff;
  }
  
  .tgw-core-freehtml .article-sec .bx-wrapper li{margin-right: 10px; }
  .tgw-core-freehtml .article-sec .bx-wrapper li:last-child{margin-right: 0; }
  .tgw-core-freehtml .article-sec .bx-wrapper li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .tgw-core-freehtml .article-sec .bx-wrapper li a p{
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.50);
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0.5em;
    display: block;
    width: 100%;
    height: 5em;;
    text-align: justify;
  }
}

/*  ---------------------750px以下の処理------------------- */
@media screen and (max-width: 768px){
	.tgw-core-freehtml .underpages-lists,
	.tgw-core-freehtml .mb-llll {
		margin:auto 20px;
		font-size:0.9375rem /* GWP OriginalValue|15.0|PX| */;
	}
	.tgw-core-freehtml .text-m{
		font-size:0.9375rem /* GWP OriginalValue|15.0|PX| */;
	}
  .tgw-core-freehtml .mb-llll.mRL0{
    margin-right: 0;
    margin-left: 0;
  }
	.tgw-core-freehtml .column.ml.mov{text-align:center;}
	.tgw-core-freehtml video {
		width:96%;
		max-width:640px;
		margin:0 auto;
	}
  
  /* products link btn (relay) */
  .tgw-core-freehtml .products-list-block .products-list{
    display: block;
    width: 100%;
  }
  .tgw-core-freehtml .products-list-block .products-list:nth-child(4n){
    margin: 0 4px 10px;
  }

  .tgw-core-freehtml .products-list-block .products-list a{
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left;
    padding: 0;
  }
  .tgw-core-freehtml .products-list-block .products-list.new-icon a::before{
    top: 2px;
    font-size: 0.625rem /* GWP OriginalValue|10.0|PX| */;
  }
  .tgw-core-freehtml .products-list-block .products-list img{
    width: 60px;
    max-height: 60px;
    margin: 5px 10px 5px 5px;
  }
  .tgw-core-freehtml .products-list-block .products-list span{
    padding: 14px 0 14px 0;
  }
/*end*/

}

/* リストのアキ調整 */
@media screen and (min-width: 769px){
  .tgw-core-freehtml #product.main-content li p,.tgw-core-freehtml #relay.main-content li p{margin-bottom: 0;}
  
}

  .tgw-core-freehtml #product.main-content .column_2 .column .fa-ul{
    margin-left: 0;
    padding-left: 0;
  }

  .tgw-core-freehtml #product.main-content .column_2 .column .fa-ul li{padding-left: 0; margin-left: 0;}

/* 仕切り線 */
.tgw-core-freehtml .div_underline {
  padding-bottom: 30px;
  border-bottom: 2px solid #ccc;
}


