@charset "UTF-8";

.wrapper {
  margin: 0 auto 80px auto;
}

.content {
  margin-bottom: 48px;
}
.content p {
  line-height: 1.8;
  margin-bottom: 24px;
}
.content table {
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.content th,
.content td {
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
  padding: 16px;
  text-align: left;
}
.content th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.content td {
  background-color: #fff;
}
.content td.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content th,
  .content td {
    font-size: 12px;
    padding: 4px;
  }
}