@charset "UTF-8";

.wp-content strong {
  font-weight: bold;
}
.wp-content table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 70px 0 0 0;
}
.wp-content table td {
  font-size: 1.4em;
  line-height: 28px;
  vertical-align: middle;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-left: 0;
  border-right: 0;
}
.wp-content table td {
  width: auto;
  padding: 20px 10px 20px 0;
}
.wp-content table td:first-child {
  width: 180px;
  font-weight: bold;
  padding: 20px 0 20px 10px;
}

@media screen and (max-width:767px) {
  .wp-content table {
    margin: 60px 0 0 0;
  }
  .wp-content table td {
    font-size: 1.3em;
    line-height: 22px;
  }
  .wp-content table td {
    width: 70%;
    padding: 20px 5px 20px 0;
  }
  .wp-content table td:first-child {
    width: 30%;
    padding: 20px 0 20px 5px;
  }
}