@charset "utf-8";
#contents.law table {
  border: unset;
  width: 100%;
}
#contents.law table tr {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#contents.law table th {
  padding: 50px 0;
  padding-left: 10px;
  border: unset;
  font-family: 'BIZ UDPGothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 1.5em;
  width: 35%;
}
#contents.law table td {
  border: unset;
  font-size: 1.2em;
}
#contents.law table a {
  text-decoration: underline;
}
.sp_nextlink em {
  display: inline-block;
}
@media screen and (max-width: 680px) {
  #contents.law table tr.sp_nextlink {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-top: unset;
  }
  #contents.law table tr.sp_nextlink + tr {
    border-top: none;
  }
  #contents.law table th {
    padding: 20px 0;
  }
  #contents.law table td {
    display: block;
    padding: 10px 0px;
    text-align: left;
  }
}