main {
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDGothic";
}
main p {
  line-height: 2;
}
@media (max-width: 768px) {
  main p {
    line-height: 1.8;
  }
}
main .content table {
  display: block;
  margin-bottom: 50px;
}
main .content table tbody {
  display: block;
}
main .content table tbody tr {
  display: flex;
  padding: 60px 0;
  border-bottom: 3px solid #d3d3d3;
}
@media (max-width: 768px) {
  main .content table tbody tr {
    flex-direction: column;
  }
}
main .content table tbody tr td {
  display: block;
  border: none;
}
main .content table tbody tr td:first-child {
  width: 28%;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  main .content table tbody tr td:first-child {
    width: -moz-fit-content;
    width: fit-content;
  }
}/*# sourceMappingURL=single.css.map */