@charset "utf-8";

.sec_contents{
  background-color: #fff;
  border:solid 1px #000;
  padding: 1em;
  width:100%;
  max-width: 1000px;
  margin: 2em auto;
}


.tss_body p{
  line-height: 1.5em;
  padding: 1em;
  margin-bottom: 1em;
}

.tss_body li p{
  padding: 0.5em 1em 1em;
}

.tss_body p:last-child{
  margin-bottom: 0;
}

.tss_body h2{
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.sec_txtr{
  text-align: right
}

@media screen and (max-width:800px){
.tss_body{padding:0 0 24vw;}
}

