/* sec-01
---------------------------------------- */
#sec-01 {
  width: 100%;
  padding-top: 50px;
  border-top: 4px solid #627e4f;
}

@media screen and (max-width: 768px) {
  #sec-01 {
    width: 92%;
    margin: 0 auto 50px auto;
    border-top: 0;
  }
}
#sec-01 .inner-area {
  width: 810px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area {
    width: 100%;
  }
}
#sec-01 .inner-area:last-of-type {
  margin-bottom: 0;
}

#sec-01 .inner-area .sbj {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #627e4f;
  color: #627e4f;
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .sbj {
    font-size: 1.6rem;
  }
}
#sec-01 .inner-area .txt {
  font-size: 1.3rem;
  font-weight: 400;
}

#sec-01 .inner-area .info {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}
/*# sourceMappingURL=privacypolicy.css.map */
