/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
.firstRow {
  padding: 3rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .firstRow {
    padding: 2rem 0 3rem;
    font-size: 15px;
  }
}

.firstRow .inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
  line-height: 1.75;
}

@media screen and (max-width: 1200px) {
  .firstRow .inner {
    padding: 0;
  }
}

.firstRow .inner .firstText {
  margin-bottom: 2rem;
}

.firstRow .inner .box .item {
  padding: 0 0 2rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}

.firstRow .inner .box .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.firstRow .inner .box .item .head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  gap: 0.5rem;
}

@media screen and (max-width: 767px) {
  .firstRow .inner .box .item .head {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}

/*# sourceMappingURL=privacy.css.map */