@charset 'UTF-8';

/* GWP LAST RUN 2022/02/11 19:53:29 AsisRootFontSize:16 TobeRootFontSize:16 */
/* customfield press & topics */
/*@import url("/common/css/common/custom_field.css");*/


/* ----------------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{display: block;}

/* common化したい */
.tgw-core-freehtml .sp{
	display: none;
}
.tgw-core-freehtml .sp-only {display:none;}

.tgw-core-freehtml .sp_480_only{display: inline;}

.tgw-core-freehtml .navigation-sitemap .category-list .parent a{
	color: #000;
}
.tgw-core-freehtml .sidenav {
    max-width: 960px !important;
    margin: 0 auto;
    background-color:white;
}

/* GWP migration fix --start-- */
.tgw-core-freehtml .sidenav .inner-wrap{width: 100%; overflow: hidden; box-sizing: border-box;} /* GWP 245px⇒100% */
/* GWP migration fix --end-- */

.tgw-core-freehtml .header-g-nav-wrap{display:none;}
.tgw-core-freehtml .sidenav {
	padding:20px 0 0 0;
	background-color: white;
}

/*  --------------------- 間隔調整 -------------------- */
.tgw-core-freehtml .main-content .pb0{padding-bottom: 0;}
.tgw-core-freehtml .main-content .pb5{padding-bottom: 5px;}
.tgw-core-freehtml .main-content .pb10{padding-bottom: 10px;}
.tgw-core-freehtml .main-content .pb15{padding-bottom: 15px;}
.tgw-core-freehtml .main-content .pb20{padding-bottom: 20px;}
.tgw-core-freehtml .main-content .pb30{padding-bottom: 30px;}

/* ---------------- 下margin 調整 ---------------------- */
.tgw-core-freehtml .main-content .mb0{margin-bottom: 0;}
.tgw-core-freehtml .main-content .mb5{margin-bottom: 5px;}
.tgw-core-freehtml .main-content .mb10{margin-bottom: 10px;}
.tgw-core-freehtml .main-content .mb15{margin-bottom: 15px;}

/* SP専用追加 */
@media screen and (max-width: 768px){
  .tgw-core-freehtml .main-content .SpOnly-mb10{margin-bottom: 10px;}
  .tgw-core-freehtml .main-content .SpOnly-mb15{margin-bottom: 15px;}
}


/* ---------------- END 下margin 調整 ---------------------- */
@media screen and (min-width: 769px){
/*  ---------------------追随メニュー-------------------- */
  .tgw-core-freehtml #portamento_container {
    float:right; 
    position:relative;
    /* width: 240px!important; GWP comment out */
  }
  
  .tgw-core-freehtml .navigation-side ul .parent a {
    box-sizing: border-box;
    width: 100%;
  }
  
  
  .tgw-core-freehtml #portamento_container .about.active {
    float:none; 
    /*position:absolute;*/
    position: static;/* 100%以下でスクロールバーが表示されるバグフィックス */
    max-width: 220px;
  }
  /* GWP comment out .tgw-core-freehtml #portamento_container .about.active.fixed {position:fixed;} */

}

/*  ---------------------750px以下の処理------------------- */
@media screen and (max-width: 768px){

	.tgw-core-freehtml .pc	{
		display: none;
	}
	.tgw-core-freehtml .sp{
		display: block;
	}
	.tgw-core-freehtml .sp-only {display:block;}
	.tgw-core-freehtml .new-line{
		display: block;
	}
}

/*  ---------------------END 750px以下の処理------------------- */


/* ----------------KeyVisual---------------------- */
.tgw-core-freehtml .contents-img,
.tgw-core-freehtml .product-contents-img {
	position:relative;
	height:405px;
}


@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 .kv-catch{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 10%; 
}
.tgw-core-freehtml .kv-catch-title{
  color: #fff;
	display: block;
	font-size: 1.625rem /* GWP OriginalValue|26.0|PX| */;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}
.tgw-core-freehtml .kv-catch-text{
  color: #fff;
	display: block;
	font-size: 1.625rem /* GWP OriginalValue|26.0|PX| */;
	font-weight: bold;
	padding: 10px;
	text-align: left;
/*	text-shadow: 1px 1px 8px #000;*/
	width: 940px;
	line-height:1.4;
}

.tgw-core-freehtml .kv-comment-text{
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
}

.tgw-core-freehtml .kv-catch-text.black{color: #000;}

.tgw-core-freehtml .kv-comment-text.black-white{
  background-color: rgba(0,0,0,0.9);
  font-size: 75%;
  padding: 1ex;
}


.tgw-core-freehtml .clearText{display:none;}
/* ----------------sidenav---------------------- */
.tgw-core-freehtml .contents.sidenav .main-content{
	display: block;
	width: auto;
	/*min-height: 700px;*/
	margin-left: auto !important;/* GWP fix 250px⇒auto !important */
}
.tgw-core-freehtml .contents .main-content{
	width: auto;
	min-width: 590px;
}

/* GWP migration fix */
/* メインコンテンツ幅700px⇒960px */
.tgw-core-freehtml .sidenav .main-content-innerwrap{
	max-width: 960px !important;
}
/* GWP migration fix */
/* メインコンテンツPC時のみ左右余白付与 */
@media only screen and (min-width: 769px) {
	.tgw-core-freehtml .sidenav .main-content-innerwrap {
		box-sizing: border-box;
		padding: 65px 10px !important;
	}
}


/* GWP migration fix --start-- */
/* 日付コンテンツの配置を左から上へ変更 */
.tgw-core-freehtml .navigation-side {
  font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
  float: none; /* GWP left⇒none */ 
  max-width: 100%; /* GWP 245px⇒100% */
  margin: 0; /* GWP 59px 5px 0 0⇒0 */
  text-align: right; /* GWP add */
  line-height: 1; /* GWP add */
  /*overflow-x: hidden;*/
}
/* GWP migration fix --end-- */
.tgw-core-freehtml .sidenav .main-content-innerwrap.pb0{
	padding-bottom: 0;
	border-bottom: none;
}

/*  ----------------------コンテンツ部分----------------------  */
.tgw-core-freehtml .main-content-innerwrap{
	padding: 65px 0;
}
.tgw-core-freehtml .main-content-innerwrap.pb0{
	padding-bottom: 0;
	border-bottom: none;
}
.tgw-core-freehtml .contents .main-content.top{
	width: 100%;
	min-width: 0;
}
.tgw-core-freehtml .main-content-lead{
	font-size: 1.3125rem /* GWP OriginalValue|21.0|PX| */;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 55px;
	padding: 35px 30px;
	text-align: center;
	letter-spacing: 0.0625rem /* GWP OriginalValue|1.0|PX| */;
	color: #4c4c4c;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}


/* ---------------- title上部のナビ ---------------------- */


.tgw-core-freehtml .page-nav-block{margin-bottom: 40px;}

.tgw-core-freehtml #page-navi nav > ul{ padding: 0; }

.tgw-core-freehtml .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 ul .page-nav-list.small-text span{font-size: 0.625rem /* GWP OriginalValue|10.0|PX| */; max-width: 86%;}



.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{
  position: relative;
  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; }
}


/* ---------------- END title上部のナビ ---------------------- */





/* ----------------title---------------------- */
.tgw-core-freehtml #about-title {
	max-width:960px;
	width:100%;
	margin:0px auto;
	padding:20px 0;
	text-align:center;
	font-size:1.5625rem /* GWP OriginalValue|25.0|PX| */;
	line-height:1.5em;
	border-top:1px solid #231815;
	border-bottom:1px solid #231815;
}

