
/* pc */
@media only screen and (min-width: 769px) {

  [data-id="d1784516"] .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 > [data-id="d1784516"] {
    margin:auto;
    background: #EEEEEE;
    max-width: 1200px;
    padding: 32px 48px;
    .p-link-list{
      margin-bottom: initial;
      padding-top: 32px;
    }
  }

  main > div > [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 > [data-id="d1784516"] {
    margin:auto;
    background: #EEEEEE;
    max-width: 1200px;
    padding: 32px 28px;
    .p-link-list{
      margin-bottom: initial;
    }
  }

  main > div > [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;
    }
  }
}