@charset "utf-8";

.terms .index{
  margin-bottom: 1em;
}
.terms .intro{
  margin-bottom: 2em;
}
.terms dl{
  margin-bottom: 2em;
}
.terms dd{
  margin-bottom: 2em;
}
.terms ul{
  list-style: '・';
  padding-left: 1em;
}
.terms ul li{
  padding-left: .5em;
}
.terms p + ul{
  margin-top: 1.5em;
}
.terms table th,
.terms table td{
  border: 1px solid #ccc;
  padding: .4em 1em;
  font-size: 85%;
}
.terms table th{
  background-color: #FAFAFA;
}
.history{
  margin-bottom: 2em;
}
@media screen and (min-width: 521px){

}
@media screen and (max-width: 520px){
  .terms table{
    border-top: 1px solid #ccc;
  }
  .terms table th,
  .terms table td{
    display: block;
    border-top: 0;
  }
}