.tgw-core-freehtml .about-read-txt {
	max-width:960px;
	width:100%;
	margin:30px auto;
	line-height:1.5em;
	text-align: left;
  font-size:1rem /* GWP OriginalValue|16.0|PX| */;
}
.tgw-core-freehtml .about-read-txt br{
	display:none;
}

.tgw-core-freehtml .about-read-txt.tc {
	max-width:960px;
	width:100%;
	margin:30px auto;
	line-height:1.5em;
	text-align: center;
  font-size:1rem /* GWP OriginalValue|16.0|PX| */;
}

.tgw-core-freehtml .about-read-txt.tc br{
	display: inline;
}


.tgw-core-freehtml .title-l{
	font-size: 1.5rem /* GWP OriginalValue|24.0|PX| */;
	font-weight: bold;
	padding-bottom: 25px;
	letter-spacing: .05em;
	color: #4c4c4c;
	border-bottom: 1px solid #d1d1d1;
	line-height:1.4;
  text-align: left;
}

.tgw-core-freehtml .title-l + :not(.slide):first-of-type{margin-top: 28px;}








@media screen and (min-width: 769px){
  .tgw-core-freehtml .title-l + :not(.slide):first-of-type p {margin-left: 0!important;}
}

.tgw-core-freehtml .title-m{
	font-size: 1.375rem /* GWP OriginalValue|22.0|PX| */;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 26px;
	letter-spacing: .05em;
	color: #0068B7;
	border-left: 4px solid #0068B7;
	margin-top: 40px;
	text-align: left;
}
.tgw-core-freehtml .title-s{
	font-size: 1.125rem /* GWP OriginalValue|18.0|PX| */;
	font-weight: bold;
	color:#0068B7;
	margin: 10px 0;
	text-align: left;
}
.tgw-core-freehtml .title-m,
.tgw-core-freehtml .section table{
	margin: 25px 0 10px;
}
/* 追加 */
.tgw-core-freehtml .nav-parent-title{padding: 0.5em 1em;}

.tgw-core-freehtml .figure.imgC{
	margin-left: 0;
	margin-right: 0;
}
.tgw-core-freehtml .word-break{
	word-break: break-all;
}
/* youtube用 */
.tgw-core-freehtml .video_tube{
	width: 100%;
	height: 395px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border: none;
	background-color: transparent;
}



/* ----------------fontstyle---------------------- */
.tgw-core-freehtml .fw_b{
	font-weight: bold;
}
/* 20200611 追加*/
.tgw-core-freehtml span.blue-text{
	color: #0068B7;
}
/* 20210618 追加*/
.tgw-core-freehtml .new-text::after {
	content: "NEW";
	display: inline-block;
	margin-left: 10px;
	color: #ff0000;
}
/***使用ページなし***/
.tgw-core-freehtml .lists-definition{
	font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
	line-height: 1.75;
	color: #555;
}
.tgw-core-freehtml .lists-definition > *:first-child{
	margin-top: 0;
}
.tgw-core-freehtml .lists-definition.small dt{
	font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
	color: #4c4c4c;
}
.tgw-core-freehtml .lists-definition.small dd{
	font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
	line-height: 1.5;
}
.tgw-core-freehtml .lists-definition.small dd ul{
	font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
	line-height: 1.5;
}
.tgw-core-freehtml .lists-definition.small dd ul li{
	padding-left: 15px;
}
.tgw-core-freehtml .lists-definition.small dd ul li ul{
	font-size: 0.75rem /* GWP OriginalValue|12.0|PX| */;
}
.tgw-core-freehtml .lists-definition.small dd ul li ul li{
	padding-left: 0;
}
.tgw-core-freehtml .lists-definition dt{
	margin-top: 25px;
	/** color: #0068B7; **/
	font-weight: bold;
}
.tgw-core-freehtml .lists-definition dd{
	margin-bottom: 10px;
	margin-left: 1em;
}
/****ここまで****/


/***/
.tgw-core-freehtml .lists-definition.small dt{
	font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
}
.tgw-core-freehtml .lists-definition.small dd{
	font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
}
.tgw-core-freehtml .lists-definition.small dd ul li ul{
	font-size: 0.75rem /* GWP OriginalValue|12.0|PX| */;
}
.tgw-core-freehtml .lists-definition.small dd ul{
	font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
}
.tgw-core-freehtml .lists-definition.small .lists-disc li:before{
	top: 6px;
}
.tgw-core-freehtml .lists-definition{
	font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
}



/* ----------------3段カラム---------------------- */
.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .thumbnail{
	height: 190px;
	background-position: center;
	background-size: cover;
}
.tgw-core-freehtml .underpages-lists .list .thumbnail{
	background-color: #006eb8;
}

