@charset "utf-8";

/*////////////////////////////////////////////////
policy
////////////////////////////////////////////////*/
#sitepolicy main section {
  padding: 32px 16px !important;
}

.policy_introduction {
  font-size: 1.125em;
}

.p-sitepolicy h3 {
  max-width: 1000px;
  width: fit-content;
  padding: 8px 62px 8px 36px;
  border-left: 11px solid #006563;
  border-bottom: 2px solid #017D79;
  text-align: left;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #017D79;
  overflow-wrap: break-word;
  margin-bottom: 24px;
}

@media only screen and (max-width: 960px) {
  .policy_content {
    padding: 32px 16px !important;
  }

  .p-sitepolicy h2 {
    margin-top: 12px;
    font-size: 1.78rem;
    font-weight: bold;
    color: #006563;
  }

  .p-sitepolicy h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 8px 20px 8px 16px;
  }
}

.p-sitepolicy h3 span {
  font-size: 1.125rem;
}

div.policy_lead,
div.policy_block {
  text-align: left;
  color: #141414;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 2rem;
  margin: 32px 0;
}

.policy_block a {
  color: #189A94;
  text-decoration: underline !important;
}

.policy_content h2 {
  text-align: center;
}

.policy_content ul li {
  margin: 24px 15px 0 47px;
  list-style: disc;
  color: #141414;
  line-height: 1.8125rem;
}

.policy_content dl dt {
  font-weight: bold;
  color: #017D79;
  margin-top: 24px;
}

#accessibility table {
  width: 100%;
  min-width: 944px;
  margin-top: 30px;
  border-collapse: collapse;
  border: 1px solid #141414;
}
#accessibility table thead {
  background-color: #006563;
  border: 1px solid #006563;
}
#accessibility table thead th {
  padding: 16px 24px;
  font-size: 1.25rem;
  color: white;
}
#accessibility table tbody td {
  padding: 16px 24px;
  font-size: 1rem;
  border: 1px solid #141414;
}

.mb32 {
  margin-bottom: 32px;
}
