.point-details,
.faq {
  color: #222;
}
.point-details h1,
.faq h1 {
  margin: 32px 20px 0 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.point-details h2,
.faq h2 {
  margin: 14px 20px 0 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  opacity: 0.8;
}
.point-details h3,
.faq h3 {
  margin: 30px 20px 0 20px;
  font-size: 16px;
}
.point-details h3:before,
.faq h3:before {
  display: block;
  content: 'Q';
}
.point-details p,
.faq p {
  margin: 10px 20px 0 22px;
  opacity: 0.7;
  font-size: 13px;
}
.point-details ul.remarks,
.faq ul.remarks {
  opacity: 0.5;
  font-size: 12px;
  margin: 10px 20px 30px;
  padding-left: 10px;
  list-style: none;
}
.point-details ul.remarks li,
.faq ul.remarks li {
  position: relative;
}
.point-details ul.remarks li:before,
.faq ul.remarks li:before {
  content: "･ ";
  line-height: 15px;
  position: absolute;
  left: -10px;
}
.point-details table,
.faq table {
  margin: 14px 20px 0 20px;
  width: calc(100% - 40px);
  border-collapse: collapse;
  border: 1px solid rgba(34, 34, 34, .1);
  font-size: 14px;
}
.point-details table th,
.faq table th,
.point-details table td,
.faq table td {
  padding: 10px;
  border: 1px solid rgba(34, 34, 34, .1);
  text-align: left;
}
.point-details table th.centered,
.faq table th.centered,
.point-details table td.centered,
.faq table td.centered {
  text-align: center;
}
.point-details table th,
.faq table th {
  background-color: #efefef;
}
.point-details table td,
.faq table td {
  opacity: 0.5;
}
