@charset "utf-8";
.unified-thread-kv{
  background: url(../images/unified-thread_kv.webp) no-repeat center;
  background-size: cover;
}

.unified-thread-kv-title-wrap{
  width: 756px;
}

/* 左3列は常に白 */
.unified-thread-table__detail-wrap tr > *:nth-child(-n+3){
  background: #fff;
}

/* 4列目以降だけゼブラ */
.unified-thread-table__detail-wrap tr:nth-child(odd) > *:nth-child(n+4){
  background: #f2f2f2;
}

.unified-thread-table__detail-wrap tr:nth-child(even) > *:nth-child(n+4){
  background: #fff;
}

.unified-thread-table__title th{
  border: solid 1px  #fff;
  border-bottom: solid 1px #000;
}

.unified-thread-table__title .unified-thread-table__title--text{
  border-bottom: solid 1px #fff;
}

.unified-thread-table__title > :first-child{
  border-left: solid 1px #000;
}

.unified-thread-table__title > :last-child{
  border-right: solid 1px #000;
}

.unified-thread-parallax-bg01::before{
  background: url(../images/whitworth-thread-html_content-bg01.webp) no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width:960px) {
  .unified-thread-kv-title{
    font-size: 2.24em;
  }
}

@media screen and (max-width:600px) {
  .unified-thread-table__title th{
    font-size: 0.7em;
  }
}

@media screen and (max-width:520px) {
  .unified-thread-kv-title{
    font-size: 2.06em;
  }

  .unified-thread-table__title th{
    font-size: 0.8em;
  }
}

@media screen and (max-width:400px) {
  .unified-thread-kv-title{
    font-size: 1.44em;
  }
}