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

.thread-pitch-conversion-kv-title-wrap{
  width: 705px;
}

.thread-pitch-conversion-kv-title__br{
  display: none;
}

.thread-pitch-conversion-table th{
  width: 60%;
}

.thread-pitch-conversion-table-content{
  gap: 50px;
}

.thread-pitch-conversion-table__title-br{
  display: none;
}

.thread-pitch-conversion-table-caution{
  text-indent: 0;
  padding-left: 0;
}

.thread-pitch-conversion-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) {
  .thread-pitch-conversion-kv-title{
    font-size: 2em;
  }

  .thread-pitch-conversion-table-content{
    gap: 20px;
  }
}

@media screen and (max-width:768px) {
  .thread-pitch-conversion-table__title-br{
    display: block;
  }
}

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

  .thread-pitch-conversion-table-content{
    flex-direction: column;
    gap: 50px;
  }

  .thread-pitch-conversion-table__title-br{
    display: none;
  }
}

@media screen and (max-width:400px) {
  .thread-pitch-conversion-kv-titl{
    line-height: 1.2;
  }

  .thread-pitch-conversion-kv-title__br{
    display: block;
  }
}