@charset "euc-jp";

.pol-lst{
  padding: 0 1.4%;
}

h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 15px;
}

p {
  margin-bottom: 40px;
}
.tables {
width: 96%;
margin:1rem auto 1.5rem;
}

.tables th,
.tables td {
border: 1px solid #ccc;
padding: 20px;
}

.tables th {
font-weight: bold;
background-color: #efe; 
}

@media screen and (max-width: 767px) {
.tables,
.tables tr,
.tables td,
.tables th {display:block;}
.tables th {width:auto;}
}