@charset "utf-8";
/*------------------------------------------------------------
	products mrt
------------------------------------------------------------*/
#gNavi > ul > li.navi02 > a::after {
	opacity: 1;
}
.pageTitle {
	box-sizing: border-box;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background-image: url("../images/products/mrt/bg_mrt.jpg")!important;
}

.pageTitletx {
	box-sizing: border-box;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background-image: url("../images/products/mrt/bg_mrt.jpg")!important;
}
#conts .headLine01 {
	margin-bottom: 30px;
	padding-top: 6px;
	word-break: break-all;
	letter-spacing: 0.05em;
}
#conts .headLine01.mb01 {
	margin-bottom: 22px;
}
#conts .comLinkList {
	margin-top: -50px;
	margin-bottom: 67px;
}
#conts .comLinkList li {
	margin-top: 50px;
	width: 350px;
}
#conts .comLinkList li .pho {
	margin-bottom: 16px;
}
#conts .comLinkList li p {
	line-height: 1.5;
}
#conts .comLinkList li p::after {
	top: 9px;
}
#conts .comLinkList li .comPdfBtn {
	margin: 16px 10px 0;
}
#conts .subBox {
	padding-top: 69px;
	border-top: 1px solid #dadada;
}
/* #sideBar .sideNavi > li:nth-child(1) > ul, #sideBar .sideNavi > li:nth-child(3) > ul {
	display: none;
}
*/

@media all and (max-width: 896px) {
	.pageTitle {
		background-image: url("../images/products/mrt/bg_mrt_sp.jpg")!important;
	}
	.pageTitletx {
		background-image: url("../images/products/mrt/bg_mrt_sp.jpg")!important;
	}
	#conts .headLine01 {
		margin-bottom: 8px;
		/*margin-bottom: 15px;*/
		padding-top: 0;
	}
	#conts .headLine01.mb01 {
		margin-bottom: 15px;
	}
	#conts.conts01 .headLine01 {
		margin-bottom: 15px;
	}
	#conts .comLinkList {
		margin: -19px 5px 29px;
	}
	#conts .comLinkList li {
		margin-top: 19px;
		width: 48.2%;
	}
	#conts .comLinkList li .pho {
		margin-bottom: 7px;
	}
	
	#conts .comLinkList li p {
		line-height: 1.4;
	}
	#conts .comLinkList li p::after {
		top: 5px;
	}
	#conts .comLinkList li .comPdfBtn {
		margin: 9px 0 0;
	}
	#conts .subBox {
		padding-top: 29px;
	}
	#conts.conts01 .comCtaBox {
		margin: 0 10px;
	}
	.p-sticky-table {
		table-layout: fixed;
		overflow: scroll;
	}
	.p-sticky-table th:first-child {
		position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 3;
	}
	.p-sticky-table .tdStyle {
		position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 3;
	}
	.p-sticky-table th:first-child::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: -1px;
		top: 0;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		content: '';
	}
	.p-sticky-table .tdStyle::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: -1px;
		top: 0;
		border-left: 1px solid #dadada;
		border-right: 1px solid #dadada;
		content: '';
	}
}



/*------------------------------------------------------------
	added for txseries.html in 2022.10
------------------------------------------------------------*/


.pageTitletx {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url("../../images/common/bg_common.jpg") no-repeat center center / cover;
}

.pageTitletx h2 {
	padding-bottom: 3px;
    color: #000;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.comProducts .tableBox.fit {
  margin-bottom: 30px;
}

.imgList+.tableBox.fit {
  margin-top: 38px;
}

.comProducts .tableBox.fit:last-child {
  margin-bottom: 0;
}

.comProducts .tableBox.fit th, .comProducts .tableBox.fit td {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.comProducts .tableBox.fit th {
  font-weight: 700;
}

.comProducts .tableBox.fit th, .comProducts .tableBox.fit td {
  text-align: left;
  padding: 14px 20px;
  vertical-align: top;
}
@media all and (min-width: 897px) and (max-width: 1679px) {
    .pageTitletx {
        height: 11.9vw;
    }
    .pageTitletx h2 {
        font-size: 2.38vw;
    }
}

@media all and (max-width: 896px) {
   .pageTitletx {
        height: 100px;
        background-image: url("../../images/common/common_bg_sp.jpg");
    }
    .pageTitletx h2 {
        padding-bottom: 5px;
        font-size: 2rem;
        line-height: 1.4;
    }
  .comProducts .tableBox.fit {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .imgList+.tableBox.fit {
    margin-top: 26px;
  }

  .comProducts .tableBox.fit:last-child {
    margin-bottom: 0;
  }

  .comProducts .tableBox.fit .tableInner {
    padding-right: 0;
    min-width: 0;
  }

  .comProducts .tableBox.fit th, .comProducts .tableBox.fit td {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .comProducts .tableBox.fit th, .comProducts .tableBox.fit td {
    padding: 10px;
  }

}