@charset "utf-8";
/*------------------------------------------------------------
	products wrt
------------------------------------------------------------*/
#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/wrt/bg_wrt.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 .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(2) > ul, #sideBar .sideNavi > li:nth-child(3) > ul {
    display: none;
}
@media all and (max-width: 896px) {
    .pageTitle {
        background-image: url("../images/products/wrt/bg_wrt_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 .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 slotdie.html in 2021.11
------------------------------------------------------------*/
.comProducts#slotdie .txtList {
  margin-bottom: 30px;
}

.comProducts#slotdie .imgList {
  margin-top: -35px;
}

.comProducts#slotdie .imgList li {
  margin-top: 35px;
}

.headLine07+.imgList.extra {
  margin-top: -45px !important;
}

.comProducts .numList {
  list-style-type: decimal;
  padding-left: 1.6em;
  margin-bottom: 50px;
}

.comProducts .numList li {
  margin-bottom: 21px;
  line-height: 1.56;
  letter-spacing: 0.1em;
}

.comProducts .numList:last-child {
  margin-bottom: 0 !important;
}

.comProducts .anchorList {
  margin-bottom: 50px;
}

.comProducts .anchorList li {
  width: 240px;
  height: 110px;
  margin-bottom: 15px;
}

.comProducts .anchorList li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px dotted #000;
  box-sizing: border-box;
  position: relative;
}

.comProducts .anchorList li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/products/wrt/arrow_down_black.svg);
  background-repeat: no-repeat;
  background-position: center bottom 18px;
  background-size: 9px auto;
  transition: bottom 0.2s;
}

.comProducts .anchorList li a:hover::after {
  bottom: -6px;
}

.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;
}

.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;
}

.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%;
}

#question1,#question2,#question3,#question4,#question5,#question6 { 
	cursor: pointer;
	text-indent: -28px;
	padding-left: 28px;
	color:#000;
} 

.answer1,.answer2,.answer3,.answer4,.answer5,.answer6{
	display: none;
	margin-bottom: 30px;
	text-indent: -18px;
	padding-left: 22px;
}

@media all and (max-width: 896px) {
  .comProducts#slotdie .headLine07 {
    margin-bottom: 10px;
  }

  .comProducts#slotdie .subSec>section {
    margin-bottom: 26px;
  }

  .comProducts#slotdie .subSec>section:last-child {
    margin-bottom: 0;
  }

  .comProducts#slotdie .photo03 {
    margin-bottom: 30px;
  }

  .comProducts#slotdie .txtList {
    margin-bottom: 20px;
  }

  .comProducts#slotdie .txtList li {
    margin-bottom: 10px;
  }

  .comProducts#slotdie .imgList {
    margin-top: -6px;
  }

  .comProducts#slotdie .imgList li {
    margin-top: 12px;
    width: calc((100% - 20px) / 2);
  }

  .comProducts#slotdie .imgList.extra {
    margin-top: 20px;
  }

  .headLine07+.imgList.extra {
    margin-top: -10px !important;
  }

  .comProducts#slotdie .imgList.extra li {
    width: 100%;
    margin-bottom: 15px;
  }

  .comProducts#slotdie .imgList.extra li:last-of-type {
    margin-bottom: 0;
  }

  .comProducts .numList {
    margin-bottom: 16px;
  }

  .comProducts .numList li {
    margin-bottom: 16px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .comProducts .anchorList {
    margin-bottom: 30px;
  }

  .imgBox+.anchorList {
    margin-top: 25px;
  }

  .comProducts .anchorList li {
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-bottom: 5px;
  }

  .comProducts .anchorList li:last-child {
    margin-bottom: 0;
  }

  .comProducts .anchorList li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 0 50px 0 10px;
    font-size: 1.2rem;
    line-height: 1.33;
  }

  .comProducts .anchorList li a::after {
    background-position: right 18px center;
    background-size: 9px auto;
    transition: none;
  }

  .comProducts .anchorList li a:hover::after {
    bottom: 0;
  }

  .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;
  }

  .imgList+.videoBox {
    margin-top: 30px;
  }

  .imgBox+.videoBox {
    margin-top: 30px;
  }
}
