@charset "utf-8";
ul.stuff li {
  width: 48%;
}
ul.stuff li table tr th, ul.stuff li table tr td {
  width: 100% !important;
  display: block;
}
ul.stuff li table tr th {
  border-bottom: none;
  padding-bottom: 0;
  font-weight: bold;
}
ul.stuff li table tr td {
  padding-top: 0;
}
ul.stuff li h2 span {
  font-size: .7em;
  display: block;
  color: #707070;
}
/*  スマホサイト */
@media (max-width : 768px) {
  ul.stuff li {
    width: 100%;
  }
  ul.stuff li table tr {
    padding: 5px 0;
  }
  ul.stuff li h2 {
    margin-top: 20px;
  }
}