@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");
}
#conts .headLine01 {
    margin-bottom: 30px;
    padding-top: 6px;
}
#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 .comPdfBtn {
    margin: 17px 10px 0;
}
#conts .subBox {
    padding-top: 69px;
    border-top: 1px solid #dadada;
}
.noteList li {
    font-size: 1.2rem;
    line-height: 1.35;
    color: #e60012;
    margin-top: 10px;
}
#sideBar .sideNavi > li:nth-child(1) > ul, #sideBar .sideNavi > li:nth-child(3) > ul {
    display: none;
}


.comProducts .videoBox {
  width: 100%;
}

.imgList+.videoBox {
  margin-top: 60px;
}

.imgBox+.videoBox {
  margin-top: -21px;
}

.comProducts .videoBox .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
  border: 1px solid #000
}

.comProducts .videoBox .video.std {
  padding-bottom: 75%;
}

.comProducts iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comProducts video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media all and (max-width: 896px) {
    .pageTitle {
        background-image: url("../images/products/mrt/bg_mrt_sp.jpg");
    }
    #conts .headLine01 {
        margin-bottom: 6px;
        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 .comPdfBtn {
        margin: 9px 0 0;
    }
    #conts .subBox {
        padding-top: 29px;
    }
    #conts.conts01 .comCtaBox {
        margin: 0 10px;
    }
	
	.comProducts .videoBox {
  width: 100%;
	}
	
	.comProducts#tec_rod .imgList.extra li {
    width: 100%;
    margin-bottom: 15px;
  }
}