/* ===============================================
sitepolicy
=============================================== */
.sitepolicy {
  background: #ede9e8;
}
.sitepolicy .category__head__title em {
  font-weight: 300;
}
.sitepolicy .category__head__title small {
  font-weight: 400;
}
.sitepolicy__section {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sitepolicy__section {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.sitepolicy__section__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sitepolicy__section__title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.sitepolicy__section__title:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sitepolicy__section__title:not(:first-of-type) {
    margin-top: 25px;
  }
}
.sitepolicy__section p {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .sitepolicy__section p {
    font-size: 1.4rem;
  }
}
.sitepolicy__section p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .sitepolicy__section p:not(:last-of-type) {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.sitepolicy__section dl dd {
  margin-bottom: 10px;
}
.sitepolicy__section a:link, .sitepolicy__section a:visited {
  color: #0071bb;
  text-decoration: underline;
}
.sitepolicy__section a:hover, .sitepolicy__section a:active {
  color: #0071bb;
  text-decoration: none;
}
