section {
  margin-bottom: 100px;
}

section .widthM .widthS {
  margin: 0 auto 0 0;
}

h1 {
  text-align: center;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 50px;
  margin-bottom: 20px;
}

h4 {
  font-weight: 600;
  margin-top: 36px;
  margin-bottom: 12px;
}

em {
  background-color: #FFF;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
  font-style: normal;
  font-weight: 600;
  padding: 0 4px 0 4px;
  border-radius: 6px;
}

p {
  font-size: 24px;
  color: rgba(0,0,0,0.75);
}

main ul {
  list-style-type: disc;
  color: rgba(0,0,0,0.75);
}

main li {
  list-style-position: inside;
  text-indent: -24px;
  margin-left: 24px;
  margin-bottom: 12px;
}

.prose {
  max-width: 880px;
}

table {
  margin: 20px 0 50px 0;
  font-size: 20px;
}

table tr th,
table tr td {
   background-color: rgba(255,255,255,0.5);
   padding: 5px 10px 5px 10px;
   vertical-align: top;
   color: var(--text-dim);
}

table tr th:first-child,
table tr td:first-child {
  color: var(--text-bright);
  font-weight: 500;
  width: 120px;
}

table tr th {
  color: var(--text-bright);
  font-family: var(--typeface-sans);
  font-weight: 600;
  text-align: left;
}

.items {
  margin: 40px 0 60px 0;
}

.keyboard-shortcut {
  margin-top: 10px;
}

.keyboard-shortcut span {
  display: inline-block;
  padding: 4px 8px 4px 8px;
  margin-right: 4px;
  border-radius: 4px;
  background-color: rgba(0,0,0,0.1);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-bright);
}

.keyboard-shortcut span.other {
  background-color: unset;
  border: 1px solid rgba(0,0,0,0.3);
  padding: 3px 7px 3px 7px;
}

.item-visual {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  padding: 20px 20px 20px 30px;
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.05);
  margin: 20px 0 20px 0;
}

.item-visual .action {
  width: 240px;
  padding-right: 40px;
  line-height: 1.1;
  flex-shrink: 0;
  font-weight: 500;
}

.item-visual .description {
  width: 100%;
}

.item-visual .description p, table.fullwidth {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 5px;
}

.item-visual figure {
  max-width: 360px;
  flex-shrink: 0;
  margin-left: 40px;
}

.item-visual figure img, .item-visual figure video {
  width: 100%;
  border-radius: 6px;
  display: block;
}

table.fullwidth {
  width: 100%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 20px 0 20px 0;
  border-spacing: 0;
  overflow: hidden;
}
    
table.fullwidth tr:hover {
  background-color: rgba(0,0,0,0.05);
}

table.fullwidth tr td {
  vertical-align: baseline;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding: 15px 30px 15px 30px;
  font-size: 20px;
}

table.fullwidth tr:last-child td {
  border-bottom: none;
}

table.fullwidth tr td:nth-child(2) .keyboard-shortcut {
  margin-top: 0;
  margin-right: 10px;
  height: 22px;
}

table.fullwidth figure {
  width: 340px;
}
    
table.fullwidth figure video, table.fullwidth figure img {
  margin-bottom: 0;
}

table.fullwidth tr td:first-child {
  width: 240px;
  padding-right: 20px;
  line-height: 1.1;
  color: var(--text-bright);
  font-weight: 500;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .item-visual {
    flex-direction: column;
    padding: 20px 20px 20px 20px;
  }
  .item-visual .action {
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .item-visual figure {
    margin-left: 0;
  }
  .item-visual figure img, .item-visual figure video {
    margin-left: 0;
    margin-top: 20px;
  }
  table.fullwidth tr td {
    padding: 15px 20px 15px 20px;
  }
  table.fullwidth tr td:first-child {
    width: 16vw;
    min-width: 160px;
    max-width: 240px;
  }
}
