.white {
  color: #fff;
}

.brown,
.c-gurume {
  color: #64543c;
}

.bg-gurume {
  background-color: #64543c;
}

.green,
.c-gurume {
  color: #2d6475;
}

.bg-service {
  background-color: #2d6475;
}

.pink,
.c-new {
  color: #e61673;
}

.bg-new {
  background-color: #e61673;
}

.wine,
.c-amusement {
  color: #aa2359;
}

.bg-amusement {
  background-color: #aa2359;
}

.blue {
  color: #004597;
}

.gold {
  color: #beb887;
}

.beige {
  color: #f5f1ed;
}

body .contents-privacy h2 {
  font-family: inherit;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body .contents-privacy h2 {
    font-size: 1.25rem;
  }
}
body .contents-privacy .contents-text {
  margin-bottom: 60px;
}
body .contents-privacy .contents-list {
  margin-bottom: 40px;
}
body .contents-privacy .contents-list:last-child {
  margin-bottom: 0;
}
body .contents-privacy .contents-list ul li {
  margin-top: 10px;
}
body .contents-privacy .contents-list ul li a {
  color: #888;
  display: inline;
  border-bottom: 1px solid #888;
}/*# sourceMappingURL=privacy.css.map */