@charset "utf-8";
/* CSS Document */

/*.stl {
  background: url(../img/law/main-tl.png) no-repeat 0 0;
  width: 419px;
  height: 47px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: -43px;
}
*/
/******/



.desc-list li {
    text-indent: 0;
    margin-left: 0;
}
.lawBox {
    text-align: left;
    font-size: 1.153em;
    line-height: 1.7;
    width: 760px;
    margin: 60px auto 210px;
}

.list-bottom{
  margin-top:10px;
}

.myTable th {
    white-space: nowrap;
    font-weight: bold;
    width: 225px;

}
.myTable td a{
  color: #333;
  text-decoration: none;
  font-size:14px;  
  border: none;

}
.myTable th, .myTable td {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 22px 10px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.09em;
}


.desc-list li{
    position: relative;
    padding: 0 0 0 20px;
}
.desc-list .icon{
  width: 12px;
  height:12px;
  border-radius:75%;
  background: #8E77AC;
  display:inline-block;
  position: absolute;
  left:0;
  top: 6px;

}
.desc-list .icon:before{
    width: 6px;
    height: 6px;
    border-radius: 75%;
    background: #B19FC9;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    content: "";
    display: block;

}

@media screen and (max-width: 769px) {
  .law h2{
    font-size:34px;
    line-height:44px;
    text-align:center;
  }
  .lawBox {
      width: 84%;
      margin: 60px auto 210px;
  }
  .myTable tr{
    display:flex;
    border-bottom: 0;
  }
  .myTable th{
    width: 36%;
    display: inline-block;
  border-right: 1px solid #EEEEEE;
  border-bottom: none;
  font-size:16px;
  line-height:22px;
  font-weight: 400;
  }
  .myTable td{
    width: 64%;
    display: inline-block;
    border-bottom: none;
    padding: 22px 15px;
    font-size:16px;
    font-weight: 400;
  }
  .myTable td p{
    font-size:16px;
    font-weight: 400;
  }
  .tr1{

  }
  .tr1 .desc-list li {
      position: relative;
      padding: 0 0 0 0px;
  }
  span.p1 {
      position: relative;
      left: 22px;
      display:inline-block;
      margin:0 0 10px;
  }
  .list-bottom {
      margin-top: 35px;
  }

  .myTable tr.end{
     border-bottom: 1px solid #EEEEEE;
  }
}


