@charset "UTF-8";
/* container
-----------------------------------------------*/
#container #contents {
  width: 100%;
}
#container #side {
  display: none;
}
@media screen and (max-width: 768px) {

}

/* contents
-----------------------------------------------*/
#contents h2{
  background: #333;
  color: #fff;
  font-size: 28px;
  padding: 10px 20px;
}
#contents h3{
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#contents figure + h2{
 margin-top: 60px;
}
#contents tr {
  border-bottom: 1px solid #ccc;
}
#contents tr:first-child {
  border-top: 1px solid #ccc;
}
#contents td:first-child {
  font-weight: bold;
  width: 40%;
}
#contents td {
  border: none;
  padding: 15px 20px;
  text-align: left;
}
#contents tr:nth-child(odd) {
  background: rgba(242,242,242,0.5);
}
@media screen and (max-width: 768px) {
#contents h2{
  font-size: 20px;
  padding: 10px;
}
#contents h3{
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#contents figure + h2{
 margin-top: 40px;
}
#contents td {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
#contents td:first-child {
  width: 100%;
  padding-bottom: 0;
}
  
}
