.content .content__wrapper {
  max-width: 95%;
  width: 860px;
  margin: auto;
}

.content .content__wrapper .content__wrapper--table {
  width: 100%;
  font-size: 16px;
}

.content .content__wrapper .content__wrapper--table tr th {
  font-weight: bold;
  color: #8a1e41;
  padding: 30px;
  text-align: center;
  background: #e6d8dd;
  border: 1px solid #707070;
}

.content .content__wrapper .content__wrapper--table tr td {
  padding: 30px;
  background-color: #fafafa;
  border: 1px solid #707070;
}

.content .content__wrapper .content__wrapper--table tr td a {
  color: #333;
}

.content .content__wrapper .content__wrapper--table tr td .content__wrapper--table--indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.content .content__wrapper .content__wrapper--table tr td .content__wrapper--table--caution {
  display: block;
  padding-left: 3em;
  text-indent: -3em;
}

@media screen and (max-width: 768px) {
  .content .content__wrapper .content__wrapper--table tr th,
  .content .content__wrapper .content__wrapper--table tr td {
    display: block;
    width: 100%;
  }
}