.tgw-core-freehtml .underpages-lists.underpages-lists__arrow{
	padding: 0;
}
.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list{
	width: 32%;
}
.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list:nth-child(3n+1){
	clear: both;
	margin: 0;
}
.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list:nth-child(3n+2){
	clear: none;
	margin: 0 2%;
}
.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list:nth-child(3n){
	clear: none;
	margin: 0;
}
.tgw-core-freehtml .underpages-lists .list{
	float: left;
	box-sizing: border-box;
}
.tgw-core-freehtml .underpages-lists .list a{
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
	color: #004e99;
}
.tgw-core-freehtml .underpages-lists .list a .content .hover-white{
	transition: all 250ms;
}
.tgw-core-freehtml .underpages-lists .list a:hover img{
	opacity: .75;
}
.tgw-core-freehtml .underpages-lists .list a:hover .content .hover-white{
	color: #fff;
}
.tgw-core-freehtml .underpages-lists .list .thumbnail{
	background-color: #006eb8;
}
.tgw-core-freehtml .underpages-lists .list img{
	width: 100%;
	max-width: 100%;
	transition: all 250ms;
}
.tgw-core-freehtml .underpages-lists .list .content{
	line-height: 1.25;
	position: relative;
	transition: all 250ms;
}
.tgw-core-freehtml .underpages-lists .list .content i{
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 1em;
	height: 1em;
	margin: auto auto auto -14px;
}
.tgw-core-freehtml .underpages-lists .list .content i.icon{
	margin: auto auto auto 5px;
}
.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .content .memo{
	font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
	transition: all 250ms;
	color: #000;
}




/**************** flex layout ******************/

/* 製品LP用追加レイアウト */
.tgw-core-freehtml .main-content .flex-layout{ display: flex; }
.tgw-core-freehtml .main-content .flex-layout.flex-wrap{ flex-wrap: wrap;}
.tgw-core-freehtml .main-content .flex-layout.justify-between{ justify-content:space-between;}
.tgw-core-freehtml .main-content .flex-layout.align-stretch{ align-items:stretch;}
.tgw-core-freehtml .main-content .flex-layout.align-stretch{ align-content:flex-start;}
.tgw-core-freehtml .main-content .flex-layout.flex-3column > *{
  box-sizing: border-box;
  width: calc( 33.3% - 13.3px);
  margin-bottom: 20px;
}
.tgw-core-freehtml .main-content .flex-layout.flex-2column > *{
  box-sizing: border-box;
  width: calc( 50% - 10px);
  margin-bottom: 20px;
}
.tgw-core-freehtml p.blue-box{
  height: 60px;
  background-color: #00a0e9;
  color: #FFF;
  font-size: 1.125rem /* GWP OriginalValue|18.0|PX| */;
  font-weight: bold;
}

html[lang="en"] .tgw-core-freehtml p.blue-box{
  height: auto;
  min-height: 75px;
  font-size: 1.125rem /* GWP OriginalValue|18.0|PX| */;
  line-height: 1.3;
  padding: 3px 3px 8px;
}



.tgw-core-freehtml .flex-layout p.blue-box{
  display: flex;
  align-content:center;
  align-items: center;
  justify-content:center;
  margin-left: 0!important;
  margin-right: 0!important;
}



/****************カラムテキスト＋写真******************/

.tgw-core-freehtml .column_1,
.tgw-core-freehtml .column_2,
.tgw-core-freehtml .column_3{
  overflow-y: hidden;
}

.tgw-core-freehtml .column.bg-none{
	background: none;
}

@media screen and (max-width: 768px){
.tgw-core-freehtml .column .content-img img{height: auto;}
}

.tgw-core-freehtml .column.content-img .column{
	padding: 0;
	border: none;
}
.tgw-core-freehtml .column_1{
	width: 100%;
	box-sizing:border-box;
}
.tgw-core-freehtml .column_1.content-img .column{
	padding: 0;
	border: none;
}
.tgw-core-freehtml .column_2:after{
	display: table;
	clear: both;
	content: '';
}
.tgw-core-freehtml .column_2 .column{
  float: left;
  /* width: 49.166666666666664%; */
  width: calc( 50% - 10px );
  
}
.tgw-core-freehtml .column_2 .column.ml{
	margin-left: 1.6666666666666667%;
}
.tgw-core-freehtml .column_2 .column img{
	width: 100%;
}
.tgw-core-freehtml .column_2.no_mb .column{
	margin-bottom: 0;
}
.tgw-core-freehtml .column_2.content-img.margin-l .column{
	width: 47%;
}
.tgw-core-freehtml .column_2.content-img.margin-l .column img{
	width: 100%;
	height:auto;
}
.tgw-core-freehtml .column_2.content-img.margin-l .column.ml{
	margin-left: 6%;
}
.tgw-core-freehtml .column_2.content-img .column{
	padding: 0;
	border: none;
}
.tgw-core-freehtml .column_3.content-img .column{
	padding: 0;
	border: none;
}
.tgw-core-freehtml .column_3:after{
	display: table;
	clear: both;
	content: '';
}
.tgw-core-freehtml .column_3 .column{
	float: left;
	width: 32.2%;
}

