:is(
    main > div:nth-child(5),
    main > div:nth-child(12),
    main > div:nth-child(21),
    [data-id='d1784516']
  )
  .c-list__item::before {
  background-color: transparent;
}

/* pc */
@media only screen and (min-width: 769px) {
 
  /* Tested and confirmed cables */
  main > div:nth-child(18){
    display:flex;
    flex-wrap:wrap;
    padding-right:2.0rem;
    padding-left:2.0rem;
    margin-right:auto;
    margin-left:auto;
    width:1264px;
  }
  main > div:nth-child(18) .l-wrapper{
    width: 23%;
    border: 1px solid #cccccc;
    margin: 0 10px 10px 0;
    padding:10px;
  }
  main > div:nth-child(18) .l-wrapper li::before{
    height: 0 !important;
  }


  main > div:nth-child(34) .l-wrapper{
    padding-left: 0.75rem;
    padding-right:0.75rem;
  }
  /* What's dante */
  #d1746579{
    .c-link{
      color: #e51837;
      font-size: 30px;
      font-family: Oswald,'Lucida Grande',sans-serif;
      line-height: 1.8;
    }
  }
  #d1746579 li{
    border-bottom: 3px solid #ffffff;
  }

  main > div:nth-child(34) {
    margin:auto;
    background: #EEEEEE;
    max-width: 1200px;
    padding: 32px 48px;
    .p-link-list{
      margin-bottom: initial;
      padding-top: 32px;
    }
  }

  main > div:nth-child(34) > [data-id="d1784516"] {
    display:flex;
    .p-link-list__item:first-child{
      position: relative;
      margin-left: 0;
      margin-bottom: 20px;
      padding: 5px;
      border-radius: 5px;
      text-align: center;
      background-color: #e51837;
      font-size: 1.5em;
      font-family: Oswald,'Lucida Grande',sans-serif;
    }
    .p-link-list__item::before{
      content: "\f04b";
      font-family: FontAwesome;
      padding-right: 0.5em;
      color: #e51837;
      font-size: x-small;
    }

    .p-link-list__item:first-child::before{
      color: #ffffff;
      position: absolute;
      top: 1.25em;
      left: 0.25em;
      margin-left: 1.5em;
      font-size: x-small;
      content: "\f04b";
      font-family: FontAwesome;
      padding-right: 0.5em;
    }

    .p-link-list__item:first-child a{
      color:#fff;
      display:block;
      padding-left: 0.5em;
    }
    .p-link-list__item{
      padding-left:1.0em;
      font-size:14px;
    }

    .c-link--arrow::after{
      content:initial;
    }

  }
  :is(#d1768487,#d1768925,#d1764266,#d1766366){
    flex:1;
  }
}



/* sp */
@media only screen and (max-width: 768px) {
  /* What's dante */
  #d1746579{
    .c-link{
      color: #e51837;
      font-size: 30px;
      font-family: Oswald,'Lucida Grande',sans-serif;
      line-height: 1.8;
    }
  }

  #d1746579 li{
    border-bottom: 3px solid #ffffff;
  }

  main > div:nth-child(34)  {
    margin:auto;
    background: #EEEEEE;
    max-width: 1200px;
    padding: 32px 28px;
    .p-link-list{
      margin-bottom: initial;
      padding-top: 32px;
    }
  }

  main > div:nth-child(34)  [data-id="d1784516"] {
    .p-link-list__item:first-child{
      position: relative;
      margin-left: 0;
      margin-bottom: 20px;
      padding: 5px;
      border-radius: 5px;
      text-align: center;
      background-color: #e51837;
      font-size: 1.5em;
      font-family: Oswald,'Lucida Grande',sans-serif;
    }
    .p-link-list__item::before{
      content: "\f04b";
      font-family: FontAwesome;
      padding-right: 0.5em;
      color: #e51837;
      font-size: x-small;
    }
    .p-link-list__item:first-child::before{
      color: #ffffff;
      position: absolute;
      top: 1.5em;
      left: -1.5em;
      /*margin-left: 1.5em;*/
      font-size: x-small;
      content: "\f04b";
      font-family: FontAwesome;
      padding-right: 0.5em;
    }
    .p-link-list__item:first-child a{
      color:#fff;
      display:block;
      padding-right: 1.5em;
    }
    .c-link--arrow::after{
      content:initial;
    }
    .p-link-list__item{
      font-size:14px;
      text-indent:1.5em;
    }
  }


    /* Tested and confirmed cables */
    main > div:nth-child(18){
      padding-right:1.0rem;
      padding-left:1.0rem;
      margin-right:auto;
      margin-left:auto;
    }
    main > div:nth-child(18) .l-wrapper{
      width: 100%;
      border: 1px solid #cccccc;
      margin: 0 10px 10px 0;
      padding:10px;
    }
    main > div:nth-child(18) .l-wrapper li::before{
      height: 0 !important;
    }
    main > div:nth-child(18) li.c-list__item:first-child{
      font-weight: bold;
    }
    main > div:nth-child(18) li.c-list__item{
      padding-left:initial;
      font-size:14px;
    }
  
}