/* ===============================================
cookiepolicy
=============================================== */
.cookiepolicy {
  background: #ede9e8;
}
.cookiepolicy .category__head__title em {
  font-weight: 300;
}
.cookiepolicy .category__head__title small {
  font-weight: 400;
}
.cookiepolicy__section {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cookiepolicy__section {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.cookiepolicy__section__title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
}
.cookiepolicy__section__title.mt01 {
  margin-top: 15px !important;
}
.cookiepolicy__section__title.mt02 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .cookiepolicy__section__title {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.cookiepolicy__section__title:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .cookiepolicy__section__title:not(:first-of-type) {
    margin-top: 25px;
  }
}
.cookiepolicy__section p {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .cookiepolicy__section p {
    font-size: 1.4rem;
  }
}
.cookiepolicy__section p:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .cookiepolicy__section p:not(:last-of-type) {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.cookiepolicy__section dl dd {
  margin-bottom: 10px;
}
.cookiepolicy__section a:link, .cookiepolicy__section a:visited {
  color: #0071bb;
  text-decoration: underline;
}
.cookiepolicy__section a:link, .cookiepolicy__section a:visited {
  color: #0071bb;
  text-decoration: underline;
}
.cookiepolicy__section a:hover, .cookiepolicy__section a:active {
  color: #0071bb;
  text-decoration: none;
}
.cookiepolicy__section .mod-button__style01 {
  margin-top: 30px;
  border: 1px solid #333;
  background: transparent;
}
.cookiepolicy__section .mod-button__style01:link, .cookiepolicy__section .mod-button__style01:visited, .cookiepolicy__section .mod-button__style01:hover, .cookiepolicy__section .mod-button__style01:active {
  color: #333;
  text-decoration: none;
}
.cookiepolicy__section .mod-button__style01:after {
  border-color: #333;
}