@charset "UTF-8";

/* ---------------------------------------------------------
MEDIA QUERY FORMAT
----------------------------------------------------------*/
@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}


/* ---------------------------------------------------------
privacy
----------------------------------------------------------*/
#privacy {
}

#privacy .title {
  color: #4e894b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 3rem;
  font-weight: 500;
}

#privacy .ttl {
  color: #4e894b;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
}

#privacy .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 300;
}

#privacy ul {
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  padding: 1% 0 4% 0;
  border-bottom: 1px solid #4e894b;
}

#privacy ul li {
  display: block;
  padding: 1% 0;
}

#privacy ul li {
}

