@charset "utf-8";

@media (max-width: 960px) {
  .accordion {
    width: 100%;
  }
  .table_wrapper th {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .static_page_h3_ttl {
    font-size: 3rem;
  }

  p {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .table_wrapper th {
    font-size: 2.8rem;
    width: 30%;
  }
  .table_wrapper td {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }

  .call_attension h3 {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .call_attension li {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .remove-img-1 {
    width: 70%;
  }

  .remove-img-2 {
    width: 30%;
  }
}