.tgw-core-freehtml .column_3 .column.ml{
	margin-left: 1.6666666666666667%;
}
.tgw-core-freehtml .column_4:after{
	display: table;
	clear: both;
	content: '';
}
.tgw-core-freehtml .column_4 .column{
	float: left;
	width: 23.75%;
}
.tgw-core-freehtml .column_4 .column.ml{
	margin-left: 1.6666666666666667%;
}
.tgw-core-freehtml .column_flex{
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	display:		 flex;
	-webkit-justify-content: space-between;
	/* Safari */
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.tgw-core-freehtml .column_flex .item{
	display: block;
	padding: 10px;
	background-color: #f2f2f2;
}




/* カスタムフィールド　共通 */


.tgw-core-freehtml table.normal-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.normal-table.auto {
	width: auto;
}
.tgw-core-freehtml table.normal-table thead th {
	background: #E1EAF5;
}
.tgw-core-freehtml table.normal-table th {
	background: #F1F1F1;
}
.tgw-core-freehtml table.normal-table thead th,
.tgw-core-freehtml table.normal-table th,
.tgw-core-freehtml table.normal-table td {
	padding: 5px;
}
.tgw-core-freehtml table.normal-table th,
.tgw-core-freehtml table.normal-table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.tgw-core-freehtml table caption{
  display: none;
}

/*

年表崩れ防止

*/

.tgw-core-freehtml table tr .cell-year{width: 5em; text-align: center;}



/*
  募集要項で仕様する「：」対応のフォーマット
　疑似テーブル

*/
.tgw-core-freehtml .mock-table{display: table; table-layout: fixed}
.tgw-core-freehtml .mock-table .mock-tb-row{display: table-row;}
.tgw-core-freehtml .mock-table .tb-cell{
  display: table-cell;
  box-sizing: border-box;
  padding: 0.5em;
}
          
.tgw-core-freehtml .requirements{
  overflow: hidden;
}
          
.tgw-core-freehtml .mock-table .tb-column-left{
  position: relative;
  padding-right: 2em;
  width: 100px;
}

/* 左が長い場合 */
.tgw-core-freehtml .mock-table.lc-150 .tb-column-left{
  position: relative;
  padding-right: 1em;
  width: 150px;
}

.tgw-core-freehtml .mock-table.disc .tb-column-left::before{
  content:"●" ;
  margin-right: 1ex;
}

         
.tgw-core-freehtml .tb-column-left::after{
  content: "：";
  position: absolute;
  right: 0;
}

.tgw-core-freehtml .mock-table .tb-column-right{
  text-align: justify;
}



/*
　END
  募集要項で仕様する「：」対応のフォーマット
　疑似テーブル

*/



/* END カスタムフィールド共通 */


/* トピックス・プレスリリースの関連記事 */
.tgw-core-freehtml #related-post-block .bx-wrapper {
  /* 余計な効果を外す */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.tgw-core-freehtml #related-post-block .bx-wrapper li{
  width: calc( (268px * 3) / 3 )!important  ;
  margin-right: 10px;
}

.tgw-core-freehtml #related-post-block .bx-wrapper li:last-child{
  margin-right: 0;
}

.tgw-core-freehtml #related-post-block .bx-wrapper li a{display: block;}

.tgw-core-freehtml #related-post-block .bx-wrapper li .related-post-contents{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  background: linear-gradient(to bottom,rgba(48,48,48,0.9),rgba(48,48,48,0.7),rgba(48,48,48,0.2),rgba(0,0,0,0));
  /*
  background-color: rgba(0,0,0,0.50);
  color: #FFF;
  display: block;
  font-weight: bold;
  width: 100%;
  height: 70px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  */
  
}
@media screen and (min-width: 769px){
  .tgw-core-freehtml #related-post-block .bx-wrapper li a:hover .related-post-contents{
    /*background-color: rgba(0,0,0,0.5);*/
    background: linear-gradient(to bottom,rgba(48,48,48,0.5),rgba(48,48,48,0.3),rgba(48,48,48,0.1),rgba(0,0,0,0));
    background-color: rgba(255,255,255,0.3);
    transition: all 500ms;
  }
}

.tgw-core-freehtml .related-post-caption {
  color: #FFF;
  margin-bottom: 10px;
  font-size: 1.125rem /* GWP OriginalValue|18.0|PX| */;
  line-height: 1.6em;
  /*font-weight: bold;*/
  text-shadow: 1px 1px 4px #000;
}

.tgw-core-freehtml #related-post-block .bx-wrapper li a{text-decoration: none;}

@media screen and (max-width: 768px){
  .tgw-core-freehtml #related-post-block{text-align: center;}
  .tgw-core-freehtml #related-post-block .art-text{text-align: left;}
  .tgw-core-freehtml #related-post-block .bx-wrapper{display: inline-block; text-align: left;}
  .tgw-core-freehtml #related-post-block .bx-wrapper li a{text-decoration: none!important;}
  .tgw-core-freehtml #related-post-block .bx-wrapper li a:hover{text-decoration: none!important;}
  
}




