/*** Ver.4 ***/
h3 {
  font-size: 1rem;
  font-weight: 700;
}
h4 {
  font-size: 14px;
  font-weight: bold;
}

hr {
  margin-top: 0;
}
.poricy-content {
  background: #f5f5f5;
}

.poricy {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 8px;
  margin-bottom: 16px;
}

.message {
  color: #000080;
  font-style: italic;
}

.lists {
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 14px;
}

i {
  font-size: 14px;
}

table {
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}
table td {
  border: 1px solid #000000;
  padding: 6px;
  vertical-align: middle;
}
table tr:first-of-type,
table tr td:first-of-type {
  text-align: center;
}

a.text-link {
  color: #007bff !important;
}

.asf-list {
  list-style: inside;
  font-size:.9rem;
}

.asf-list li {
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}