@charset "UTF-8";

.site-privacy-policy *{
  margin: 0;
  padding: 0;
}

.site-privacy-policy h3,
.site-privacy-policy dt {
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
}

.site-privacy-policy h3 {
  font-size: 1.75em;
  color: #555;
  margin-top: 2em;
  margin-bottom: 1.5em;
  display: inline-block; 
  position: relative;
}

.site-privacy-policy h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;                     /* width:100% 相当 */
  bottom: -1rem;
  border-bottom: 3px solid #f0638d;
}
.site-privacy-policy dt {
  font-size: 1.5em;
  border-bottom: 1px dotted #6abe3c;
  color: #6abe3c;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  margin-top: 1em;
}

.site-privacy-policy ol {
  list-style: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  list-style: decimal outside;
  padding-left: 1.25em;
}

.site-privacy-policy ol + p {
  margin-top: 0.75em;
}

.site-privacy-policy ol li + li {
  margin-top: 0.75em;
}

.site-privacy-policy a {
  display: inline-block;
  text-decoration: underline;
}

@media (hover: hover) {
  .site-privacy-policy a:hover {
    text-decoration: none;
  }
}

.site-privacy-policy a::after {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" xml:space="preserve" fill="%236abe3c"%3e%3cpath d="M19,19H5V5h7V3H5C3.9,3,3,3.9,3,5l0,0v14c0,1.1,0.9,2,2,2l0,0h14c1.1,0,2-0.9,2-2v-7h-2V19zM14,3v2h3.6l-9.8,9.8l1.4,1.4L19,6.4V10h2V3H14z"/%3e%3c/svg%3e');
  content: "";
  margin-left: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  position: relative;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
}