/* --------------------------------------
  PRODUCT
-------------------------------------- */
.secMainVisual.product {
  background: url(/assets/images/product/main_product.jpg) no-repeat;
  background-size:cover;
}
.productCts {
  font-size: 0;
  letter-spacing: normal;
  margin-bottom: 110px;
  padding-right: 38px;
}
@media screen and (max-width: 768px) {
  .productCts {
    padding-right: 0;
  }
}
.anchor {
  margin-bottom: 20px;
}
.anchorBlock {
  font-size: 0;
  letter-spacing: normal;
}
.anchorBlock__item {
  font-size: 14px;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.anchorBlock__item:before {
  position: absolute;
  display: block;
  content: '';
  right: -16px;
  top: 8px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  border-top: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.anchorBlock__item:after {
  display: block;
  content: '|';
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.productCts--item {
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}
.productCts--item {
  position: relative;
}
.productCts--item.parent {
  border-bottom: solid 1px #e6e6e6;
}
.productCts--item.parent:before{
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 36px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #e60012;
  border-right: 2px solid #e60012;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.productCts--item.parent.open:before{
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 33px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #e60012;
  border-right: 2px solid #e60012;
  border-top: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.productCts--item.parent .ttl {
  padding: 20px 0 20px 30px;
  font-size: 24px;
  cursor: pointer;
}
.productCts--item.child {
  border-top: solid 1px #e6e6e6;
}
.productCts--item.child:before,.productCts--item.child:after{
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 14px;
  background-color: #e60012;
  border-radius: 10px;
  position: absolute;
  top: 27px;
  right: 16px;
}
.productCts--item.child:before{
  width: 14px;
  height: 2px;
  top: 33px;
  right: 10px;
}
.productCts--item.child.open:after{
  display: none;
}
.productCts--item.child .ttl {
  padding: 19px 20px 19px 0;
  font-size: 17px;
  cursor: pointer;
}
.productCts--item.child .cts {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .productCts--item.child:before{
    top: 24px;
  }
  .productCts--item.child:after {
    top: 18px;
  }
}
.productCts--item > .cts {
  display: none;
}
.productCts--item .cts--txt {
  font-size: 14px;
  margin-bottom: 20px;
}
.productCts--item .cts--list {
  vertical-align: top;
}
.productCts--item .companyList {
  width: 100%;
  font-size: 0;
  letter-spacing: normal;
}
.productCts--item .companyList--item {
  display: inline-block;  
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3em;
  width: calc(100% / 3);
  padding-right: 20px;
  vertical-align: top;
}
.productCts--item .companyList--item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .productCts {
    margin-bottom: 50px;
  }
}
.productCts--item .ttl {
  padding: 19px 0;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .productCts--item .ttl {
    padding: 15px 0;
    font-size: 14px;
  }
}