.fx-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.fx-table th,
.fx-table td {
    padding: 16px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.fx-table th {
    background-color: #F4EDD3;
    color: #000;
    text-align: left;
    white-space: nowrap;
    width: 25%;
}

.fx-table td {
    background-color: #fff;
}

.fx-table a {
    color: #C7A01A;
    text-decoration: underline;
}

.fx-table {
    max-width: 60%;
    margin: auto;
}

.align-items-start {
    display: flex;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left:50px;
  
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: small;
  margin-top: 10px;
  
}

.breadcrumb li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  
}

.breadcrumb li:last-child:after {
  content: '';
}
li[itemprop="itemListElement"] a {
      color: rgb(5, 5, 5); 
      text-decoration: none; 
}

@media (max-width: 768px) {

    .fx-table th,
    .fx-table td {
        display: block;
        width: 100%;
        padding: 12px;
    }

    .fx-table {
        max-width: 90%;

    }

    .align-items-start {
        display: block;
    }
        .span-url {
        max-width: 90%;
       margin-top:50px;
       margin-left: -15px;
    }
    .breadcrumb li {
    font-size: small;
    margin-left: 2px;

        }
   
}
