.threads_bg {
  background: url("https://corp.neo-m.jp/hubfs/corp.neo-m.jp/static/images/mv/threads_mv.webp") center center no-repeat;
  background-size: cover;
}

.threads_worry {
  background: #fff;
  padding: 40px 50px;
}

.threads_worry dl {
  margin-bottom: 30px;
}

.threads_worry dl dt {
  font-size: 18px;
  line-height: 1.8;
  color: #1a2872;
  font-weight: bold;
  text-align: center;
}

.threads_worry dl dd {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

.threads_cta_group {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px 0 70px;
}

.threads_cta {
  font-size: 20px;
  color: #fff;
  display: block;
  background-color: #e2991d;
  width: 400px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  background-image: url(https://19945928.fs1.hubspotusercontent-na2.net/hubfs/19945928/corp.neo-m.jp/static/images/top/fv-arrow-up.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.threads_cta:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

@media screen and (max-width: 980px) {
  .threads_cta_group {
    flex-direction: column;
    align-items: center;
  }

  .threads_cta {
    width: 90%;
    margin: auto;
    font-size: 16px;
    line-height: 70px;
    background-position: center right 5px;
    background-size: 25px auto;
  }
}

/* 右端の列だけ強調 */
.threads_table th:last-child,
.threads_table td:last-child {
  font-size: 16px;
  font-weight: bold;
}


.threads_table {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 3px;

}

.threads_table th {
  background: #1a2872;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}


.threads_table td {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;

}

/* スマホで横スクロール */
@media screen and (max-width: 980px) {
  .threads_table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }

  .threads_table {
    min-width: 600px;

  }
}

.threads_aproach {
  background: #fff;
  padding: 40px 50px;
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.8;
}

.threads_aproach ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.threads_case_attention {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.threads_aproach_flex {
  display: flex;
  gap: 50px;
  margin-left: 80px;
}

@media screen and (max-width: 980px) {
  .threads_aproach_flex {
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}