@media screen and (min-width: 769px){
.tgw-core-freehtml .main-content-innerwrap > p{margin-left: 30px;}
.tgw-core-freehtml .main-content .slide + p:first-of-type{margin: auto 0!important;}
.tgw-core-freehtml .main-content .column{text-align: justify;}
/*.main-content .column span{text-align: left;}*/

.tgw-core-freehtml .main-content .main-content-innerwrap > div[class^="ml-"]{margin-left: 0;}
.tgw-core-freehtml .main-content > .ml-s:not(.column) {margin-left: 0!important;}
.tgw-core-freehtml .main-content .main-content-innerwrap div:not([class^="column"]) p{margin-left: 30px;}
.tgw-core-freehtml .main-content .main-content-innerwrap .tag-area p{margin-left: 0!important;}
.tgw-core-freehtml .main-content .main-content-innerwrap div:not([class^="column"]) .title-s{margin-left: 30px!important;}
.tgw-core-freehtml .main-content .main-content-innerwrap div:not([class^="column"]) .title-xs{margin-left: 30px!important;}
 
.tgw-core-freehtml .main-content .main-content-innerwrap div:not([class^="column"]) .title-s{margin-left: 30px!important;}
  
.tgw-core-freehtml .main-content .main-content-innerwrap div[class^="column"] div:not([class^="column"]) .title-s{margin-left: 0!important;}
.tgw-core-freehtml .main-content .column p{margin-left: 0!important;}
.tgw-core-freehtml .main-content .column .title-s{margin-left: 0!important;}
.tgw-core-freehtml .main-content [class^="column_"] > p{margin-bottom: 10px;}
.tgw-core-freehtml .main-content [class^="column_"] :not([class^="column"]) p{margin-bottom: 10px;}
.tgw-core-freehtml .main-content [class^="column_"] :not([class^="column"]) p:last-child{margin-bottom: 20px;}
.tgw-core-freehtml .main-content .main-content-innerwrap :not([class^="column"]) .imgC{margin-left: 30px;}
.tgw-core-freehtml .main-content li p{margin-left: 0!important;}
.tgw-core-freehtml .main-content ul {padding-left: 1em;}
.tgw-core-freehtml .main-content ol {padding-left: 1em;}
.tgw-core-freehtml .main-content .main-content-innerwrap > figure {margin-left: 30px;}
.tgw-core-freehtml .main-content .main-content-innerwrap .nav-btn{padding-left: 0!important;}
/*.main-content .main-content-innerwrap ul.fa-ul{padding-left:0; margin-left: 0;}*/
.tgw-core-freehtml .main-content .main-content-innerwrap .no_mb > p{margin-left: 0;}
.tgw-core-freehtml .main-content .main-content-innerwrap :not([class^="column"]) > ul:not([class^="lists"]) li {margin-bottom: 15px;}
.tgw-core-freehtml .main-content .main-content-innerwrap :not([class^="column"]) > ul li p{padding-left: 1em;}
.tgw-core-freehtml body:not(.bd-archives) .main-content .main-content-innerwrap :not([class^="column"]) > ul li p::first-letter{margin-left: -1em!important;}
.tgw-core-freehtml .main-content .main-content-innerwrap :not([class^="column_"]) .column{margin-left: 0;}
.tgw-core-freehtml .main-content .column_3 .column:nth-of-type(3n-1),
.tgw-core-freehtml .main-content .column_3 .column:nth-of-type(3n){margin-left: 10px;}
.tgw-core-freehtml .main-content .column_2 .column:nth-of-type(2n){margin-left: 20px;}
  
  .tgw-core-freehtml .main-content .column_1,
  .tgw-core-freehtml .main-content .column_2,
  .tgw-core-freehtml .main-content .column_3{margin-bottom: 30px!important}
  
  .tgw-core-freehtml .main-content .main-content-innerwrap > .column_1,
  .tgw-core-freehtml .main-content .main-content-innerwrap > .column_2,
  .tgw-core-freehtml .main-content .main-content-innerwrap > .column_3{
    margin-left: 30px;
    width: calc(100% - 30px);
    overflow: hidden;
  }
  

  
  
  .tgw-core-freehtml .main-content .main-content-innerwrap > .title-m{margin: 50px 0 30px!important ;}
  .tgw-core-freehtml .main-content .main-content-innerwrap div[class^="column_"] .title-m{margin: 0 0 30px!important ;}
  
  
.tgw-core-freehtml .main-content [class^="column_"] > .title-s:first-child{margin: 0 0 15px!important;}
.tgw-core-freehtml .main-content [class^="column_"] > .title-s:not(:first-child){margin: 30px 0 15px!important;}
  
  .tgw-core-freehtml .main-content [class^="column_"] > .title-s:not(:first-child){margin: 30px 0 15px!important;}
  
  .tgw-core-freehtml .main-content .main-content-innerwrap .column_2 .column > .title-s{margin-left: 0!important;}

  
  
  
/* 共通 */
.tgw-core-freehtml .main-content [class^="column_"] .scroll{margin-left: 0!important;}
.tgw-core-freehtml .main-content [class^="column_"] ul.fa-ul li > p{margin-bottom: 0!important;} 
.tgw-core-freehtml .main-content [class^="column_"] ul.fa-ul > li {
  padding-left: 20px;
  margin-bottom: 0!important;
}

/** ボタン **/
.tgw-core-freehtml .gray_btn{
  background-color:#CCCCCC;
  padding:10px 20px;
  font-weight: bold;
}
.tgw-core-freehtml .gray_btn:link{
  text-decoration: none;
  color: #000;
}
.tgw-core-freehtml .gray_btn:hover{
  opacity:0.8;
}

  
  /* 研究開発 */
.tgw-core-freehtml .main-content [class^="column_"]{margin-left:30px;}
.tgw-core-freehtml .main-content [class^="column_"] > .title-s{margin-left:0;}
.tgw-core-freehtml .main-content [class^="column_"] > p{margin-left:0;}
.tgw-core-freehtml .main-content [class^="column_"] .column > p{margin-bottom:20px;}
  
.tgw-core-freehtml .main-content [class^="column_"] > p{margin-bottom:20px;}  
  

.tgw-core-freehtml body.bd-rd .main-content [class^="column_"] > p:last-of-type{margin-bottom: 0!important;} 
.tgw-core-freehtml .main-content [class^="column_"] > p.normal{margin-bottom: 15px!important;} 

.tgw-core-freehtml .contents.sidenav .contents-full [class^="column_"]{
  margin-left:30px;
  width: calc(100% - 30px);
}
  
  .tgw-core-freehtml .contents.sidenav .contents-full:last-of-type{padding-bottom: 65px;}
  
  
.tgw-core-freehtml body.bd-rd .main-content .main-content-innerwrap div:not([class^="column"]){margin-left: 25px;}
.tgw-core-freehtml .page .main-content .main-content-innerwrap .slide{margin-left:0px!important;}

  /* 共通UL */
  .tgw-core-freehtml .main-content .left-fit-space{margin-left: 0!important; padding-left: -5px!important;}
  .tgw-core-freehtml .main-content .bracketNumber{
    margin-left: 0;
    margin-bottom: 5px !important;
    padding-left: 25px;
    counter-increment: section;
    box-sizing: padding-box;
    position: relative;
    line-height: 1.7;
    font-size: 93%;
  }
  .tgw-core-freehtml .main-content .bracketNumber::before {
    content: "（" counter(section) "）";
    position: absolute;
    left:-5px;
  }
  

  .tgw-core-freehtml body.bd-rd .main-content .main-content-innerwrap :not([class^="column"]) > div,
  .tgw-core-freehtml body.bd-rd .main-content .main-content-innerwrap :not([class^="column"]) > .title-s,
  .tgw-core-freehtml body.bd-rd .main-content .main-content-innerwrap :not([class^="column"]) > .title-xs,
  .tgw-core-freehtml body.bd-rd .main-content .main-content-innerwrap :not([class^="column"]) > ul,
  .tgw-core-freehtml body.bd-rd .main-content .main-content-innerwrap :not([class^="column"]) > p{margin-left: 0!important;}
  .tgw-core-freehtml body.bd-rd .main-content .main-content-innerwrap :not([class^="column"]) > div p{margin-left: 0!important;}
  
  
  /* 実績 */
  .tgw-core-freehtml body.en .g_base_image_area .g_base_status {
    padding: 10px 10px;
    line-height: 1em;
    font-size: 1em;
    min-width: 50px;
    width: auto;
    height: auto;
    text-align: left;
  }
  
  
  /* トピックス */
  /* GWP migration fix セレクタ変更body.topics⇒div.gwp-ess-topics-ml-fix --start-- */
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .title-s,.tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .title-xs{margin-left:30px;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .section_fix figure{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .section_fix figure figcaption{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .section_fix p{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .section_fix img{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .column_2{margin-left:30px;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .column_2 > .title-s,
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .column_2 > .title-xs{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .column_2 > .title-m{margin-left:-30px;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .section_fix{margin-left: 30px;}
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .section_fix div{margin-left: 0!important;} 
  .tgw-core-freehtml div.gwp-ess-topics-ml-fix .main-content .section_fix .has_frame iframe{max-width: 100%!important;}
  /* GWP migration fix セレクタ変更body.topics⇒div.gwp-ess-topics-ml-fix --end-- */
  

  /* CSR FIX */
  .tgw-core-freehtml .main-content .main-content-innerwrap .img-box,
  .tgw-core-freehtml .main-content .main-content-innerwrap .img-box02,
  .tgw-core-freehtml .main-content .main-content-innerwrap .img-box03{
    margin-left: 30px;
    width: calc( 100% - 30px );
    overflow: hidden;
  }
  
  /* press */
  .tgw-core-freehtml div.gwp-ess-bd-info-document-fix .main-content .section_fix{margin-left: 30px; width: calc( 100% - 30px ); overflow: hidden;}
  .tgw-core-freehtml div.gwp-ess-bd-info-document-fix .main-content .section_fix figure figcaption{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-bd-info-document-fix .main-content .section_fix p{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-bd-info-document-fix .main-content .section_fix img{margin-left:0;}
  .tgw-core-freehtml div.gwp-ess-bd-info-document-fix .main-content .main-content-innerwrap #articleArea > h4{margin-left: 30px!important;}
  .tgw-core-freehtml div.gwp-ess-bd-info-document-fix .main-content .section_fix .video_tube { width: 100%;}
  
  /* 社長メッセージ */
  .tgw-core-freehtml body.bd-msg .main-content .message-box > p{margin-left: 0;}
  
  
  /* 環境活動 FIX */
  .tgw-core-freehtml .main-content .message-box > table,
  .tgw-core-freehtml .main-content .message-box > figure{margin-left: 30px;}
  .tgw-core-freehtml .main-content .basis{margin-left: 30px;}
  .tgw-core-freehtml .main-content .basis .basis-inner .basis-text{padding-left: 10px;}
  .tgw-core-freehtml body.bd-env .main-content .message-box > ol {margin-left: 30px;}
  
  /* 拠点情報 */
  .tgw-core-freehtml .main-content .cell-list{margin-left: 30px; width: calc( 100% - 30px );}
  .tgw-core-freehtml .main-content .cell-list .list > p{margin-left: 10px!important;}
}


/* トピックスの追加 2019-01-21 */

.tgw-core-freehtml .main-view-area{margin: 0; padding: 0; display: block;}


.tgw-core-freehtml .gwp-ess-post-page-fix.contents-outer-wrap.full-screen-mode .fix-view{ /* GWP fix #post⇒gwp-ess-post-page-fix */
  position: static;
}

.tgw-core-freehtml .fix-info-block a.bt-info-pagelink,
.tgw-core-freehtml .info-block a.bt-info-pagelink{
  display: block;
  box-sizing: border-box;
  margin: auto;
  padding: 0.8em 15px;
  border-radius: 40px;
  text-align: center;
  background-color: rgba(0,160,233,0.85);
  color: #FFF!important;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.8);
  border: solid 1px rgba(236,236,236,0.7);
}

/* ナンバー付きリスト追加 2021-06-18 */
.tgw-core-freehtml .main-content .column ol.num-list {
	counter-reset: num-list_number 0;
	list-style: none;
}
.tgw-core-freehtml .main-content .column ol.num-list > li {
	position: relative;
	padding-left: 2em;
}

.tgw-core-freehtml .main-content .column ol.num-list > li::before {
	counter-increment: num-list_number 1;
	content: counter(num-list_number) ".";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.7;
}


/* ハイフン付きリスト追加 2021-06-18 */
.tgw-core-freehtml .main-content .column .hyphen-list {
	list-style: none;
}
.tgw-core-freehtml .main-content .column ol > li > ol.hyphen-list {
	padding-left: 0;
}
.tgw-core-freehtml .main-content .column ol.hyphen-list > li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 0;
}
.tgw-core-freehtml .main-content .column ol.hyphen-list > li::before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.7;
}

@media screen and (min-width: 769px){
  
  .tgw-core-freehtml .fix-info-block.fix:not(.no-fix) .fix-view{
    width: 960px;
    position: fixed;
    z-index: 99999;
    bottom: 12.5px;
  }
  
  .tgw-core-freehtml .gwp-ess-post-page-fix .fix-view{ /* GWP fix #post⇒gwp-ess-post-page-fix */
    display: block;
    box-sizing: border-box;
    padding-left: 240px;
  }
 
   .tgw-core-freehtml .fix-view a.bt-info-pagelink{
    font-size: 1.375rem /* GWP OriginalValue|22.0|PX| */;
    width: 100%;
  }
  
   .tgw-core-freehtml .fix-view a.bt-info-pagelink:hover{
    background-color: rgba(0,160,233,1.0);
    color: #FFF!important;
  }
  
}
  
@media screen and (max-width: 768px){
  .tgw-core-freehtml .fix-view a.bt-info-pagelink {
    width: calc(100% - 80px);
    margin-left: 10px;
     background-color: rgba(0,160,233,1.0);
  }
  
  /*.fix-info-block.no-fix{display: none;}*/
  .tgw-core-freehtml .fix-info-block.no-fix .fix-view a.bt-info-pagelink{width: calc(100% - 20px);}
  
  .tgw-core-freehtml .fix-info-block.fix:not(.no-fix) .fix-view{
    position: fixed;
    width: 100%;
    bottom: 5px;
  }
  

  
  .tgw-core-freehtml .info-block .fix-view{ display: none; }
  
  .tgw-core-freehtml .info-block.visible .fix-view{
    display: block;
    width: 100%;
  }
  
  .tgw-core-freehtml .info-block.visible .fix-view a.bt-info-pagelink{
    margin: auto;
  }
  
  
  
}

/* END トピックスの追加 2019-01-21 */
@media screen and (min-width: 69px){
	.tgw-core-freehtml .main-content .article-sec ul {
		padding-left: 0;
	}
}
/*  ---------------------750px以下の処理------------------- */
@media screen and (max-width: 768px){
	.tgw-core-freehtml .top-kv-block{
		height: 210px;
	}
	 .tgw-core-freehtml .kv-catch{
		width: 90%;
		height: 145px;
		margin: auto 5%;
	}
   .tgw-core-freehtml .kv-catch-title{
	  font-size: 1.5rem /* GWP OriginalValue|24.0|PX| */;
	  padding: 20px 10px 10px;
  }
   .tgw-core-freehtml .kv-catch-text{
	  font-size: 1.25rem /* GWP OriginalValue|20.0|PX| */;
	  padding: 5px;
	  width:calc(100% - 10px);
  }
	.tgw-core-freehtml .kv-catch img{
		width:100%;
	}

 	.tgw-core-freehtml .tag-area {
		width:96%;
		margin:0px auto 16px;
	}
	.tgw-core-freehtml .tag-text{
		margin:0
	}

	/* ----------------sidenav---------------------- */
	.tgw-core-freehtml .navigation-side {
	    font-size: 0.875rem /* GWP OriginalValue|14.0|PX| */;
	    float:none!important;
	    max-width:none;
	    width:100%;
	    /*margin: 59px 0 0 0;*/
	}
	.tgw-core-freehtml .navigation-side{
		display: none !important;
	}
	.tgw-core-freehtml .sidenav {
    padding: 15px 0 0 0;
	}

  
	/* ----------------slider---------------------- */
	.tgw-core-freehtml .bx-wrapper .bx-pager.bx-default-pager,
	.tgw-core-freehtml .slide .slide-nav {display: none;}
  
  
/*  ----------------------コンテンツ部分----------------------  */
	.tgw-core-freehtml .contents.sidenav .main-content{
		min-width: 100%;
		min-height: auto;
		margin-left: 0;
		border-left: none;
	}
	.tgw-core-freehtml .contents .main-content{
		min-width: auto;
	}
	.tgw-core-freehtml .contents.etc.sidenav .main-content{
		padding-top: 33px;
	}

  .tgw-core-freehtml .main-content-innerwrap,
	.tgw-core-freehtml .sidenav .main-content-innerwrap{
		padding: 0 0 30px 0;
    max-width: initial;
	}
	.tgw-core-freehtml .main-content-lead{
		font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
		margin: 0 0 0;
		padding: 15px;
	}
	.tgw-core-freehtml .main-content-lead br{
		display: none;
	}

/* ----------------title---------------------- */
	.tgw-core-freehtml #about-title,
	.tgw-core-freehtml .about-read-txt {
		font-size:1.25rem /* GWP OriginalValue|20.0|PX| */;
		width:96%;
		text-align: left;
	}

	.tgw-core-freehtml .about-read-txt {
		font-size:1rem /* GWP OriginalValue|16.0|PX| */;
	}
	.tgw-core-freehtml .title-m,
	.tgw-core-freehtml .text-m,
	.tgw-core-freehtml .section tabl{
		margin: 12px 0;
	}
	.tgw-core-freehtml .title-m.ml-m{
		margin-left: 15px;
	}
	.tgw-core-freehtml .title-l{
		font-size: 1.25rem /* GWP OriginalValue|20.0|PX| */;
		font-weight: bold;
		padding:20px 0;
		color: #4c4c4c;
		width:96%;
		margin:0 auto;
	}
	.tgw-core-freehtml .title-m{
		font-size: 1.125rem /* GWP OriginalValue|18.0|PX| */;
		padding-left: 6px;
		padding-right: 10px;
		margin:20px 0;
	}
	.tgw-core-freehtml .title-s{
		font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
		margin-left:10px;
		margin-right: 10px;
	}
  
  /* youtube用 */
  .tgw-core-freehtml .video_tube{
    width: 100% !important;
    height: 56.25vw!important;
  }


/*  ----------------------コンテンツ部分----------------------  */

  
  .tgw-core-freehtml .slide + p{
    margin-left:10px;
    margin-right:10px;
  }
  
  .tgw-core-freehtml .title-l + :not(.slide):first-of-type p {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc( 100% -20px );
  }
  
  .tgw-core-freehtml .main-content-innerwrap p{
    margin-left:10px;
    margin-right:10px;
  }
  
  .tgw-core-freehtml .contents p{
    margin-left:10px;
    margin-right:10px;
  }
  
  .tgw-core-freehtml .column_1 p,.tgw-core-freehtml .column_2 p,.tgw-core-freehtml .column_3 p{
    margin-left:10px;
    margin-right:10px;
  }

  .tgw-core-freehtml .column p{
	margin-left:10px;
	margin-right:10px;
  }  

  .tgw-core-freehtml .bxslider-top{margin: 0!important;}
  
  .tgw-core-freehtml .column_2 > .title-s{
    margin-left:10px;
    margin-right:10px;
  }
  	.tgw-core-freehtml .main-content .article-sec ul {
		margin-left: 0;
		margin-right: 0;
	}
.tgw-core-freehtml .article-sec ul li {
	width: 278px;
	position: relative;
}
.tgw-core-freehtml .article-sec ul li p{
	position: absolute;
	left: 0;
	bottom: 0em;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 3%;
	width: 97%;
	background: #000;
	background-color: rgba( 0, 0, 0, 0.5 );
}
.tgw-core-freehtml .article-sec ul li a {
	text-decoration: none;
}
.tgw-core-freehtml .article-sec ul li a:hover p{
	text-decoration: underline;
}


  /* 共通UL */
  .tgw-core-freehtml .main-content .left-fit-space{margin-left: 0!important; padding-left:1em; box-sizing: border-box; margin-bottom: 10px;}
  .tgw-core-freehtml .main-content .bracketNumber{
    margin-left: 0;
    margin-bottom: 5px !important;
    padding-left: 25px;
    counter-increment: section;
    box-sizing: padding-box;
    position: relative;
    line-height: 1.7;
    font-size: 93%;
  }
  
    .tgw-core-freehtml .main-content .bracketNumber::before {
    content: "（" counter(section) "）";
    position: absolute;
    left:-5px;
  }  
  
  
  
  
  
/* ----------------3段カラム---------------------- */
	.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .thumbnail{
		display: table-cell;
		width: 140px;
		height: 140px;
	}
	.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list{
		clear: both;
		width: 100%;
		margin: 0 0 10px 0 !important;
	}
	.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list a{
		display: table;
		width: 100%;
		height: 100px;
	}
	.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list .thumbnail{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .list:hover .memo{
		color: #000;
	}
	.tgw-core-freehtml .underpages-lists .list{
		float: none;
		margin: auto;
		margin-bottom: 15px;
	}
	.tgw-core-freehtml .underpages-lists .list a:hover img{
		opacity: 1;
	}
	.tgw-core-freehtml .underpages-lists .list a:hover .content{
		color: #006eb8;
		background-color: #fff;
	}
	.tgw-core-freehtml .underpages-lists.underpages-lists__arrow .content .memo{
		font-size: 0.6875rem /* GWP OriginalValue|11.0|PX| */;
		transition: all 250ms;
		color: #000;
	}
	.tgw-core-freehtml .underpages-lists .list .content{
		margin-left:10px;
	}

/****************カラムテキスト＋写真******************/
	.tgw-core-freehtml .column{
		margin-bottom: 15px;
	}
  
  /*
  .main-content .column_1 p:last-child,
  .main-content .column_2 p:last-child,
  .main-content .column_3 p:last-child{margin-bottom: 10px!important;}
  */
  
	.tgw-core-freehtml .column_2.content-img.margin-l .column{
		width: 100%;
	}
	.tgw-core-freehtml .column_2.content-img.margin-l .column.ml{
		margin-left: 0;
	}
	.tgw-core-freehtml .column_2.content-img .column{
		width: 100%;
	}
	.tgw-core-freehtml .column_2.content-img .column.ml{
		margin-left: 0;
	}
  


	.tgw-core-freehtml .main-content .column_1 .column,
  .tgw-core-freehtml .main-content .column_2 .column,
  .tgw-core-freehtml .main-content .column_3 .column,
  .tgw-core-freehtml .main-content .column_4 .column,
  .tgw-core-freehtml .main-content .column_4 .ml{
	    float: none;
	    width: 100%!important;
	    margin:0 auto!important
	}
  
  .tgw-core-freehtml .main-content .column_2 .column.ml{margin-top: 10px!important;}
  
  
	.tgw-core-freehtml .column_2 .column img{
		width: 100%;
		/*max-width:379px;*/
		margin:0 auto;
	}
	.tgw-core-freehtml .column_2 {
	    margin-left: 0px;
	}
  
  
	.tgw-core-freehtml .main-content .column ol,
	.tgw-core-freehtml .main-content .column ul {padding-left: 20px;}

	.tgw-core-freehtml .main-content .column li p{margin-left: 0;}

  
  
  /* csr */
  .tgw-core-freehtml .main-content .csr-imgbox{width: 100%;}
  
  /* 環境活動 */
  .tgw-core-freehtml .main-content .message-box table{}
  
  
  

  
  
  
  
  
  

	/* -----------ナビゲーションは非表示-------------- */
	.tgw-core-freehtml #foot-wrap {
		display:none;
	}
	
	/* -----------ローカルナビゲーション-------------- */
	.tgw-core-freehtml .page-nav-2nd{
		width: 100%;
		background-color:#EEF4F7;
		margin-bottom:-40px;
	}
	.tgw-core-freehtml .page-nav-2nd h3 {
	  font-size: 1rem /* GWP OriginalValue|16.0|PX| */;
	  font-weight: bold;
	  line-height: 1.5em;
	  padding-left: 10px;
	  letter-spacing: .05em;
	  color: #0068B7;
	  border-left: 4px solid #0068B7;
	  padding-top: 10px;
		margin-bottom:10px;
	}
	.tgw-core-freehtml .page-nav-2nd ul{
		padding-left:10px;
	}
	.tgw-core-freehtml .page-nav-2nd ul li{
	}
	.tgw-core-freehtml .page-nav-2nd ul li span .fa-li ,
	.tgw-core-freehtml .page-nav-2nd ul li a .fa-li {
    top: calc(0.14285714em + 10px);
   }
	.tgw-core-freehtml .page-nav-2nd ul li a{
		padding:10px;
		display:block;
		text-decoration:none;
	}
	.tgw-core-freehtml .page-nav-2nd ul li span{
		display:block;
		padding:10px;
	}
	.tgw-core-freehtml .page-nav-2nd ul li.active{
		color:#0068B7;
		font-weight:bold;
	}

}

@media screen and (max-width: 480px){
  .tgw-core-freehtml .sp_480_only{ display: inline-block; width: 100%;}
}


@media print{
  .tgw-core-freehtml .main-content .column_2{overflow-y: hidden!important;}
  .tgw-core-freehtml .main-content .column_2 .column{height: auto!important;}
  
  .tgw-core-freehtml .main-content .left-fit-space{padding-left: 20px;}
}

/* 20200722 追加 */
.tgw-core-freehtml a.gray_btnlink{
	padding: 10px 20px;
	display: block;
	background-color: #cccccc;
}
.tgw-core-freehtml figure.pc-w50{
	width: 50%;
	margin: 0 auto;
}
.tgw-core-freehtml figure.pc-w75{
	width: 75%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.tgw-core-freehtml figure.pc-w50,
	.tgw-core-freehtml figure.pc-w75{
		width: 100%;
	}
}
.tgw-core-freehtml figcaption.link-external::after{
  position: relative;
  content: url(../../../common/image/icon_otherwindow_s.png);/* GWP Path fix*/
  display: inline;
  margin-left: 5px;
  vertical-align: middle;
}
.tgw-core-freehtml figcaption.tc{
	text-align: center;
}

/* 20211115 kv画像なし */
.tgw-core-freehtml .contents-outer-wrap .contents.nobg{
	width: 100%;
	max-width: 960px;
	padding: 20px 10px;
	box-sizing: border-box;
}
@media screen and (min-width: 751px){
	.tgw-core-freehtml .contents-outer-wrap .contents.nobg .kv-catch-text{
		font-size: 2rem /* GWP OriginalValue|32.0|PX| */;
		box-sizing: border-box;
	}
}

/* GWP migration fix --start-- */
.tgw-core-freehtml .contents-outer-wrap{
	font-size: 94%;
}
@media screen and (max-width: 768px){
	.tgw-core-freehtml .contents-outer-wrap{
		font-size: 0.9375rem /* GWP OriginalValue|0.9375|REM| */;
		line-height: 1.5;
		-webkit-text-size-adjust: 100%;
	}
}
/* GWP migration fix --end-- */
