.privacy__td:nth-of-type(1) {
  width: 25%;
}

.privacy__td:nth-of-type(2) {
  width: 75%;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

breadcrumbs{
  padding-top: 2px;
}
.breadcrumbs__list {
margin: 0 auto;
padding: 5px;
width: 100%;
max-width: 1000px;
white-space: nowrap;
overflow-x: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
}
.breadcrumbs__item{
display: inline-block;
padding-left: 15px;
vertical-align: top;
font-size: 11px;
line-height: 2;
position: relative;
}
.breadcrumbs__item:first-of-type::before{
content: '\f015';
color: #666666;
font-family: Font Awesome\ 5 Free;
font-weight: 900;
position: absolute;
top: 0;
left: 0;
}
.breadcrumbs__item + .breadcrumbs__item::before{
content: '\f105';
  color: #666;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 2px;
}

/* informative_modal */
.table__wrap {
  font-size: 16px;
  max-width: 960px;
  margin: 0 10px;
}

.table__wrap h1,
.table__wrap h2,
.table__wrap h3,
.table__wrap h4,
.table__wrap h5,
.table__wrap h6 {
  display: block;
}

.table__wrap .overfllow__auto {
  overflow: auto;
}

.table__wrap .modal {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  scrollbar-width: none;
}

.table__wrap .modal::-webkit-scrollbar{
  display:none;
}

.table__wrap .modal.open {
  opacity: 1;
  z-index: 10000;
}

.table__wrap .modal__content {
  background-color: #ffffff;
  width: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2),
    0 7px 20px 0 rgba(0, 0, 0, 0.17);
  padding: 50px;
  position: relative;
  text-align: left;
  margin: 100px auto;
}

.table__wrap .icon__button {
  cursor: pointer;
  color: #6f6f6f;
  transform: scale(1);
  transition: all 0.3s;
}

.table__wrap .icon__button:hover {
  transform: scale(1.3);
}

.table__wrap .modal__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.table__wrap .intro {
  text-align: center;
  width: 65%;
  margin: 0 auto 30px;
}

.table__wrap .intro__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.table__wrap .intro__text {}

.table__wrap .service__table {
  width: 100%;
  border-collapse: collapse;
}

.table__wrap .service__table thead th {
  font-size: 14px;
  font-weight: bold;
  background: #e5e5e5;
  padding: 10px;
  vertical-align: middle;
}

.table__wrap .service__table tbody td {
  padding: 10px 20px;
  background: #fafafa;
  border-bottom: solid 2px #d7d7d7;
  vertical-align: middle;
  font-size: 14px;
}

.table__wrap .service__table tbody td.no__border {
  border-bottom: none;
}

.table__wrap .service__table tbody td.text__center {
  text-align: center;
}

.table__wrap .service__table tbody td img {
  height: 20px;
  width: auto;
  margin: 0 auto;
}

.table__wrap .classification {
  padding: 10px 20px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 5px;
}

.table__wrap .classification:last-of-type {
  margin-bottom: 0;
}

.table__wrap .classification.strictly__necessary {
  background: #ccd547;
}

.table__wrap .classification.performance {
  background: #2c98da;
}

.table__wrap .classification.functional {
  background: #fa8231;
}

.table__wrap .classification.targeting {
  background: #fd5b65;
}

.table__wrap .classification.social__media {
  background: #f7b731;
}

.table__wrap .classification.unknown {
  background: #a5b1c2;
}

.table__wrap .classification.onetrust {
  background: #6cc04a;
}

.table__wrap .modal__title {
  padding-bottom: 10px;
  border-bottom: solid 2px #f3f3f3;
}

.modal__company__names {
  font-size: 20px;
  padding-right: 20px;
}

.table__wrap .modal__service_names {
  font-size: 24px;
}

.table__wrap .modal__sub__title {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.table__wrap .modal__in__content {
  border-radius: 5px;
  border: solid 2px #c2c2c2;
  background: #f2f2f2;
  padding: 10px;
  min-height: 100px;
  overflow-wrap: break-word;
}

@media screen and (min-width: 769px) {
  .table__wrap .hidden__pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .table__wrap .hidden__sp {
    display: none;
  }

  .table__wrap .inner {
    width: 100%;
    padding: 0 15px;
  }

  .table__wrap .intro {
    width: 100%;
  }

  .table__wrap .intro__text {
    text-align: left !important;
  }

  .table__wrap .service__list {
    padding: 0;
    list-style: none;
  }

  .table__wrap .service__list .list__item {
    border-radius: 5px;
    border: solid 2px #c2c2c2;
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
  }

  .table__wrap .service__list__table {
    overflow: hidden;
  }

  .table__wrap .service__list__table dt,
  .table__wrap .service__list__table dd {
    float: left;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .table__wrap .service__list__table dt {
    font-weight: bold;
    clear: both;
    width: 100px;
  }

  .table__wrap .service__list__table dd {
    width: calc(100% - 100px);
  }

  .table__wrap .service__list__table dd .classification {
    display: inline-block;
  }

  .table__wrap .service__link__list {
    display: flex;
    justify-content: center;
  }

  .table__wrap .service__link__list a {
    color: blue;
    font-size: 2.8vw;
    padding: 0px 1vw;
    text-decoration: underline;
  }
  .breadcrumbs__list{
    white-space: normal;
  }
}