@charset "utf-8";

h1 {
  margin-bottom: 35px;
}
.responsive h1 {
  line-height: 1.3;
}
.boxs-navi ul {
  margin-right: -10px;
}
.boxs-navi ul li {
  margin-right: 10px;
  margin-bottom: 5px;
  width: 365px;
  font-size: 83%;
}
.boxs-navi ul li a {
  background-position: 10px 10px;
}

@media (max-width: 779px) {
  .responsive .boxs-navi ul {
    margin-right: 0;
  }
  .responsive .boxs-navi ul li {
    width: 100%;
    margin-right: 0;
    white-space: normal;
  }
}

@media (max-width: 599px) {
  .responsive {
    font-size: 85%;
  }
  .txt-block table tr th,
  .txt-block table tr td {
    padding: 6px;
  }
  .responsive .family th.col2 {
    width: 45%;
  }
  .responsive .family th.col3 {
    width: 45%;
  }
  .responsive th.col2 {
    width: 32%;
  }
  .responsive th.col3 {
    width: 32%;
  }
}