/* common */
#contents:not(.home) [role=main] article.info h1 {
  background-color: #821641;
}
#contents:not(.home) [role=main] article.info table {
  margin-bottom: 8vw;
}
#contents:not(.home) [role=main] article.info table tr th {
  display: block;
  border: 1px solid #b67c6a;
  padding: 2vw;
  background-color: #f3e9d8;
  text-align: left;
}
#contents:not(.home) [role=main] article.info table tr td {
  display: block;
  border: 1px solid #b67c6a;
  padding: 2vw;
}
#contents:not(.home) [role=main] article.info ul {
  margin-bottom: 8vw;
  list-style-type: none;
  font-weight: bold;
}
#contents:not(.home) [role=main] article.info ul span {
  font-weight: normal;
}

/* tablet */
@media screen and (min-width: 668px) {
  #contents:not(.home) [role=main] article.info table tr th {
    display: table-cell;
    padding: 1vw 2vw;
    white-space: nowrap;
  }
  #contents:not(.home) [role=main] article.info table tr td {
    display: table-cell;
    padding: 1vw 2vw;
  }
}
/* pc */
@media screen and (min-width: 1200px) {
  #contents:not(.home) [role=main] article.info table tr th {
    padding: 10px;
  }
  #contents:not(.home) [role=main] article.info table tr th {
    padding: 10px;
  }
}
