/* ===============================================
privacypolicy
=============================================== */
.privacypolicy {
  background: #ede9e8;
}
.privacypolicy .category__head__title em {
  font-weight: 300;
}
.privacypolicy .category__head__title small {
  font-weight: 400;
}
.privacypolicy__section {
  width: 800px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .privacypolicy__section {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.privacypolicy__section__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .privacypolicy__section__title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.privacypolicy__section__title:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .privacypolicy__section__title:not(:first-of-type) {
    margin-top: 25px;
  }
}
.privacypolicy__section p {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .privacypolicy__section p {
    font-size: 1.4rem;
  }
}
.privacypolicy__section p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .privacypolicy__section p:not(:last-of-type) {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.privacypolicy__section ul li {
  position: relative;
  padding-left: 1em;
}
.privacypolicy__section ul li span {
  position: absolute;
  left: 0;
}
.privacypolicy__section .mod-button__style01 {
  margin-top: 30px;
  border: 1px solid #333;
  background: transparent;
}
.privacypolicy__section .mod-button__style01:link, .privacypolicy__section .mod-button__style01:visited, .privacypolicy__section .mod-button__style01:hover, .privacypolicy__section .mod-button__style01:active {
  color: #333;
  text-decoration: none;
}
.privacypolicy__section .mod-button__style01:after {
  border-color: #333;
}
