.tokutei{

}
.tokutei_inner{
  max-width: var(--max2);
}
.tokutei-content{
  margin-top: 50px;
}
.tokutei-table th, 
.tokutei-table td{
  border: 1px solid var(--color-yellow-line);
  padding:15px;
  font-size:1.6rem;
}
.tokutei-table td a{
  text-decoration: underline;
}
.tokutei-table tr:nth-of-type(2n+1){
  background-color: #FFF;
}
.tokutei-table th {
  background-color:var(--color-yellow2);
  white-space: nowrap;
}

@media screen and (max-width:980px) {
.tokutei-content{
  margin-top: 40px;
}
.tokutei-table th, 
.tokutei-table td{
  font-size:1.5rem;
}
}
@media screen and (max-width:767px) {
.tokutei-content{
  margin-top: 30px;
}
.tokutei-table,
.tokutei-table tbody,
.tokutei-table tr,
.tokutei-table th,
.tokutei-table td{
  display: block;
  width: 100%;
}
.tokutei-table{
border-bottom: 1px solid var(--color-yellow-line);
}
.tokutei-table td{
  border-top:none;
  border-bottom: none;
}
.tokutei-table th, 
.tokutei-table td{
  font-size:1.4rem;
  padding:12px 20px;
}
.tokutei-table th{
  border-bottom: 0px;
}
}
