@charset "UTF-8";
/* ============================================ */
/* function
/* ============================================ */
/* ===== fontサイズ ===== */
/* ============================================ */
/* mixin
/* ============================================ */
/* ===== mediaquery ===== */
/* ============================================ */
/* privacy-policy
/* ============================================ */
#main {
  padding-bottom: 140px;
}

/* ===== title-area ===== */
@media screen and (max-width: 1200px) {
  #title-area {
    margin-bottom: 100px;
  }
}
/* ===== section共通 ===== */
.section {
  line-height: 2.5;
}
.section .title-underline {
  margin: 0 0 2em;
  text-indent: -1em;
  padding-left: 1em;
}
.section:not(:last-of-type) {
  margin: 0 0 150px;
}
.section ol.number {
  list-style: none;
  counter-reset: number;
  padding-left: 2.5em;
}
.section ol.number > li {
  counter-increment: number;
  position: relative;
}
.section ol.number > li::before {
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  left: -2.5em;
  color: var(--color-primary);
}
.section ul.circle {
  list-style: none;
  padding-left: 1.5em;
}
.section ul.circle li {
  position: relative;
}
.section ul.circle li::before {
  content: "●";
  color: var(--color-primary);
  position: absolute;
  left: -1.2em;
}
.section table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  line-height: 1.8;
  margin: 20px 0;
}
.section table th {
  font-weight: 400;
  background: #c9c9c9;
  padding: 0.8em 1.5em;
}
.section table td {
  background: #fff;
  padding: 0.8em 1.5em;
}
.section table.horizontal th {
  width: 20em;
}
.section table.vertical td {
  width: 50%;
}
.section table .tel-fax {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3em;
}
.section a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.section .sign {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .section:not(:last-of-type) {
    margin: 0 0 80px;
  }
  .section table {
    border-spacing: 0;
  }
  .section table tr {
    display: block;
  }
  .section table tr:not(:last-of-type) {
    margin: 0 0 1em;
  }
  .section table th,
.section table td {
    display: block;
    width: 100% !important;
  }
  .section table.vertical th {
    display: none;
  }
  .section table.vertical td:before {
    content: "【" attr(data-label) "】";
    display: block;
    font-weight: 500;
    margin-right: 10px;
  }
}
/* ===== top ===== */
#top {
  margin: 0 0 120px;
}

@media screen and (max-width: 768px) {
  #top {
    margin: 0 0 60px;
  }
}

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